[INFO] cloning repository https://github.com/uxsoft/advent_of_code_2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uxsoft/advent_of_code_2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuxsoft%2Fadvent_of_code_2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuxsoft%2Fadvent_of_code_2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 91144d29c42269c5e414d0e7ad2aa5a64d561b9b [INFO] testing uxsoft/advent_of_code_2023 against master#595316b4006932405a63862d8fe65f71a6356293 for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuxsoft%2Fadvent_of_code_2023" "/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/uxsoft/advent_of_code_2023 on toolchain 595316b4006932405a63862d8fe65f71a6356293 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/uxsoft/advent_of_code_2023 [INFO] finished tweaking git repo https://github.com/uxsoft/advent_of_code_2023 [INFO] tweaked toml for git repo https://github.com/uxsoft/advent_of_code_2023 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/uxsoft/advent_of_code_2023 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" "+595316b4006932405a63862d8fe65f71a6356293" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded brownstone v3.0.0 [INFO] [stderr] Downloaded thiserror-impl v1.0.51 [INFO] [stderr] Downloaded divan-macros v0.1.7 [INFO] [stderr] Downloaded condtype v1.3.0 [INFO] [stderr] Downloaded joinery v2.1.0 [INFO] [stderr] Downloaded reikna v0.12.3 [INFO] [stderr] Downloaded z3 v0.12.1 [INFO] [stderr] Downloaded nom-supreme v0.8.0 [INFO] [stderr] Downloaded thiserror v1.0.51 [INFO] [stderr] Downloaded divan v0.1.7 [INFO] [stderr] Downloaded bindgen v0.66.1 [INFO] [stderr] Downloaded pathfinding v4.6.0 [INFO] [stderr] Downloaded syn v2.0.41 [INFO] [stderr] Downloaded z3-sys v0.8.1 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b907deed81392207728d32c443387c51320921dbb366d33b29dee8eb15c10105 [INFO] running `Command { std: "docker" "start" "-a" "b907deed81392207728d32c443387c51320921dbb366d33b29dee8eb15c10105", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b907deed81392207728d32c443387c51320921dbb366d33b29dee8eb15c10105", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b907deed81392207728d32c443387c51320921dbb366d33b29dee8eb15c10105", kill_on_drop: false }` [INFO] [stdout] b907deed81392207728d32c443387c51320921dbb366d33b29dee8eb15c10105 [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=forbid" "-e" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76f558f73c4462f6c6302d727de8595b4c96b00e47f49b0f34015f6c59668a43 [INFO] running `Command { std: "docker" "start" "-a" "76f558f73c4462f6c6302d727de8595b4c96b00e47f49b0f34015f6c59668a43", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling bindgen v0.66.1 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling shlex v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling thiserror v1.0.51 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling clang-sys v1.6.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling indent_write v2.2.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling brownstone v3.0.0 [INFO] [stderr] Compiling condtype v1.3.0 [INFO] [stderr] Compiling regex-lite v0.1.5 [INFO] [stderr] Compiling joinery v2.1.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling syn v2.0.41 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling glam v0.25.0 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling reikna v0.12.3 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling clap_builder v4.4.11 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling indicatif v0.17.7 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling nom-supreme v0.8.0 [INFO] [stderr] Compiling clap v4.4.11 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.51 [INFO] [stderr] Compiling deprecate-until v0.1.1 [INFO] [stderr] Compiling divan-macros v0.1.7 [INFO] [stderr] Compiling divan v0.1.7 [INFO] [stderr] Compiling pathfinding v4.6.0 [INFO] [stderr] Compiling z3-sys v0.8.1 [INFO] [stderr] Compiling z3 v0.12.1 [INFO] [stderr] Compiling advent_of_code_2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `indicatif::ProgressIterator` [INFO] [stdout] --> src/day25/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use indicatif::ProgressIterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `insert_edge` is never used [INFO] [stdout] --> src/day25/mod.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'a> Graph<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | fn insert_edge(&mut self, from: &'a str, to: &'a str) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.21s [INFO] running `Command { std: "docker" "inspect" "76f558f73c4462f6c6302d727de8595b4c96b00e47f49b0f34015f6c59668a43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76f558f73c4462f6c6302d727de8595b4c96b00e47f49b0f34015f6c59668a43", kill_on_drop: false }` [INFO] [stdout] 76f558f73c4462f6c6302d727de8595b4c96b00e47f49b0f34015f6c59668a43 [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=forbid" "-e" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 294694cec827146e6a7089698ee3eb25a9cc4c16b4413ddf4598413d963e65ea [INFO] running `Command { std: "docker" "start" "-a" "294694cec827146e6a7089698ee3eb25a9cc4c16b4413ddf4598413d963e65ea", kill_on_drop: false }` [INFO] [stderr] Compiling advent_of_code_2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `indicatif::ProgressIterator` [INFO] [stdout] --> src/day25/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use indicatif::ProgressIterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `insert_edge` is never used [INFO] [stdout] --> src/day25/mod.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'a> Graph<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | fn insert_edge(&mut self, from: &'a str, to: &'a str) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "294694cec827146e6a7089698ee3eb25a9cc4c16b4413ddf4598413d963e65ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "294694cec827146e6a7089698ee3eb25a9cc4c16b4413ddf4598413d963e65ea", kill_on_drop: false }` [INFO] [stdout] 294694cec827146e6a7089698ee3eb25a9cc4c16b4413ddf4598413d963e65ea [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=forbid" "-e" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dea3c32bf6c1540c242609d316cc4d9cad844fb82c8dcbff1629f185a8792ad6 [INFO] running `Command { std: "docker" "start" "-a" "dea3c32bf6c1540c242609d316cc4d9cad844fb82c8dcbff1629f185a8792ad6", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `indicatif::ProgressIterator` [INFO] [stderr] --> src/day25/mod.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use indicatif::ProgressIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `insert_edge` is never used [INFO] [stderr] --> src/day25/mod.rs:62:8 [INFO] [stderr] | [INFO] [stderr] 10 | impl<'a> Graph<'a> { [INFO] [stderr] | ------------------ method in this implementation [INFO] [stderr] ... [INFO] [stderr] 62 | fn insert_edge(&mut self, from: &'a str, to: &'a str) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `advent_of_code_2023` (bin "advent_of_code_2023" test) generated 2 warnings (run `cargo fix --bin "advent_of_code_2023" --tests` to apply 1 suggestion) [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_2023-c8a5b10cbee828d1) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test day25::tests::part1_example ... ok [INFO] [stdout] test day25::tests::part1_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 56.23s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dea3c32bf6c1540c242609d316cc4d9cad844fb82c8dcbff1629f185a8792ad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dea3c32bf6c1540c242609d316cc4d9cad844fb82c8dcbff1629f185a8792ad6", kill_on_drop: false }` [INFO] [stdout] dea3c32bf6c1540c242609d316cc4d9cad844fb82c8dcbff1629f185a8792ad6 [INFO] testing uxsoft/advent_of_code_2023 against try#5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuxsoft%2Fadvent_of_code_2023" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/uxsoft/advent_of_code_2023 on toolchain 5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/uxsoft/advent_of_code_2023 [INFO] finished tweaking git repo https://github.com/uxsoft/advent_of_code_2023 [INFO] tweaked toml for git repo https://github.com/uxsoft/advent_of_code_2023 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/uxsoft/advent_of_code_2023 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" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f38080f4a46e3a2b110af677fbc4de066500cfa79c245d0d38cf8e36bfe2c6b [INFO] running `Command { std: "docker" "start" "-a" "1f38080f4a46e3a2b110af677fbc4de066500cfa79c245d0d38cf8e36bfe2c6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f38080f4a46e3a2b110af677fbc4de066500cfa79c245d0d38cf8e36bfe2c6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f38080f4a46e3a2b110af677fbc4de066500cfa79c245d0d38cf8e36bfe2c6b", kill_on_drop: false }` [INFO] [stdout] 1f38080f4a46e3a2b110af677fbc4de066500cfa79c245d0d38cf8e36bfe2c6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5431c52b35e4b980fa2e224b6128f904ddbb1c055940f31af24029e720b9b15 [INFO] running `Command { std: "docker" "start" "-a" "b5431c52b35e4b980fa2e224b6128f904ddbb1c055940f31af24029e720b9b15", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling bindgen v0.66.1 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling shlex v1.2.0 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling thiserror v1.0.51 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling clang-sys v1.6.1 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling brownstone v3.0.0 [INFO] [stderr] Compiling condtype v1.3.0 [INFO] [stderr] Compiling indent_write v2.2.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling joinery v2.1.0 [INFO] [stderr] Compiling regex-lite v0.1.5 [INFO] [stderr] Compiling syn v2.0.41 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling reikna v0.12.3 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling glam v0.25.0 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling clap_builder v4.4.11 [INFO] [stderr] Compiling indicatif v0.17.7 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling nom-supreme v0.8.0 [INFO] [stderr] Compiling clap v4.4.11 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.51 [INFO] [stderr] Compiling deprecate-until v0.1.1 [INFO] [stderr] Compiling divan-macros v0.1.7 [INFO] [stderr] Compiling divan v0.1.7 [INFO] [stderr] Compiling pathfinding v4.6.0 [INFO] [stderr] Compiling z3-sys v0.8.1 [INFO] [stderr] Compiling z3 v0.12.1 [INFO] [stderr] Compiling advent_of_code_2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `indicatif::ProgressIterator` [INFO] [stdout] --> src/day25/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use indicatif::ProgressIterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `insert_edge` is never used [INFO] [stdout] --> src/day25/mod.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'a> Graph<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | fn insert_edge(&mut self, from: &'a str, to: &'a str) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.06s [INFO] running `Command { std: "docker" "inspect" "b5431c52b35e4b980fa2e224b6128f904ddbb1c055940f31af24029e720b9b15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5431c52b35e4b980fa2e224b6128f904ddbb1c055940f31af24029e720b9b15", kill_on_drop: false }` [INFO] [stdout] b5431c52b35e4b980fa2e224b6128f904ddbb1c055940f31af24029e720b9b15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19960c0308090d00ae6a21f8f69db3d60e5d8aa2ad099e0a38f2639a25e80164 [INFO] running `Command { std: "docker" "start" "-a" "19960c0308090d00ae6a21f8f69db3d60e5d8aa2ad099e0a38f2639a25e80164", kill_on_drop: false }` [INFO] [stderr] Compiling advent_of_code_2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `indicatif::ProgressIterator` [INFO] [stdout] --> src/day25/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use indicatif::ProgressIterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `insert_edge` is never used [INFO] [stdout] --> src/day25/mod.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'a> Graph<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | fn insert_edge(&mut self, from: &'a str, to: &'a str) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "19960c0308090d00ae6a21f8f69db3d60e5d8aa2ad099e0a38f2639a25e80164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19960c0308090d00ae6a21f8f69db3d60e5d8aa2ad099e0a38f2639a25e80164", kill_on_drop: false }` [INFO] [stdout] 19960c0308090d00ae6a21f8f69db3d60e5d8aa2ad099e0a38f2639a25e80164 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7d846e5f6a9e2f60e289b1ca319b3902d233f1ed076d39eaf0da76ed8ee0509c [INFO] running `Command { std: "docker" "start" "-a" "7d846e5f6a9e2f60e289b1ca319b3902d233f1ed076d39eaf0da76ed8ee0509c", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `indicatif::ProgressIterator` [INFO] [stderr] --> src/day25/mod.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use indicatif::ProgressIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `insert_edge` is never used [INFO] [stderr] --> src/day25/mod.rs:62:8 [INFO] [stderr] | [INFO] [stderr] 10 | impl<'a> Graph<'a> { [INFO] [stderr] | ------------------ method in this implementation [INFO] [stderr] ... [INFO] [stderr] 62 | fn insert_edge(&mut self, from: &'a str, to: &'a str) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `advent_of_code_2023` (bin "advent_of_code_2023" test) generated 2 warnings (run `cargo fix --bin "advent_of_code_2023" --tests` to apply 1 suggestion) [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_2023-c8a5b10cbee828d1) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test day25::tests::part1_example ... FAILED [INFO] [stdout] test day25::tests::part1_input ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- day25::tests::part1_example stdout ---- [INFO] [stdout] thread 'day25::tests::part1_example' panicked at src/day25/mod.rs:183:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 15 [INFO] [stdout] right: 54 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5616853b0ae5 - std::backtrace_rs::backtrace::libunwind::trace::h68acc96dd29bfb25 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x5616853b0ae5 - std::backtrace_rs::backtrace::trace_unsynchronized::hc833f810d39d5258 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5616853b0ae5 - std::sys::backtrace::_print_fmt::h5f23caa5b7652308 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5616853b0ae5 - ::fmt::hc81f55a2b3efffd1 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5616853d7c3b - core::fmt::rt::Argument::fmt::h731d8ba6b9c446d6 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5616853d7c3b - core::fmt::write::h6e5816e68b47f713 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/fmt/mod.rs:1178:21 [INFO] [stdout] 6: 0x5616853adeaf - std::io::Write::write_fmt::h3726facc0aa8eb67 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/io/mod.rs:1823:15 [INFO] [stdout] 7: 0x5616853b2301 - std::sys::backtrace::BacktraceLock::print::hb98272574ac3b700 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x5616853b2301 - std::panicking::default_hook::{{closure}}::h979aa01ca70f7f8f [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:266:22 [INFO] [stdout] 9: 0x5616853b1ea8 - std::panicking::default_hook::h17e52f086133e6fd [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:290:9 [INFO] [stdout] 10: 0x56168537634a - as core::ops::function::Fn>::call::h4e1615f02d9f709a [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 11: 0x56168537634a - test::test_main::{{closure}}::hc8df444856fcb257 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:132:21 [INFO] [stdout] 12: 0x5616853b2c0f - as core::ops::function::Fn>::call::hac606c4d68b970a6 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 13: 0x5616853b2c0f - std::panicking::rust_panic_with_hook::h694bfcec6451de5a [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:805:13 [INFO] [stdout] 14: 0x5616853b2837 - std::panicking::begin_panic_handler::{{closure}}::hbd9f22f307951c96 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:671:13 [INFO] [stdout] 15: 0x5616853b0fa9 - std::sys::backtrace::__rust_end_short_backtrace::h6e4502eb3c3e7834 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x5616853b24c4 - rust_begin_unwind [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:662:5 [INFO] [stdout] 17: 0x5616853d6653 - core::panicking::panic_fmt::ha6b90685af50061f [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/panicking.rs:74:14 [INFO] [stdout] 18: 0x5616853d693e - core::panicking::assert_failed_inner::h04f590ce609aabea [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/panicking.rs:412:17 [INFO] [stdout] 19: 0x56168538471e - core::panicking::assert_failed::hd82c123812897ce6 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/panicking.rs:367:5 [INFO] [stdout] 20: 0x5616853389c2 - advent_of_code_2023::day25::tests::part1_example::h81a767cdc03941b0 [INFO] [stdout] at /opt/rustwide/workdir/src/day25/mod.rs:183:9 [INFO] [stdout] 21: 0x561685338937 - advent_of_code_2023::day25::tests::part1_example::{{closure}}::hebec14189673d84c [INFO] [stdout] at /opt/rustwide/workdir/src/day25/mod.rs:180:23 [INFO] [stdout] 22: 0x561685331af6 - core::ops::function::FnOnce::call_once::hdf4a4e3f6c87e857 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x56168537aecb - core::ops::function::FnOnce::call_once::h321fab3f659b8f1c [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x56168537aecb - test::__rust_begin_short_backtrace::h7bcdd7ef45d5d11d [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:620:18 [INFO] [stdout] 25: 0x56168537a6e5 - test::run_test_in_process::{{closure}}::h7e5c4c77b843c962 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:643:60 [INFO] [stdout] 26: 0x56168537a6e5 - as core::ops::function::FnOnce<()>>::call_once::h9465365bda0c96e1 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x56168537a6e5 - std::panicking::try::do_call::h464859d60fe36ac8 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:554:40 [INFO] [stdout] 28: 0x56168537a6e5 - std::panicking::try::h10bb685f1ad0ff38 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:518:19 [INFO] [stdout] 29: 0x56168537a6e5 - std::panic::catch_unwind::hf3392dbe1556c5c7 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panic.rs:345:14 [INFO] [stdout] 30: 0x56168537a6e5 - test::run_test_in_process::hc7c0ab6dab190e49 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:643:27 [INFO] [stdout] 31: 0x56168537a6e5 - test::run_test::{{closure}}::hdb2183b5de946a08 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:564:43 [INFO] [stdout] 32: 0x56168533ffb4 - test::run_test::{{closure}}::h8dcd9e4e5e3fbe5f [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:594:41 [INFO] [stdout] 33: 0x56168533ffb4 - std::sys::backtrace::__rust_begin_short_backtrace::h41bf17e9b9ace8bc [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 34: 0x561685343782 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h63bd96fcdd52032f [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/thread/mod.rs:524:17 [INFO] [stdout] 35: 0x561685343782 - as core::ops::function::FnOnce<()>>::call_once::ha8ff5ca2e19c8b3f [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x561685343782 - std::panicking::try::do_call::h2c72967242944c46 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:554:40 [INFO] [stdout] 37: 0x561685343782 - std::panicking::try::h84beb938f6030c53 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:518:19 [INFO] [stdout] 38: 0x561685343782 - std::panic::catch_unwind::hca4383a7a644e749 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panic.rs:345:14 [INFO] [stdout] 39: 0x561685343782 - std::thread::Builder::spawn_unchecked_::{{closure}}::h88915884a74f8e2a [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/thread/mod.rs:523:30 [INFO] [stdout] 40: 0x561685343782 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4c032c9efdb7212a [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x5616853b6d6b - as core::ops::function::FnOnce>::call_once::h809cb44187f4e360 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 42: 0x5616853b6d6b - as core::ops::function::FnOnce>::call_once::h670f08f0ab61db1b [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 43: 0x5616853b6d6b - std::sys::pal::unix::thread::Thread::new::thread_start::hee2b0396d7ed5bcb [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 44: 0x7f8396e67ac3 - [INFO] [stdout] 45: 0x7f8396ef8a04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] day25::tests::part1_example [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 57.40s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin advent_of_code_2023` [INFO] running `Command { std: "docker" "inspect" "7d846e5f6a9e2f60e289b1ca319b3902d233f1ed076d39eaf0da76ed8ee0509c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d846e5f6a9e2f60e289b1ca319b3902d233f1ed076d39eaf0da76ed8ee0509c", kill_on_drop: false }` [INFO] [stdout] 7d846e5f6a9e2f60e289b1ca319b3902d233f1ed076d39eaf0da76ed8ee0509c