[INFO] cloning repository https://github.com/DopplerJulian/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/DopplerJulian/Advent_of_Code_2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDopplerJulian%2FAdvent_of_Code_2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDopplerJulian%2FAdvent_of_Code_2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ccf3beaa516f32937a68cab1a333a3e7fbe932a6
[INFO] testing DopplerJulian/Advent_of_Code_2023 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDopplerJulian%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] started tweaking git repo https://github.com/DopplerJulian/Advent_of_Code_2023
[INFO] finished tweaking git repo https://github.com/DopplerJulian/Advent_of_Code_2023
[INFO] tweaked toml for git repo https://github.com/DopplerJulian/Advent_of_Code_2023 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DopplerJulian/Advent_of_Code_2023 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DopplerJulian/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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded chashmap-next v2.2.3
[INFO] [stderr]   Downloaded mimalloc v0.1.39
[INFO] [stderr]   Downloaded rayon-core v1.12.0
[INFO] [stderr]   Downloaded libmimalloc-sys v0.1.35
[INFO] [stderr]   Downloaded rayon v1.8.0
[INFO] [stderr]   Downloaded naga v0.14.2
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ce71abeaf5cd3fa464db020b88115ba9e38ec51c937c0bbeb4bf59e478f4718c
[INFO] running `Command { std: "docker" "start" "-a" "ce71abeaf5cd3fa464db020b88115ba9e38ec51c937c0bbeb4bf59e478f4718c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce71abeaf5cd3fa464db020b88115ba9e38ec51c937c0bbeb4bf59e478f4718c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce71abeaf5cd3fa464db020b88115ba9e38ec51c937c0bbeb4bf59e478f4718c", kill_on_drop: false }`
[INFO] [stdout] ce71abeaf5cd3fa464db020b88115ba9e38ec51c937c0bbeb4bf59e478f4718c
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13fc4836b59bd454166af205e49c28b61c67f9ffdc5145f576c0683d18c8aeed
[INFO] running `Command { std: "docker" "start" "-a" "13fc4836b59bd454166af205e49c28b61c67f9ffdc5145f576c0683d18c8aeed", kill_on_drop: false }`
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]    Compiling owning_ref v0.4.1
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling syn v2.0.41
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling num-complex v0.4.4
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling chashmap-next v2.2.3
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling mimalloc v0.1.39
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling naga v0.14.2
[INFO] [stderr]    Compiling advent_of_code_2023 v0.13.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.96s
[INFO] running `Command { std: "docker" "inspect" "13fc4836b59bd454166af205e49c28b61c67f9ffdc5145f576c0683d18c8aeed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13fc4836b59bd454166af205e49c28b61c67f9ffdc5145f576c0683d18c8aeed", kill_on_drop: false }`
[INFO] [stdout] 13fc4836b59bd454166af205e49c28b61c67f9ffdc5145f576c0683d18c8aeed
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5a94000b89b031d973a8fe225eab730acc7a6f928df847773fd708e1569ac37
[INFO] running `Command { std: "docker" "start" "-a" "a5a94000b89b031d973a8fe225eab730acc7a6f928df847773fd708e1569ac37", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling clap_builder v4.4.11
[INFO] [stderr]    Compiling naga v0.14.2
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.4.11
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling advent_of_code_2023 v0.13.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 24.03s
[INFO] running `Command { std: "docker" "inspect" "a5a94000b89b031d973a8fe225eab730acc7a6f928df847773fd708e1569ac37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5a94000b89b031d973a8fe225eab730acc7a6f928df847773fd708e1569ac37", kill_on_drop: false }`
[INFO] [stdout] a5a94000b89b031d973a8fe225eab730acc7a6f928df847773fd708e1569ac37
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1868a564555ff0077a802272bafd6cb7b2af151d4a10dd24d8563ffb72fbe97d
[INFO] running `Command { std: "docker" "start" "-a" "1868a564555ff0077a802272bafd6cb7b2af151d4a10dd24d8563ffb72fbe97d", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code_2023-44c3dd56747b10a1)
[INFO] [stdout] 
[INFO] [stdout] running 49 tests
[INFO] [stdout] test big_bois::big14p1 ... FAILED
[INFO] [stdout] test big_bois::big13p2 ... FAILED
[INFO] [stdout] test big_bois::big4p2 ... FAILED
[INFO] [stdout] test big_bois::big10p1 ... FAILED
[INFO] [stdout] test big_bois::big4p1 ... FAILED
[INFO] [stdout] test big_bois::big11p1 ... FAILED
[INFO] [stdout] test big_bois::big3p1 ... FAILED
[INFO] [stdout] test big_bois::big13p1 ... FAILED
[INFO] [stdout] test big_bois::big9p1 ... FAILED
[INFO] [stdout] test big_bois::bigger11p1 ... FAILED
[INFO] [stdout] test big_bois::bigger11p2 ... FAILED
[INFO] [stdout] test big_bois::big7p2 ... FAILED
[INFO] [stdout] test big_bois::big7p1 ... FAILED
[INFO] [stdout] test tests::day14p1 ... ok
[INFO] [stdout] test tests::day18p1 ... ok
[INFO] [stdout] test tests::day18p2 ... ok
[INFO] [stdout] test tests::day1p1 ... ok
[INFO] [stdout] test big_bois::big9p2 ... FAILED
[INFO] [stdout] test tests::day13p1 ... ok
[INFO] [stdout] test tests::day1p2 ... ok
[INFO] [stdout] test tests::day10p1 ... ok
[INFO] [stdout] test tests::day3p2 ... ok
[INFO] [stdout] test tests::day4p1 ... ok
[INFO] [stdout] test tests::day3p1 ... ok
[INFO] [stdout] test tests::day15p2 ... ok
[INFO] [stdout] test tests::day2p2 ... ok
[INFO] [stdout] test tests::day6p1 ... ok
[INFO] [stdout] test tests::day6p2 ... ok
[INFO] [stdout] test tests::day4p2 ... ok
[INFO] [stdout] test tests::day13p2 ... ok
[INFO] [stdout] test tests::day8p1 ... ok
[INFO] [stdout] test tests::day17p1 ... ok
[INFO] [stdout] test tests::day17p2 ... ok
[INFO] [stdout] test tests::day10p2 ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/advent_of_code_2023-44c3dd56747b10a1` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "1868a564555ff0077a802272bafd6cb7b2af151d4a10dd24d8563ffb72fbe97d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1868a564555ff0077a802272bafd6cb7b2af151d4a10dd24d8563ffb72fbe97d", kill_on_drop: false }`
[INFO] [stdout] 1868a564555ff0077a802272bafd6cb7b2af151d4a10dd24d8563ffb72fbe97d
