Sep 19 22:54:42.983 INFO checking pin-utils-0.1.0-alpha.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:54:42.983 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:54:42.983 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:54:43.180 INFO blam! 4dd9c4175e4b1e6a7d1f4f5840a70bda3ee8e3d5f7f6c9fdd45786a70046542c Sep 19 22:54:43.182 INFO running `"docker" "start" "-a" "4dd9c4175e4b1e6a7d1f4f5840a70bda3ee8e3d5f7f6c9fdd45786a70046542c"` Sep 19 22:54:43.996 INFO kablam! usermod: no changes Sep 19 22:54:44.015 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 19 22:54:44.017 INFO kablam! Checking pin-utils v0.1.0-alpha.1 (/source) Sep 19 22:54:44.273 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 19 22:54:44.273 INFO kablam! --> tests/stack_pin.rs:3:5 Sep 19 22:54:44.273 INFO kablam! | Sep 19 22:54:44.273 INFO kablam! 3 | use core::mem::PinMut; Sep 19 22:54:44.273 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 19 22:54:44.273 INFO kablam! Sep 19 22:54:44.274 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 19 22:54:44.274 INFO kablam! --> tests/stack_pin.rs:9:5 Sep 19 22:54:44.274 INFO kablam! | Sep 19 22:54:44.274 INFO kablam! 9 | pin_mut!(foo); Sep 19 22:54:44.274 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 19 22:54:44.274 INFO kablam! | Sep 19 22:54:44.274 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 22:54:44.274 INFO kablam! Sep 19 22:54:44.288 INFO kablam! error: aborting due to 2 previous errors Sep 19 22:54:44.288 INFO kablam! Sep 19 22:54:44.288 INFO kablam! Some errors occurred: E0432, E0433. Sep 19 22:54:44.288 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 22:54:44.294 INFO kablam! error: Could not compile `pin-utils`. Sep 19 22:54:44.294 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:54:44.315 INFO kablam! error[E0432]: unresolved import `std::mem::PinMut` Sep 19 22:54:44.315 INFO kablam! --> tests/projection.rs:3:5 Sep 19 22:54:44.315 INFO kablam! | Sep 19 22:54:44.315 INFO kablam! 3 | use std::mem::PinMut; Sep 19 22:54:44.315 INFO kablam! | ^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 19 22:54:44.315 INFO kablam! Sep 19 22:54:44.350 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 19 22:54:44.350 INFO kablam! --> tests/projection.rs:12:5 Sep 19 22:54:44.350 INFO kablam! | Sep 19 22:54:44.350 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 19 22:54:44.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 19 22:54:44.350 INFO kablam! | Sep 19 22:54:44.350 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 22:54:44.350 INFO kablam! Sep 19 22:54:44.357 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 19 22:54:44.357 INFO kablam! --> tests/projection.rs:13:5 Sep 19 22:54:44.357 INFO kablam! | Sep 19 22:54:44.357 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 19 22:54:44.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 19 22:54:44.357 INFO kablam! | Sep 19 22:54:44.357 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 22:54:44.357 INFO kablam! Sep 19 22:54:44.358 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 19 22:54:44.358 INFO kablam! --> tests/projection.rs:21:5 Sep 19 22:54:44.358 INFO kablam! | Sep 19 22:54:44.358 INFO kablam! 21 | pin_mut!(foo); Sep 19 22:54:44.358 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 19 22:54:44.358 INFO kablam! | Sep 19 22:54:44.358 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 22:54:44.358 INFO kablam! Sep 19 22:54:44.358 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::mem` Sep 19 22:54:44.358 INFO kablam! --> tests/projection.rs:12:5 Sep 19 22:54:44.358 INFO kablam! | Sep 19 22:54:44.358 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 19 22:54:44.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::mem` Sep 19 22:54:44.358 INFO kablam! | Sep 19 22:54:44.358 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 22:54:44.358 INFO kablam! Sep 19 22:54:44.358 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::mem` Sep 19 22:54:44.358 INFO kablam! --> tests/projection.rs:12:5 Sep 19 22:54:44.358 INFO kablam! | Sep 19 22:54:44.358 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 19 22:54:44.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::mem` Sep 19 22:54:44.358 INFO kablam! | Sep 19 22:54:44.358 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 22:54:44.358 INFO kablam! Sep 19 22:54:44.361 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::mem` Sep 19 22:54:44.361 INFO kablam! --> tests/projection.rs:13:5 Sep 19 22:54:44.362 INFO kablam! | Sep 19 22:54:44.362 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 19 22:54:44.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::mem` Sep 19 22:54:44.362 INFO kablam! | Sep 19 22:54:44.362 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 22:54:44.362 INFO kablam! Sep 19 22:54:44.362 INFO kablam! error[E0307]: invalid `self` type: &'__a mut [type error] Sep 19 22:54:44.362 INFO kablam! --> tests/projection.rs:12:5 Sep 19 22:54:44.362 INFO kablam! | Sep 19 22:54:44.362 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 19 22:54:44.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:54:44.362 INFO kablam! | Sep 19 22:54:44.362 INFO kablam! = note: type must be `Foo` or a type that dereferences to it Sep 19 22:54:44.363 INFO kablam! = help: consider changing to `self`, `&self`, `&mut self`, or `self: Box` Sep 19 22:54:44.363 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 22:54:44.363 INFO kablam! Sep 19 22:54:44.363 INFO kablam! error[E0307]: invalid `self` type: &'__a mut [type error] Sep 19 22:54:44.363 INFO kablam! --> tests/projection.rs:13:5 Sep 19 22:54:44.363 INFO kablam! | Sep 19 22:54:44.363 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 19 22:54:44.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:54:44.363 INFO kablam! | Sep 19 22:54:44.363 INFO kablam! = note: type must be `Foo` or a type that dereferences to it Sep 19 22:54:44.363 INFO kablam! = help: consider changing to `self`, `&self`, `&mut self`, or `self: Box` Sep 19 22:54:44.363 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 22:54:44.363 INFO kablam! Sep 19 22:54:44.363 INFO kablam! error: aborting due to 9 previous errors Sep 19 22:54:44.363 INFO kablam! Sep 19 22:54:44.363 INFO kablam! Some errors occurred: E0307, E0412, E0432, E0433. Sep 19 22:54:44.363 INFO kablam! For more information about an error, try `rustc --explain E0307`. Sep 19 22:54:44.369 INFO kablam! error: Could not compile `pin-utils`. Sep 19 22:54:44.369 INFO kablam! Sep 19 22:54:44.369 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:54:44.372 INFO kablam! su: No module specific data is present Sep 19 22:54:45.127 INFO running `"docker" "rm" "-f" "4dd9c4175e4b1e6a7d1f4f5840a70bda3ee8e3d5f7f6c9fdd45786a70046542c"` Sep 19 22:54:45.190 INFO blam! 4dd9c4175e4b1e6a7d1f4f5840a70bda3ee8e3d5f7f6c9fdd45786a70046542c