[INFO] crate allocator-suite 0.1.4 is already in cache [INFO] checking allocator-suite-0.1.4 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate allocator-suite 0.1.4 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate allocator-suite 0.1.4 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "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-4/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] 8680709f87c5e3876b5e5025fe22742bcb83ce977f01a0c1c4f3014cb9fc5852 [INFO] running `"docker" "start" "-a" "8680709f87c5e3876b5e5025fe22742bcb83ce977f01a0c1c4f3014cb9fc5852"` [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 either v1.5.3 [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] 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: 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] error: could not compile `allocator-suite`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8680709f87c5e3876b5e5025fe22742bcb83ce977f01a0c1c4f3014cb9fc5852"` [INFO] running `"docker" "rm" "-f" "8680709f87c5e3876b5e5025fe22742bcb83ce977f01a0c1c4f3014cb9fc5852"` [INFO] [stdout] 8680709f87c5e3876b5e5025fe22742bcb83ce977f01a0c1c4f3014cb9fc5852