[INFO] fetching crate buddy-allocator 0.3.1... [INFO] checking buddy-allocator-0.3.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate buddy-allocator 0.3.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate buddy-allocator 0.3.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate buddy-allocator 0.3.1 [INFO] finished tweaking crates.io crate buddy-allocator 0.3.1 [INFO] tweaked toml for crates.io crate buddy-allocator 0.3.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded alloc-wg v0.9.0 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2fbdc9df83343cc654d6f20acca9ebed2128cf254e7ab76e7d64ed32217bb54c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2fbdc9df83343cc654d6f20acca9ebed2128cf254e7ab76e7d64ed32217bb54c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fbdc9df83343cc654d6f20acca9ebed2128cf254e7ab76e7d64ed32217bb54c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fbdc9df83343cc654d6f20acca9ebed2128cf254e7ab76e7d64ed32217bb54c", kill_on_drop: false }` [INFO] [stdout] 2fbdc9df83343cc654d6f20acca9ebed2128cf254e7ab76e7d64ed32217bb54c [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dbbe84d98902164e721f9f609fe35abecb82d7acd2337667292c5c2360c92dd1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dbbe84d98902164e721f9f609fe35abecb82d7acd2337667292c5c2360c92dd1", kill_on_drop: false }` [INFO] [stderr] Checking alloc-wg v0.9.0 [INFO] [stdout] error[E0432]: unresolved imports `crate::alloc::AllocErr`, `crate::alloc::AllocInit`, `crate::alloc::AllocRef` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/boxed.rs:82:33 [INFO] [stdout] | [INFO] [stdout] 82 | alloc::{handle_alloc_error, AllocErr, AllocInit, AllocRef, Global, Layout}, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^ no `AllocRef` in `alloc` [INFO] [stdout] | | | [INFO] [stdout] | | no `AllocInit` in `alloc` [INFO] [stdout] | no `AllocErr` in `alloc` [INFO] [stdout] | help: a similar name exists in the module: `AllocError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::alloc::AllocRef` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/clone.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{alloc::AllocRef, collections::TryReserveError}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `AllocRef` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::alloc::AllocRef` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/iter.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{alloc::AllocRef, collections::TryReserveError}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `AllocRef` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::alloc::AllocErr`, `crate::alloc::AllocInit`, `crate::alloc::AllocInit`, `crate::alloc::AllocRef`, `crate::alloc::MemoryBlock`, `crate::alloc::ReallocPlacement`, `crate::alloc::ReallocPlacement` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/raw_vec.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | AllocErr, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `AllocErr` in `alloc` [INFO] [stdout] | help: a similar name exists in the module: `AllocError` [INFO] [stdout] 7 | AllocInit::{self, Uninitialized, Zeroed}, [INFO] [stdout] | ^^^^^^^^^ ^^^^ no `AllocInit` in `alloc` [INFO] [stdout] | | [INFO] [stdout] | could not find `AllocInit` in `alloc` [INFO] [stdout] 8 | AllocRef, [INFO] [stdout] | ^^^^^^^^ no `AllocRef` in `alloc` [INFO] [stdout] ... [INFO] [stdout] 11 | MemoryBlock, [INFO] [stdout] | ^^^^^^^^^^^ no `MemoryBlock` in `alloc` [INFO] [stdout] 12 | ReallocPlacement::{self, InPlace, MayMove}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^ no `ReallocPlacement` in `alloc` [INFO] [stdout] | | [INFO] [stdout] | could not find `ReallocPlacement` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::alloc::AllocRef` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/str/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | alloc::AllocRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `AllocRef` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::alloc::AllocRef` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/string.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | alloc::{AllocRef, Global}, [INFO] [stdout] | ^^^^^^^^ no `AllocRef` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::alloc::AllocRef` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/string.rs:2140:9 [INFO] [stdout] | [INFO] [stdout] 2140 | use crate::alloc::AllocRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `AllocRef` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::alloc::AllocRef` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/vec.rs:72:33 [INFO] [stdout] | [INFO] [stdout] 72 | alloc::{handle_alloc_error, AllocRef, Global}, [INFO] [stdout] | ^^^^^^^^ no `AllocRef` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LengthAtMost32` in module `core::array` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/boxed.rs:1035:26 [INFO] [stdout] | [INFO] [stdout] 1035 | [T; N]: core::array::LengthAtMost32, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `core::array` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LengthAtMost32` in module `core::array` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/vec.rs:2635:81 [INFO] [stdout] | [INFO] [stdout] 2635 | __impl_slice_eq1! { [A, const N: usize] Vec, [U; N], [U; N]: core::array::LengthAtMost32, A: AllocRef } [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `core::array` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LengthAtMost32` in module `core::array` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alloc-wg-0.9.0/src/vec.rs:2636:82 [INFO] [stdout] | [INFO] [stdout] 2636 | __impl_slice_eq1! { [A, const N: usize] Vec, &[U; N], [U; N]: core::array::LengthAtMost32, A: AllocRef } [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `core::array` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `alloc-wg` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "dbbe84d98902164e721f9f609fe35abecb82d7acd2337667292c5c2360c92dd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbbe84d98902164e721f9f609fe35abecb82d7acd2337667292c5c2360c92dd1", kill_on_drop: false }` [INFO] [stdout] dbbe84d98902164e721f9f609fe35abecb82d7acd2337667292c5c2360c92dd1