[INFO] cloning repository https://github.com/jonathondgebhardt/AOC-2022-Rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonathondgebhardt/AOC-2022-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonathondgebhardt%2FAOC-2022-Rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonathondgebhardt%2FAOC-2022-Rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d0e0aac75f49fbeff4f1b58f3bcd185cb1da6a25
[INFO] testing jonathondgebhardt/AOC-2022-Rust against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonathondgebhardt%2FAOC-2022-Rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config
[INFO] started tweaking git repo https://github.com/jonathondgebhardt/AOC-2022-Rust
[INFO] finished tweaking git repo https://github.com/jonathondgebhardt/AOC-2022-Rust
[INFO] tweaked toml for git repo https://github.com/jonathondgebhardt/AOC-2022-Rust written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jonathondgebhardt/AOC-2022-Rust on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jonathondgebhardt/AOC-2022-Rust 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72
[INFO] running `Command { std: "docker" "start" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling aoc v0.6.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::u32::MIN`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> src/bin/08.rs:141:33
[INFO] [stdout]     |
[INFO] [stdout] 141 |         let mut max = std::u32::MIN;
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 5.54s
[INFO] running `Command { std: "docker" "inspect" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc v0.6.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::u32::MIN`: replaced by the `MIN` associated constant on this type
[INFO] [stdout]    --> src/bin/08.rs:141:33
[INFO] [stdout]     |
[INFO] [stdout] 141 |         let mut max = std::u32::MIN;
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 4.56s
[INFO] running `Command { std: "docker" "inspect" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_parse_exec_time ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::day1::test_part_one ... ok
[INFO] [stdout] test tests::day1::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::day2::test_part_two ... ok
[INFO] [stdout] test tests::day2::test_part_one ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] warning: use of deprecated constant `std::u32::MIN`: replaced by the `MIN` associated constant on this type
[INFO] [stderr]    --> src/bin/08.rs:141:33
[INFO] [stderr]     |
[INFO] [stderr] 141 |         let mut max = std::u32::MIN;
[INFO] [stderr]     |                                 ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `aoc` (bin "08" test) generated 1 warning
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/aoc-2ad095947b9b40a9)
[INFO] [stderr]      Running unittests src/bin/01.rs (/opt/rustwide/target/release/deps/01-786c0886089b4188)
[INFO] [stderr]      Running unittests src/bin/02.rs (/opt/rustwide/target/release/deps/02-77ac4a251562f4ae)
[INFO] [stderr]      Running unittests src/bin/03.rs (/opt/rustwide/target/release/deps/03-7a4cfd8b53d2d86d)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::day3::test_part_one ... ok
[INFO] [stdout] test tests::day3::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/04.rs (/opt/rustwide/target/release/deps/04-f5bf0a1992bf3327)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::day4::test_part_one ... ok
[INFO] [stdout] test tests::day4::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/05.rs (/opt/rustwide/target/release/deps/05-57354e34e653e61c)
[INFO] [stderr]      Running unittests src/bin/06.rs (/opt/rustwide/target/release/deps/06-08df8c3bc5f9cbe2)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::day5::test_part_one ... ok
[INFO] [stdout] test tests::day5::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test tests::day6::test_part_one_extra1 ... ok
[INFO] [stdout] test tests::day6::test_part_one_extra2 ... ok
[INFO] [stdout] test tests::day6::test_part_two ... ok
[INFO] [stdout] test tests::day6::test_part_two_extra1 ... ok
[INFO] [stdout] test tests::day6::test_part_two_extra2 ... ok
[INFO] [stdout] test tests::day6::test_part_one ... ok
[INFO] [stdout] test tests::day6::test_part_two_extra3 ... ok
[INFO] [stdout] test tests::day6::test_part_two_extra4 ... ok
[INFO] [stdout] test tests::day6::test_part_one_extra3 ... ok
[INFO] [stdout] test tests::day6::test_part_one_extra4 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/07.rs (/opt/rustwide/target/release/deps/07-c4a3d78f8c01e901)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::day7::test_node ... ok
[INFO] [stdout] test tests::day7::test_part_two ... ok
[INFO] [stdout] test tests::day7::test_part_one ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/08.rs (/opt/rustwide/target/release/deps/08-acb45151c5620da9)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::day8::test_part_one ... ok
[INFO] [stdout] test tests::day8::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/09.rs (/opt/rustwide/target/release/deps/09-3d4fb58ded3e3bf3)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::day9::test_part_two_large_sample ... ok
[INFO] [stdout] test tests::day9::test_part_one ... ok
[INFO] [stdout] test tests::day9::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/10.rs (/opt/rustwide/target/release/deps/10-8dc8c989d0a7680e)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::day10::test_part_one ... ok
[INFO] [stdout] test tests::day10::test_part_one_small ... FAILED
[INFO] [stdout] test tests::day10::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::day10::test_part_one_small stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::day10::test_part_one_small' (1031) panicked at src/bin/10.rs:150:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Some(0)
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64b6bc1a4d61 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x64b6bc1b8faa - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x64b6bc1a91fc - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x64b6bc180e46 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x64b6bc19d109 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x64b6bc138be0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x64b6bc19d2c2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x64b6bc180ef2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x64b6bc179349 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x64b6bc181aed - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x64b6bc1b96dc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x64b6bc1b95f3 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x64b6bc12af5a - core[7c831bd917ebf35f]::panicking::assert_failed::<core[7c831bd917ebf35f]::option::Option<u32>, core[7c831bd917ebf35f]::option::Option<u32>>
[INFO] [stdout]   13:     0x64b6bc12be41 - <10[9f10357f6bb367b9]::tests::day10::test_part_one_small::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x64b6bc12becb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x64b6bc139535 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x64b6bc1328f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x64b6bc13c692 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x64b6bc1a42c9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x75568842f07a - <unknown>
[INFO] [stdout]   20:     0x7556884c2534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::day10::test_part_one_small
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin 10`
[INFO] running `Command { std: "docker" "inspect" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72", kill_on_drop: false }`
[INFO] [stdout] f95c61970681858ae4ed7a49f5254ae2b6f3e469a45520ba44f0f8dec9ceae72
