Sep 18 01:48:07.973 INFO checking default_allocator-0.3.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:48:07.973 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:48:07.973 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:48:08.208 INFO blam! af9178d07b2476217ee13a2ffe8499c139595c3915a349907148a08ba71290e2 Sep 18 01:48:08.209 INFO running `"docker" "start" "-a" "af9178d07b2476217ee13a2ffe8499c139595c3915a349907148a08ba71290e2"` Sep 18 01:48:09.134 INFO kablam! usermod: no changes Sep 18 01:48:09.170 INFO kablam! Checking default_allocator v0.3.0 (/source) Sep 18 01:48:09.261 INFO kablam! warning: unused attribute Sep 18 01:48:09.261 INFO kablam! --> src/lib.rs:22:46 Sep 18 01:48:09.261 INFO kablam! | Sep 18 01:48:09.261 INFO kablam! 22 | #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)] Sep 18 01:48:09.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:48:09.261 INFO kablam! | Sep 18 01:48:09.261 INFO kablam! = note: #[warn(unused_attributes)] on by default Sep 18 01:48:09.261 INFO kablam! Sep 18 01:48:09.261 INFO kablam! warning: unused attribute Sep 18 01:48:09.261 INFO kablam! --> src/lib.rs:24:46 Sep 18 01:48:09.261 INFO kablam! | Sep 18 01:48:09.261 INFO kablam! 24 | #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)] Sep 18 01:48:09.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:48:09.261 INFO kablam! Sep 18 01:48:09.261 INFO kablam! warning: unused attribute Sep 18 01:48:09.261 INFO kablam! --> src/lib.rs:26:46 Sep 18 01:48:09.261 INFO kablam! | Sep 18 01:48:09.261 INFO kablam! 26 | #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)] Sep 18 01:48:09.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:48:09.261 INFO kablam! Sep 18 01:48:09.261 INFO kablam! warning: unused attribute Sep 18 01:48:09.261 INFO kablam! --> src/lib.rs:31:46 Sep 18 01:48:09.261 INFO kablam! | Sep 18 01:48:09.261 INFO kablam! 31 | #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)] Sep 18 01:48:09.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:48:09.261 INFO kablam! Sep 18 01:48:09.261 INFO kablam! warning: unused attribute Sep 18 01:48:09.261 INFO kablam! --> src/lib.rs:33:46 Sep 18 01:48:09.261 INFO kablam! | Sep 18 01:48:09.261 INFO kablam! 33 | #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)] Sep 18 01:48:09.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:48:09.261 INFO kablam! Sep 18 01:48:09.261 INFO kablam! warning: unused attribute Sep 18 01:48:09.261 INFO kablam! --> src/lib.rs:38:46 Sep 18 01:48:09.261 INFO kablam! | Sep 18 01:48:09.261 INFO kablam! 38 | #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)] Sep 18 01:48:09.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:48:09.261 INFO kablam! Sep 18 01:48:09.430 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::NonNull` in the current scope Sep 18 01:48:09.430 INFO kablam! --> src/lib.rs:96:27 Sep 18 01:48:09.430 INFO kablam! | Sep 18 01:48:09.430 INFO kablam! 96 | let end = ptr.offset(layout.size() as isize); Sep 18 01:48:09.430 INFO kablam! | ^^^^^^ Sep 18 01:48:09.430 INFO kablam! Sep 18 01:48:09.430 INFO kablam! error[E0614]: type `core::ptr::NonNull` cannot be dereferenced Sep 18 01:48:09.430 INFO kablam! --> src/lib.rs:99:28 Sep 18 01:48:09.430 INFO kablam! | Sep 18 01:48:09.430 INFO kablam! 99 | assert_eq!(*i, 0); Sep 18 01:48:09.430 INFO kablam! | ^^ Sep 18 01:48:09.430 INFO kablam! Sep 18 01:48:09.432 INFO kablam! error[E0599]: no method named `offset` found for type `core::ptr::NonNull` in the current scope Sep 18 01:48:09.432 INFO kablam! --> src/lib.rs:100:23 Sep 18 01:48:09.432 INFO kablam! | Sep 18 01:48:09.432 INFO kablam! 100 | i = i.offset(1); Sep 18 01:48:09.432 INFO kablam! | ^^^^^^ Sep 18 01:48:09.432 INFO kablam! Sep 18 01:48:09.435 INFO kablam! error: aborting due to 3 previous errors Sep 18 01:48:09.435 INFO kablam! Sep 18 01:48:09.435 INFO kablam! Some errors occurred: E0599, E0614. Sep 18 01:48:09.435 INFO kablam! For more information about an error, try `rustc --explain E0599`. Sep 18 01:48:09.442 INFO kablam! error: Could not compile `default_allocator`. Sep 18 01:48:09.442 INFO kablam! Sep 18 01:48:09.442 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:48:09.443 INFO kablam! su: No module specific data is present Sep 18 01:48:10.276 INFO running `"docker" "rm" "-f" "af9178d07b2476217ee13a2ffe8499c139595c3915a349907148a08ba71290e2"` Sep 18 01:48:10.363 INFO blam! af9178d07b2476217ee13a2ffe8499c139595c3915a349907148a08ba71290e2