[INFO] cloning repository https://github.com/borispf/aoc-2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/borispf/aoc-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fborispf%2Faoc-2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fborispf%2Faoc-2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 27fb5077bcec53eaa85b5077290d290ccd7d6dbc [INFO] testing borispf/aoc-2021 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fborispf%2Faoc-2021" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/borispf/aoc-2021 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/borispf/aoc-2021 [INFO] finished tweaking git repo https://github.com/borispf/aoc-2021 [INFO] tweaked toml for git repo https://github.com/borispf/aoc-2021 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/borispf/aoc-2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cached_proc_macro v0.7.1 [INFO] [stderr] Downloaded cached v0.26.2 [INFO] [stderr] Downloaded bimap v0.6.1 [INFO] [stderr] Downloaded strength_reduce v0.2.3 [INFO] [stderr] Downloaded transpose v0.2.1 [INFO] [stderr] Downloaded rustfft v6.0.1 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] acfa586db0719b27676a8b3f8a1b796b77c99b46097fbf33e265e34e3bff4225 [INFO] running `Command { std: "docker" "start" "-a" "acfa586db0719b27676a8b3f8a1b796b77c99b46097fbf33e265e34e3bff4225", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "acfa586db0719b27676a8b3f8a1b796b77c99b46097fbf33e265e34e3bff4225", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acfa586db0719b27676a8b3f8a1b796b77c99b46097fbf33e265e34e3bff4225", kill_on_drop: false }` [INFO] [stdout] acfa586db0719b27676a8b3f8a1b796b77c99b46097fbf33e265e34e3bff4225 [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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 220f2441095c7224c3fbe58d5e1062c663425519dd736e715266ceca8f23a553 [INFO] running `Command { std: "docker" "start" "-a" "220f2441095c7224c3fbe58d5e1062c663425519dd736e715266ceca8f23a553", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling strength_reduce v0.2.3 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling glam v0.20.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling bimap v0.6.1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling matrixmultiply v0.3.2 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling async-rwlock v1.3.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling transpose v0.2.1 [INFO] [stderr] Compiling primal-check v0.3.1 [INFO] [stderr] Compiling ndarray v0.15.4 [INFO] [stderr] Compiling rustfft v6.0.1 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling cached_proc_macro v0.7.1 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling cached v0.26.2 [INFO] [stderr] Compiling aoc-2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `BinaryHeap`, `HashMap` [INFO] [stdout] --> src/bin/23-2.rs:4:44 [INFO] [stdout] | [INFO] [stdout] 4 | use std::collections::{BTreeMap, BTreeSet, BinaryHeap, HashMap}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/bin/23-2.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc-2021`; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name 23_2 --edition=2021 src/bin/23-2.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1b71fc4d56bc6115 -C extra-filename=-1b71fc4d56bc6115 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bimap=/opt/rustwide/target/debug/deps/libbimap-757781e9ba77f58d.rlib --extern bit_vec=/opt/rustwide/target/debug/deps/libbit_vec-a54f1b709dd4a352.rlib --extern cached=/opt/rustwide/target/debug/deps/libcached-598316949ed05cce.rlib --extern glam=/opt/rustwide/target/debug/deps/libglam-3b9495e18102edf3.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-861b3a55d453e9ac.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib --extern ndarray=/opt/rustwide/target/debug/deps/libndarray-9c6551e93b58e6ab.rlib --extern nom=/opt/rustwide/target/debug/deps/libnom-845a4d466fe30807.rlib --extern rustfft=/opt/rustwide/target/debug/deps/librustfft-fa79d701382af6ff.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "220f2441095c7224c3fbe58d5e1062c663425519dd736e715266ceca8f23a553", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "220f2441095c7224c3fbe58d5e1062c663425519dd736e715266ceca8f23a553", kill_on_drop: false }` [INFO] [stdout] 220f2441095c7224c3fbe58d5e1062c663425519dd736e715266ceca8f23a553