riker 0.2.4

Easily build fast, highly concurrent and resilient applications. An Actor Framework for Rust.
Documentation
Build #154581 2019-04-16T05:14:45.735900+00:00
# rustc version
rustc 1.35.0-nightly (474e7a648 2019-04-07)
# docs.rs version
cratesfyi 0.6.0 (54fff31 2019-04-12)

# build log
Updating crates.io index
Downloading crates ...
Downloaded riker v0.2.4
Fresh unicode-xid v0.1.0
Fresh autocfg v0.1.2
Fresh either v1.5.2
Fresh rand_core v0.4.0
Fresh lazy_static v1.3.0
Fresh ucd-util v0.1.3
Fresh serde v0.8.23
Fresh version_check v0.1.5
Fresh utf8-ranges v1.0.2
Fresh slab v0.4.2
Fresh pin-utils v0.1.0-alpha.4
Fresh linked-hash-map v0.5.2
Fresh itoa v0.4.3
Fresh lazy_static v0.2.11
Fresh rust-ini v0.13.0
Fresh cfg-if v0.1.7
Checking futures-core-preview v0.3.0-alpha.14
Fresh rand_core v0.3.1
Fresh rand_jitter v0.1.3
Running `rustc --edition=2018 --crate-name futures_core /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.14/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="either"' --cfg 'feature="std"' -C metadata=69e6963cfa6a656c -C extra-filename=-69e6963cfa6a656c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-bdc8bce0295e6151.rmeta --cap-lints allow`
Fresh thread_local v0.3.6
Fresh regex-syntax v0.6.6
Fresh serde_test v0.8.23
Fresh regex-syntax v0.5.6
Fresh yaml-rust v0.4.3
Fresh log v0.4.6
Fresh proc-macro2 v0.4.27
Fresh libc v0.2.51
Fresh memchr v2.2.0
Fresh rand_hc v0.1.0
Fresh rand_xorshift v0.1.1
Fresh rand_isaac v0.1.1
Fresh proc-macro-nested v0.1.3
Fresh num-traits v0.2.6
Fresh ryu v0.2.7
Fresh serde v1.0.90
Fresh linked-hash-map v0.3.0
Fresh byteorder v1.3.1
Fresh quote v0.6.12
Fresh rand_os v0.1.3
Fresh iovec v0.1.2
Fresh num_cpus v1.10.0
Fresh time v0.1.42
Fresh rand v0.4.6
Fresh rand_chacha v0.1.1
Fresh rand_pcg v0.1.2
Fresh aho-corasick v0.7.3
Fresh aho-corasick v0.6.10
Fresh num-traits v0.1.43
Fresh num-integer v0.1.39
Fresh toml v0.4.10
Fresh serde_json v1.0.39
Fresh nom v4.2.3
Fresh syn v0.15.31
Fresh bytes v0.4.12
Fresh uuid v0.6.5
Fresh rand v0.6.5
Fresh regex v1.1.5
Fresh regex v0.2.11
Fresh chrono v0.4.6
Compiling proc-macro-hack v0.5.5
Fresh serde-hjson v0.8.2
Fresh config v0.9.2
Running `rustc --crate-name proc_macro_hack /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.5/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=2f9d66a519994cbf -C extra-filename=-2f9d66a519994cbf --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-aefa8993a8430d7a.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-d322ea06fa8652c6.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-798b6aed8b9644ae.rlib --cap-lints allow`
error[E0658]: use of unstable library feature 'alloc': this library is unlikely to be stabilized in its current form or name (see issue #27783)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.14/src/lib.rs:16:1
|
16 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(alloc)] to the crate attributes to enable

error[E0599]: no method named `wake_by_ref` found for type `&std::task::Waker` in the current scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.14/src/task/__internal/atomic_waker.rs:244:23
|
244 |                 waker.wake_by_ref();
|                       ^^^^^^^^^^^

error: aborting due to 2 previous errors

Some errors occurred: E0599, E0658.
For more information about an error, try `rustc --explain E0599`.
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.14/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="either"' --cfg 'feature="std"' -C metadata=69e6963cfa6a656c -C extra-filename=-69e6963cfa6a656c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-bdc8bce0295e6151.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:143:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.