[INFO] cloning repository https://github.com/jacobjonsson/advent-of-code-2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jacobjonsson/advent-of-code-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacobjonsson%2Fadvent-of-code-2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacobjonsson%2Fadvent-of-code-2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c5393ea20a0b84953d3f0406bcf513033292ec91 [INFO] testing jacobjonsson/advent-of-code-2020 against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacobjonsson%2Fadvent-of-code-2020" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jacobjonsson/advent-of-code-2020 on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jacobjonsson/advent-of-code-2020 [INFO] finished tweaking git repo https://github.com/jacobjonsson/advent-of-code-2020 [INFO] tweaked toml for git repo https://github.com/jacobjonsson/advent-of-code-2020 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jacobjonsson/advent-of-code-2020 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.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64d6444d0637745cd23c0074b12c3d78482e23aa5ae67e493941cb29a6d0a5bb [INFO] running `Command { std: "docker" "start" "-a" "64d6444d0637745cd23c0074b12c3d78482e23aa5ae67e493941cb29a6d0a5bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64d6444d0637745cd23c0074b12c3d78482e23aa5ae67e493941cb29a6d0a5bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64d6444d0637745cd23c0074b12c3d78482e23aa5ae67e493941cb29a6d0a5bb", kill_on_drop: false }` [INFO] [stdout] 64d6444d0637745cd23c0074b12c3d78482e23aa5ae67e493941cb29a6d0a5bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acfbc12fa235fe19ae0ec757a16039d6b732656b64eeb766a184cfa58d5bc6f4 [INFO] running `Command { std: "docker" "start" "-a" "acfbc12fa235fe19ae0ec757a16039d6b732656b64eeb766a184cfa58d5bc6f4", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling standback v0.2.13 [INFO] [stderr] Compiling time v0.2.23 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling advent_of_code v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `value` is never read [INFO] [stdout] --> src/./day_14/day_14.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 47 | struct Instruction { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 48 | memory: u64, [INFO] [stdout] 49 | value: u64, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Instruction` 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 `kind` is never read [INFO] [stdout] --> src/./day_18/day_18.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | struct Token { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 16 | kind: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `neighbors` is never read [INFO] [stdout] --> src/./day_20/day_20.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 17 | struct Tile { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 20 | neighbors: Vec, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Tile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&Rule` instead of cloning the inner type [INFO] [stdout] --> src/./day_16/day_16.rs:130:37 [INFO] [stdout] | [INFO] [stdout] 130 | .map(|rule| rule.clone()) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&Rule` instead of cloning the inner type [INFO] [stdout] --> src/./day_16/day_16.rs:152:45 [INFO] [stdout] | [INFO] [stdout] 152 | ... .map(|rule| rule.clone()) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s [INFO] running `Command { std: "docker" "inspect" "acfbc12fa235fe19ae0ec757a16039d6b732656b64eeb766a184cfa58d5bc6f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acfbc12fa235fe19ae0ec757a16039d6b732656b64eeb766a184cfa58d5bc6f4", kill_on_drop: false }` [INFO] [stdout] acfbc12fa235fe19ae0ec757a16039d6b732656b64eeb766a184cfa58d5bc6f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90186166c46b382aafdf9d80ff8aee7c41bb48885ecb048e7510260367513c3a [INFO] running `Command { std: "docker" "start" "-a" "90186166c46b382aafdf9d80ff8aee7c41bb48885ecb048e7510260367513c3a", kill_on_drop: false }` [INFO] [stderr] Compiling advent_of_code v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `value` is never read [INFO] [stdout] --> src/./day_14/day_14.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 47 | struct Instruction { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 48 | memory: u64, [INFO] [stdout] 49 | value: u64, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Instruction` 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 `kind` is never read [INFO] [stdout] --> src/./day_18/day_18.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | struct Token { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 16 | kind: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `neighbors` is never read [INFO] [stdout] --> src/./day_20/day_20.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 17 | struct Tile { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 20 | neighbors: Vec, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Tile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&Rule` instead of cloning the inner type [INFO] [stdout] --> src/./day_16/day_16.rs:130:37 [INFO] [stdout] | [INFO] [stdout] 130 | .map(|rule| rule.clone()) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&Rule` instead of cloning the inner type [INFO] [stdout] --> src/./day_16/day_16.rs:152:45 [INFO] [stdout] | [INFO] [stdout] 152 | ... .map(|rule| rule.clone()) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.42s [INFO] running `Command { std: "docker" "inspect" "90186166c46b382aafdf9d80ff8aee7c41bb48885ecb048e7510260367513c3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90186166c46b382aafdf9d80ff8aee7c41bb48885ecb048e7510260367513c3a", kill_on_drop: false }` [INFO] [stdout] 90186166c46b382aafdf9d80ff8aee7c41bb48885ecb048e7510260367513c3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b0c00015215e095aea787fcf3262b1d3c8018e00fe3dcd9afd71a44a4b27d665 [INFO] running `Command { std: "docker" "start" "-a" "b0c00015215e095aea787fcf3262b1d3c8018e00fe3dcd9afd71a44a4b27d665", kill_on_drop: false }` [INFO] [stderr] warning: field `value` is never read [INFO] [stderr] --> src/./day_14/day_14.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 47 | struct Instruction { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] 48 | memory: u64, [INFO] [stderr] 49 | value: u64, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Instruction` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `kind` is never read [INFO] [stderr] --> src/./day_18/day_18.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 15 | struct Token { [INFO] [stderr] | ----- field in this struct [INFO] [stderr] 16 | kind: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Token` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `neighbors` is never read [INFO] [stderr] --> src/./day_20/day_20.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 17 | struct Tile { [INFO] [stderr] | ---- field in this struct [INFO] [stderr] ... [INFO] [stderr] 20 | neighbors: Vec, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Tile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&Rule` instead of cloning the inner type [INFO] [stderr] --> src/./day_16/day_16.rs:130:37 [INFO] [stderr] | [INFO] [stderr] 130 | .map(|rule| rule.clone()) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stderr] [INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&Rule` instead of cloning the inner type [INFO] [stderr] --> src/./day_16/day_16.rs:152:45 [INFO] [stderr] | [INFO] [stderr] 152 | ... .map(|rule| rule.clone()) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `advent_of_code` (bin "advent_of_code" test) generated 5 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code-b55b01b1e10a1109) [INFO] [stdout] [INFO] [stdout] running 46 tests [INFO] [stdout] test day_10::tests::test_part_1 ... ok [INFO] [stdout] test day_12::tests::test_part_1 ... ok [INFO] [stdout] test day_12::tests::test_part_2 ... ok [INFO] [stdout] test day_13::tests::test_part_1 ... ok [INFO] [stdout] test day_10::tests::test_part_2 ... ok [INFO] [stdout] test day_13::tests::test_part_2_6 ... ok [INFO] [stdout] test day_16::tests::test_part_1 ... ok [INFO] [stdout] test day_13::tests::test_part_2_3 ... ok [INFO] [stdout] test day_16::tests::test_part_2 ... ok [INFO] [stdout] test day_13::tests::test_part_2_4 ... ok [INFO] [stdout] test day_13::tests::test_part_2_2 ... ok [INFO] [stdout] test day_14::tests::test_part_2 ... ok [INFO] [stdout] test day_14::tests::test_part_1 ... ok [INFO] [stdout] test day_21::tests::test_part_1 ... ok [INFO] [stdout] test day_21::tests::test_part_2 ... ok [INFO] [stdout] test day_22::tests::test_part_1 ... ok [INFO] [stdout] test day_22::tests::test_part_2 ... ok [INFO] [stdout] test day_11::tests::test_part_1 ... ok [INFO] [stdout] test day_23::tests::test_part_1 ... ok [INFO] [stdout] test day_20::tests::test_part_1 ... ok [INFO] [stdout] test day_23::tests::test_part_2 ... ok [INFO] [stdout] test day_13::tests::test_part_2_5 ... ok [INFO] [stdout] test day_24::tests::test_part_2 ... ok [INFO] [stdout] test day_11::tests::test_part_2 ... ok [INFO] [stdout] test day_18::tests::test_part_2 ... ok [INFO] [stdout] test day_24::tests::test_part_1 ... ok [INFO] [stdout] test day_25::tests::test_part_1 ... ok [INFO] [stdout] test day_7::tests::test_part_2 ... ok [INFO] [stdout] test day_8::tests::test_part_1 ... ok [INFO] [stdout] test day_8::tests::test_part_2 ... ok [INFO] [stdout] test day_9::tests::test_part_2 ... ok [INFO] [stdout] test day_13::tests::test_part_2_1 ... ok [INFO] [stdout] test day_9::tests::test_part_1 ... ok [INFO] [stdout] test day_6::tests::test_part_2 ... ok [INFO] [stdout] test day_7::tests::test_part_1 ... ok [INFO] [stdout] test day_4::tests::test_part_1 ... ok [INFO] [stdout] test day_18::tests::test_part_1 ... ok [INFO] [stdout] test day_6::tests::test_part_1 ... ok [INFO] [stdout] test day_25::tests::test_part_2 ... ok [INFO] [stdout] test day_19::tests::test_part_1 ... ok [INFO] [stdout] test day_20::tests::test_part_2 ... FAILED [INFO] [stdout] test day_15::tests::test_part_1 ... ok [INFO] [stdout] test day_17::tests::test_part_1 ... ok [INFO] [stdout] test day_19::tests::test_part_2 ... ok [INFO] [stdout] test day_17::tests::test_part_2 ... ok [INFO] [stdout] test day_15::tests::test_part_2 has been running for over 60 seconds [INFO] [stdout] test day_15::tests::test_part_2 ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- day_20::tests::test_part_2 stdout ---- [INFO] [stdout] Edges: {3079: [2473, 2311], 2971: [2729, 1489], 1171: [2473, 1489], 1951: [2729, 2311]} [INFO] [stdout] [INFO] [stdout] Inner edges: {2311: [1427, 1951, 3079], 2729: [2971, 1951, 1427], 1489: [1427, 2971, 1171], 2473: [1427, 1171, 3079]} [INFO] [stdout] [INFO] [stdout] Inners: {1427: [1489, 2311, 2729, 2473]} [INFO] [stdout] [INFO] [stdout] thread 'day_20::tests::test_part_2' panicked at src/./day_20/day_20.rs:303:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 273 [INFO] [stdout] right: 100 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x59a38ce2d85a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x59a38ce2d85a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x59a38ce2d85a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x59a38ce2d85a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x59a38ce53613 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x59a38ce53613 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x59a38ce2a973 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x59a38ce2d6a2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x59a38ce2ed90 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x59a38ce2eb2d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x59a38ccc05b3 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x59a38ccc05b3 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x59a38ce2f5c3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x59a38ce2f5c3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x59a38ce2f29a - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x59a38ce2dd59 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x59a38ce2ef2d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x59a38cc132f0 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x59a38cc136e2 - core::panicking::assert_failed_inner::ha51bf8fa7906dee4 [INFO] [stdout] 19: 0x59a38ce02201 - core::panicking::assert_failed::h2b2ffe1a16cc583e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:364:5 [INFO] [stdout] 20: 0x59a38cc7333e - advent_of_code::day_20::tests::test_part_2::hd6bd364999a90c62 [INFO] [stdout] at /opt/rustwide/workdir/src/./day_20/day_20.rs:303:9 [INFO] [stdout] 21: 0x59a38cc73257 - advent_of_code::day_20::tests::test_part_2::{{closure}}::hd68d96a937c4b0e7 [INFO] [stdout] at /opt/rustwide/workdir/src/./day_20/day_20.rs:302:21 [INFO] [stdout] 22: 0x59a38cc4cfb6 - core::ops::function::FnOnce::call_once::hd17d72cff0b80fda [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x59a38ccc5d5b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x59a38ccc5d5b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 25: 0x59a38ccc4c93 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 26: 0x59a38ccc4c93 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x59a38ccc4c93 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 28: 0x59a38ccc4c93 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 29: 0x59a38ccc4c93 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 30: 0x59a38ccc4c93 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 31: 0x59a38ccc4c93 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 32: 0x59a38cc889c5 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 33: 0x59a38cc889c5 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x59a38cc8c406 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 35: 0x59a38cc8c406 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x59a38cc8c406 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 37: 0x59a38cc8c406 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 38: 0x59a38cc8c406 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 39: 0x59a38cc8c406 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 40: 0x59a38cc8c406 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x59a38ce3342b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 42: 0x59a38ce3342b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 43: 0x59a38ce3342b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 44: 0x77d25bb7cac3 - [INFO] [stdout] 45: 0x77d25bc0da04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] day_20::tests::test_part_2 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 45 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 61.40s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin advent_of_code` [INFO] running `Command { std: "docker" "inspect" "b0c00015215e095aea787fcf3262b1d3c8018e00fe3dcd9afd71a44a4b27d665", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0c00015215e095aea787fcf3262b1d3c8018e00fe3dcd9afd71a44a4b27d665", kill_on_drop: false }` [INFO] [stdout] b0c00015215e095aea787fcf3262b1d3c8018e00fe3dcd9afd71a44a4b27d665