[INFO] cloning repository https://github.com/estherlurie/advent_of_code_2022 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/estherlurie/advent_of_code_2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Festherlurie%2Fadvent_of_code_2022", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Festherlurie%2Fadvent_of_code_2022'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a0b20e5a723200ab1aea1bab30f74bb9eeedca99 [INFO] testing estherlurie/advent_of_code_2022 against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Festherlurie%2Fadvent_of_code_2022" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file day_1_cal_count/target/debug/incremental/day_1_cal_count-1kkq3jk8q257d/s-gg21oqx9o0-ry4nsf-29lc9l7vmlanu/dep-graph.bin [INFO] [stderr] error: unable to write file day_1_cal_count/target/debug/incremental/day_1_cal_count-1kkq3jk8q257d/s-gg21oqx9o0-ry4nsf-29lc9l7vmlanu/ehrc2n7l4z7clix.o [INFO] [stderr] error: unable to write file day_1_cal_count/target/debug/incremental/day_1_cal_count-1kkq3jk8q257d/s-gg21oqx9o0-ry4nsf-29lc9l7vmlanu/hvuoo9zzlidi9hv.o [INFO] [stderr] error: unable to write file day_1_cal_count/target/debug/incremental/day_1_cal_count-1kkq3jk8q257d/s-gg21oqx9o0-ry4nsf-29lc9l7vmlanu/ii86as9ntn654yo.o [INFO] [stderr] error: unable to write file day_1_cal_count/target/debug/incremental/day_1_cal_count-1kkq3jk8q257d/s-gg21oqx9o0-ry4nsf-29lc9l7vmlanu/query-cache.bin [INFO] [stderr] error: unable to write file day_1_cal_count/target/debug/incremental/day_1_cal_count-282q9560a72wv/s-gg21oq0m60-1rcbrw8-35b90m4q6lg5y/dep-graph.bin [INFO] [stderr] error: unable to write file day_1_cal_count/target/debug/incremental/day_1_cal_count-282q9560a72wv/s-gg21oq0m60-1rcbrw8-35b90m4q6lg5y/query-cache.bin [INFO] [stderr] error: unable to write file day_1_cal_count/target/debug/incremental/day_1_cal_count-282q9560a72wv/s-gg21oq0m60-1rcbrw8-35b90m4q6lg5y/work-products.bin [INFO] [stderr] fatal: cannot create directory at 'day_1_cal_count/target/debug/incremental/day_1_cal_count-2jfbbet053nme': No space left on device [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [INFO] testing estherlurie/advent_of_code_2022 against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Festherlurie%2Fadvent_of_code_2022" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/estherlurie/advent_of_code_2022 on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/estherlurie/advent_of_code_2022 [INFO] finished tweaking git repo https://github.com/estherlurie/advent_of_code_2022 [INFO] tweaked toml for git repo https://github.com/estherlurie/advent_of_code_2022 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/estherlurie/advent_of_code_2022 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" "+beta-2025-02-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 530a187eb5d3b379572ddc55d494022a035d82f79dc93eeae0838951bf029217 [INFO] running `Command { std: "docker" "start" "-a" "530a187eb5d3b379572ddc55d494022a035d82f79dc93eeae0838951bf029217", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "530a187eb5d3b379572ddc55d494022a035d82f79dc93eeae0838951bf029217", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "530a187eb5d3b379572ddc55d494022a035d82f79dc93eeae0838951bf029217", kill_on_drop: false }` [INFO] [stdout] 530a187eb5d3b379572ddc55d494022a035d82f79dc93eeae0838951bf029217 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 902a6a959aea51cb6c8ba1d48d1f93629df74d8a8620284559f6bfb44ab4b6c7 [INFO] running `Command { std: "docker" "start" "-a" "902a6a959aea51cb6c8ba1d48d1f93629df74d8a8620284559f6bfb44ab4b6c7", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling lines v0.1.0 (/opt/rustwide/workdir/lines) [INFO] [stderr] Compiling day_1_cal_count v0.1.0 (/opt/rustwide/workdir/day_1_cal_count) [INFO] [stderr] Compiling day_3_rucksack_reorg v0.1.0 (/opt/rustwide/workdir/day_3_rucksack_reorg) [INFO] [stderr] Compiling day_4_camp_cleanup v0.1.0 (/opt/rustwide/workdir/day_4_camp_cleanup) [INFO] [stderr] Compiling day_6_tuning_trouble v0.1.0 (/opt/rustwide/workdir/day_6_tuning_trouble) [INFO] [stderr] Compiling day_5_supply_stacks v0.1.0 (/opt/rustwide/workdir/day_5_supply_stacks) [INFO] [stderr] Compiling day_2_rock_paper_scissors v0.1.0 (/opt/rustwide/workdir/day_2_rock_paper_scissors) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s [INFO] running `Command { std: "docker" "inspect" "902a6a959aea51cb6c8ba1d48d1f93629df74d8a8620284559f6bfb44ab4b6c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "902a6a959aea51cb6c8ba1d48d1f93629df74d8a8620284559f6bfb44ab4b6c7", kill_on_drop: false }` [INFO] [stdout] 902a6a959aea51cb6c8ba1d48d1f93629df74d8a8620284559f6bfb44ab4b6c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2025-02-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 04e3c808ef111fb1ecb48d7f7b340c436593acc4cb61dadeb0ac08cef79fcadc [INFO] running `Command { std: "docker" "start" "-a" "04e3c808ef111fb1ecb48d7f7b340c436593acc4cb61dadeb0ac08cef79fcadc", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling day_5_supply_stacks v0.1.0 (/opt/rustwide/workdir/day_5_supply_stacks) [INFO] [stderr] Compiling day_3_rucksack_reorg v0.1.0 (/opt/rustwide/workdir/day_3_rucksack_reorg) [INFO] [stderr] Compiling day_2_rock_paper_scissors v0.1.0 (/opt/rustwide/workdir/day_2_rock_paper_scissors) [INFO] [stderr] Compiling day_1_cal_count v0.1.0 (/opt/rustwide/workdir/day_1_cal_count) [INFO] [stderr] Compiling day_4_camp_cleanup v0.1.0 (/opt/rustwide/workdir/day_4_camp_cleanup) [INFO] [stderr] Compiling day_6_tuning_trouble v0.1.0 (/opt/rustwide/workdir/day_6_tuning_trouble) [INFO] [stderr] Compiling lines v0.1.0 (/opt/rustwide/workdir/lines) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s [INFO] running `Command { std: "docker" "inspect" "04e3c808ef111fb1ecb48d7f7b340c436593acc4cb61dadeb0ac08cef79fcadc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04e3c808ef111fb1ecb48d7f7b340c436593acc4cb61dadeb0ac08cef79fcadc", kill_on_drop: false }` [INFO] [stdout] 04e3c808ef111fb1ecb48d7f7b340c436593acc4cb61dadeb0ac08cef79fcadc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2025-02-18" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3fe5ff89f27910a02bb101810f620b56854ce1d436457eec863af5f1f8a4ee64 [INFO] running `Command { std: "docker" "start" "-a" "3fe5ff89f27910a02bb101810f620b56854ce1d436457eec863af5f1f8a4ee64", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_1_cal_count-f2a88397ddb4a9ed) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_2_rock_paper_scissors-cbbac2638fa6cedd) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_3_rucksack_reorg-be94338bcbfdf4b9) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_4_camp_cleanup-05c8924c8b975fec) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_5_supply_stacks-2bcd4ee705e4181e) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_6_tuning_trouble-9411de428a685852) [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] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lines-64cb4245677f9072) [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] [stderr] Doc-tests lines [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" "3fe5ff89f27910a02bb101810f620b56854ce1d436457eec863af5f1f8a4ee64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fe5ff89f27910a02bb101810f620b56854ce1d436457eec863af5f1f8a4ee64", kill_on_drop: false }` [INFO] [stdout] 3fe5ff89f27910a02bb101810f620b56854ce1d436457eec863af5f1f8a4ee64