Sep 06 04:44:06.398 INFO checking lambdaOS-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 04:44:06.398 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 04:44:06.398 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 04:44:06.679 INFO blam! da326a36ab470f783b749188efa48accb7cf6b2f3de200074dc6fde53d529e02 Sep 06 04:44:06.680 INFO running `"docker" "start" "-a" "da326a36ab470f783b749188efa48accb7cf6b2f3de200074dc6fde53d529e02"` Sep 06 04:44:07.601 INFO kablam! usermod: no changes Sep 06 04:44:07.660 INFO kablam! Checking once v0.3.3 Sep 06 04:44:07.661 INFO kablam! Checking linked_list_allocator v0.4.3 Sep 06 04:44:07.661 INFO kablam! Checking lazy_static v0.2.11 Sep 06 04:44:07.661 INFO kablam! Checking x86_64 v0.1.2 Sep 06 04:44:07.747 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 06 04:44:07.747 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/lib.rs:17:12 Sep 06 04:44:07.747 INFO kablam! | Sep 06 04:44:07.747 INFO kablam! 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; Sep 06 04:44:07.747 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 06 04:44:07.747 INFO kablam! Sep 06 04:44:07.747 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 06 04:44:07.747 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:3:12 Sep 06 04:44:07.747 INFO kablam! | Sep 06 04:44:07.747 INFO kablam! 3 | use alloc::allocator::{Layout, AllocErr}; Sep 06 04:44:07.747 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 06 04:44:07.747 INFO kablam! Sep 06 04:44:07.752 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 06 04:44:07.753 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:1:5 Sep 06 04:44:07.753 INFO kablam! | Sep 06 04:44:07.753 INFO kablam! 1 | use core::ptr::Unique; Sep 06 04:44:07.753 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 04:44:07.753 INFO kablam! | Sep 06 04:44:07.753 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:44:07.753 INFO kablam! Sep 06 04:44:07.753 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 06 04:44:07.753 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:94:18 Sep 06 04:44:07.753 INFO kablam! | Sep 06 04:44:07.753 INFO kablam! 94 | next: Option>, Sep 06 04:44:07.753 INFO kablam! | ^^^^^^^^^^^^ Sep 06 04:44:07.753 INFO kablam! | Sep 06 04:44:07.753 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:44:07.753 INFO kablam! Sep 06 04:44:07.753 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 06 04:44:07.753 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:304:43 Sep 06 04:44:07.753 INFO kablam! | Sep 06 04:44:07.753 INFO kablam! 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); Sep 06 04:44:07.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:44:07.754 INFO kablam! | Sep 06 04:44:07.754 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:44:07.754 INFO kablam! Sep 06 04:44:07.754 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 06 04:44:07.754 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:41:28 Sep 06 04:44:07.754 INFO kablam! | Sep 06 04:44:07.754 INFO kablam! 41 | next: Some(Unique::new_unchecked(ptr)), Sep 06 04:44:07.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 06 04:44:07.754 INFO kablam! | Sep 06 04:44:07.754 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 06 04:44:07.754 INFO kablam! Sep 06 04:44:07.764 INFO kablam! error: aborting due to 6 previous errors Sep 06 04:44:07.764 INFO kablam! Sep 06 04:44:07.764 INFO kablam! Some errors occurred: E0432, E0658. Sep 06 04:44:07.764 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 04:44:07.770 INFO kablam! error: Could not compile `linked_list_allocator`. Sep 06 04:44:07.770 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 04:44:08.501 INFO kablam! error: build failed Sep 06 04:44:08.501 INFO kablam! su: No module specific data is present Sep 06 04:44:09.174 INFO running `"docker" "rm" "-f" "da326a36ab470f783b749188efa48accb7cf6b2f3de200074dc6fde53d529e02"` Sep 06 04:44:09.307 INFO blam! da326a36ab470f783b749188efa48accb7cf6b2f3de200074dc6fde53d529e02