[INFO] fetching crate alloc-wg 0.9.0... [INFO] checking alloc-wg-0.9.0 against beta for pr-78714 [INFO] extracting crate alloc-wg 0.9.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate alloc-wg 0.9.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79600c19b282f86fd1e7bdeedd8493334d78e7726c640d57838fe3c0b6810aab [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" "79600c19b282f86fd1e7bdeedd8493334d78e7726c640d57838fe3c0b6810aab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79600c19b282f86fd1e7bdeedd8493334d78e7726c640d57838fe3c0b6810aab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79600c19b282f86fd1e7bdeedd8493334d78e7726c640d57838fe3c0b6810aab", kill_on_drop: false }` [INFO] [stdout] 79600c19b282f86fd1e7bdeedd8493334d78e7726c640d57838fe3c0b6810aab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] f841e2c16fe4be945769fa1211acbc3cd72132a3850a925fdf81b40e05d1701a [INFO] running `Command { std: "docker" "start" "-a" "f841e2c16fe4be945769fa1211acbc3cd72132a3850a925fdf81b40e05d1701a", 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[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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / #![feature( [INFO] [stdout] 17 | | allocator_api, [INFO] [stdout] 18 | | alloc_layout_extra, [INFO] [stdout] 19 | | dropck_eyepatch, [INFO] [stdout] ... | [INFO] [stdout] 46 | | raw_vec_internals [INFO] [stdout] 47 | | )] [INFO] [stdout] | |__^ [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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / #![feature( [INFO] [stdout] 17 | | allocator_api, [INFO] [stdout] 18 | | alloc_layout_extra, [INFO] [stdout] 19 | | dropck_eyepatch, [INFO] [stdout] ... | [INFO] [stdout] 46 | | raw_vec_internals [INFO] [stdout] 47 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `alloc-wg` [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0554. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0554. [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" "f841e2c16fe4be945769fa1211acbc3cd72132a3850a925fdf81b40e05d1701a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f841e2c16fe4be945769fa1211acbc3cd72132a3850a925fdf81b40e05d1701a", kill_on_drop: false }` [INFO] [stdout] f841e2c16fe4be945769fa1211acbc3cd72132a3850a925fdf81b40e05d1701a