[INFO] crate allocator-suite 0.1.4 is already in cache
[INFO] checking allocator-suite-0.1.4 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate allocator-suite 0.1.4 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate allocator-suite 0.1.4 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-5/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] c494b7cdb868eb260dec3c81049081c4e88b5ba3b3a2ba5bfc1ae0eb22c03401
[INFO] running `"docker" "start" "-a" "c494b7cdb868eb260dec3c81049081c4e88b5ba3b3a2ba5bfc1ae0eb22c03401"`
[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] 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
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: aborting due to 4 previous errors
[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" "c494b7cdb868eb260dec3c81049081c4e88b5ba3b3a2ba5bfc1ae0eb22c03401"`
[INFO] running `"docker" "rm" "-f" "c494b7cdb868eb260dec3c81049081c4e88b5ba3b3a2ba5bfc1ae0eb22c03401"`
[INFO] [stdout] c494b7cdb868eb260dec3c81049081c4e88b5ba3b3a2ba5bfc1ae0eb22c03401
