[INFO] cloning repository https://github.com/Malet/rust_advent_of_code [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Malet/rust_advent_of_code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMalet%2Frust_advent_of_code", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMalet%2Frust_advent_of_code'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f9f3d6dbb1ddf280a61869ac4b8c36b64a9f3b4f [INFO] testing Malet/rust_advent_of_code against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMalet%2Frust_advent_of_code" "/workspace/builds/worker-47/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-47/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Malet/rust_advent_of_code on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Malet/rust_advent_of_code [INFO] finished tweaking git repo https://github.com/Malet/rust_advent_of_code [INFO] tweaked toml for git repo https://github.com/Malet/rust_advent_of_code written to /workspace/builds/worker-47/source/Cargo.toml [INFO] crate git repo https://github.com/Malet/rust_advent_of_code already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efba72e23cbfa994fc4e0c573057b64337391c67ef654de7c9091eaecd8b1b07 [INFO] running `Command { std: "docker" "start" "-a" "efba72e23cbfa994fc4e0c573057b64337391c67ef654de7c9091eaecd8b1b07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efba72e23cbfa994fc4e0c573057b64337391c67ef654de7c9091eaecd8b1b07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efba72e23cbfa994fc4e0c573057b64337391c67ef654de7c9091eaecd8b1b07", kill_on_drop: false }` [INFO] [stdout] efba72e23cbfa994fc4e0c573057b64337391c67ef654de7c9091eaecd8b1b07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8044c86dc57446c44a631130a07c4073052659b909ab6224b078350f643b1996 [INFO] running `Command { std: "docker" "start" "-a" "8044c86dc57446c44a631130a07c4073052659b909ab6224b078350f643b1996", kill_on_drop: false }` [INFO] [stderr] Compiling rust_advent_of_code v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/wire_intersection.rs:218:21 [INFO] [stdout] | [INFO] [stdout] 218 | _ => panic!(format!( [INFO] [stdout] | _____________________^ [INFO] [stdout] 219 | | "Unable to parse direction from: [{}]", [INFO] [stdout] 220 | | direction_char [INFO] [stdout] 221 | | )), [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 218 ~ _ => panic!( [INFO] [stdout] 219 | "Unable to parse direction from: [{}]", [INFO] [stdout] 220 | direction_char [INFO] [stdout] 221 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.19s [INFO] running `Command { std: "docker" "inspect" "8044c86dc57446c44a631130a07c4073052659b909ab6224b078350f643b1996", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8044c86dc57446c44a631130a07c4073052659b909ab6224b078350f643b1996", kill_on_drop: false }` [INFO] [stdout] 8044c86dc57446c44a631130a07c4073052659b909ab6224b078350f643b1996 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4fccbdb3b5df6ff6832b74396ac1eeb1c9ac85c3024cde3ad8458db1e827c45f [INFO] running `Command { std: "docker" "start" "-a" "4fccbdb3b5df6ff6832b74396ac1eeb1c9ac85c3024cde3ad8458db1e827c45f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/wire_intersection.rs:218:21 [INFO] [stdout] | [INFO] [stdout] 218 | _ => panic!(format!( [INFO] [stdout] | _____________________^ [INFO] [stdout] 219 | | "Unable to parse direction from: [{}]", [INFO] [stdout] 220 | | direction_char [INFO] [stdout] 221 | | )), [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 218 ~ _ => panic!( [INFO] [stdout] 219 | "Unable to parse direction from: [{}]", [INFO] [stdout] 220 | direction_char [INFO] [stdout] 221 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rust_advent_of_code v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/wire_intersection.rs:218:21 [INFO] [stdout] | [INFO] [stdout] 218 | _ => panic!(format!( [INFO] [stdout] | _____________________^ [INFO] [stdout] 219 | | "Unable to parse direction from: [{}]", [INFO] [stdout] 220 | | direction_char [INFO] [stdout] 221 | | )), [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 218 ~ _ => panic!( [INFO] [stdout] 219 | "Unable to parse direction from: [{}]", [INFO] [stdout] 220 | direction_char [INFO] [stdout] 221 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.75s [INFO] running `Command { std: "docker" "inspect" "4fccbdb3b5df6ff6832b74396ac1eeb1c9ac85c3024cde3ad8458db1e827c45f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fccbdb3b5df6ff6832b74396ac1eeb1c9ac85c3024cde3ad8458db1e827c45f", kill_on_drop: false }` [INFO] [stdout] 4fccbdb3b5df6ff6832b74396ac1eeb1c9ac85c3024cde3ad8458db1e827c45f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 983cfe3a6cdf100d8606fd67f187a81e30e97d1b2bb03b5c0193588d473b0fda [INFO] running `Command { std: "docker" "start" "-a" "983cfe3a6cdf100d8606fd67f187a81e30e97d1b2bb03b5c0193588d473b0fda", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/wire_intersection.rs:218:21 [INFO] [stderr] | [INFO] [stderr] 218 | _ => panic!(format!( [INFO] [stderr] | _____________________^ [INFO] [stderr] 219 | | "Unable to parse direction from: [{}]", [INFO] [stderr] 220 | | direction_char [INFO] [stderr] 221 | | )), [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 218 ~ _ => panic!( [INFO] [stderr] 219 | "Unable to parse direction from: [{}]", [INFO] [stderr] 220 | direction_char [INFO] [stderr] 221 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rust_advent_of_code` (lib) generated 1 warning [INFO] [stderr] warning: `rust_advent_of_code` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.54s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_advent_of_code-aaca909229a2dab8) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test fuel::tests::calc_fuel_example_100756 ... ok [INFO] [stdout] test fuel::tests::calc_fuel_example_12 ... ok [INFO] [stdout] test fuel::tests::calc_fuel_example_14 ... ok [INFO] [stdout] test fuel::tests::calc_total_fuel_example_100756 ... ok [INFO] [stdout] test fuel::tests::calc_total_fuel_example_14 ... ok [INFO] [stdout] test fuel::tests::calc_total_fuel_example_1969 ... ok [INFO] [stdout] test gravity_assist_intcode::tests::run_supports_add_operator ... ok [INFO] [stdout] test gravity_assist_intcode::tests::parse_returns_program_as_vec_i64 ... ok [INFO] [stdout] test fuel::tests::calc_fuel_example_1969 ... ok [INFO] [stdout] test gravity_assist_intcode::tests::run_supports_end_operator ... ok [INFO] [stdout] test gravity_assist_intcode::tests::run_supports_multiply_operator ... ok [INFO] [stdout] test secure_container::should_detect_has_adjacent_duplicates_11 ... ok [INFO] [stdout] test gravity_assist_intcode::tests::run_supports_multiply_operator_with_end ... ok [INFO] [stdout] test secure_container::should_detect_has_adjacent_duplicates_112 ... ok [INFO] [stdout] test secure_container::should_detect_has_adjacent_duplicates_12 ... ok [INFO] [stdout] test secure_container::should_detect_has_adjacent_duplicates_122 ... ok [INFO] [stdout] test secure_container::should_detect_has_adjacent_duplicates_1221 ... ok [INFO] [stdout] test secure_container::tests::should_scan_passwords ... ok [INFO] [stdout] test wire_intersection::tests::calculate_overlap_from_paths ... ok [INFO] [stdout] test wire_intersection::tests::closest_wire_intersection_from_program ... ok [INFO] [stdout] test wire_intersection::tests::generate_wire_path_from_instruction ... ok [INFO] [stdout] test wire_intersection::tests::calculate_path_length_from_instructions ... ok [INFO] [stdout] test wire_intersection::tests::parse_instruction ... ok [INFO] [stdout] test wire_intersection::tests::shortest_overall_wire_intersection_from_programn ... ok [INFO] [stderr] Doc-tests rust_advent_of_code [INFO] [stdout] test gravity_assist_intcode::tests::parse_panics_on_invalid_input - should panic ... ok [INFO] [stdout] test wire_intersection::tests::parse_panics_on_invalid_direction - should panic ... ok [INFO] [stdout] test wire_intersection::tests::parse_panics_on_invalid_distance - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [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" "983cfe3a6cdf100d8606fd67f187a81e30e97d1b2bb03b5c0193588d473b0fda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "983cfe3a6cdf100d8606fd67f187a81e30e97d1b2bb03b5c0193588d473b0fda", kill_on_drop: false }` [INFO] [stdout] 983cfe3a6cdf100d8606fd67f187a81e30e97d1b2bb03b5c0193588d473b0fda