Sep 02 13:53:39.433 INFO checking futures-await-test-preview-0.3.0-alpha.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 13:53:39.433 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 13:53:39.433 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 13:53:39.674 INFO blam! 8dd4d31e028df6893a56bfa2d4b5682923f6fc6dde8f3d634b09717b08e405c2 Sep 02 13:53:39.676 INFO running `"docker" "start" "-a" "8dd4d31e028df6893a56bfa2d4b5682923f6fc6dde8f3d634b09717b08e405c2"` Sep 02 13:53:40.677 INFO kablam! Compiling either v1.5.0 Sep 02 13:53:40.677 INFO kablam! Compiling pin-utils v0.1.0-alpha.2 Sep 02 13:53:40.706 INFO kablam! Checking slab v0.4.1 Sep 02 13:53:40.752 INFO kablam! Checking iovec v0.1.2 Sep 02 13:53:40.756 INFO kablam! Compiling syn v0.14.9 Sep 02 13:53:43.021 INFO kablam! Checking futures-core-preview v0.3.0-alpha.3 Sep 02 13:53:44.134 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 02 13:53:44.134 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/future.rs:4:5 Sep 02 13:53:44.134 INFO kablam! | Sep 02 13:53:44.134 INFO kablam! 4 | use core::mem::PinMut; Sep 02 13:53:44.134 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 02 13:53:44.135 INFO kablam! Sep 02 13:53:44.135 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 02 13:53:44.135 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:5:5 Sep 02 13:53:44.135 INFO kablam! | Sep 02 13:53:44.135 INFO kablam! 5 | use core::mem::PinMut; Sep 02 13:53:44.135 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 02 13:53:44.135 INFO kablam! Sep 02 13:53:44.136 INFO kablam! error[E0603]: struct `PinBox` is private Sep 02 13:53:44.136 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:128:27 Sep 02 13:53:44.136 INFO kablam! | Sep 02 13:53:44.136 INFO kablam! 128 | use std::boxed::{Box, PinBox}; Sep 02 13:53:44.136 INFO kablam! | ^^^^^^ Sep 02 13:53:44.136 INFO kablam! Sep 02 13:53:44.144 INFO kablam! error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Sep 02 13:53:44.144 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:68:10 Sep 02 13:53:44.144 INFO kablam! | Sep 02 13:53:44.144 INFO kablam! 68 | impl<'a, S: ?Sized + Stream> Stream for PinMut<'a, S> { Sep 02 13:53:44.144 INFO kablam! | ^ unconstrained type parameter Sep 02 13:53:44.144 INFO kablam! Sep 02 13:53:44.144 INFO kablam! error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Sep 02 13:53:44.145 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:141:10 Sep 02 13:53:44.145 INFO kablam! | Sep 02 13:53:44.145 INFO kablam! 141 | impl Stream for PinBox { Sep 02 13:53:44.145 INFO kablam! | ^ unconstrained type parameter Sep 02 13:53:44.145 INFO kablam! Sep 02 13:53:44.145 INFO kablam! error: aborting due to 5 previous errors Sep 02 13:53:44.145 INFO kablam! Sep 02 13:53:44.146 INFO kablam! Some errors occurred: E0207, E0432, E0603. Sep 02 13:53:44.146 INFO kablam! For more information about an error, try `rustc --explain E0207`. Sep 02 13:53:44.159 INFO kablam! error: Could not compile `futures-core-preview`. Sep 02 13:53:44.159 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:53:44.216 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 02 13:53:44.216 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/future.rs:4:5 Sep 02 13:53:44.216 INFO kablam! | Sep 02 13:53:44.216 INFO kablam! 4 | use core::mem::PinMut; Sep 02 13:53:44.216 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 02 13:53:44.216 INFO kablam! Sep 02 13:53:44.217 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 02 13:53:44.217 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:5:5 Sep 02 13:53:44.217 INFO kablam! | Sep 02 13:53:44.217 INFO kablam! 5 | use core::mem::PinMut; Sep 02 13:53:44.217 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 02 13:53:44.217 INFO kablam! Sep 02 13:53:44.217 INFO kablam! error[E0603]: struct `PinBox` is private Sep 02 13:53:44.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:128:27 Sep 02 13:53:44.218 INFO kablam! | Sep 02 13:53:44.218 INFO kablam! 128 | use std::boxed::{Box, PinBox}; Sep 02 13:53:44.218 INFO kablam! | ^^^^^^ Sep 02 13:53:44.218 INFO kablam! Sep 02 13:53:44.237 INFO kablam! error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Sep 02 13:53:44.237 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:68:10 Sep 02 13:53:44.237 INFO kablam! | Sep 02 13:53:44.237 INFO kablam! 68 | impl<'a, S: ?Sized + Stream> Stream for PinMut<'a, S> { Sep 02 13:53:44.237 INFO kablam! | ^ unconstrained type parameter Sep 02 13:53:44.238 INFO kablam! Sep 02 13:53:44.238 INFO kablam! error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Sep 02 13:53:44.239 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.3/src/stream.rs:141:10 Sep 02 13:53:44.239 INFO kablam! | Sep 02 13:53:44.239 INFO kablam! 141 | impl Stream for PinBox { Sep 02 13:53:44.239 INFO kablam! | ^ unconstrained type parameter Sep 02 13:53:44.239 INFO kablam! Sep 02 13:53:44.239 INFO kablam! error: aborting due to 5 previous errors Sep 02 13:53:44.239 INFO kablam! Sep 02 13:53:44.239 INFO kablam! Some errors occurred: E0207, E0432, E0603. Sep 02 13:53:44.239 INFO kablam! For more information about an error, try `rustc --explain E0207`. Sep 02 13:53:44.253 INFO kablam! error: Could not compile `futures-core-preview`. Sep 02 13:53:44.253 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:54:05.008 INFO kablam! error: build failed Sep 02 13:54:05.010 INFO kablam! su: No module specific data is present Sep 02 13:54:05.530 INFO running `"docker" "rm" "-f" "8dd4d31e028df6893a56bfa2d4b5682923f6fc6dde8f3d634b09717b08e405c2"` Sep 02 13:54:05.689 INFO blam! 8dd4d31e028df6893a56bfa2d4b5682923f6fc6dde8f3d634b09717b08e405c2