[INFO] crate futures-core-preview 0.3.0-alpha.10 is already in cache [INFO] extracting crate futures-core-preview 0.3.0-alpha.10 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/futures-core-preview/0.3.0-alpha.10 [INFO] extracting crate futures-core-preview 0.3.0-alpha.10 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/futures-core-preview/0.3.0-alpha.10 [INFO] validating manifest of futures-core-preview-0.3.0-alpha.10 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of futures-core-preview-0.3.0-alpha.10 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing futures-core-preview-0.3.0-alpha.10 [INFO] finished frobbing futures-core-preview-0.3.0-alpha.10 [INFO] frobbed toml for futures-core-preview-0.3.0-alpha.10 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/futures-core-preview/0.3.0-alpha.10/Cargo.toml [INFO] started frobbing futures-core-preview-0.3.0-alpha.10 [INFO] finished frobbing futures-core-preview-0.3.0-alpha.10 [INFO] frobbed toml for futures-core-preview-0.3.0-alpha.10 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/futures-core-preview/0.3.0-alpha.10/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking futures-core-preview-0.3.0-alpha.10 against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-4/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/futures-core-preview/0.3.0-alpha.10:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b1732fcb4c2120b2c62c3a62b5fca5baf6a0810bd634817072658674edf869b2 [INFO] running `"docker" "start" "-a" "b1732fcb4c2120b2c62c3a62b5fca5baf6a0810bd634817072658674edf869b2"` [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.10 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `core::task::LocalWaker` [INFO] [stderr] --> src/future/future_obj.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | task::{LocalWaker, Poll}, [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::task::LocalWaker`, `core::task::UnsafeWake` [INFO] [stderr] --> src/task/mod.rs:8:35 [INFO] [stderr] | [INFO] [stderr] 8 | pub use core::task::{Poll, Waker, LocalWaker, UnsafeWake}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stderr] | | [INFO] [stderr] | no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::task::Wake`, `std::task::local_waker`, `std::task::local_waker_from_nonlocal` [INFO] [stderr] --> src/task/mod.rs:10:21 [INFO] [stderr] | [INFO] [stderr] 10 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ no `local_waker_from_nonlocal` in `task` [INFO] [stderr] | | | [INFO] [stderr] | | no `local_waker` in `task` [INFO] [stderr] | no `Wake` in `task` [INFO] [stderr] | help: a similar name exists in the module: `Waker` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::task::LocalWaker` [INFO] [stderr] --> src/future/future_obj.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | task::{LocalWaker, Poll}, [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::task::LocalWaker`, `core::task::UnsafeWake` [INFO] [stderr] --> src/task/mod.rs:8:35 [INFO] [stderr] | [INFO] [stderr] 8 | pub use core::task::{Poll, Waker, LocalWaker, UnsafeWake}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stderr] | | [INFO] [stderr] | no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::task::Wake`, `std::task::local_waker`, `std::task::local_waker_from_nonlocal` [INFO] [stderr] --> src/task/mod.rs:10:21 [INFO] [stderr] | [INFO] [stderr] 10 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ no `local_waker_from_nonlocal` in `task` [INFO] [stderr] | | | [INFO] [stderr] | | no `local_waker` in `task` [INFO] [stderr] | no `Wake` in `task` [INFO] [stderr] | help: a similar name exists in the module: `Waker` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> src/future/future_obj.rs:176:45 [INFO] [stderr] | [INFO] [stderr] 176 | let mut_ref: &mut F = unsafe { Pin::get_mut_unchecked(Pin::as_mut(&mut self)) }; [INFO] [stderr] | -----^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `std::pin::Pin<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> src/future/future_obj.rs:216:49 [INFO] [stderr] | [INFO] [stderr] 216 | let mut_ref: &mut F = unsafe { Pin::get_mut_unchecked(Pin::as_mut(&mut self)) }; [INFO] [stderr] | -----^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `std::pin::Pin<_>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `P: std::marker::Unpin` is not satisfied in `std::pin::Pin
` [INFO] [stderr] --> src/stream/mod.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | Pin::get_mut(self).as_mut().poll_next(lw) [INFO] [stderr] | ^^^^^^^^^^^^ within `std::pin::Pin
`, the trait `std::marker::Unpin` is not implemented for `P` [INFO] [stderr] | [INFO] [stderr] = help: consider adding a `where P: std::marker::Unpin` bound [INFO] [stderr] = note: required because it appears within the type `std::pin::Pin
`
[INFO] [stderr] = note: required by ` `
[INFO] [stderr] --> src/stream/mod.rs:83:9
[INFO] [stderr] |
[INFO] [stderr] 83 | Pin::get_mut(self).as_mut().poll_next(lw)
[INFO] [stderr] | ^^^^^^^^^^^^ within `std::pin::Pin `, the trait `std::marker::Unpin` is not implemented for `P`
[INFO] [stderr] |
[INFO] [stderr] = help: consider adding a `where P: std::marker::Unpin` bound
[INFO] [stderr] = note: required because it appears within the type `std::pin::Pin `
[INFO] [stderr] = note: required by `