Sep 02 13:53:42.913 INFO checking futures-await-test-preview-0.3.0-alpha.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 13:53:42.913 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 13:53:42.913 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:43.170 INFO blam! 9aa16ec686f2687bf92985bb1f81dbb9435919828768e5f3efa8d686edbcfda0 Sep 02 13:53:43.172 INFO running `"docker" "start" "-a" "9aa16ec686f2687bf92985bb1f81dbb9435919828768e5f3efa8d686edbcfda0"` Sep 02 13:53:44.205 INFO kablam! Compiling either v1.5.0 Sep 02 13:53:44.205 INFO kablam! Compiling pin-utils v0.1.0-alpha.2 Sep 02 13:53:44.264 INFO kablam! Compiling syn v0.14.9 Sep 02 13:53:45.684 INFO kablam! Compiling futures-core-preview v0.3.0-alpha.3 Sep 02 13:53:46.225 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 02 13:53:46.225 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:46.226 INFO kablam! | Sep 02 13:53:46.226 INFO kablam! 4 | use core::mem::PinMut; Sep 02 13:53:46.226 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 02 13:53:46.226 INFO kablam! Sep 02 13:53:46.226 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 02 13:53:46.226 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:46.226 INFO kablam! | Sep 02 13:53:46.226 INFO kablam! 5 | use core::mem::PinMut; Sep 02 13:53:46.226 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 02 13:53:46.226 INFO kablam! Sep 02 13:53:46.226 INFO kablam! error[E0603]: struct `PinBox` is private Sep 02 13:53:46.226 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:46.226 INFO kablam! | Sep 02 13:53:46.227 INFO kablam! 128 | use std::boxed::{Box, PinBox}; Sep 02 13:53:46.227 INFO kablam! | ^^^^^^ Sep 02 13:53:46.227 INFO kablam! Sep 02 13:53:46.238 INFO kablam! error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Sep 02 13:53:46.239 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:46.239 INFO kablam! | Sep 02 13:53:46.239 INFO kablam! 68 | impl<'a, S: ?Sized + Stream> Stream for PinMut<'a, S> { Sep 02 13:53:46.239 INFO kablam! | ^ unconstrained type parameter Sep 02 13:53:46.239 INFO kablam! Sep 02 13:53:46.240 INFO kablam! error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Sep 02 13:53:46.240 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:46.240 INFO kablam! | Sep 02 13:53:46.240 INFO kablam! 141 | impl Stream for PinBox { Sep 02 13:53:46.240 INFO kablam! | ^ unconstrained type parameter Sep 02 13:53:46.240 INFO kablam! Sep 02 13:53:46.241 INFO kablam! error: aborting due to 5 previous errors Sep 02 13:53:46.241 INFO kablam! Sep 02 13:53:46.242 INFO kablam! Some errors occurred: E0207, E0432, E0603. Sep 02 13:53:46.243 INFO kablam! For more information about an error, try `rustc --explain E0207`. Sep 02 13:53:46.252 INFO kablam! error: Could not compile `futures-core-preview`. Sep 02 13:53:46.252 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 02 13:53:46.252 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:46.252 INFO kablam! | Sep 02 13:53:46.252 INFO kablam! 4 | use core::mem::PinMut; Sep 02 13:53:46.252 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 02 13:53:46.253 INFO kablam! Sep 02 13:53:46.253 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 02 13:53:46.253 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:46.253 INFO kablam! | Sep 02 13:53:46.253 INFO kablam! 5 | use core::mem::PinMut; Sep 02 13:53:46.253 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 02 13:53:46.253 INFO kablam! Sep 02 13:53:46.253 INFO kablam! error[E0603]: struct `PinBox` is private Sep 02 13:53:46.253 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:46.253 INFO kablam! | Sep 02 13:53:46.253 INFO kablam! 128 | use std::boxed::{Box, PinBox}; Sep 02 13:53:46.253 INFO kablam! | ^^^^^^ Sep 02 13:53:46.254 INFO kablam! Sep 02 13:53:46.254 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:53:46.262 INFO kablam! error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Sep 02 13:53:46.262 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:46.262 INFO kablam! | Sep 02 13:53:46.263 INFO kablam! 68 | impl<'a, S: ?Sized + Stream> Stream for PinMut<'a, S> { Sep 02 13:53:46.263 INFO kablam! | ^ unconstrained type parameter Sep 02 13:53:46.263 INFO kablam! Sep 02 13:53:46.263 INFO kablam! error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates Sep 02 13:53:46.263 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:46.263 INFO kablam! | Sep 02 13:53:46.263 INFO kablam! 141 | impl Stream for PinBox { Sep 02 13:53:46.263 INFO kablam! | ^ unconstrained type parameter Sep 02 13:53:46.263 INFO kablam! Sep 02 13:53:46.263 INFO kablam! error: aborting due to 5 previous errors Sep 02 13:53:46.263 INFO kablam! Sep 02 13:53:46.263 INFO kablam! Some errors occurred: E0207, E0432, E0603. Sep 02 13:53:46.263 INFO kablam! For more information about an error, try `rustc --explain E0207`. Sep 02 13:53:46.269 INFO kablam! error: Could not compile `futures-core-preview`. Sep 02 13:53:46.269 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:54:06.626 INFO kablam! error: build failed Sep 02 13:54:06.627 INFO kablam! su: No module specific data is present Sep 02 13:54:07.063 INFO running `"docker" "rm" "-f" "9aa16ec686f2687bf92985bb1f81dbb9435919828768e5f3efa8d686edbcfda0"` Sep 02 13:54:07.162 INFO blam! 9aa16ec686f2687bf92985bb1f81dbb9435919828768e5f3efa8d686edbcfda0