Sep 10 13:02:04.727 INFO checking pin-utils-0.1.0-alpha.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 13:02:04.727 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 13:02:04.727 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 13:02:04.929 INFO blam! dce2a0029b3469f12c8e6172a4f99c36b146d077848a1f71f01e2b51dad22752 Sep 10 13:02:04.935 INFO running `"docker" "start" "-a" "dce2a0029b3469f12c8e6172a4f99c36b146d077848a1f71f01e2b51dad22752"` Sep 10 13:02:06.269 INFO kablam! usermod: no changes Sep 10 13:02:06.314 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 10 13:02:06.328 INFO kablam! Checking pin-utils v0.1.0-alpha.1 (file:///source) Sep 10 13:02:07.315 INFO kablam! error[E0432]: unresolved import `std::mem::PinMut` Sep 10 13:02:07.315 INFO kablam! --> tests/projection.rs:3:5 Sep 10 13:02:07.315 INFO kablam! | Sep 10 13:02:07.315 INFO kablam! 3 | use std::mem::PinMut; Sep 10 13:02:07.315 INFO kablam! | ^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 10 13:02:07.326 INFO kablam! Sep 10 13:02:07.342 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 10 13:02:07.342 INFO kablam! --> tests/stack_pin.rs:3:5 Sep 10 13:02:07.342 INFO kablam! | Sep 10 13:02:07.342 INFO kablam! 3 | use core::mem::PinMut; Sep 10 13:02:07.342 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 10 13:02:07.342 INFO kablam! Sep 10 13:02:07.342 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 10 13:02:07.342 INFO kablam! --> tests/stack_pin.rs:9:5 Sep 10 13:02:07.342 INFO kablam! | Sep 10 13:02:07.342 INFO kablam! 9 | pin_mut!(foo); Sep 10 13:02:07.342 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 10 13:02:07.342 INFO kablam! | Sep 10 13:02:07.342 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 10 13:02:07.342 INFO kablam! Sep 10 13:02:07.348 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 10 13:02:07.348 INFO kablam! --> tests/projection.rs:12:5 Sep 10 13:02:07.348 INFO kablam! | Sep 10 13:02:07.348 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 10 13:02:07.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 10 13:02:07.348 INFO kablam! | Sep 10 13:02:07.348 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 10 13:02:07.348 INFO kablam! Sep 10 13:02:07.366 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 10 13:02:07.366 INFO kablam! --> tests/projection.rs:13:5 Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 10 13:02:07.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 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 10 13:02:07.366 INFO kablam! Sep 10 13:02:07.366 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 10 13:02:07.366 INFO kablam! --> tests/projection.rs:21:5 Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 21 | pin_mut!(foo); Sep 10 13:02:07.366 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 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 10 13:02:07.366 INFO kablam! Sep 10 13:02:07.366 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::mem` Sep 10 13:02:07.366 INFO kablam! --> tests/projection.rs:12:5 Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 10 13:02:07.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::mem` Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 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 10 13:02:07.366 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 3 | use pin_utils::core_reexport::pin::PinMut; Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 3 | use std::pin::PinMut; Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! Sep 10 13:02:07.366 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::mem` Sep 10 13:02:07.366 INFO kablam! --> tests/projection.rs:12:5 Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 10 13:02:07.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::mem` Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 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 10 13:02:07.366 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 3 | use pin_utils::core_reexport::pin::PinMut; Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 3 | use std::pin::PinMut; Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! Sep 10 13:02:07.366 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::mem` Sep 10 13:02:07.366 INFO kablam! --> tests/projection.rs:13:5 Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 10 13:02:07.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::mem` Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 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 10 13:02:07.366 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 3 | use pin_utils::core_reexport::pin::PinMut; Sep 10 13:02:07.366 INFO kablam! | Sep 10 13:02:07.366 INFO kablam! 3 | use std::pin::PinMut; Sep 10 13:02:07.367 INFO kablam! | Sep 10 13:02:07.367 INFO kablam! Sep 10 13:02:07.374 INFO kablam! error[E0307]: invalid `self` type: &'__a mut [type error] Sep 10 13:02:07.374 INFO kablam! --> tests/projection.rs:12:5 Sep 10 13:02:07.374 INFO kablam! | Sep 10 13:02:07.374 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 10 13:02:07.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:02:07.374 INFO kablam! | Sep 10 13:02:07.374 INFO kablam! = note: type must be `Foo` or a type that dereferences to it Sep 10 13:02:07.374 INFO kablam! = help: consider changing to `self`, `&self`, `&mut self`, or `self: Box` Sep 10 13:02:07.374 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 10 13:02:07.374 INFO kablam! Sep 10 13:02:07.374 INFO kablam! error[E0307]: invalid `self` type: &'__a mut [type error] Sep 10 13:02:07.374 INFO kablam! --> tests/projection.rs:13:5 Sep 10 13:02:07.374 INFO kablam! | Sep 10 13:02:07.374 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 10 13:02:07.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:02:07.374 INFO kablam! | Sep 10 13:02:07.374 INFO kablam! = note: type must be `Foo` or a type that dereferences to it Sep 10 13:02:07.374 INFO kablam! = help: consider changing to `self`, `&self`, `&mut self`, or `self: Box` Sep 10 13:02:07.374 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 10 13:02:07.374 INFO kablam! Sep 10 13:02:07.374 INFO kablam! error: aborting due to 9 previous errors Sep 10 13:02:07.374 INFO kablam! Sep 10 13:02:07.374 INFO kablam! Some errors occurred: E0307, E0412, E0432, E0433. Sep 10 13:02:07.374 INFO kablam! For more information about an error, try `rustc --explain E0307`. Sep 10 13:02:07.374 INFO kablam! error: aborting due to 2 previous errors Sep 10 13:02:07.374 INFO kablam! Sep 10 13:02:07.374 INFO kablam! Some errors occurred: E0432, E0433. Sep 10 13:02:07.374 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 13:02:07.397 INFO kablam! error: Could not compile `pin-utils`. Sep 10 13:02:07.397 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 13:02:07.414 INFO kablam! error: Could not compile `pin-utils`. Sep 10 13:02:07.414 INFO kablam! Sep 10 13:02:07.414 INFO kablam! To learn more, run the command again with --verbose. Sep 10 13:02:07.414 INFO kablam! su: No module specific data is present Sep 10 13:02:08.469 INFO running `"docker" "rm" "-f" "dce2a0029b3469f12c8e6172a4f99c36b146d077848a1f71f01e2b51dad22752"` Sep 10 13:02:08.600 INFO blam! dce2a0029b3469f12c8e6172a4f99c36b146d077848a1f71f01e2b51dad22752