[INFO] cloning repository https://github.com/yiuminghuynh/aoc2022 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yiuminghuynh/aoc2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyiuminghuynh%2Faoc2022", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyiuminghuynh%2Faoc2022'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b2f246321e01cff6ba88ffff72573609cce47ce [INFO] testing yiuminghuynh/aoc2022 against master#595316b4006932405a63862d8fe65f71a6356293 for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyiuminghuynh%2Faoc2022" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yiuminghuynh/aoc2022 on toolchain 595316b4006932405a63862d8fe65f71a6356293 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yiuminghuynh/aoc2022 [INFO] finished tweaking git repo https://github.com/yiuminghuynh/aoc2022 [INFO] tweaked toml for git repo https://github.com/yiuminghuynh/aoc2022 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/yiuminghuynh/aoc2022 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" "+595316b4006932405a63862d8fe65f71a6356293" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe99443eecad9339e94353aaaca76753ff80ddaeeee2791066f3caa1b542e646 [INFO] running `Command { std: "docker" "start" "-a" "fe99443eecad9339e94353aaaca76753ff80ddaeeee2791066f3caa1b542e646", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe99443eecad9339e94353aaaca76753ff80ddaeeee2791066f3caa1b542e646", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe99443eecad9339e94353aaaca76753ff80ddaeeee2791066f3caa1b542e646", kill_on_drop: false }` [INFO] [stdout] fe99443eecad9339e94353aaaca76753ff80ddaeeee2791066f3caa1b542e646 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ebab82401375167a79252404afe030877dcc489c964a565ea060753ab5cd008 [INFO] running `Command { std: "docker" "start" "-a" "4ebab82401375167a79252404afe030877dcc489c964a565ea060753ab5cd008", kill_on_drop: false }` [INFO] [stderr] Compiling aoc2022 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `run_aoc` is never used [INFO] [stdout] --> src/aocs/aoc1.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | pub(crate) fn run_aoc() -> Result<(i32, i32), Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `process_lines` is never used [INFO] [stdout] --> src/aocs/aoc1.rs:13:4 [INFO] [stdout] | [INFO] [stdout] 13 | fn process_lines(lines: Vec) -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_top_calorie` is never used [INFO] [stdout] --> src/aocs/aoc1.rs:27:4 [INFO] [stdout] | [INFO] [stdout] 27 | fn get_top_calorie(results: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_top_three_calorie_total` is never used [INFO] [stdout] --> src/aocs/aoc1.rs:34:4 [INFO] [stdout] | [INFO] [stdout] 34 | fn get_top_three_calorie_total(results: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `RPS` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:5:6 [INFO] [stdout] | [INFO] [stdout] 5 | enum RPS { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Outcome` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:12:6 [INFO] [stdout] | [INFO] [stdout] 12 | enum Outcome { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run_aoc` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) fn run_aoc() -> Result<(i32, i32), Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `process_lines` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn process_lines(lines: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `process_line` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:34:4 [INFO] [stdout] | [INFO] [stdout] 34 | fn process_line(line: String) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `process_lines_v2` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:50:4 [INFO] [stdout] | [INFO] [stdout] 50 | fn process_lines_v2(lines: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `process_line_v2` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:59:4 [INFO] [stdout] | [INFO] [stdout] 59 | fn process_line_v2(line: String) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `process_char_vec` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:74:4 [INFO] [stdout] | [INFO] [stdout] 74 | fn process_char_vec(line: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `determine_outcome` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:83:4 [INFO] [stdout] | [INFO] [stdout] 83 | fn determine_outcome(opponent: RPS, me: RPS) -> Outcome { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `process_letter_as_move` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:97:4 [INFO] [stdout] | [INFO] [stdout] 97 | fn process_letter_as_move(letter: char) -> RPS { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `process_letter_as_outcome` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:109:4 [INFO] [stdout] | [INFO] [stdout] 109 | fn process_letter_as_outcome(letter: char) -> Outcome { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `determine_move_from_outcome` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:118:4 [INFO] [stdout] | [INFO] [stdout] 118 | fn determine_move_from_outcome(opponent: RPS, outcome: Outcome) -> RPS { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `determine_move_value` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:132:4 [INFO] [stdout] | [INFO] [stdout] 132 | fn determine_move_value(rps: RPS) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `determine_outcome_value` is never used [INFO] [stdout] --> src/aocs/aoc2.rs:140:4 [INFO] [stdout] | [INFO] [stdout] 140 | fn determine_outcome_value(outcome: Outcome) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `read_file` is never used [INFO] [stdout] --> src/utils.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) fn read_file(filename: &str) -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] running `Command { std: "docker" "inspect" "4ebab82401375167a79252404afe030877dcc489c964a565ea060753ab5cd008", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ebab82401375167a79252404afe030877dcc489c964a565ea060753ab5cd008", kill_on_drop: false }` [INFO] [stdout] 4ebab82401375167a79252404afe030877dcc489c964a565ea060753ab5cd008 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebb496111f0bf84866249a2e900cb91e157f6ba338b5836020b797bcffa49226 [INFO] running `Command { std: "docker" "start" "-a" "ebb496111f0bf84866249a2e900cb91e157f6ba338b5836020b797bcffa49226", kill_on_drop: false }` [INFO] [stderr] Compiling aoc2022 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] running `Command { std: "docker" "inspect" "ebb496111f0bf84866249a2e900cb91e157f6ba338b5836020b797bcffa49226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebb496111f0bf84866249a2e900cb91e157f6ba338b5836020b797bcffa49226", kill_on_drop: false }` [INFO] [stdout] ebb496111f0bf84866249a2e900cb91e157f6ba338b5836020b797bcffa49226 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] df85bbc08f5b006d90a1600904bef8e31d53316f0e841713ccf94845459379d3 [INFO] running `Command { std: "docker" "start" "-a" "df85bbc08f5b006d90a1600904bef8e31d53316f0e841713ccf94845459379d3", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc2022-385f17ed23350846) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test aocs::aoc1::tests::test_process_lines ... ok [INFO] [stdout] test aocs::aoc2::tests::test_process_line ... ok [INFO] [stdout] test aocs::aoc1::tests::test_aoc_result ... ok [INFO] [stdout] test aocs::aoc2::tests::test_aoc ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- aocs::aoc2::tests::test_aoc stdout ---- [INFO] [stdout] thread 'aocs::aoc2::tests::test_aoc' panicked at src/aocs/aoc2.rs:166:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: (11666, 12767) [INFO] [stdout] right: (0, 0) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x563f92f81e35 - std::backtrace_rs::backtrace::libunwind::trace::h809b51279f37fbc6 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x563f92f81e35 - std::backtrace_rs::backtrace::trace_unsynchronized::ha753b9a6d024bd66 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x563f92f81e35 - std::sys::backtrace::_print_fmt::h54b8ed40836b22eb [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x563f92f81e35 - ::fmt::h093865098a3fff40 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x563f92fa8b6b - core::fmt::rt::Argument::fmt::h1061e452add16254 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x563f92fa8b6b - core::fmt::write::h7a508f96bafac160 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/core/src/fmt/mod.rs:1178:21 [INFO] [stdout] 6: 0x563f92f7f2af - std::io::Write::write_fmt::h56e272cdb0cebbc6 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/io/mod.rs:1823:15 [INFO] [stdout] 7: 0x563f92f83651 - std::sys::backtrace::BacktraceLock::print::h155d850523a1b927 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x563f92f83651 - std::panicking::default_hook::{{closure}}::h2855f8d7d6820b00 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panicking.rs:266:22 [INFO] [stdout] 9: 0x563f92f831f8 - std::panicking::default_hook::h449f08cb45d29c44 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panicking.rs:290:9 [INFO] [stdout] 10: 0x563f92f4f0da - as core::ops::function::Fn>::call::hbb9c31241d2a8ab8 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 11: 0x563f92f4f0da - test::test_main::{{closure}}::h3f4b24bb8992cb07 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/test/src/lib.rs:132:21 [INFO] [stdout] 12: 0x563f92f83f5f - as core::ops::function::Fn>::call::h2b2f8d2c7a6688f7 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 13: 0x563f92f83f5f - std::panicking::rust_panic_with_hook::ha7cb63f808bb331d [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panicking.rs:805:13 [INFO] [stdout] 14: 0x563f92f83b87 - std::panicking::begin_panic_handler::{{closure}}::h8e8be5526a8e1a0d [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panicking.rs:671:13 [INFO] [stdout] 15: 0x563f92f822f9 - std::sys::backtrace::__rust_end_short_backtrace::h2c3f320719402611 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x563f92f83814 - rust_begin_unwind [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panicking.rs:662:5 [INFO] [stdout] 17: 0x563f92fa74a3 - core::panicking::panic_fmt::h51ab013dd3ac6147 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/core/src/panicking.rs:74:14 [INFO] [stdout] 18: 0x563f92fa786e - core::panicking::assert_failed_inner::h8dcfd2bc427eb9d4 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/core/src/panicking.rs:412:17 [INFO] [stdout] 19: 0x563f92f05b8e - core::panicking::assert_failed::hd8662d1672ef45ea [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/core/src/panicking.rs:367:5 [INFO] [stdout] 20: 0x563f92f1179d - aoc2022::aocs::aoc2::tests::test_aoc::h4eff3dec5b7972c5 [INFO] [stdout] at /opt/rustwide/workdir/src/aocs/aoc2.rs:166:9 [INFO] [stdout] 21: 0x563f92f11687 - aoc2022::aocs::aoc2::tests::test_aoc::{{closure}}::h2146884e5a01dd02 [INFO] [stdout] at /opt/rustwide/workdir/src/aocs/aoc2.rs:164:18 [INFO] [stdout] 22: 0x563f92f09ba6 - core::ops::function::FnOnce::call_once::hbf6c354c8dcb5ee8 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x563f92f53c5b - core::ops::function::FnOnce::call_once::h2ec63b219a477cdc [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x563f92f53c5b - test::__rust_begin_short_backtrace::h9851766a24f0f2dc [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/test/src/lib.rs:620:18 [INFO] [stdout] 25: 0x563f92f53475 - test::run_test_in_process::{{closure}}::h5f576be7f01e61a0 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/test/src/lib.rs:643:60 [INFO] [stdout] 26: 0x563f92f53475 - as core::ops::function::FnOnce<()>>::call_once::hbcd518b2646978df [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x563f92f53475 - std::panicking::try::do_call::hef1c8e3807c09d72 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panicking.rs:554:40 [INFO] [stdout] 28: 0x563f92f53475 - std::panicking::try::hef7ba31069ef6faa [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panicking.rs:518:19 [INFO] [stdout] 29: 0x563f92f53475 - std::panic::catch_unwind::h02d1a6a53b815216 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panic.rs:345:14 [INFO] [stdout] 30: 0x563f92f53475 - test::run_test_in_process::h725821eeeaa8d44f [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/test/src/lib.rs:643:27 [INFO] [stdout] 31: 0x563f92f53475 - test::run_test::{{closure}}::hf3052154731afb9c [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/test/src/lib.rs:564:43 [INFO] [stdout] 32: 0x563f92f18d44 - test::run_test::{{closure}}::h0f3481c98fe7f586 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/test/src/lib.rs:594:41 [INFO] [stdout] 33: 0x563f92f18d44 - std::sys::backtrace::__rust_begin_short_backtrace::hd77fe506835ba5a7 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 34: 0x563f92f1c512 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::had0acb5abbe1cd58 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/thread/mod.rs:524:17 [INFO] [stdout] 35: 0x563f92f1c512 - as core::ops::function::FnOnce<()>>::call_once::h7aa25fb6322ead52 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x563f92f1c512 - std::panicking::try::do_call::h430d18a4f38cd14a [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panicking.rs:554:40 [INFO] [stdout] 37: 0x563f92f1c512 - std::panicking::try::hce26f6fe7fc6d3f9 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panicking.rs:518:19 [INFO] [stdout] 38: 0x563f92f1c512 - std::panic::catch_unwind::h1ed0f8ea5cd7c366 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/panic.rs:345:14 [INFO] [stdout] 39: 0x563f92f1c512 - std::thread::Builder::spawn_unchecked_::{{closure}}::h5dd5df43207207a2 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/thread/mod.rs:523:30 [INFO] [stdout] 40: 0x563f92f1c512 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h77019e733916ab5c [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x563f92f880cb - as core::ops::function::FnOnce>::call_once::hf63e8c20eb49467b [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 42: 0x563f92f880cb - as core::ops::function::FnOnce>::call_once::hfdf67ecf6685e277 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 43: 0x563f92f880cb - std::sys::pal::unix::thread::Thread::new::thread_start::h96d3264ae41c3765 [INFO] [stdout] at /rustc/595316b4006932405a63862d8fe65f71a6356293/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 44: 0x7fa7e6260ac3 - [INFO] [stdout] 45: 0x7fa7e62f1a04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] aocs::aoc2::tests::test_aoc [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin aoc2022` [INFO] running `Command { std: "docker" "inspect" "df85bbc08f5b006d90a1600904bef8e31d53316f0e841713ccf94845459379d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df85bbc08f5b006d90a1600904bef8e31d53316f0e841713ccf94845459379d3", kill_on_drop: false }` [INFO] [stdout] df85bbc08f5b006d90a1600904bef8e31d53316f0e841713ccf94845459379d3 [INFO] testing yiuminghuynh/aoc2022 against try#5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyiuminghuynh%2Faoc2022" "/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/yiuminghuynh/aoc2022 on toolchain 5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yiuminghuynh/aoc2022 [INFO] finished tweaking git repo https://github.com/yiuminghuynh/aoc2022 [INFO] tweaked toml for git repo https://github.com/yiuminghuynh/aoc2022 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/yiuminghuynh/aoc2022 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" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] testing yiuminghuynh/aoc2022 against try#5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyiuminghuynh%2Faoc2022" "/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] fatal: unable to write new index file [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 yiuminghuynh/aoc2022 against try#5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyiuminghuynh%2Faoc2022" "/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] fatal: unable to write new index file [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 yiuminghuynh/aoc2022 against try#5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyiuminghuynh%2Faoc2022" "/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 src/utils.rs [INFO] [stderr] fatal: unable to checkout working tree [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 yiuminghuynh/aoc2022 against try#5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyiuminghuynh%2Faoc2022" "/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 src/utils.rs [INFO] [stderr] fatal: unable to checkout working tree [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] [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/yiuminghuynh/aoc2022 [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.