[INFO] cloning repository https://github.com/alesharik/distros [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alesharik/distros" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falesharik%2Fdistros", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falesharik%2Fdistros'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 483774cc0240450a936ba7608540a490ae191d67 [INFO] testing alesharik/distros against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falesharik%2Fdistros" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alesharik/distros on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alesharik/distros [INFO] finished tweaking git repo https://github.com/alesharik/distros [INFO] tweaked toml for git repo https://github.com/alesharik/distros written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/alesharik/distros already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: target.cfg(target_os = "none").runner [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 99fd4e9960982f6f1821c2e496202e47c2daea9df009b0e5f3bfc828c9f41b73 [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" "99fd4e9960982f6f1821c2e496202e47c2daea9df009b0e5f3bfc828c9f41b73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "99fd4e9960982f6f1821c2e496202e47c2daea9df009b0e5f3bfc828c9f41b73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99fd4e9960982f6f1821c2e496202e47c2daea9df009b0e5f3bfc828c9f41b73", kill_on_drop: false }` [INFO] [stdout] 99fd4e9960982f6f1821c2e496202e47c2daea9df009b0e5f3bfc828c9f41b73 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 117a2538e583d00a6ecaf1b4fadd984e27b9bd108260b877fe2985af92e9d8a8 [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" "117a2538e583d00a6ecaf1b4fadd984e27b9bd108260b877fe2985af92e9d8a8", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: target.cfg(target_os = "none").runner [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling bit_field v0.9.0 [INFO] [stderr] Compiling volatile v0.4.4 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling bit_field v0.10.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling bootloader v0.9.18 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling conquer-util v0.3.0 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling utf8parse v0.2.0 (https://github.com/alesharik/vte.git?branch=move-ansi#1ea113be) [INFO] [stderr] Compiling bit v0.1.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling font8x8 v0.3.1 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling fixedbitset v0.4.0 [INFO] [stderr] Compiling pc-keyboard v0.5.1 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling x86_64 v0.14.3 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling distros v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling archery v0.4.0 [INFO] [stderr] Compiling pci_types v0.2.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling conquer-once v0.3.2 [INFO] [stderr] Compiling rand_pcg v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling rpds v0.9.0 [INFO] [stderr] Compiling spinning_top v0.2.4 [INFO] [stderr] Compiling spin v0.9.0 [INFO] [stderr] Compiling raw-cpuid v9.0.0 [INFO] [stderr] Compiling rsdp v1.1.0 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 (https://github.com/alesharik/vte.git?branch=move-ansi#1ea113be) [INFO] [stderr] Compiling linked_list_allocator v0.9.0 [INFO] [stderr] Compiling acpi v2.3.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling vte v0.10.1 (https://github.com/alesharik/vte.git?branch=move-ansi#1ea113be) [INFO] [stderr] Compiling ps2 v0.1.2 [INFO] [stderr] Compiling x2apic v0.3.0 [INFO] [stderr] Compiling vga v0.2.6 (https://github.com/rust-osdev/vga.git#5ea1dcd9) [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling smbios-lib v0.8.0 (https://github.com/alesharik/smbios-lib.git?branch=struct_clone#5a2f8458) [INFO] [stdout] warning: the feature `inline_const` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/main.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(inline_const)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #76001 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `distros` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "117a2538e583d00a6ecaf1b4fadd984e27b9bd108260b877fe2985af92e9d8a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "117a2538e583d00a6ecaf1b4fadd984e27b9bd108260b877fe2985af92e9d8a8", kill_on_drop: false }` [INFO] [stdout] 117a2538e583d00a6ecaf1b4fadd984e27b9bd108260b877fe2985af92e9d8a8