holochain_persistence_api 0.0.3-alpha1

persistence api for content addressable storage and entity attribute value indexes
Build #169699 2019-07-04T03:27:29.462075+00:00
# rustc version
rustc 1.37.0-nightly (8aa42ed7c 2019-06-24)
# docs.rs version
cratesfyi 0.6.0 (9f9fa7c 2019-06-25)

# build log
Updating crates.io index
Downloading crates ...
Downloaded holochain_persistence_api v0.0.3-alpha1
Fresh autocfg v0.1.4
Fresh unicode-xid v0.1.0
Fresh rand_core v0.4.0
Fresh byte-tools v0.2.0
Fresh arrayref v0.3.5
Fresh pin-utils v0.1.0-alpha.4
Fresh slab v0.4.2
Fresh either v1.5.2
Fresh fake-simd v0.1.2
Fresh lazy_static v1.2.0
Fresh indexmap v1.0.2
Fresh reed-solomon v0.2.1
Fresh ucd-util v0.1.3
Fresh itoa v0.4.4
Fresh sha1 v0.5.0
Fresh objekt v0.1.2
Compiling holochain_persistence_api v0.0.3-alpha1
Fresh utf8-ranges v1.0.3
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/holochain_persistence_api-0.0.3-alpha1/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=5d41566000d90114 -C extra-filename=-5d41566000d90114 --out-dir /home/cratesfyi/cratesfyi/debug/build/holochain_persistence_api-5d41566000d90114 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh proc-macro2 v0.2.3
Checking futures-core-preview v0.3.0-alpha.12
Fresh rand_core v0.3.1
Running `rustc --edition=2018 --crate-name futures_core /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.12/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="either"' --cfg 'feature="std"' -C metadata=3cc9b263b6c53555 -C extra-filename=-3cc9b263b6c53555 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-dfccdfeccfc9f66e.rmeta --cap-lints allow`
Fresh block-buffer v0.3.3
Fresh itertools v0.7.11
Fresh thread_local v0.3.6
Fresh hcid v0.0.6
Fresh regex-syntax v0.6.7
Fresh proc-macro2 v0.4.30
Fresh libc v0.2.58
Fresh quote v0.4.2
Fresh typenum v1.10.0
Fresh proc-macro-nested v0.1.3
Fresh serde v1.0.89
Fresh ryu v0.2.8
Fresh crunchy v0.2.2
Fresh memchr v2.2.0
Fresh bitflags v1.1.0
Fresh byteorder v1.3.2
Fresh quote v0.6.11
Fresh num-traits v0.2.8
Fresh iovec v0.1.2
Fresh rand v0.5.6
Fresh num_cpus v1.10.1
Fresh time v0.1.42
Fresh syn v0.12.15
Fresh generic-array v0.9.0
Checking serde_json v1.0.39
Running `rustc --crate-name serde_json /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.39/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="indexmap"' --cfg 'feature="preserve_order"' -C metadata=e968d3fef5f82601 -C extra-filename=-e968d3fef5f82601 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern indexmap=/home/cratesfyi/cratesfyi/debug/deps/libindexmap-76879bd649cd6531.rmeta --extern itoa=/home/cratesfyi/cratesfyi/debug/deps/libitoa-f6585b32a810f452.rmeta --extern ryu=/home/cratesfyi/cratesfyi/debug/deps/libryu-7071cb845d0c425a.rmeta --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-5890c84d5d1eb628.rmeta --cap-lints allow`
error[E0432]: unresolved import `core::task::LocalWaker`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.12/src/future/future_obj.rs:6:12
|
6 |     task::{LocalWaker, Poll},
|            ^^^^^^^^^^ no `LocalWaker` in `task`

error[E0432]: unresolved imports `core::task::LocalWaker`, `core::task::UnsafeWake`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.12/src/task/mod.rs:8:35
|
8 | pub use core::task::{Poll, Waker, LocalWaker, UnsafeWake};
|                                   ^^^^^^^^^^  ^^^^^^^^^^ no `UnsafeWake` in `task`
|                                   |
|                                   no `LocalWaker` in `task`

error[E0432]: unresolved imports `std::task::Wake`, `std::task::local_waker`, `std::task::local_waker_from_nonlocal`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.12/src/task/mod.rs:10:21
|
10 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal};
|                     ^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^ no `local_waker_from_nonlocal` in `task`
|                     |     |
|                     |     no `local_waker` in `task`
|                     no `Wake` in `task`
|                     help: a similar name exists in the module: `Waker`

error: aborting due to 3 previous errors

For more information about this error, try `rustc --explain E0432`.
error: Could not compile `futures-core-preview`.

Caused by:
process didn't exit successfully: `rustc --edition=2018 --crate-name futures_core /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.12/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="either"' --cfg 'feature="std"' -C metadata=3cc9b263b6c53555 -C extra-filename=-3cc9b263b6c53555 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-dfccdfeccfc9f66e.rmeta --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed",
}', src/bin/cratesfyi.rs:160:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.