[INFO] fetching crate allocator-suite 0.1.4... [INFO] checking allocator-suite-0.1.4 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate allocator-suite 0.1.4 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate allocator-suite 0.1.4 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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-7/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] e59fbc9a10d81dc087e739614ea465b4b2d8c7ae4e3cbb59408b45ae567e6a04 [INFO] running `"docker" "start" "-a" "e59fbc9a10d81dc087e739614ea465b4b2d8c7ae4e3cbb59408b45ae567e6a04"` [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" "e59fbc9a10d81dc087e739614ea465b4b2d8c7ae4e3cbb59408b45ae567e6a04"` [INFO] running `"docker" "rm" "-f" "e59fbc9a10d81dc087e739614ea465b4b2d8c7ae4e3cbb59408b45ae567e6a04"` [INFO] [stdout] e59fbc9a10d81dc087e739614ea465b4b2d8c7ae4e3cbb59408b45ae567e6a04