Sep 04 12:43:28.276 INFO checking lambdaOS-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 12:43:28.276 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 12:43:28.276 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:43:28.421 INFO blam! 2d2314f4fc7890932a37dba51bc95483810765d09f3a94ef75fa8b53fba150f4 Sep 04 12:43:28.423 INFO running `"docker" "start" "-a" "2d2314f4fc7890932a37dba51bc95483810765d09f3a94ef75fa8b53fba150f4"` Sep 04 12:43:29.135 INFO kablam! Checking bitflags v0.4.0 Sep 04 12:43:29.135 INFO kablam! Checking bit_field v0.7.0 Sep 04 12:43:29.135 INFO kablam! Checking rlibc v1.0.0 Sep 04 12:43:29.135 INFO kablam! Checking volatile v0.1.0 Sep 04 12:43:29.136 INFO kablam! Checking linked_list_allocator v0.4.3 Sep 04 12:43:29.137 INFO kablam! Checking lazy_static v0.2.11 Sep 04 12:43:29.261 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 04 12:43:29.261 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/lib.rs:17:12 Sep 04 12:43:29.261 INFO kablam! | Sep 04 12:43:29.261 INFO kablam! 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; Sep 04 12:43:29.261 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 04 12:43:29.261 INFO kablam! Sep 04 12:43:29.261 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 04 12:43:29.261 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:3:12 Sep 04 12:43:29.261 INFO kablam! | Sep 04 12:43:29.261 INFO kablam! 3 | use alloc::allocator::{Layout, AllocErr}; Sep 04 12:43:29.261 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 04 12:43:29.261 INFO kablam! Sep 04 12:43:29.261 INFO kablam! Checking multiboot2 v0.1.0 Sep 04 12:43:29.270 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 04 12:43:29.270 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:1:5 Sep 04 12:43:29.271 INFO kablam! | Sep 04 12:43:29.271 INFO kablam! 1 | use core::ptr::Unique; Sep 04 12:43:29.271 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 12:43:29.271 INFO kablam! | Sep 04 12:43:29.271 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:43:29.271 INFO kablam! Sep 04 12:43:29.271 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 04 12:43:29.271 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:94:18 Sep 04 12:43:29.271 INFO kablam! | Sep 04 12:43:29.271 INFO kablam! 94 | next: Option>, Sep 04 12:43:29.271 INFO kablam! | ^^^^^^^^^^^^ Sep 04 12:43:29.271 INFO kablam! | Sep 04 12:43:29.271 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:43:29.271 INFO kablam! Sep 04 12:43:29.271 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 04 12:43:29.271 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:304:43 Sep 04 12:43:29.271 INFO kablam! | Sep 04 12:43:29.271 INFO kablam! 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); Sep 04 12:43:29.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:43:29.272 INFO kablam! | Sep 04 12:43:29.272 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:43:29.272 INFO kablam! Sep 04 12:43:29.272 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 04 12:43:29.272 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:41:28 Sep 04 12:43:29.272 INFO kablam! | Sep 04 12:43:29.272 INFO kablam! 41 | next: Some(Unique::new_unchecked(ptr)), Sep 04 12:43:29.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:43:29.272 INFO kablam! | Sep 04 12:43:29.272 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 04 12:43:29.272 INFO kablam! Sep 04 12:43:29.273 INFO kablam! error: aborting due to 6 previous errors Sep 04 12:43:29.273 INFO kablam! Sep 04 12:43:29.273 INFO kablam! Some errors occurred: E0432, E0658. Sep 04 12:43:29.273 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 12:43:29.284 INFO kablam! error: Could not compile `linked_list_allocator`. Sep 04 12:43:29.285 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 12:43:29.690 INFO kablam! error: build failed Sep 04 12:43:29.691 INFO kablam! su: No module specific data is present Sep 04 12:43:30.235 INFO running `"docker" "rm" "-f" "2d2314f4fc7890932a37dba51bc95483810765d09f3a94ef75fa8b53fba150f4"` Sep 04 12:43:30.338 INFO blam! 2d2314f4fc7890932a37dba51bc95483810765d09f3a94ef75fa8b53fba150f4