[INFO] cloning repository https://github.com/noahmpauls/advent-of-code-2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/noahmpauls/advent-of-code-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoahmpauls%2Fadvent-of-code-2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoahmpauls%2Fadvent-of-code-2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed64fd876198df7e9d754609c201540e3fae6842 [INFO] testing noahmpauls/advent-of-code-2021 against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoahmpauls%2Fadvent-of-code-2021" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/noahmpauls/advent-of-code-2021 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/noahmpauls/advent-of-code-2021 [INFO] finished tweaking git repo https://github.com/noahmpauls/advent-of-code-2021 [INFO] tweaked toml for git repo https://github.com/noahmpauls/advent-of-code-2021 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/noahmpauls/advent-of-code-2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded priority-queue v1.2.1 [INFO] [stderr] Downloaded matrixmultiply v0.3.2 [INFO] [stderr] Downloaded ndarray v0.15.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 15b454582b3c971db65d60e1246c7bb10c620adc3217bb3054cbf7f56fd12e8b [INFO] running `Command { std: "docker" "start" "-a" "15b454582b3c971db65d60e1246c7bb10c620adc3217bb3054cbf7f56fd12e8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15b454582b3c971db65d60e1246c7bb10c620adc3217bb3054cbf7f56fd12e8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15b454582b3c971db65d60e1246c7bb10c620adc3217bb3054cbf7f56fd12e8b", kill_on_drop: false }` [INFO] [stdout] 15b454582b3c971db65d60e1246c7bb10c620adc3217bb3054cbf7f56fd12e8b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4edc2af70b004c9bcf9e87798b8858a8e2ceb94066043f19ed8b809f821b1f97 [INFO] running `Command { std: "docker" "start" "-a" "4edc2af70b004c9bcf9e87798b8858a8e2ceb94066043f19ed8b809f821b1f97", 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] Compiling libc v0.2.108 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling matrixmultiply v0.3.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling priority-queue v1.2.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling ndarray v0.15.4 [INFO] [stderr] Compiling dive v0.1.0 (/opt/rustwide/workdir/02_dive) [INFO] [stderr] Compiling chiton v0.1.0 (/opt/rustwide/workdir/15_chiton) [INFO] [stderr] Compiling sea_cucumber v0.1.0 (/opt/rustwide/workdir/25_sea_cucumber) [INFO] [stderr] Compiling snailfish v0.1.0 (/opt/rustwide/workdir/18_snailfish) [INFO] [stderr] Compiling arithmetic_logic_unit v0.1.0 (/opt/rustwide/workdir/24_arithmetic_logic_unit) [INFO] [stderr] Compiling dirac_dice v0.1.0 (/opt/rustwide/workdir/21_dirac_dice) [INFO] [stderr] Compiling passage_pathing v0.1.0 (/opt/rustwide/workdir/12_passage_pathing) [INFO] [stderr] Compiling hydrothermal_venture v0.1.0 (/opt/rustwide/workdir/05_hydrothermal_venture) [INFO] [stderr] Compiling the_treachery_of_whales v0.1.0 (/opt/rustwide/workdir/07_the_treachery_of_whales) [INFO] [stderr] Compiling lanternfish v0.1.0 (/opt/rustwide/workdir/06_lanternfish) [INFO] [stderr] Compiling binary_diagnostic v0.1.0 (/opt/rustwide/workdir/03_binary_diagnostic) [INFO] [stderr] Compiling syntax_scoring v0.1.0 (/opt/rustwide/workdir/10_syntax_scoring) [INFO] [stderr] Compiling reactor_reboot v0.1.0 (/opt/rustwide/workdir/22_reactor_reboot) [INFO] [stderr] Compiling trench_map v0.1.0 (/opt/rustwide/workdir/20_trench_map) [INFO] [stderr] Compiling dumbo_octopus v0.1.0 (/opt/rustwide/workdir/11_dumbo_octopus) [INFO] [stderr] Compiling trick_shot v0.1.0 (/opt/rustwide/workdir/17_trick_shot) [INFO] [stderr] Compiling giant_squid v0.1.0 (/opt/rustwide/workdir/04_giant_squid) [INFO] [stderr] Compiling sonar_sweep v0.1.0 (/opt/rustwide/workdir/01_sonar_sweep) [INFO] [stderr] Compiling smoke_basin v0.1.0 (/opt/rustwide/workdir/09_smoke_basin) [INFO] [stderr] Compiling extended_polymerization v0.1.0 (/opt/rustwide/workdir/14_extended_polymerization) [INFO] [stderr] Compiling packet_decoder v0.1.0 (/opt/rustwide/workdir/16_packet_decoder) [INFO] [stderr] Compiling transparent_origami v0.1.0 (/opt/rustwide/workdir/13_transparent_origami) [INFO] [stderr] Compiling seven_segment_search v0.1.0 (/opt/rustwide/workdir/08_seven_segment_search) [INFO] [stdout] warning: field is never read: `big` [INFO] [stdout] --> 12_passage_pathing/src/lib.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | big: HashSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nums_to_wires` [INFO] [stdout] --> 08_seven_segment_search/src/lib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | nums_to_wires: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name serde_derive /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.136/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=95fb63c5ad80202a -C extra-filename=-95fb63c5ad80202a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-d43b9eeea9b4257f.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-8d5920e04f914a4c.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-3e2cdf5f13aa855a.rlib --extern proc_macro --cap-lints allow --cap-lints=warn --cfg underscore_consts --cfg ptr_addr_of` (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" "4edc2af70b004c9bcf9e87798b8858a8e2ceb94066043f19ed8b809f821b1f97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4edc2af70b004c9bcf9e87798b8858a8e2ceb94066043f19ed8b809f821b1f97", kill_on_drop: false }` [INFO] [stdout] 4edc2af70b004c9bcf9e87798b8858a8e2ceb94066043f19ed8b809f821b1f97