[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMalet%2Frust_advent_of_code" "/workspace/builds/worker-60/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-60/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Malet/rust_advent_of_code on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-60/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" "+1.60.0" "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-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa57747df90845024478d357398bc24881ce953df2338c15611951e606a53f93 [INFO] running `Command { std: "docker" "start" "-a" "fa57747df90845024478d357398bc24881ce953df2338c15611951e606a53f93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa57747df90845024478d357398bc24881ce953df2338c15611951e606a53f93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa57747df90845024478d357398bc24881ce953df2338c15611951e606a53f93", kill_on_drop: false }` [INFO] [stdout] fa57747df90845024478d357398bc24881ce953df2338c15611951e606a53f93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 52c89e6de1893f7f0d9691b39f6d0c4e38eaf3a75e7a040605204acec8901c0e [INFO] running `Command { std: "docker" "start" "-a" "52c89e6de1893f7f0d9691b39f6d0c4e38eaf3a75e7a040605204acec8901c0e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 4.70s [INFO] running `Command { std: "docker" "inspect" "52c89e6de1893f7f0d9691b39f6d0c4e38eaf3a75e7a040605204acec8901c0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52c89e6de1893f7f0d9691b39f6d0c4e38eaf3a75e7a040605204acec8901c0e", kill_on_drop: false }` [INFO] [stdout] 52c89e6de1893f7f0d9691b39f6d0c4e38eaf3a75e7a040605204acec8901c0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2efb0d378696ad82c8459b1b12dd2f368f9ebe87631c372d72050c2a74ea0edd [INFO] running `Command { std: "docker" "start" "-a" "2efb0d378696ad82c8459b1b12dd2f368f9ebe87631c372d72050c2a74ea0edd", 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] [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 2.56s [INFO] running `Command { std: "docker" "inspect" "2efb0d378696ad82c8459b1b12dd2f368f9ebe87631c372d72050c2a74ea0edd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2efb0d378696ad82c8459b1b12dd2f368f9ebe87631c372d72050c2a74ea0edd", kill_on_drop: false }` [INFO] [stdout] 2efb0d378696ad82c8459b1b12dd2f368f9ebe87631c372d72050c2a74ea0edd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 59931df7b1bc94c319560f972ad800c5b5e3ebb9c2c7382f61e9257e14a20cd4 [INFO] running `Command { std: "docker" "start" "-a" "59931df7b1bc94c319560f972ad800c5b5e3ebb9c2c7382f61e9257e14a20cd4", 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 0.29s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_advent_of_code-82dd16937105b289) [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::parse_returns_program_as_vec_i64 ... ok [INFO] [stdout] test gravity_assist_intcode::tests::run_supports_add_operator ... ok [INFO] [stdout] test gravity_assist_intcode::tests::run_supports_end_operator ... ok [INFO] [stdout] test fuel::tests::calc_fuel_example_1969 ... ok [INFO] [stdout] test gravity_assist_intcode::tests::run_supports_multiply_operator_with_end ... 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 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::calculate_path_length_from_instructions ... 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::parse_instruction ... ok [INFO] [stdout] test wire_intersection::tests::shortest_overall_wire_intersection_from_programn ... ok [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.03s [INFO] [stdout] [INFO] [stderr] Doc-tests rust_advent_of_code [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" "59931df7b1bc94c319560f972ad800c5b5e3ebb9c2c7382f61e9257e14a20cd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59931df7b1bc94c319560f972ad800c5b5e3ebb9c2c7382f61e9257e14a20cd4", kill_on_drop: false }` [INFO] [stdout] 59931df7b1bc94c319560f972ad800c5b5e3ebb9c2c7382f61e9257e14a20cd4