Dec 13 09:27:18.524 INFO testing nahidaislam/Operatingsystem-ID1206 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 09:27:18.524 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-3/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 13 09:27:18.727 INFO [stdout] 42ce7c396b4bbc78c617cc1f24c943df8a759490bd9c6296be8a2143d3761877 Dec 13 09:27:18.729 INFO running `"docker" "start" "-a" "42ce7c396b4bbc78c617cc1f24c943df8a759490bd9c6296be8a2143d3761877"` Dec 13 09:27:19.211 INFO [stderr] usermod: no changes Dec 13 09:27:19.247 INFO [stderr] Compiling bit_field v0.7.0 Dec 13 09:27:19.247 INFO [stderr] Compiling spin v0.4.5 Dec 13 09:27:19.247 INFO [stderr] Compiling bitflags v0.4.0 Dec 13 09:27:19.248 INFO [stderr] Compiling volatile v0.1.0 Dec 13 09:27:19.248 INFO [stderr] Compiling once v0.3.3 Dec 13 09:27:19.248 INFO [stderr] Compiling rlibc v1.0.0 Dec 13 09:27:19.499 INFO [stderr] Compiling multiboot2 v0.1.0 Dec 13 09:27:19.683 INFO [stderr] Compiling linked_list_allocator v0.4.2 Dec 13 09:27:19.787 INFO [stderr] error[E0432]: unresolved import `alloc::allocator` Dec 13 09:27:19.787 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/lib.rs:17:12 Dec 13 09:27:19.787 INFO [stderr] | Dec 13 09:27:19.787 INFO [stderr] 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; Dec 13 09:27:19.787 INFO [stderr] | ^^^^^^^^^ could not find `allocator` in `alloc` Dec 13 09:27:19.787 INFO [stderr] Dec 13 09:27:19.787 INFO [stderr] error[E0432]: unresolved import `alloc::allocator` Dec 13 09:27:19.787 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:3:12 Dec 13 09:27:19.787 INFO [stderr] | Dec 13 09:27:19.787 INFO [stderr] 3 | use alloc::allocator::{Layout, AllocErr}; Dec 13 09:27:19.787 INFO [stderr] | ^^^^^^^^^ could not find `allocator` in `alloc` Dec 13 09:27:19.787 INFO [stderr] Dec 13 09:27:19.793 INFO [stderr] 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 Dec 13 09:27:19.793 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:1:5 Dec 13 09:27:19.793 INFO [stderr] | Dec 13 09:27:19.793 INFO [stderr] 1 | use core::ptr::Unique; Dec 13 09:27:19.793 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 13 09:27:19.793 INFO [stderr] | Dec 13 09:27:19.793 INFO [stderr] = help: add #![feature(ptr_internals)] to the crate attributes to enable Dec 13 09:27:19.793 INFO [stderr] Dec 13 09:27:19.793 INFO [stderr] 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 Dec 13 09:27:19.793 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:94:18 Dec 13 09:27:19.793 INFO [stderr] | Dec 13 09:27:19.793 INFO [stderr] 94 | next: Option>, Dec 13 09:27:19.793 INFO [stderr] | ^^^^^^^^^^^^ Dec 13 09:27:19.793 INFO [stderr] | Dec 13 09:27:19.793 INFO [stderr] = help: add #![feature(ptr_internals)] to the crate attributes to enable Dec 13 09:27:19.793 INFO [stderr] Dec 13 09:27:19.793 INFO [stderr] 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 Dec 13 09:27:19.793 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:304:43 Dec 13 09:27:19.793 INFO [stderr] | Dec 13 09:27:19.793 INFO [stderr] 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); Dec 13 09:27:19.793 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Dec 13 09:27:19.793 INFO [stderr] | Dec 13 09:27:19.793 INFO [stderr] = help: add #![feature(ptr_internals)] to the crate attributes to enable Dec 13 09:27:19.793 INFO [stderr] Dec 13 09:27:19.793 INFO [stderr] 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 Dec 13 09:27:19.793 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:41:28 Dec 13 09:27:19.793 INFO [stderr] | Dec 13 09:27:19.793 INFO [stderr] 41 | next: Some(Unique::new_unchecked(ptr)), Dec 13 09:27:19.793 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Dec 13 09:27:19.793 INFO [stderr] | Dec 13 09:27:19.793 INFO [stderr] = help: add #![feature(ptr_internals)] to the crate attributes to enable Dec 13 09:27:19.793 INFO [stderr] Dec 13 09:27:19.807 INFO [stderr] error: aborting due to 6 previous errors Dec 13 09:27:19.807 INFO [stderr] Dec 13 09:27:19.807 INFO [stderr] Some errors occurred: E0432, E0658. Dec 13 09:27:19.807 INFO [stderr] For more information about an error, try `rustc --explain E0432`. Dec 13 09:27:19.815 INFO [stderr] error: Could not compile `linked_list_allocator`. Dec 13 09:27:19.815 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 13 09:27:19.845 INFO [stderr] error: build failed Dec 13 09:27:19.847 INFO [stderr] su: No module specific data is present Dec 13 09:27:20.131 INFO running `"docker" "inspect" "42ce7c396b4bbc78c617cc1f24c943df8a759490bd9c6296be8a2143d3761877"` Dec 13 09:27:20.212 INFO running `"docker" "rm" "-f" "42ce7c396b4bbc78c617cc1f24c943df8a759490bd9c6296be8a2143d3761877"` Dec 13 09:27:20.368 INFO [stdout] 42ce7c396b4bbc78c617cc1f24c943df8a759490bd9c6296be8a2143d3761877