Aug 30 13:00:14.892 INFO checking lambdaOS-0.1.0 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 13:00:14.892 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 13:00:14.892 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-1/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 13:00:15.058 INFO blam! 129835257effb393ecc276211acc115ff2a197543d014025453f0aa7d18639a0 Aug 30 13:00:15.060 INFO running `"docker" "start" "-a" "129835257effb393ecc276211acc115ff2a197543d014025453f0aa7d18639a0"` Aug 30 13:00:15.755 INFO kablam! Checking bit_field v0.7.0 Aug 30 13:00:15.758 INFO kablam! Checking bitflags v0.4.0 Aug 30 13:00:15.759 INFO kablam! Checking once v0.3.3 Aug 30 13:00:15.760 INFO kablam! Checking volatile v0.1.0 Aug 30 13:00:15.760 INFO kablam! Checking linked_list_allocator v0.4.3 Aug 30 13:00:15.960 INFO kablam! Checking multiboot2 v0.1.0 Aug 30 13:00:15.985 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Aug 30 13:00:15.986 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/lib.rs:17:12 Aug 30 13:00:15.986 INFO kablam! | Aug 30 13:00:15.986 INFO kablam! 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; Aug 30 13:00:15.986 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Aug 30 13:00:15.986 INFO kablam! Aug 30 13:00:15.986 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Aug 30 13:00:15.986 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:3:12 Aug 30 13:00:15.986 INFO kablam! | Aug 30 13:00:15.986 INFO kablam! 3 | use alloc::allocator::{Layout, AllocErr}; Aug 30 13:00:15.987 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Aug 30 13:00:15.987 INFO kablam! Aug 30 13:00:15.994 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 13:00:15.995 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:1:5 Aug 30 13:00:15.995 INFO kablam! | Aug 30 13:00:15.995 INFO kablam! 1 | use core::ptr::Unique; Aug 30 13:00:15.995 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 30 13:00:15.995 INFO kablam! | Aug 30 13:00:15.995 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Aug 30 13:00:15.995 INFO kablam! Aug 30 13:00:15.995 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 13:00:15.995 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:94:18 Aug 30 13:00:15.995 INFO kablam! | Aug 30 13:00:15.995 INFO kablam! 94 | next: Option>, Aug 30 13:00:15.995 INFO kablam! | ^^^^^^^^^^^^ Aug 30 13:00:15.995 INFO kablam! | Aug 30 13:00:15.995 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Aug 30 13:00:15.995 INFO kablam! Aug 30 13:00:15.996 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 13:00:15.996 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:304:43 Aug 30 13:00:15.996 INFO kablam! | Aug 30 13:00:15.996 INFO kablam! 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); Aug 30 13:00:15.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Aug 30 13:00:15.996 INFO kablam! | Aug 30 13:00:15.997 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Aug 30 13:00:15.997 INFO kablam! Aug 30 13:00:15.997 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 13:00:15.997 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:41:28 Aug 30 13:00:15.997 INFO kablam! | Aug 30 13:00:15.997 INFO kablam! 41 | next: Some(Unique::new_unchecked(ptr)), Aug 30 13:00:15.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Aug 30 13:00:15.997 INFO kablam! | Aug 30 13:00:15.997 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Aug 30 13:00:15.997 INFO kablam! Aug 30 13:00:15.998 INFO kablam! error: aborting due to 6 previous errors Aug 30 13:00:15.998 INFO kablam! Aug 30 13:00:15.998 INFO kablam! Some errors occurred: E0432, E0658. Aug 30 13:00:15.998 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 30 13:00:16.003 INFO kablam! error: Could not compile `linked_list_allocator`. Aug 30 13:00:16.003 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 13:00:16.381 INFO kablam! error: build failed Aug 30 13:00:16.383 INFO kablam! su: No module specific data is present Aug 30 13:00:16.966 INFO running `"docker" "rm" "-f" "129835257effb393ecc276211acc115ff2a197543d014025453f0aa7d18639a0"` Aug 30 13:00:17.113 INFO blam! 129835257effb393ecc276211acc115ff2a197543d014025453f0aa7d18639a0