Sep 20 03:53:05.664 INFO checking cc-queue-0.0.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 03:53:05.664 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 03:53:05.664 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/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 03:53:05.783 INFO blam! ba7a13e6c6ea30fade964fa770a5f95d3878a2aeae5aac60a057cac13e3fabfd Sep 20 03:53:05.784 INFO running `"docker" "start" "-a" "ba7a13e6c6ea30fade964fa770a5f95d3878a2aeae5aac60a057cac13e3fabfd"` Sep 20 03:53:06.838 INFO kablam! usermod: no changes Sep 20 03:53:06.887 INFO kablam! Checking cc-queue v0.0.1 (/source) Sep 20 03:53:07.303 INFO kablam! error[E0432]: unresolved import `std::heap` Sep 20 03:53:07.303 INFO kablam! --> src/allocators/mod.rs:5:12 Sep 20 03:53:07.303 INFO kablam! | Sep 20 03:53:07.303 INFO kablam! 5 | use ::std::heap::Alloc; Sep 20 03:53:07.303 INFO kablam! | ^^^^ Could not find `heap` in `std` Sep 20 03:53:07.303 INFO kablam! Sep 20 03:53:07.303 INFO kablam! error[E0432]: unresolved import `std::heap` Sep 20 03:53:07.303 INFO kablam! --> src/allocators/mod.rs:6:12 Sep 20 03:53:07.303 INFO kablam! | Sep 20 03:53:07.303 INFO kablam! 6 | use ::std::heap::Heap; Sep 20 03:53:07.303 INFO kablam! | ^^^^ Could not find `heap` in `std` Sep 20 03:53:07.303 INFO kablam! Sep 20 03:53:07.303 INFO kablam! error[E0432]: unresolved import `std::heap` Sep 20 03:53:07.303 INFO kablam! --> src/allocators/mod.rs:7:12 Sep 20 03:53:07.303 INFO kablam! | Sep 20 03:53:07.303 INFO kablam! 7 | use ::std::heap::Layout; Sep 20 03:53:07.304 INFO kablam! | ^^^^ Could not find `heap` in `std` Sep 20 03:53:07.304 INFO kablam! Sep 20 03:53:07.315 INFO kablam! warning: unused import: `::std::heap::Alloc` Sep 20 03:53:07.315 INFO kablam! --> src/allocators/mod.rs:5:5 Sep 20 03:53:07.315 INFO kablam! | Sep 20 03:53:07.315 INFO kablam! 5 | use ::std::heap::Alloc; Sep 20 03:53:07.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 03:53:07.315 INFO kablam! | Sep 20 03:53:07.315 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 03:53:07.315 INFO kablam! Sep 20 03:53:07.371 INFO kablam! error[E0432]: unresolved import `std::heap` Sep 20 03:53:07.371 INFO kablam! --> src/allocators/mod.rs:5:12 Sep 20 03:53:07.371 INFO kablam! | Sep 20 03:53:07.371 INFO kablam! 5 | use ::std::heap::Alloc; Sep 20 03:53:07.371 INFO kablam! | ^^^^ Could not find `heap` in `std` Sep 20 03:53:07.371 INFO kablam! Sep 20 03:53:07.371 INFO kablam! error[E0432]: unresolved import `std::heap` Sep 20 03:53:07.371 INFO kablam! --> src/allocators/mod.rs:6:12 Sep 20 03:53:07.371 INFO kablam! | Sep 20 03:53:07.371 INFO kablam! 6 | use ::std::heap::Heap; Sep 20 03:53:07.371 INFO kablam! | ^^^^ Could not find `heap` in `std` Sep 20 03:53:07.371 INFO kablam! Sep 20 03:53:07.371 INFO kablam! error[E0432]: unresolved import `std::heap` Sep 20 03:53:07.371 INFO kablam! --> src/allocators/mod.rs:7:12 Sep 20 03:53:07.371 INFO kablam! | Sep 20 03:53:07.371 INFO kablam! 7 | use ::std::heap::Layout; Sep 20 03:53:07.371 INFO kablam! | ^^^^ Could not find `heap` in `std` Sep 20 03:53:07.371 INFO kablam! Sep 20 03:53:07.387 INFO kablam! warning: unused import: `::std::heap::Alloc` Sep 20 03:53:07.387 INFO kablam! --> src/allocators/mod.rs:5:5 Sep 20 03:53:07.387 INFO kablam! | Sep 20 03:53:07.387 INFO kablam! 5 | use ::std::heap::Alloc; Sep 20 03:53:07.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 03:53:07.387 INFO kablam! | Sep 20 03:53:07.387 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 03:53:07.387 INFO kablam! Sep 20 03:53:07.471 INFO kablam! error: aborting due to 3 previous errors Sep 20 03:53:07.471 INFO kablam! Sep 20 03:53:07.471 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 03:53:07.495 INFO kablam! error: Could not compile `cc-queue`. Sep 20 03:53:07.495 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:53:07.558 INFO kablam! error: aborting due to 3 previous errors Sep 20 03:53:07.558 INFO kablam! Sep 20 03:53:07.558 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 03:53:07.567 INFO kablam! error: Could not compile `cc-queue`. Sep 20 03:53:07.567 INFO kablam! Sep 20 03:53:07.567 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:53:07.567 INFO kablam! su: No module specific data is present Sep 20 03:53:08.561 INFO running `"docker" "rm" "-f" "ba7a13e6c6ea30fade964fa770a5f95d3878a2aeae5aac60a057cac13e3fabfd"` Sep 20 03:53:08.710 INFO blam! ba7a13e6c6ea30fade964fa770a5f95d3878a2aeae5aac60a057cac13e3fabfd