Sep 20 01:05:39.886 INFO checking lambdaOS-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 01:05:39.887 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 01:05:39.887 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:05:40.094 INFO blam! 689f2a3496db74334a7e61d4cfea01277efbf27ed16d1b68923eafca09dbaa24 Sep 20 01:05:40.096 INFO running `"docker" "start" "-a" "689f2a3496db74334a7e61d4cfea01277efbf27ed16d1b68923eafca09dbaa24"` Sep 20 01:05:41.335 INFO kablam! usermod: no changes Sep 20 01:05:41.379 INFO kablam! Checking bitflags v0.4.0 Sep 20 01:05:41.381 INFO kablam! Checking bit_field v0.7.0 Sep 20 01:05:41.382 INFO kablam! Checking volatile v0.1.0 Sep 20 01:05:41.382 INFO kablam! Checking rlibc v1.0.0 Sep 20 01:05:41.382 INFO kablam! Checking once v0.3.3 Sep 20 01:05:41.382 INFO kablam! Checking linked_list_allocator v0.4.3 Sep 20 01:05:41.458 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 20 01:05:41.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/lib.rs:17:12 Sep 20 01:05:41.458 INFO kablam! | Sep 20 01:05:41.458 INFO kablam! 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; Sep 20 01:05:41.458 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 20 01:05:41.458 INFO kablam! Sep 20 01:05:41.458 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 20 01:05:41.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:3:12 Sep 20 01:05:41.458 INFO kablam! | Sep 20 01:05:41.458 INFO kablam! 3 | use alloc::allocator::{Layout, AllocErr}; Sep 20 01:05:41.458 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 20 01:05:41.458 INFO kablam! Sep 20 01:05:41.458 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 20 01:05:41.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:1:5 Sep 20 01:05:41.458 INFO kablam! | Sep 20 01:05:41.458 INFO kablam! 1 | use core::ptr::Unique; Sep 20 01:05:41.458 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 01:05:41.458 INFO kablam! | Sep 20 01:05:41.458 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 01:05:41.458 INFO kablam! Sep 20 01:05:41.458 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 20 01:05:41.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:94:18 Sep 20 01:05:41.458 INFO kablam! | Sep 20 01:05:41.458 INFO kablam! 94 | next: Option>, Sep 20 01:05:41.458 INFO kablam! | ^^^^^^^^^^^^ Sep 20 01:05:41.458 INFO kablam! | Sep 20 01:05:41.458 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 01:05:41.458 INFO kablam! Sep 20 01:05:41.458 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 20 01:05:41.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:304:43 Sep 20 01:05:41.458 INFO kablam! | Sep 20 01:05:41.459 INFO kablam! 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); Sep 20 01:05:41.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:05:41.459 INFO kablam! | Sep 20 01:05:41.459 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 01:05:41.459 INFO kablam! Sep 20 01:05:41.459 INFO kablam! error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData (if you also use #[may_dangle]), Send, and/or Sync Sep 20 01:05:41.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:41:28 Sep 20 01:05:41.459 INFO kablam! | Sep 20 01:05:41.459 INFO kablam! 41 | next: Some(Unique::new_unchecked(ptr)), Sep 20 01:05:41.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:05:41.459 INFO kablam! | Sep 20 01:05:41.459 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 20 01:05:41.459 INFO kablam! Sep 20 01:05:41.459 INFO kablam! error: aborting due to 6 previous errors Sep 20 01:05:41.459 INFO kablam! Sep 20 01:05:41.459 INFO kablam! Some errors occurred: E0432, E0658. Sep 20 01:05:41.459 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 01:05:41.461 INFO kablam! error: Could not compile `linked_list_allocator`. Sep 20 01:05:41.462 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:05:41.626 INFO kablam! error: build failed Sep 20 01:05:41.627 INFO kablam! su: No module specific data is present Sep 20 01:05:42.475 INFO running `"docker" "rm" "-f" "689f2a3496db74334a7e61d4cfea01277efbf27ed16d1b68923eafca09dbaa24"` Sep 20 01:05:42.607 INFO blam! 689f2a3496db74334a7e61d4cfea01277efbf27ed16d1b68923eafca09dbaa24