[INFO] cloning repository https://github.com/k0ur0x/advent_of_code_2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/k0ur0x/advent_of_code_2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk0ur0x%2Fadvent_of_code_2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk0ur0x%2Fadvent_of_code_2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] be88e5230de71e36359baacd1d467998514062c6 [INFO] building k0ur0x/advent_of_code_2021 against master#c2804e6ec2c29a5c7368600ea173b890e2655c3d for pr-97334-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk0ur0x%2Fadvent_of_code_2021" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/k0ur0x/advent_of_code_2021 on toolchain c2804e6ec2c29a5c7368600ea173b890e2655c3d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c2804e6ec2c29a5c7368600ea173b890e2655c3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/k0ur0x/advent_of_code_2021 [INFO] finished tweaking git repo https://github.com/k0ur0x/advent_of_code_2021 [INFO] tweaked toml for git repo https://github.com/k0ur0x/advent_of_code_2021 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/k0ur0x/advent_of_code_2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c2804e6ec2c29a5c7368600ea173b890e2655c3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+c2804e6ec2c29a5c7368600ea173b890e2655c3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab563aaa183836f414dacbd852e2dca1ea46a5abbb8ade2bb72c39eb299088d8 [INFO] running `Command { std: "docker" "start" "-a" "ab563aaa183836f414dacbd852e2dca1ea46a5abbb8ade2bb72c39eb299088d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab563aaa183836f414dacbd852e2dca1ea46a5abbb8ade2bb72c39eb299088d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab563aaa183836f414dacbd852e2dca1ea46a5abbb8ade2bb72c39eb299088d8", kill_on_drop: false }` [INFO] [stdout] ab563aaa183836f414dacbd852e2dca1ea46a5abbb8ade2bb72c39eb299088d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+c2804e6ec2c29a5c7368600ea173b890e2655c3d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9fee7fbece242e55541c277472a04366cb7e19255a1c2bebf8db094562990514 [INFO] running `Command { std: "docker" "start" "-a" "9fee7fbece242e55541c277472a04366cb7e19255a1c2bebf8db094562990514", kill_on_drop: false }` [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_1` in package `day_02 v0.1.0 (/opt/rustwide/workdir/day_02)` has the same output filename as the bin target `part_1` in package `day_01 v0.1.0 (/opt/rustwide/workdir/day_01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_1 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_2` in package `day_02 v0.1.0 (/opt/rustwide/workdir/day_02)` has the same output filename as the bin target `part_2` in package `day_01 v0.1.0 (/opt/rustwide/workdir/day_01)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_2 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_1` in package `day_03 v0.1.0 (/opt/rustwide/workdir/day_03)` has the same output filename as the bin target `part_1` in package `day_02 v0.1.0 (/opt/rustwide/workdir/day_02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_1 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_2` in package `day_03 v0.1.0 (/opt/rustwide/workdir/day_03)` has the same output filename as the bin target `part_2` in package `day_02 v0.1.0 (/opt/rustwide/workdir/day_02)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_2 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_1` in package `day_04 v0.1.0 (/opt/rustwide/workdir/day_04)` has the same output filename as the bin target `part_1` in package `day_03 v0.1.0 (/opt/rustwide/workdir/day_03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_1 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_2` in package `day_04 v0.1.0 (/opt/rustwide/workdir/day_04)` has the same output filename as the bin target `part_2` in package `day_03 v0.1.0 (/opt/rustwide/workdir/day_03)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_2 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_1` in package `day_05 v0.1.0 (/opt/rustwide/workdir/day_05)` has the same output filename as the bin target `part_1` in package `day_04 v0.1.0 (/opt/rustwide/workdir/day_04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_1 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_2` in package `day_05 v0.1.0 (/opt/rustwide/workdir/day_05)` has the same output filename as the bin target `part_2` in package `day_04 v0.1.0 (/opt/rustwide/workdir/day_04)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_2 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_1` in package `day_06 v0.1.0 (/opt/rustwide/workdir/day_06)` has the same output filename as the bin target `part_1` in package `day_05 v0.1.0 (/opt/rustwide/workdir/day_05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_1 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_2` in package `day_06 v0.1.0 (/opt/rustwide/workdir/day_06)` has the same output filename as the bin target `part_2` in package `day_05 v0.1.0 (/opt/rustwide/workdir/day_05)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_2 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_1` in package `day_07 v0.1.0 (/opt/rustwide/workdir/day_07)` has the same output filename as the bin target `part_1` in package `day_06 v0.1.0 (/opt/rustwide/workdir/day_06)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_1 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_2` in package `day_07 v0.1.0 (/opt/rustwide/workdir/day_07)` has the same output filename as the bin target `part_2` in package `day_06 v0.1.0 (/opt/rustwide/workdir/day_06)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_2 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_1` in package `day_08 v0.1.0 (/opt/rustwide/workdir/day_08)` has the same output filename as the bin target `part_1` in package `day_07 v0.1.0 (/opt/rustwide/workdir/day_07)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_1 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `part_2` in package `day_08 v0.1.0 (/opt/rustwide/workdir/day_08)` has the same output filename as the bin target `part_2` in package `day_07 v0.1.0 (/opt/rustwide/workdir/day_07)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/part_2 [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] Compiling day_06 v0.1.0 (/opt/rustwide/workdir/day_06) [INFO] [stderr] Compiling day_07 v0.1.0 (/opt/rustwide/workdir/day_07) [INFO] [stderr] Compiling day_03 v0.1.0 (/opt/rustwide/workdir/day_03) [INFO] [stderr] Compiling day_04 v0.1.0 (/opt/rustwide/workdir/day_04) [INFO] [stderr] Compiling day_05 v0.1.0 (/opt/rustwide/workdir/day_05) [INFO] [stderr] Compiling day_01 v0.1.0 (/opt/rustwide/workdir/day_01) [INFO] [stderr] Compiling day_02 v0.1.0 (/opt/rustwide/workdir/day_02) [INFO] [stderr] Compiling day_08 v0.1.0 (/opt/rustwide/workdir/day_08) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `Command { std: "docker" "inspect" "9fee7fbece242e55541c277472a04366cb7e19255a1c2bebf8db094562990514", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fee7fbece242e55541c277472a04366cb7e19255a1c2bebf8db094562990514", kill_on_drop: false }` [INFO] [stdout] 9fee7fbece242e55541c277472a04366cb7e19255a1c2bebf8db094562990514 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+c2804e6ec2c29a5c7368600ea173b890e2655c3d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46b62aafe13d207ea6d5a283c4bfe7ef1bc7241da16156a5a87b3f8b94ea0518 [INFO] running `Command { std: "docker" "start" "-a" "46b62aafe13d207ea6d5a283c4bfe7ef1bc7241da16156a5a87b3f8b94ea0518", kill_on_drop: false }` [INFO] [stderr] Compiling day_05 v0.1.0 (/opt/rustwide/workdir/day_05) [INFO] [stderr] Compiling day_07 v0.1.0 (/opt/rustwide/workdir/day_07) [INFO] [stderr] Compiling day_02 v0.1.0 (/opt/rustwide/workdir/day_02) [INFO] [stderr] Compiling day_08 v0.1.0 (/opt/rustwide/workdir/day_08) [INFO] [stderr] Compiling day_01 v0.1.0 (/opt/rustwide/workdir/day_01) [INFO] [stderr] Compiling day_03 v0.1.0 (/opt/rustwide/workdir/day_03) [INFO] [stderr] Compiling day_06 v0.1.0 (/opt/rustwide/workdir/day_06) [INFO] [stderr] Compiling day_04 v0.1.0 (/opt/rustwide/workdir/day_04) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.41s [INFO] running `Command { std: "docker" "inspect" "46b62aafe13d207ea6d5a283c4bfe7ef1bc7241da16156a5a87b3f8b94ea0518", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46b62aafe13d207ea6d5a283c4bfe7ef1bc7241da16156a5a87b3f8b94ea0518", kill_on_drop: false }` [INFO] [stdout] 46b62aafe13d207ea6d5a283c4bfe7ef1bc7241da16156a5a87b3f8b94ea0518