[INFO] fetching crate alloc-wg 0.9.0... [INFO] checking alloc-wg-0.9.0 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate alloc-wg 0.9.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate alloc-wg 0.9.0 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate alloc-wg 0.9.0 [INFO] finished tweaking crates.io crate alloc-wg 0.9.0 [INFO] tweaked toml for crates.io crate alloc-wg 0.9.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0468f9e28b51c5dbc103be5b0ba722a87d2ae8c51966f1786781c5dbf7c46f4d [INFO] running `Command { std: "docker" "start" "-a" "0468f9e28b51c5dbc103be5b0ba722a87d2ae8c51966f1786781c5dbf7c46f4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0468f9e28b51c5dbc103be5b0ba722a87d2ae8c51966f1786781c5dbf7c46f4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0468f9e28b51c5dbc103be5b0ba722a87d2ae8c51966f1786781c5dbf7c46f4d", kill_on_drop: false }` [INFO] [stdout] 0468f9e28b51c5dbc103be5b0ba722a87d2ae8c51966f1786781c5dbf7c46f4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2d33d019196135e66472dc13dcbaedf02f1fd50d63a1ad8c9134cb3883a5628 [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" "c2d33d019196135e66472dc13dcbaedf02f1fd50d63a1ad8c9134cb3883a5628", kill_on_drop: false }` [INFO] [stderr] Checking alloc-wg v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `crate::alloc::AllocErr`, `crate::alloc::AllocInit` [INFO] [stdout] --> src/boxed.rs:82:33 [INFO] [stdout] | [INFO] [stdout] 82 | alloc::{handle_alloc_error, AllocErr, AllocInit, AllocRef, Global, Layout}, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ no `AllocInit` in `alloc` [INFO] [stdout] | | [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 imports `crate::alloc::AllocErr`, `crate::alloc::AllocInit`, `crate::alloc::AllocInit`, `crate::alloc::MemoryBlock`, `crate::alloc::ReallocPlacement`, `crate::alloc::ReallocPlacement` [INFO] [stdout] --> 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] ... [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[E0405]: cannot find trait `LengthAtMost32` in module `core::array` [INFO] [stdout] --> 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] --> 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] --> 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[E0432]: unresolved imports `crate::alloc::AllocErr`, `crate::alloc::AllocInit` [INFO] [stdout] --> src/boxed.rs:82:33 [INFO] [stdout] | [INFO] [stdout] 82 | alloc::{handle_alloc_error, AllocErr, AllocInit, AllocRef, Global, Layout}, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ no `AllocInit` in `alloc` [INFO] [stdout] | | [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 imports `crate::alloc::AllocErr`, `crate::alloc::AllocInit`, `crate::alloc::AllocInit`, `crate::alloc::MemoryBlock`, `crate::alloc::ReallocPlacement`, `crate::alloc::ReallocPlacement` [INFO] [stdout] --> 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] ... [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[E0405]: cannot find trait `LengthAtMost32` in module `core::array` [INFO] [stdout] --> 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] --> 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] --> 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 5 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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 5 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: build failed [INFO] running `Command { std: "docker" "inspect" "c2d33d019196135e66472dc13dcbaedf02f1fd50d63a1ad8c9134cb3883a5628", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2d33d019196135e66472dc13dcbaedf02f1fd50d63a1ad8c9134cb3883a5628", kill_on_drop: false }` [INFO] [stdout] c2d33d019196135e66472dc13dcbaedf02f1fd50d63a1ad8c9134cb3883a5628