[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-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/reg/futures-core-preview/0.3.0-alpha.10
[INFO] extracting crate futures-core-preview 0.3.0-alpha.10 into work/ex/pr-57745/sources/try#29640c57b5f92febba0e40c50cb863c9a7ede51d/reg/futures-core-preview/0.3.0-alpha.10
[INFO] validating manifest of futures-core-preview-0.3.0-alpha.10 on toolchain master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] validating manifest of futures-core-preview-0.3.0-alpha.10 on toolchain try#29640c57b5f92febba0e40c50cb863c9a7ede51d
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-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-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/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-57745/sources/try#29640c57b5f92febba0e40c50cb863c9a7ede51d/reg/futures-core-preview/0.3.0-alpha.10/Cargo.toml
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] checking futures-core-preview-0.3.0-alpha.10 against master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039 for pr-57745
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57745/worker-2/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/reg/futures-core-preview/0.3.0-alpha.10:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 25b8111b4052b58af0d7af2418b38a88e0ad9bc83bd9b3a064249e4f5031208b
[INFO] running `"docker" "start" "-a" "25b8111b4052b58af0d7af2418b38a88e0ad9bc83bd9b3a064249e4f5031208b"`
[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[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 `>::get_mut`
[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/stream/mod.rs:96:24
[INFO] [stderr] |
[INFO] [stderr] 96 | match Pin::get_mut_unchecked(self) {
[INFO] [stderr] | -----^^^^^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | function or associated item not found in `std::pin::Pin<_>`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `poll_next` found for type `std::pin::Pin<_>` in the current scope
[INFO] [stderr] --> src/stream/mod.rs:97:58
[INFO] [stderr] |
[INFO] [stderr] 97 | Either::Left(a) => Pin::new_unchecked(a).poll_next(lw),
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: Pin::new_unchecked(a) is a function, perhaps you wish to call it
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `poll_next`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `stream::stream_obj::UnsafeStreamObj`
[INFO] [stderr] candidate #2: `stream::Stream`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `poll_next` found for type `std::pin::Pin<_>` in the current scope
[INFO] [stderr] --> src/stream/mod.rs:98:59
[INFO] [stderr] |
[INFO] [stderr] 98 | Either::Right(b) => Pin::new_unchecked(b).poll_next(lw),
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: Pin::new_unchecked(b) is a function, perhaps you wish to call it
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `poll_next`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `stream::stream_obj::UnsafeStreamObj`
[INFO] [stderr] candidate #2: `stream::Stream`
[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/stream/stream_obj.rs:178:23
[INFO] [stderr] |
[INFO] [stderr] 178 | unsafe { Pin::get_mut_unchecked(self) as *mut F as *mut () }
[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/stream/stream_obj.rs:218:49
[INFO] [stderr] |
[INFO] [stderr] 218 | 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: aborting due to 8 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors occurred: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: Could not compile `futures-core-preview`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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 `>::get_mut`
[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/stream/mod.rs:96:24
[INFO] [stderr] |
[INFO] [stderr] 96 | match Pin::get_mut_unchecked(self) {
[INFO] [stderr] | -----^^^^^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | function or associated item not found in `std::pin::Pin<_>`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `poll_next` found for type `std::pin::Pin<_>` in the current scope
[INFO] [stderr] --> src/stream/mod.rs:97:58
[INFO] [stderr] |
[INFO] [stderr] 97 | Either::Left(a) => Pin::new_unchecked(a).poll_next(lw),
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: Pin::new_unchecked(a) is a function, perhaps you wish to call it
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `poll_next`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `stream::stream_obj::UnsafeStreamObj`
[INFO] [stderr] candidate #2: `stream::Stream`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no method named `poll_next` found for type `std::pin::Pin<_>` in the current scope
[INFO] [stderr] --> src/stream/mod.rs:98:59
[INFO] [stderr] |
[INFO] [stderr] 98 | Either::Right(b) => Pin::new_unchecked(b).poll_next(lw),
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: Pin::new_unchecked(b) is a function, perhaps you wish to call it
[INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] = note: the following traits define an item `poll_next`, perhaps you need to implement one of them:
[INFO] [stderr] candidate #1: `stream::stream_obj::UnsafeStreamObj`
[INFO] [stderr] candidate #2: `stream::Stream`
[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/stream/stream_obj.rs:178:23
[INFO] [stderr] |
[INFO] [stderr] 178 | unsafe { Pin::get_mut_unchecked(self) as *mut F as *mut () }
[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/stream/stream_obj.rs:218:49
[INFO] [stderr] |
[INFO] [stderr] 218 | 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: aborting due to 8 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors occurred: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: Could not compile `futures-core-preview`.
[INFO] [stderr]
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "25b8111b4052b58af0d7af2418b38a88e0ad9bc83bd9b3a064249e4f5031208b"`
[INFO] running `"docker" "rm" "-f" "25b8111b4052b58af0d7af2418b38a88e0ad9bc83bd9b3a064249e4f5031208b"`
[INFO] [stdout] 25b8111b4052b58af0d7af2418b38a88e0ad9bc83bd9b3a064249e4f5031208b