Sep 21 05:46:25.228 INFO checking pin-utils-0.1.0-alpha.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:46:25.228 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:46:25.228 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:46:25.389 INFO blam! 602c74b7f806604fe9488a87224f65b4e3f6a8e3e936d1e9f615da58612cb231 Sep 21 05:46:25.390 INFO running `"docker" "start" "-a" "602c74b7f806604fe9488a87224f65b4e3f6a8e3e936d1e9f615da58612cb231"` Sep 21 05:46:26.390 INFO kablam! usermod: no changes Sep 21 05:46:26.407 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 21 05:46:26.408 INFO kablam! Checking pin-utils v0.1.0-alpha.2 (/source) Sep 21 05:46:26.633 INFO kablam! error[E0432]: unresolved import `std::pin::PinMut` Sep 21 05:46:26.633 INFO kablam! --> tests/projection.rs:3:5 Sep 21 05:46:26.633 INFO kablam! | Sep 21 05:46:26.633 INFO kablam! 3 | use std::pin::PinMut; Sep 21 05:46:26.633 INFO kablam! | ^^^^^^^^^^^^^^^^ no `PinMut` in `pin` Sep 21 05:46:26.633 INFO kablam! Sep 21 05:46:26.653 INFO kablam! error[E0432]: unresolved import `core::pin::PinMut` Sep 21 05:46:26.653 INFO kablam! --> tests/stack_pin.rs:3:5 Sep 21 05:46:26.653 INFO kablam! | Sep 21 05:46:26.653 INFO kablam! 3 | use core::pin::PinMut; Sep 21 05:46:26.653 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `pin` Sep 21 05:46:26.653 INFO kablam! Sep 21 05:46:26.653 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `pin` Sep 21 05:46:26.653 INFO kablam! --> tests/stack_pin.rs:9:5 Sep 21 05:46:26.653 INFO kablam! | Sep 21 05:46:26.653 INFO kablam! 9 | pin_mut!(foo); Sep 21 05:46:26.653 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `PinMut` in `pin` Sep 21 05:46:26.653 INFO kablam! | Sep 21 05:46:26.653 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 21 05:46:26.653 INFO kablam! Sep 21 05:46:26.665 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `pin` Sep 21 05:46:26.665 INFO kablam! --> tests/projection.rs:12:5 Sep 21 05:46:26.665 INFO kablam! | Sep 21 05:46:26.665 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 21 05:46:26.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `PinMut` in `pin` Sep 21 05:46:26.665 INFO kablam! | Sep 21 05:46:26.665 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 21 05:46:26.665 INFO kablam! Sep 21 05:46:26.668 INFO kablam! error: aborting due to 2 previous errors Sep 21 05:46:26.668 INFO kablam! Sep 21 05:46:26.668 INFO kablam! Some errors occurred: E0432, E0433. Sep 21 05:46:26.668 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 05:46:26.672 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `pin` Sep 21 05:46:26.672 INFO kablam! --> tests/projection.rs:13:5 Sep 21 05:46:26.672 INFO kablam! | Sep 21 05:46:26.672 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 21 05:46:26.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `PinMut` in `pin` Sep 21 05:46:26.672 INFO kablam! | Sep 21 05:46:26.672 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 21 05:46:26.672 INFO kablam! Sep 21 05:46:26.672 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `pin` Sep 21 05:46:26.672 INFO kablam! --> tests/projection.rs:21:5 Sep 21 05:46:26.672 INFO kablam! | Sep 21 05:46:26.672 INFO kablam! 21 | pin_mut!(foo); Sep 21 05:46:26.672 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `PinMut` in `pin` Sep 21 05:46:26.672 INFO kablam! | Sep 21 05:46:26.672 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 21 05:46:26.672 INFO kablam! Sep 21 05:46:26.672 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::pin` Sep 21 05:46:26.672 INFO kablam! --> tests/projection.rs:12:5 Sep 21 05:46:26.672 INFO kablam! | Sep 21 05:46:26.672 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 21 05:46:26.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::pin` Sep 21 05:46:26.672 INFO kablam! | Sep 21 05:46:26.672 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 21 05:46:26.672 INFO kablam! Sep 21 05:46:26.672 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::pin` Sep 21 05:46:26.672 INFO kablam! --> tests/projection.rs:12:5 Sep 21 05:46:26.672 INFO kablam! | Sep 21 05:46:26.672 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 21 05:46:26.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::pin` Sep 21 05:46:26.672 INFO kablam! | Sep 21 05:46:26.672 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 21 05:46:26.672 INFO kablam! Sep 21 05:46:26.672 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::pin` Sep 21 05:46:26.672 INFO kablam! --> tests/projection.rs:13:5 Sep 21 05:46:26.673 INFO kablam! | Sep 21 05:46:26.673 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 21 05:46:26.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::pin` Sep 21 05:46:26.673 INFO kablam! | Sep 21 05:46:26.673 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 21 05:46:26.673 INFO kablam! Sep 21 05:46:26.675 INFO kablam! error: Could not compile `pin-utils`. Sep 21 05:46:26.675 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:46:26.679 INFO kablam! error[E0307]: invalid `self` type: &'__a mut [type error] Sep 21 05:46:26.679 INFO kablam! --> tests/projection.rs:12:5 Sep 21 05:46:26.679 INFO kablam! | Sep 21 05:46:26.679 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 21 05:46:26.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:46:26.679 INFO kablam! | Sep 21 05:46:26.679 INFO kablam! = note: type must be `Foo` or a type that dereferences to it Sep 21 05:46:26.679 INFO kablam! = help: consider changing to `self`, `&self`, `&mut self`, or `self: Box` Sep 21 05:46:26.679 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 21 05:46:26.679 INFO kablam! Sep 21 05:46:26.680 INFO kablam! error[E0307]: invalid `self` type: &'__a mut [type error] Sep 21 05:46:26.680 INFO kablam! --> tests/projection.rs:13:5 Sep 21 05:46:26.680 INFO kablam! | Sep 21 05:46:26.680 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 21 05:46:26.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:46:26.680 INFO kablam! | Sep 21 05:46:26.680 INFO kablam! = note: type must be `Foo` or a type that dereferences to it Sep 21 05:46:26.680 INFO kablam! = help: consider changing to `self`, `&self`, `&mut self`, or `self: Box` Sep 21 05:46:26.681 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 21 05:46:26.681 INFO kablam! Sep 21 05:46:26.681 INFO kablam! error: aborting due to 9 previous errors Sep 21 05:46:26.681 INFO kablam! Sep 21 05:46:26.681 INFO kablam! Some errors occurred: E0307, E0412, E0432, E0433. Sep 21 05:46:26.681 INFO kablam! For more information about an error, try `rustc --explain E0307`. Sep 21 05:46:26.689 INFO kablam! error: Could not compile `pin-utils`. Sep 21 05:46:26.689 INFO kablam! Sep 21 05:46:26.689 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:46:26.690 INFO kablam! su: No module specific data is present Sep 21 05:46:27.472 INFO running `"docker" "rm" "-f" "602c74b7f806604fe9488a87224f65b4e3f6a8e3e936d1e9f615da58612cb231"` Sep 21 05:46:27.533 INFO blam! 602c74b7f806604fe9488a87224f65b4e3f6a8e3e936d1e9f615da58612cb231