[INFO] cloning repository https://github.com/plumenator/Advent-of-Code-2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/plumenator/Advent-of-Code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplumenator%2FAdvent-of-Code-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplumenator%2FAdvent-of-Code-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c46b181e1f3cd065e3dc7c4c204970bd241c5604
[INFO] testing plumenator/Advent-of-Code-2023 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplumenator%2FAdvent-of-Code-2023" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/plumenator/Advent-of-Code-2023
[INFO] finished tweaking git repo https://github.com/plumenator/Advent-of-Code-2023
[INFO] tweaked toml for git repo https://github.com/plumenator/Advent-of-Code-2023 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/plumenator/Advent-of-Code-2023 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/plumenator/Advent-of-Code-2023 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a5c831c62fd0491bbe63d83c84befe63441d2b01f80cd9a0a4a351aa6b24d0bf
[INFO] running `Command { std: "docker" "start" "-a" "a5c831c62fd0491bbe63d83c84befe63441d2b01f80cd9a0a4a351aa6b24d0bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5c831c62fd0491bbe63d83c84befe63441d2b01f80cd9a0a4a351aa6b24d0bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5c831c62fd0491bbe63d83c84befe63441d2b01f80cd9a0a4a351aa6b24d0bf", kill_on_drop: false }`
[INFO] [stdout] a5c831c62fd0491bbe63d83c84befe63441d2b01f80cd9a0a4a351aa6b24d0bf
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 298ab03211fbb2382dc92d21106685ebab5d35f26e3002aee212d3884a614285
[INFO] running `Command { std: "docker" "start" "-a" "298ab03211fbb2382dc92d21106685ebab5d35f26e3002aee212d3884a614285", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling my-project v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
[INFO] running `Command { std: "docker" "inspect" "298ab03211fbb2382dc92d21106685ebab5d35f26e3002aee212d3884a614285", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "298ab03211fbb2382dc92d21106685ebab5d35f26e3002aee212d3884a614285", kill_on_drop: false }`
[INFO] [stdout] 298ab03211fbb2382dc92d21106685ebab5d35f26e3002aee212d3884a614285
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e227c0f398d5c8f07cd18b8bb9bcef79b7f240f00155ec7da0be3c2291061bd7
[INFO] running `Command { std: "docker" "start" "-a" "e227c0f398d5c8f07cd18b8bb9bcef79b7f240f00155ec7da0be3c2291061bd7", kill_on_drop: false }`
[INFO] [stderr]    Compiling my-project v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.50s
[INFO] running `Command { std: "docker" "inspect" "e227c0f398d5c8f07cd18b8bb9bcef79b7f240f00155ec7da0be3c2291061bd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e227c0f398d5c8f07cd18b8bb9bcef79b7f240f00155ec7da0be3c2291061bd7", kill_on_drop: false }`
[INFO] [stdout] e227c0f398d5c8f07cd18b8bb9bcef79b7f240f00155ec7da0be3c2291061bd7
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 91d2ede885ec9db2137f3e9ad945aff655b686571c3419092e7274b1355da4d0
[INFO] running `Command { std: "docker" "start" "-a" "91d2ede885ec9db2137f3e9ad945aff655b686571c3419092e7274b1355da4d0", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/my_project-2e1a3a14ad2a26f4)
[INFO] [stdout] 
[INFO] [stdout] running 53 tests
[INFO] [stdout] test day10::test::part1_example1 ... ok
[INFO] [stdout] test day10::test::part1_example2 ... ok
[INFO] [stdout] test day10::test::part2_example1 ... ok
[INFO] [stdout] test day10::test::part2_example3 ... ok
[INFO] [stdout] test day10::test::part1_example3 ... ok
[INFO] [stdout] test day10::test::part2_example4 ... ok
[INFO] [stdout] test day10::test::part1_example4 ... ok
[INFO] [stdout] test day11::test::part2_example1 ... ok
[INFO] [stdout] test day11::test::part2_example2 ... ok
[INFO] [stdout] test day10::test::part2_example6 ... ok
[INFO] [stdout] test day12::test::part1_example1 ... ok
[INFO] [stdout] test day3::test::part1_example ... ok
[INFO] [stderr] 
[INFO] [stderr] thread 'day10::test::part2_actual' (29) has overflowed its stack
[INFO] [stderr] fatal runtime error: stack overflow, aborting
[INFO] [stderr] error: test failed, to rerun pass `--bin my-project`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/my_project-2e1a3a14ad2a26f4` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "91d2ede885ec9db2137f3e9ad945aff655b686571c3419092e7274b1355da4d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91d2ede885ec9db2137f3e9ad945aff655b686571c3419092e7274b1355da4d0", kill_on_drop: false }`
[INFO] [stdout] 91d2ede885ec9db2137f3e9ad945aff655b686571c3419092e7274b1355da4d0
