[INFO] cloning repository https://github.com/helena-project/tock-rust-template [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/helena-project/tock-rust-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhelena-project%2Ftock-rust-template"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhelena-project%2Ftock-rust-template'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4221695494d51faa5f4b7d9e75c5e3971cf2cfe7 [INFO] checking helena-project/tock-rust-template against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhelena-project%2Ftock-rust-template" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/helena-project/tock-rust-template on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/helena-project/tock-rust-template [INFO] finished tweaking git repo https://github.com/helena-project/tock-rust-template [INFO] tweaked toml for git repo https://github.com/helena-project/tock-rust-template written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/helena-project/tock-rust-template already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/helena-project/libtock-rs` [INFO] [stderr] Updating git repository `https://github.com/phil-opp/linked-list-allocator` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] 975206a5e3d4ef9cbbcbe2cfd180ac5ade5d2e91ed93a6a20f23eae6c7ab9246 [INFO] running `"docker" "start" "-a" "975206a5e3d4ef9cbbcbe2cfd180ac5ade5d2e91ed93a6a20f23eae6c7ab9246"` [INFO] [stderr] Checking spin v0.4.5 [INFO] [stderr] Checking linked_list_allocator v0.4.1 (https://github.com/phil-opp/linked-list-allocator#ce7b045f) [INFO] [stderr] error[E0432]: unresolved import `alloc::allocator` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `alloc::allocator` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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/git/checkouts/linked-list-allocator-c10c45c74c352ca9/ce7b045/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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "975206a5e3d4ef9cbbcbe2cfd180ac5ade5d2e91ed93a6a20f23eae6c7ab9246"` [INFO] running `"docker" "rm" "-f" "975206a5e3d4ef9cbbcbe2cfd180ac5ade5d2e91ed93a6a20f23eae6c7ab9246"` [INFO] [stdout] 975206a5e3d4ef9cbbcbe2cfd180ac5ade5d2e91ed93a6a20f23eae6c7ab9246