[INFO] cloning repository https://github.com/etwyniel/aoc-2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/etwyniel/aoc-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetwyniel%2Faoc-2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetwyniel%2Faoc-2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 98a1e3b0e55450cf9281864019f5967e967621bf [INFO] testing etwyniel/aoc-2023 against 1.79.0 for beta-1.80-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetwyniel%2Faoc-2023" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/etwyniel/aoc-2023 on toolchain 1.79.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.79.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/etwyniel/aoc-2023 [INFO] finished tweaking git repo https://github.com/etwyniel/aoc-2023 [INFO] tweaked toml for git repo https://github.com/etwyniel/aoc-2023 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/etwyniel/aoc-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" "+1.79.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/etwyniel/aoc-framework` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70884a678240287ea37fa981ccfa3668d37b1782807b6bf7dfc765de9a0a34e5 [INFO] running `Command { std: "docker" "start" "-a" "70884a678240287ea37fa981ccfa3668d37b1782807b6bf7dfc765de9a0a34e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70884a678240287ea37fa981ccfa3668d37b1782807b6bf7dfc765de9a0a34e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70884a678240287ea37fa981ccfa3668d37b1782807b6bf7dfc765de9a0a34e5", kill_on_drop: false }` [INFO] [stdout] 70884a678240287ea37fa981ccfa3668d37b1782807b6bf7dfc765de9a0a34e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61c29bbff843d7d0c2f135b0829cf92ce16dfd3abe331ff0d9be9af37ef6195e [INFO] running `Command { std: "docker" "start" "-a" "61c29bbff843d7d0c2f135b0829cf92ce16dfd3abe331ff0d9be9af37ef6195e", kill_on_drop: false }` [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.60 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling mio v0.8.9 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling time-macros v0.2.15 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling tokio v1.34.0 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling deranged v0.3.9 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling psl-types v2.0.11 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling publicsuffix v2.2.3 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling openssl-sys v0.9.96 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling time v0.3.30 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling h2 v0.3.22 [INFO] [stderr] Compiling cookie_store v0.16.2 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.22 [INFO] [stderr] Compiling aoc-base v0.1.0 (https://github.com/etwyniel/aoc-framework#579d0d8a) [INFO] [stderr] Compiling aoc-derive v0.1.0 (https://github.com/etwyniel/aoc-framework#579d0d8a) [INFO] [stderr] Compiling aoc-framework v0.1.0 (https://github.com/etwyniel/aoc-framework#579d0d8a) [INFO] [stderr] Compiling aoc-2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/day19.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | Cond(Cond), [INFO] [stdout] | ---- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 165 | Cond(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.86s [INFO] running `Command { std: "docker" "inspect" "61c29bbff843d7d0c2f135b0829cf92ce16dfd3abe331ff0d9be9af37ef6195e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61c29bbff843d7d0c2f135b0829cf92ce16dfd3abe331ff0d9be9af37ef6195e", kill_on_drop: false }` [INFO] [stdout] 61c29bbff843d7d0c2f135b0829cf92ce16dfd3abe331ff0d9be9af37ef6195e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d97c6588dd84095cf9ae9bc1e84f47d924c354a0ec246e8d97f12a01276ba1df [INFO] running `Command { std: "docker" "start" "-a" "d97c6588dd84095cf9ae9bc1e84f47d924c354a0ec246e8d97f12a01276ba1df", kill_on_drop: false }` [INFO] [stderr] Compiling aoc-2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/day19.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | Cond(Cond), [INFO] [stdout] | ---- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 165 | Cond(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.82s [INFO] running `Command { std: "docker" "inspect" "d97c6588dd84095cf9ae9bc1e84f47d924c354a0ec246e8d97f12a01276ba1df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d97c6588dd84095cf9ae9bc1e84f47d924c354a0ec246e8d97f12a01276ba1df", kill_on_drop: false }` [INFO] [stdout] d97c6588dd84095cf9ae9bc1e84f47d924c354a0ec246e8d97f12a01276ba1df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f2c103e2bf8608481ca70e37b84468bd18e09d9e70eff509151e5c8091f096c2 [INFO] running `Command { std: "docker" "start" "-a" "f2c103e2bf8608481ca70e37b84468bd18e09d9e70eff509151e5c8091f096c2", kill_on_drop: false }` [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/day19.rs:165:10 [INFO] [stderr] | [INFO] [stderr] 165 | Cond(Cond), [INFO] [stderr] | ---- ^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 165 | Cond(()), [INFO] [stderr] | ~~ [INFO] [stderr] [INFO] [stderr] warning: `aoc-2023` (bin "aoc-2023" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc_2023-90dbbfba307c3510) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f2c103e2bf8608481ca70e37b84468bd18e09d9e70eff509151e5c8091f096c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2c103e2bf8608481ca70e37b84468bd18e09d9e70eff509151e5c8091f096c2", kill_on_drop: false }` [INFO] [stdout] f2c103e2bf8608481ca70e37b84468bd18e09d9e70eff509151e5c8091f096c2