Sep 14 14:06:39.673 INFO checking lambdaOS-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 14:06:39.673 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 14:06:39.673 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:06:39.862 INFO blam! 0ee8ba1f93ac419ea9393e8f283c2cc596816b3355cdb10830f63ca33ed5b29c Sep 14 14:06:39.864 INFO running `"docker" "start" "-a" "0ee8ba1f93ac419ea9393e8f283c2cc596816b3355cdb10830f63ca33ed5b29c"` Sep 14 14:06:40.861 INFO kablam! usermod: no changes Sep 14 14:06:40.918 INFO kablam! Checking bitflags v0.4.0 Sep 14 14:06:40.923 INFO kablam! Checking once v0.3.3 Sep 14 14:06:40.923 INFO kablam! Checking volatile v0.1.0 Sep 14 14:06:40.923 INFO kablam! Checking linked_list_allocator v0.4.3 Sep 14 14:06:40.923 INFO kablam! Checking x86_64 v0.1.2 Sep 14 14:06:41.046 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 14 14:06:41.046 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/lib.rs:17:12 Sep 14 14:06:41.046 INFO kablam! | Sep 14 14:06:41.046 INFO kablam! 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; Sep 14 14:06:41.046 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 14 14:06:41.054 INFO kablam! Sep 14 14:06:41.054 INFO kablam! error[E0432]: unresolved import `alloc::allocator` Sep 14 14:06:41.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:3:12 Sep 14 14:06:41.054 INFO kablam! | Sep 14 14:06:41.054 INFO kablam! 3 | use alloc::allocator::{Layout, AllocErr}; Sep 14 14:06:41.054 INFO kablam! | ^^^^^^^^^ Could not find `allocator` in `alloc` Sep 14 14:06:41.054 INFO kablam! Sep 14 14:06:41.059 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 14 14:06:41.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:1:5 Sep 14 14:06:41.059 INFO kablam! | Sep 14 14:06:41.059 INFO kablam! 1 | use core::ptr::Unique; Sep 14 14:06:41.059 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 14:06:41.059 INFO kablam! | Sep 14 14:06:41.059 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 14:06:41.059 INFO kablam! Sep 14 14:06:41.059 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 14 14:06:41.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:94:18 Sep 14 14:06:41.059 INFO kablam! | Sep 14 14:06:41.059 INFO kablam! 94 | next: Option>, Sep 14 14:06:41.059 INFO kablam! | ^^^^^^^^^^^^ Sep 14 14:06:41.059 INFO kablam! | Sep 14 14:06:41.059 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 14:06:41.059 INFO kablam! Sep 14 14:06:41.059 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 14 14:06:41.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:304:43 Sep 14 14:06:41.059 INFO kablam! | Sep 14 14:06:41.059 INFO kablam! 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); Sep 14 14:06:41.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:06:41.059 INFO kablam! | Sep 14 14:06:41.059 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 14:06:41.059 INFO kablam! Sep 14 14:06:41.059 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 14 14:06:41.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.3/src/hole.rs:41:28 Sep 14 14:06:41.059 INFO kablam! | Sep 14 14:06:41.059 INFO kablam! 41 | next: Some(Unique::new_unchecked(ptr)), Sep 14 14:06:41.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:06:41.059 INFO kablam! | Sep 14 14:06:41.059 INFO kablam! = help: add #![feature(ptr_internals)] to the crate attributes to enable Sep 14 14:06:41.059 INFO kablam! Sep 14 14:06:41.087 INFO kablam! error: aborting due to 6 previous errors Sep 14 14:06:41.087 INFO kablam! Sep 14 14:06:41.087 INFO kablam! Some errors occurred: E0432, E0658. Sep 14 14:06:41.087 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 14:06:41.091 INFO kablam! error: Could not compile `linked_list_allocator`. Sep 14 14:06:41.091 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 14:06:41.818 INFO kablam! error: build failed Sep 14 14:06:41.819 INFO kablam! su: No module specific data is present Sep 14 14:06:42.571 INFO running `"docker" "rm" "-f" "0ee8ba1f93ac419ea9393e8f283c2cc596816b3355cdb10830f63ca33ed5b29c"` Sep 14 14:06:42.895 INFO blam! 0ee8ba1f93ac419ea9393e8f283c2cc596816b3355cdb10830f63ca33ed5b29c