Sep 02 04:54:57.691 INFO checking pin-utils-0.1.0-alpha.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 04:54:57.691 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 04:54:57.691 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/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 04:54:57.891 INFO blam! 99fc2c7d5cfb05046739ee8eebac497a1b904eb0f8f6c8504045f7de42d476e6 Sep 02 04:54:57.895 INFO running `"docker" "start" "-a" "99fc2c7d5cfb05046739ee8eebac497a1b904eb0f8f6c8504045f7de42d476e6"` Sep 02 04:54:58.592 INFO kablam! Checking pin-utils v0.1.0-alpha.1 (file:///source) Sep 02 04:54:59.178 INFO kablam! error[E0432]: unresolved import `core::mem::PinMut` Sep 02 04:54:59.178 INFO kablam! --> tests/stack_pin.rs:3:5 Sep 02 04:54:59.178 INFO kablam! | Sep 02 04:54:59.178 INFO kablam! 3 | use core::mem::PinMut; Sep 02 04:54:59.178 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 02 04:54:59.178 INFO kablam! Sep 02 04:54:59.179 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 02 04:54:59.179 INFO kablam! --> tests/stack_pin.rs:9:5 Sep 02 04:54:59.179 INFO kablam! | Sep 02 04:54:59.179 INFO kablam! 9 | pin_mut!(foo); Sep 02 04:54:59.179 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 02 04:54:59.179 INFO kablam! | Sep 02 04:54:59.179 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 02 04:54:59.179 INFO kablam! Sep 02 04:54:59.206 INFO kablam! error: aborting due to 2 previous errors Sep 02 04:54:59.206 INFO kablam! Sep 02 04:54:59.206 INFO kablam! Some errors occurred: E0432, E0433. Sep 02 04:54:59.206 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 04:54:59.213 INFO kablam! error: Could not compile `pin-utils`. Sep 02 04:54:59.213 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:54:59.217 INFO kablam! error[E0432]: unresolved import `std::mem::PinMut` Sep 02 04:54:59.217 INFO kablam! --> tests/projection.rs:3:5 Sep 02 04:54:59.218 INFO kablam! | Sep 02 04:54:59.218 INFO kablam! 3 | use std::mem::PinMut; Sep 02 04:54:59.218 INFO kablam! | ^^^^^^^^^^^^^^^^ no `PinMut` in `mem` Sep 02 04:54:59.218 INFO kablam! Sep 02 04:54:59.234 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 02 04:54:59.234 INFO kablam! --> tests/projection.rs:12:5 Sep 02 04:54:59.234 INFO kablam! | Sep 02 04:54:59.234 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 02 04:54:59.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 02 04:54:59.234 INFO kablam! | Sep 02 04:54:59.234 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 02 04:54:59.234 INFO kablam! Sep 02 04:54:59.236 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 02 04:54:59.236 INFO kablam! --> tests/projection.rs:13:5 Sep 02 04:54:59.236 INFO kablam! | Sep 02 04:54:59.236 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 02 04:54:59.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 02 04:54:59.236 INFO kablam! | Sep 02 04:54:59.236 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 02 04:54:59.237 INFO kablam! Sep 02 04:54:59.237 INFO kablam! error[E0433]: failed to resolve. Could not find `PinMut` in `mem` Sep 02 04:54:59.237 INFO kablam! --> tests/projection.rs:21:5 Sep 02 04:54:59.237 INFO kablam! | Sep 02 04:54:59.237 INFO kablam! 21 | pin_mut!(foo); Sep 02 04:54:59.237 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `PinMut` in `mem` Sep 02 04:54:59.237 INFO kablam! | Sep 02 04:54:59.237 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 02 04:54:59.237 INFO kablam! Sep 02 04:54:59.237 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::mem` Sep 02 04:54:59.237 INFO kablam! --> tests/projection.rs:12:5 Sep 02 04:54:59.237 INFO kablam! | Sep 02 04:54:59.237 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 02 04:54:59.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::mem` Sep 02 04:54:59.237 INFO kablam! | Sep 02 04:54:59.237 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 02 04:54:59.237 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 02 04:54:59.238 INFO kablam! | Sep 02 04:54:59.238 INFO kablam! 3 | use pin_utils::core_reexport::pin::PinMut; Sep 02 04:54:59.238 INFO kablam! | Sep 02 04:54:59.238 INFO kablam! 3 | use std::pin::PinMut; Sep 02 04:54:59.238 INFO kablam! | Sep 02 04:54:59.238 INFO kablam! Sep 02 04:54:59.238 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::mem` Sep 02 04:54:59.238 INFO kablam! --> tests/projection.rs:12:5 Sep 02 04:54:59.238 INFO kablam! | Sep 02 04:54:59.238 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 02 04:54:59.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::mem` Sep 02 04:54:59.238 INFO kablam! | Sep 02 04:54:59.238 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 02 04:54:59.238 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 02 04:54:59.238 INFO kablam! | Sep 02 04:54:59.238 INFO kablam! 3 | use pin_utils::core_reexport::pin::PinMut; Sep 02 04:54:59.238 INFO kablam! | Sep 02 04:54:59.238 INFO kablam! 3 | use std::pin::PinMut; Sep 02 04:54:59.238 INFO kablam! | Sep 02 04:54:59.238 INFO kablam! Sep 02 04:54:59.238 INFO kablam! error[E0412]: cannot find type `PinMut` in module `$crate::core_reexport::mem` Sep 02 04:54:59.238 INFO kablam! --> tests/projection.rs:13:5 Sep 02 04:54:59.238 INFO kablam! | Sep 02 04:54:59.239 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 02 04:54:59.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate::core_reexport::mem` Sep 02 04:54:59.239 INFO kablam! | Sep 02 04:54:59.239 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 02 04:54:59.239 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 02 04:54:59.239 INFO kablam! | Sep 02 04:54:59.239 INFO kablam! 3 | use pin_utils::core_reexport::pin::PinMut; Sep 02 04:54:59.239 INFO kablam! | Sep 02 04:54:59.239 INFO kablam! 3 | use std::pin::PinMut; Sep 02 04:54:59.239 INFO kablam! | Sep 02 04:54:59.239 INFO kablam! Sep 02 04:54:59.245 INFO kablam! error[E0307]: invalid `self` type: &'__a mut [type error] Sep 02 04:54:59.245 INFO kablam! --> tests/projection.rs:12:5 Sep 02 04:54:59.245 INFO kablam! | Sep 02 04:54:59.245 INFO kablam! 12 | unsafe_pinned!(field1: T1); Sep 02 04:54:59.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 04:54:59.245 INFO kablam! | Sep 02 04:54:59.245 INFO kablam! = note: type must be `Foo` or a type that dereferences to it Sep 02 04:54:59.245 INFO kablam! = help: consider changing to `self`, `&self`, `&mut self`, or `self: Box` Sep 02 04:54:59.245 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 02 04:54:59.245 INFO kablam! Sep 02 04:54:59.245 INFO kablam! error[E0307]: invalid `self` type: &'__a mut [type error] Sep 02 04:54:59.245 INFO kablam! --> tests/projection.rs:13:5 Sep 02 04:54:59.245 INFO kablam! | Sep 02 04:54:59.245 INFO kablam! 13 | unsafe_unpinned!(field2: T2); Sep 02 04:54:59.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 04:54:59.245 INFO kablam! | Sep 02 04:54:59.245 INFO kablam! = note: type must be `Foo` or a type that dereferences to it Sep 02 04:54:59.245 INFO kablam! = help: consider changing to `self`, `&self`, `&mut self`, or `self: Box` Sep 02 04:54:59.245 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 02 04:54:59.245 INFO kablam! Sep 02 04:54:59.245 INFO kablam! error: aborting due to 9 previous errors Sep 02 04:54:59.245 INFO kablam! Sep 02 04:54:59.246 INFO kablam! Some errors occurred: E0307, E0412, E0432, E0433. Sep 02 04:54:59.246 INFO kablam! For more information about an error, try `rustc --explain E0307`. Sep 02 04:54:59.252 INFO kablam! error: Could not compile `pin-utils`. Sep 02 04:54:59.252 INFO kablam! Sep 02 04:54:59.252 INFO kablam! To learn more, run the command again with --verbose. Sep 02 04:54:59.253 INFO kablam! su: No module specific data is present Sep 02 04:54:59.802 INFO running `"docker" "rm" "-f" "99fc2c7d5cfb05046739ee8eebac497a1b904eb0f8f6c8504045f7de42d476e6"` Sep 02 04:54:59.910 INFO blam! 99fc2c7d5cfb05046739ee8eebac497a1b904eb0f8f6c8504045f7de42d476e6