Jul 12 05:47:12.691 INFO checking lambdaOS-0.1.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 05:47:12.691 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 05:47:12.691 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 05:47:12.691 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 05:47:12.937 INFO blam! 414624bc28bab063d5a7851d0a165543fd868095ccb8fffc716cd1cc765e44fd Jul 12 05:47:12.937 INFO running `"docker" "start" "-a" "414624bc28bab063d5a7851d0a165543fd868095ccb8fffc716cd1cc765e44fd"` Jul 12 05:47:14.100 INFO kablam! Checking linked_list_allocator v0.4.3 Jul 12 05:47:14.100 INFO kablam! Checking x86_64 v0.1.2 Jul 12 05:47:14.338 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Jul 12 05:47:14.339 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/lib.rs:17:12 Jul 12 05:47:14.339 INFO kablam! | Jul 12 05:47:14.339 INFO kablam! 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; Jul 12 05:47:14.339 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Jul 12 05:47:14.343 INFO kablam! Jul 12 05:47:14.343 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Jul 12 05:47:14.343 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:3:12 Jul 12 05:47:14.343 INFO kablam! | Jul 12 05:47:14.343 INFO kablam! 3 | use alloc::allocator::{Layout, AllocErr}; Jul 12 05:47:14.343 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Jul 12 05:47:14.344 INFO kablam! Jul 12 05:47:14.361 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 Jul 12 05:47:14.361 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:1:5 Jul 12 05:47:14.361 INFO kablam! | Jul 12 05:47:14.361 INFO kablam! 1 | use core::ptr::Unique; Jul 12 05:47:14.361 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 05:47:14.361 INFO kablam! | Jul 12 05:47:14.362 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Jul 12 05:47:14.362 INFO kablam! Jul 12 05:47:14.363 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 Jul 12 05:47:14.363 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:94:18 Jul 12 05:47:14.363 INFO kablam! | Jul 12 05:47:14.363 INFO kablam! 94 | next: Option>, Jul 12 05:47:14.363 INFO kablam! | ^^^^^^^^^^^^ Jul 12 05:47:14.364 INFO kablam! | Jul 12 05:47:14.364 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Jul 12 05:47:14.365 INFO kablam! Jul 12 05:47:14.365 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 Jul 12 05:47:14.365 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:304:43 Jul 12 05:47:14.365 INFO kablam! | Jul 12 05:47:14.365 INFO kablam! 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); Jul 12 05:47:14.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Jul 12 05:47:14.374 INFO kablam! | Jul 12 05:47:14.375 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Jul 12 05:47:14.375 INFO kablam! Jul 12 05:47:14.376 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 Jul 12 05:47:14.376 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:41:28 Jul 12 05:47:14.376 INFO kablam! | Jul 12 05:47:14.376 INFO kablam! 41 | next: Some(Unique::new_unchecked(ptr)), Jul 12 05:47:14.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Jul 12 05:47:14.377 INFO kablam! | Jul 12 05:47:14.377 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Jul 12 05:47:14.377 INFO kablam! Jul 12 05:47:14.417 INFO kablam! error: aborting due to 6 previous errors Jul 12 05:47:14.422 INFO kablam! Jul 12 05:47:14.423 INFO kablam! Some errors occurred: E0432, E0658. Jul 12 05:47:14.423 INFO kablam! For more information about an error, try `rustc --explain E0432`. Jul 12 05:47:14.443 INFO kablam! error: Could not compile `linked_list_allocator`. Jul 12 05:47:14.444 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 05:47:16.724 INFO kablam! error: build failed Jul 12 05:47:16.726 INFO kablam! su: No module specific data is present Jul 12 05:47:17.182 INFO running `"docker" "rm" "-f" "414624bc28bab063d5a7851d0a165543fd868095ccb8fffc716cd1cc765e44fd"` Jul 12 05:47:17.420 INFO blam! 414624bc28bab063d5a7851d0a165543fd868095ccb8fffc716cd1cc765e44fd