[INFO] updating cached repository https://github.com/icemini/rust-os [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 21153b7c7610ecf42a55686e4812fa2943f9269c [INFO] checking icemini/rust-os against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficemini%2Frust-os" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 100% (85/85) Checking out files: 100% (85/85), done. [INFO] validating manifest of git repo https://github.com/icemini/rust-os on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/icemini/rust-os [INFO] finished tweaking git repo https://github.com/icemini/rust-os [INFO] tweaked toml for git repo https://github.com/icemini/rust-os written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/icemini/rust-os already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a389ebd9ad8140f4fe31145382822eda0ddb2590cb0598327cc8f183fc5615f3 [INFO] running `"docker" "start" "-a" "a389ebd9ad8140f4fe31145382822eda0ddb2590cb0598327cc8f183fc5615f3"` [INFO] [stderr] Checking bit_field v0.7.0 [INFO] [stderr] Checking once v0.3.3 [INFO] [stderr] Checking linked_list_allocator v0.4.2 [INFO] [stderr] error[E0432]: unresolved import `alloc::allocator` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/lib.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; [INFO] [stderr] | ^^^^^^^^^ could not find `allocator` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::allocator` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use alloc::allocator::{Layout, AllocErr}; [INFO] [stderr] | ^^^^^^^^^ could not find `allocator` in `alloc` [INFO] [stderr] [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` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use core::ptr::Unique; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [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` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:94:18 [INFO] [stderr] | [INFO] [stderr] 94 | next: Option>, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [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` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:304:43 [INFO] [stderr] | [INFO] [stderr] 304 | hole.next = Some(unsafe { Unique::new_unchecked(ptr) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [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` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.2/src/hole.rs:41:28 [INFO] [stderr] | [INFO] [stderr] 41 | next: Some(Unique::new_unchecked(ptr)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `linked_list_allocator`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a389ebd9ad8140f4fe31145382822eda0ddb2590cb0598327cc8f183fc5615f3"` [INFO] running `"docker" "rm" "-f" "a389ebd9ad8140f4fe31145382822eda0ddb2590cb0598327cc8f183fc5615f3"` [INFO] [stdout] a389ebd9ad8140f4fe31145382822eda0ddb2590cb0598327cc8f183fc5615f3