Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# 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 runtime v0.3.0-alpha.1
Fresh unicode-xid v0.1.0
Fresh semver-parser v0.7.0
Fresh autocfg v0.1.2
Fresh either v1.5.2
Fresh rand_core v0.4.0
Fresh lazy_static v1.3.0
Fresh nodrop v0.1.13
Fresh stable_deref_trait v1.1.1
Fresh cfg-if v0.1.7
Fresh slab v0.4.2
Fresh scopeguard v0.3.3
Fresh smallvec v0.6.9
Fresh pin-utils v0.1.0-alpha.4
Fresh memoffset v0.2.1
Fresh lazycell v1.2.1
Fresh async-ready v2.1.0
Fresh async-datagram v2.2.0
Fresh semver v0.9.0
Fresh rand_core v0.3.1
Checking futures-core-preview v0.3.0-alpha.14
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 owning_ref v0.4.0
Fresh crossbeam-utils v0.6.5
Fresh log v0.4.6
Fresh proc-macro2 v0.4.27
Fresh libc v0.2.51
Fresh rustc_version v0.2.3
Fresh rand_isaac v0.1.1
Fresh rand_xorshift v0.1.1
Fresh rand_hc v0.1.0
Fresh proc-macro-nested v0.1.3
Fresh arrayvec v0.4.10
Fresh lock_api v0.1.5
Fresh crossbeam-channel v0.3.8
Fresh quote v0.6.12
Fresh rand_os v0.1.3
Fresh iovec v0.1.2
Fresh num_cpus v1.10.0
Fresh net2 v0.2.33
Fresh rand_chacha v0.1.1
Fresh rand_pcg v0.1.2
Fresh crossbeam-epoch v0.7.1
Compiling syn v0.15.31
Fresh mio v0.6.16
Fresh rand v0.6.5
Fresh crossbeam-deque v0.6.3
Fresh mio-uds v0.6.7
Fresh parking_lot_core v0.4.0
Fresh parking_lot v0.7.1
Fresh crossbeam v0.6.0
Running `rustc --crate-name syn /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.31/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' -C metadata=5d3e2d0794b00e66 -C extra-filename=-5d3e2d0794b00e66 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-1728193ade44aa25.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-693b47732f646ff3.rlib --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-aec49f924cefcd5c.rlib --cap-lints allow --cfg syn_can_use_thread_id --cfg syn_can_call_macro_by_path`
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.