Build #144134 2019-02-21T00:16:23.147984+00:00
# rustc version
rustc 1.34.0-nightly (e54494727 2019-02-13)# docs.rs version
cratesfyi 0.6.0 (84bf37d 2019-02-18)# build log
Updating crates.io index
Downloading crates ...
Downloaded futures-util-preview v0.3.0-alpha.13
Fresh semver-parser v0.7.0
Fresh unicode-xid v0.1.0
Fresh autocfg v0.1.2
Fresh either v1.5.0
Fresh rand_core v0.4.0
Fresh pin-utils v0.1.0-alpha.4
Fresh slab v0.4.2
Fresh semver v0.9.0
Checking futures-core-preview v0.3.0-alpha.13
Fresh rand_core v0.3.1
Fresh rand_jitter v0.1.3
Fresh rustc_version v0.2.3
Fresh proc-macro2 v0.4.27
Running `rustc --edition=2018 --crate-name futures_core /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="either"' --cfg 'feature="std"' -C metadata=462ea25662085d5a -C extra-filename=-462ea25662085d5a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-7c39171577478906.rmeta --cap-lints allow`
Fresh libc v0.2.48
Checking rand_isaac v0.1.1
Checking rand_xorshift v0.1.1
Running `rustc --crate-name rand_isaac /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_isaac-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=b422b2efef054bec -C extra-filename=-b422b2efef054bec --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rand_core=/home/cratesfyi/cratesfyi/debug/deps/librand_core-a8a878ac9b44d8f1.rmeta --cap-lints allow`
Running `rustc --crate-name rand_xorshift /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_xorshift-0.1.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=6dacaf6cc3d60146 -C extra-filename=-6dacaf6cc3d60146 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rand_core=/home/cratesfyi/cratesfyi/debug/deps/librand_core-a8a878ac9b44d8f1.rmeta --cap-lints allow`
error[E0432]: unresolved imports `core::task::RawWaker`, `core::task::RawWakerVTable`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/task/mod.rs:8:35
|
8 | pub use core::task::{Poll, Waker, RawWaker, RawWakerVTable};
| ^^^^^^^^ ^^^^^^^^^^^^^^ no `RawWakerVTable` in `task`
| |
| no `RawWaker` in `task`
error[E0053]: method `poll` has an incompatible type for trait
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/future/future_obj.rs:64:5
|
64 | fn poll(self: Pin<&mut Self>, waker: &Waker) -> Poll<T> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::task::LocalWaker`, found struct `std::task::Waker`
|
= note: expected type `fn(std::pin::Pin<&mut future::future_obj::LocalFutureObj<'a, T>>, &std::task::LocalWaker) -> std::task::Poll<T>`
found type `fn(std::pin::Pin<&mut future::future_obj::LocalFutureObj<'a, T>>, &std::task::Waker) -> std::task::Poll<T>`
error[E0053]: method `poll` has an incompatible type for trait
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/future/future_obj.rs:114:5
|
114 | fn poll(self: Pin<&mut Self>, waker: &Waker) -> Poll<T> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::task::LocalWaker`, found struct `std::task::Waker`
|
= note: expected type `fn(std::pin::Pin<&mut future::future_obj::FutureObj<'a, T>>, &std::task::LocalWaker) -> std::task::Poll<T>`
found type `fn(std::pin::Pin<&mut future::future_obj::FutureObj<'a, T>>, &std::task::Waker) -> std::task::Poll<T>`
error: aborting due to 3 previous errors
Some errors occurred: E0053, E0432.
For more information about an error, try `rustc --explain E0053`.
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.13/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="either"' --cfg 'feature="std"' -C metadata=462ea25662085d5a -C extra-filename=-462ea25662085d5a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-7c39171577478906.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:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.