[INFO] crate allocator-suite 0.1.4 is already in cache [INFO] checking allocator-suite-0.1.4 against master#914adf04af1c1a984707f778da3d04590c03d144 for pr-72331 [INFO] extracting crate allocator-suite 0.1.4 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate allocator-suite 0.1.4 on toolchain 914adf04af1c1a984707f778da3d04590c03d144 [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate allocator-suite 0.1.4 [INFO] finished tweaking crates.io crate allocator-suite 0.1.4 [INFO] tweaked toml for crates.io crate allocator-suite 0.1.4 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate allocator-suite 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+914adf04af1c1a984707f778da3d04590c03d144" "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] 9d2e4bde4e7c6618d44e284eb4fec28dec6e295c583867841962c6a9752ed6d3 [INFO] running `"docker" "start" "-a" "9d2e4bde4e7c6618d44e284eb4fec28dec6e295c583867841962c6a9752ed6d3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Checking syscall-alt v0.0.14 [INFO] [stderr] Checking allocator-suite v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `std::alloc::Alloc`, `std::alloc::CannotReallocInPlace`, `std::alloc::Excess` [INFO] [stderr] --> src/adaptors/allocator_adaptor.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | use std::alloc::{Alloc, AllocErr, CannotReallocInPlace, Excess, GlobalAlloc, Layout}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^ no `Excess` in `alloc` [INFO] [stderr] | | | [INFO] [stderr] | | no `CannotReallocInPlace` in `alloc` [INFO] [stderr] | no `Alloc` in `alloc` [INFO] [stderr] | help: a similar name exists in the module: `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stderr] --> src/adaptors/alloc_to_allocator_adaptor.rs:4:18 [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::{Alloc, AllocErr, Layout}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Alloc` in `alloc` [INFO] [stderr] | help: a similar name exists in the module: `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stderr] --> src/allocators/global/global_switchable_allocator.rs:4:18 [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::{Alloc, GlobalAlloc}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Alloc` in `alloc` [INFO] [stderr] | help: a similar name exists in the module: `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::alloc::CannotReallocInPlace`, `std::alloc::Excess` [INFO] [stderr] --> src/allocators/allocator.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | use std::alloc::{AllocErr, CannotReallocInPlace, Excess, Layout}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^ no `Excess` in `alloc` [INFO] [stderr] | | [INFO] [stderr] | no `CannotReallocInPlace` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::alloc::Alloc`, `std::alloc::CannotReallocInPlace`, `std::alloc::Excess` [INFO] [stderr] --> src/adaptors/allocator_adaptor.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | use std::alloc::{Alloc, AllocErr, CannotReallocInPlace, Excess, GlobalAlloc, Layout}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^ no `Excess` in `alloc` [INFO] [stderr] | | | [INFO] [stderr] | | no `CannotReallocInPlace` in `alloc` [INFO] [stderr] | no `Alloc` in `alloc` [INFO] [stderr] | help: a similar name exists in the module: `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stderr] --> src/adaptors/alloc_to_allocator_adaptor.rs:4:18 [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::{Alloc, AllocErr, Layout}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Alloc` in `alloc` [INFO] [stderr] | help: a similar name exists in the module: `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stderr] --> src/allocators/global/global_switchable_allocator.rs:4:18 [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::{Alloc, GlobalAlloc}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Alloc` in `alloc` [INFO] [stderr] | help: a similar name exists in the module: `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::alloc::CannotReallocInPlace`, `std::alloc::Excess` [INFO] [stderr] --> src/allocators/allocator.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | use std::alloc::{AllocErr, CannotReallocInPlace, Excess, Layout}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^ no `Excess` in `alloc` [INFO] [stderr] | | [INFO] [stderr] | no `CannotReallocInPlace` in `alloc` [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::memory_address::MemoryAddress` [INFO] [stderr] --> src/memory_sources/mmap/numa/numa_settings.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use crate::memory_address::MemoryAddress; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::alloc::AllocErr` [INFO] [stderr] --> src/memory_sources/mmap/numa/numa_settings.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::alloc::AllocErr; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `libc::MAP_HUGETLB` [INFO] [stderr] --> src/memory_sources/mmap/numa/numa_settings.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use libc::MAP_HUGETLB; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `allocator-suite`. [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] warning: unused import: `crate::memory_address::MemoryAddress` [INFO] [stderr] --> src/memory_sources/mmap/numa/numa_settings.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use crate::memory_address::MemoryAddress; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::alloc::AllocErr` [INFO] [stderr] --> src/memory_sources/mmap/numa/numa_settings.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::alloc::AllocErr; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `libc::MAP_HUGETLB` [INFO] [stderr] --> src/memory_sources/mmap/numa/numa_settings.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use libc::MAP_HUGETLB; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `allocator-suite`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9d2e4bde4e7c6618d44e284eb4fec28dec6e295c583867841962c6a9752ed6d3"` [INFO] running `"docker" "rm" "-f" "9d2e4bde4e7c6618d44e284eb4fec28dec6e295c583867841962c6a9752ed6d3"` [INFO] [stdout] 9d2e4bde4e7c6618d44e284eb4fec28dec6e295c583867841962c6a9752ed6d3