Aug 30 12:31:42.988 INFO checking lambdaOS-0.1.0 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 12:31:42.989 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 12:31:42.989 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-1/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 12:31:43.256 INFO blam! 89ebff19f92a9c93e8d538cce36f2be5afad36604ac13c07a1563b4d289755ed Aug 30 12:31:43.256 INFO running `"docker" "start" "-a" "89ebff19f92a9c93e8d538cce36f2be5afad36604ac13c07a1563b4d289755ed"` Aug 30 12:31:44.139 INFO kablam! Checking bitflags v0.4.0 Aug 30 12:31:44.139 INFO kablam! Checking volatile v0.1.0 Aug 30 12:31:44.140 INFO kablam! Checking once v0.3.3 Aug 30 12:31:44.152 INFO kablam! Checking linked_list_allocator v0.4.3 Aug 30 12:31:44.371 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Aug 30 12:31:44.371 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/lib.rs:17:12 Aug 30 12:31:44.371 INFO kablam! | Aug 30 12:31:44.371 INFO kablam! 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; Aug 30 12:31:44.371 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Aug 30 12:31:44.372 INFO kablam! Aug 30 12:31:44.373 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Aug 30 12:31:44.373 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:3:12 Aug 30 12:31:44.373 INFO kablam! | Aug 30 12:31:44.373 INFO kablam! 3 | use alloc::allocator::{Layout, AllocErr}; Aug 30 12:31:44.373 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Aug 30 12:31:44.373 INFO kablam! Aug 30 12:31:44.384 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 Aug 30 12:31:44.384 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:1:5 Aug 30 12:31:44.384 INFO kablam! | Aug 30 12:31:44.384 INFO kablam! 1 | use core::ptr::Unique; Aug 30 12:31:44.384 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 30 12:31:44.385 INFO kablam! | Aug 30 12:31:44.385 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Aug 30 12:31:44.386 INFO kablam! Aug 30 12:31:44.386 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 Aug 30 12:31:44.386 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:94:18 Aug 30 12:31:44.386 INFO kablam! | Aug 30 12:31:44.386 INFO kablam! 94 | next: Option>, Aug 30 12:31:44.386 INFO kablam! | ^^^^^^^^^^^^ Aug 30 12:31:44.387 INFO kablam! | Aug 30 12:31:44.387 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Aug 30 12:31:44.388 INFO kablam! Aug 30 12:31:44.389 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 Aug 30 12:31:44.389 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:304:43 Aug 30 12:31:44.389 INFO kablam! | Aug 30 12:31:44.389 INFO kablam! 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); Aug 30 12:31:44.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Aug 30 12:31:44.389 INFO kablam! | Aug 30 12:31:44.390 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Aug 30 12:31:44.390 INFO kablam! Aug 30 12:31:44.391 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 Aug 30 12:31:44.391 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:41:28 Aug 30 12:31:44.391 INFO kablam! | Aug 30 12:31:44.391 INFO kablam! 41 | next: Some(Unique::new_unchecked(ptr)), Aug 30 12:31:44.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Aug 30 12:31:44.392 INFO kablam! | Aug 30 12:31:44.392 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Aug 30 12:31:44.393 INFO kablam! Aug 30 12:31:44.396 INFO kablam! error: aborting due to 6 previous errors Aug 30 12:31:44.396 INFO kablam! Aug 30 12:31:44.397 INFO kablam! Some errors occurred: E0432, E0658. Aug 30 12:31:44.398 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 30 12:31:44.405 INFO kablam! error: Could not compile `linked_list_allocator`. Aug 30 12:31:44.406 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 12:31:44.476 INFO kablam! error: build failed Aug 30 12:31:44.478 INFO kablam! su: No module specific data is present Aug 30 12:31:45.001 INFO running `"docker" "rm" "-f" "89ebff19f92a9c93e8d538cce36f2be5afad36604ac13c07a1563b4d289755ed"` Aug 30 12:31:45.186 INFO blam! 89ebff19f92a9c93e8d538cce36f2be5afad36604ac13c07a1563b4d289755ed