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