[INFO] cloning repository https://github.com/davidszotten/advent-of-code-2018 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davidszotten/advent-of-code-2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidszotten%2Fadvent-of-code-2018", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidszotten%2Fadvent-of-code-2018'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6a5ffa4cc87009ea731fb3f1b9c302e399d34696 [INFO] testing davidszotten/advent-of-code-2018 against 1.83.0 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidszotten%2Fadvent-of-code-2018" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/davidszotten/advent-of-code-2018 on toolchain 1.83.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/davidszotten/advent-of-code-2018 [INFO] finished tweaking git repo https://github.com/davidszotten/advent-of-code-2018 [INFO] tweaked toml for git repo https://github.com/davidszotten/advent-of-code-2018 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/davidszotten/advent-of-code-2018 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded once_cell v0.1.6 [INFO] [stderr] Downloaded cached v0.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38c5844e1a1572c35c2e1d821d2f216ec9290e7f68e512f8cc72a33903dad4f4 [INFO] running `Command { std: "docker" "start" "-a" "38c5844e1a1572c35c2e1d821d2f216ec9290e7f68e512f8cc72a33903dad4f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38c5844e1a1572c35c2e1d821d2f216ec9290e7f68e512f8cc72a33903dad4f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38c5844e1a1572c35c2e1d821d2f216ec9290e7f68e512f8cc72a33903dad4f4", kill_on_drop: false }` [INFO] [stdout] 38c5844e1a1572c35c2e1d821d2f216ec9290e7f68e512f8cc72a33903dad4f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be59576cabc4f23767e71959378015dc5d355c7581787b0a60e012031c6d8d6a [INFO] running `Command { std: "docker" "start" "-a" "be59576cabc4f23767e71959378015dc5d355c7581787b0a60e012031c6d8d6a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling once_cell v0.1.6 [INFO] [stderr] Compiling cached v0.8.0 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling aoc2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/shared.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | type DayFunc = Fn(&str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 | type DayFunc = dyn Fn(&str) -> Result; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `pc` is never read [INFO] [stdout] --> src/bin/day21.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 131 | struct Cpu { [INFO] [stdout] | --- field in this struct [INFO] [stdout] 132 | pc: RegType, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Cpu` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/day20.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | c => panic!(format!("bad from_char: {}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 45 - c => panic!(format!("bad from_char: {}", c)), [INFO] [stdout] 45 + c => panic!("bad from_char: {}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `current_pos` is never read [INFO] [stdout] --> src/bin/day09.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 9 | struct Marbles { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 10 | marbles: VecDeque, [INFO] [stdout] 11 | current_pos: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Marbles` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `pc` is never read [INFO] [stdout] --> src/bin/day19.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 131 | struct Cpu { [INFO] [stdout] | --- field in this struct [INFO] [stdout] 132 | pc: RegType, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Cpu` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s [INFO] running `Command { std: "docker" "inspect" "be59576cabc4f23767e71959378015dc5d355c7581787b0a60e012031c6d8d6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be59576cabc4f23767e71959378015dc5d355c7581787b0a60e012031c6d8d6a", kill_on_drop: false }` [INFO] [stdout] be59576cabc4f23767e71959378015dc5d355c7581787b0a60e012031c6d8d6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d61c09dbd05685c0a4de4ac1c5fec0c50589c82547cf699090bdcee78d186a0a [INFO] running `Command { std: "docker" "start" "-a" "d61c09dbd05685c0a4de4ac1c5fec0c50589c82547cf699090bdcee78d186a0a", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/shared.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | type DayFunc = Fn(&str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 | type DayFunc = dyn Fn(&str) -> Result; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aoc2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/shared.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | type DayFunc = Fn(&str) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 | type DayFunc = dyn Fn(&str) -> Result; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `pc` is never read [INFO] [stdout] --> src/bin/day19.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 131 | struct Cpu { [INFO] [stdout] | --- field in this struct [INFO] [stdout] 132 | pc: RegType, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Cpu` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `pc` is never read [INFO] [stdout] --> src/bin/day21.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 131 | struct Cpu { [INFO] [stdout] | --- field in this struct [INFO] [stdout] 132 | pc: RegType, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Cpu` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `current_pos` is never read [INFO] [stdout] --> src/bin/day09.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 9 | struct Marbles { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 10 | marbles: VecDeque, [INFO] [stdout] 11 | current_pos: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Marbles` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2018` (bin "day15" test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name day15 --edition=2018 src/bin/day15.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c31a4bfbab563ff1 -C extra-filename=-c31a4bfbab563ff1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aoc2018=/opt/rustwide/target/debug/deps/libaoc2018-80467c03faddcf4b.rlib --extern cached=/opt/rustwide/target/debug/deps/libcached-1183685f02bfc268.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-f16bc74fded112a9.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-419ecdddc2e8bad2.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-4ee8b02391682f58.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-101321bf9f8aecfd.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-af902417b58a0df7.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-b5c0ceb48f48d1b8/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aoc2018` (bin "day24" test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name day24 --edition=2018 src/bin/day24.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48ca7ee1b500e436 -C extra-filename=-48ca7ee1b500e436 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aoc2018=/opt/rustwide/target/debug/deps/libaoc2018-80467c03faddcf4b.rlib --extern cached=/opt/rustwide/target/debug/deps/libcached-1183685f02bfc268.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-f16bc74fded112a9.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-419ecdddc2e8bad2.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-4ee8b02391682f58.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-101321bf9f8aecfd.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-af902417b58a0df7.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-b5c0ceb48f48d1b8/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2018` (bin "day07" test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name day07 --edition=2018 src/bin/day07.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4375c5114c50862 -C extra-filename=-d4375c5114c50862 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aoc2018=/opt/rustwide/target/debug/deps/libaoc2018-80467c03faddcf4b.rlib --extern cached=/opt/rustwide/target/debug/deps/libcached-1183685f02bfc268.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-f16bc74fded112a9.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-419ecdddc2e8bad2.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-4ee8b02391682f58.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-101321bf9f8aecfd.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-af902417b58a0df7.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-b5c0ceb48f48d1b8/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2018` (bin "day17" test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name day17 --edition=2018 src/bin/day17.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=989c3fa3e5a3ae70 -C extra-filename=-989c3fa3e5a3ae70 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aoc2018=/opt/rustwide/target/debug/deps/libaoc2018-80467c03faddcf4b.rlib --extern cached=/opt/rustwide/target/debug/deps/libcached-1183685f02bfc268.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-f16bc74fded112a9.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-419ecdddc2e8bad2.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-4ee8b02391682f58.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-101321bf9f8aecfd.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-af902417b58a0df7.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-b5c0ceb48f48d1b8/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "d61c09dbd05685c0a4de4ac1c5fec0c50589c82547cf699090bdcee78d186a0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d61c09dbd05685c0a4de4ac1c5fec0c50589c82547cf699090bdcee78d186a0a", kill_on_drop: false }` [INFO] [stdout] d61c09dbd05685c0a4de4ac1c5fec0c50589c82547cf699090bdcee78d186a0a