Sep 02 09:20:33.174 INFO checking lambdaOS-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 09:20:33.175 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 09:20:33.175 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 09:20:33.417 INFO blam! 692e0ebfb0012c1ad7a64a1d6170897367ca781bc8517f7c2097760e36baffb2 Sep 02 09:20:33.420 INFO running `"docker" "start" "-a" "692e0ebfb0012c1ad7a64a1d6170897367ca781bc8517f7c2097760e36baffb2"` Sep 02 09:20:34.337 INFO kablam! Checking once v0.3.3 Sep 02 09:20:34.337 INFO kablam! Checking linked_list_allocator v0.4.3 Sep 02 09:20:34.394 INFO kablam! Checking lazy_static v0.2.11 Sep 02 09:20:34.540 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 02 09:20:34.540 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/lib.rs:17:12 Sep 02 09:20:34.540 INFO kablam! | Sep 02 09:20:34.540 INFO kablam! 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; Sep 02 09:20:34.540 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 02 09:20:34.540 INFO kablam! Sep 02 09:20:34.541 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 02 09:20:34.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:3:12 Sep 02 09:20:34.541 INFO kablam! | Sep 02 09:20:34.541 INFO kablam! 3 | use alloc::allocator::{Layout, AllocErr}; Sep 02 09:20:34.541 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 02 09:20:34.541 INFO kablam! Sep 02 09:20:34.556 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 02 09:20:34.556 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:1:5 Sep 02 09:20:34.556 INFO kablam! | Sep 02 09:20:34.556 INFO kablam! 1 | use core::ptr::Unique; Sep 02 09:20:34.556 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 02 09:20:34.556 INFO kablam! | Sep 02 09:20:34.556 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 09:20:34.556 INFO kablam! Sep 02 09:20:34.557 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 02 09:20:34.557 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:94:18 Sep 02 09:20:34.557 INFO kablam! | Sep 02 09:20:34.557 INFO kablam! 94 | next: Option>, Sep 02 09:20:34.557 INFO kablam! | ^^^^^^^^^^^^ Sep 02 09:20:34.557 INFO kablam! | Sep 02 09:20:34.557 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 09:20:34.557 INFO kablam! Sep 02 09:20:34.557 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 02 09:20:34.557 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:304:43 Sep 02 09:20:34.557 INFO kablam! | Sep 02 09:20:34.557 INFO kablam! 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); Sep 02 09:20:34.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 09:20:34.557 INFO kablam! | Sep 02 09:20:34.557 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 09:20:34.557 INFO kablam! Sep 02 09:20:34.557 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 02 09:20:34.557 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:41:28 Sep 02 09:20:34.557 INFO kablam! | Sep 02 09:20:34.557 INFO kablam! 41 | next: Some(Unique::new_unchecked(ptr)), Sep 02 09:20:34.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 09:20:34.557 INFO kablam! | Sep 02 09:20:34.557 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 02 09:20:34.557 INFO kablam! Sep 02 09:20:34.575 INFO kablam! error: aborting due to 6 previous errors Sep 02 09:20:34.575 INFO kablam! Sep 02 09:20:34.575 INFO kablam! Some errors occurred: E0432, E0658. Sep 02 09:20:34.575 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 09:20:34.587 INFO kablam! error: Could not compile `linked_list_allocator`. Sep 02 09:20:34.588 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 09:20:34.644 INFO kablam! error: build failed Sep 02 09:20:34.646 INFO kablam! su: No module specific data is present Sep 02 09:20:35.143 INFO running `"docker" "rm" "-f" "692e0ebfb0012c1ad7a64a1d6170897367ca781bc8517f7c2097760e36baffb2"` Sep 02 09:20:35.299 INFO blam! 692e0ebfb0012c1ad7a64a1d6170897367ca781bc8517f7c2097760e36baffb2