Sep 17 22:16:27.920 INFO checking lambdaOS-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 22:16:27.920 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 22:16:27.920 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 17 22:16:28.118 INFO blam! 07363054bfaa985b677d9c90841c7268a3af290b7848a7debd51f57dea1725ee Sep 17 22:16:28.120 INFO running `"docker" "start" "-a" "07363054bfaa985b677d9c90841c7268a3af290b7848a7debd51f57dea1725ee"` Sep 17 22:16:29.433 INFO kablam! usermod: no changes Sep 17 22:16:29.473 INFO kablam! Checking once v0.3.3 Sep 17 22:16:29.473 INFO kablam! Checking linked_list_allocator v0.4.3 Sep 17 22:16:29.473 INFO kablam! Checking lazy_static v0.2.11 Sep 17 22:16:29.473 INFO kablam! Checking x86_64 v0.1.2 Sep 17 22:16:29.537 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 17 22:16:29.537 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/lib.rs:17:12 Sep 17 22:16:29.537 INFO kablam! | Sep 17 22:16:29.537 INFO kablam! 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; Sep 17 22:16:29.537 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 17 22:16:29.537 INFO kablam! Sep 17 22:16:29.538 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 17 22:16:29.538 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:3:12 Sep 17 22:16:29.538 INFO kablam! | Sep 17 22:16:29.538 INFO kablam! 3 | use alloc::allocator::{Layout, AllocErr}; Sep 17 22:16:29.538 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 17 22:16:29.538 INFO kablam! Sep 17 22:16:29.541 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 17 22:16:29.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:1:5 Sep 17 22:16:29.541 INFO kablam! | Sep 17 22:16:29.541 INFO kablam! 1 | use core::ptr::Unique; Sep 17 22:16:29.541 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:16:29.541 INFO kablam! | Sep 17 22:16:29.541 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 22:16:29.541 INFO kablam! Sep 17 22:16:29.541 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 17 22:16:29.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:94:18 Sep 17 22:16:29.541 INFO kablam! | Sep 17 22:16:29.541 INFO kablam! 94 | next: Option>, Sep 17 22:16:29.541 INFO kablam! | ^^^^^^^^^^^^ Sep 17 22:16:29.541 INFO kablam! | Sep 17 22:16:29.541 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 22:16:29.541 INFO kablam! Sep 17 22:16:29.541 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 17 22:16:29.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:304:43 Sep 17 22:16:29.541 INFO kablam! | Sep 17 22:16:29.541 INFO kablam! 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); Sep 17 22:16:29.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:16:29.542 INFO kablam! | Sep 17 22:16:29.542 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 22:16:29.542 INFO kablam! Sep 17 22:16:29.542 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 17 22:16:29.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:41:28 Sep 17 22:16:29.542 INFO kablam! | Sep 17 22:16:29.542 INFO kablam! 41 | next: Some(Unique::new_unchecked(ptr)), Sep 17 22:16:29.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:16:29.542 INFO kablam! | Sep 17 22:16:29.542 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 17 22:16:29.542 INFO kablam! Sep 17 22:16:29.542 INFO kablam! error: aborting due to 6 previous errors Sep 17 22:16:29.543 INFO kablam! Sep 17 22:16:29.543 INFO kablam! Some errors occurred: E0432, E0658. Sep 17 22:16:29.543 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 22:16:29.546 INFO kablam! error: Could not compile `linked_list_allocator`. Sep 17 22:16:29.546 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:16:30.192 INFO kablam! error: build failed Sep 17 22:16:30.193 INFO kablam! su: No module specific data is present Sep 17 22:16:30.898 INFO running `"docker" "rm" "-f" "07363054bfaa985b677d9c90841c7268a3af290b7848a7debd51f57dea1725ee"` Sep 17 22:16:30.966 INFO blam! 07363054bfaa985b677d9c90841c7268a3af290b7848a7debd51f57dea1725ee