[INFO] cloning repository https://github.com/IceSentry/advent_of_code_2022 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IceSentry/advent_of_code_2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIceSentry%2Fadvent_of_code_2022", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIceSentry%2Fadvent_of_code_2022'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac72f5432c0e57a350efc34786f3f2d825546174 [INFO] testing IceSentry/advent_of_code_2022 against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIceSentry%2Fadvent_of_code_2022" "/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/IceSentry/advent_of_code_2022 on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/IceSentry/advent_of_code_2022 [INFO] finished tweaking git repo https://github.com/IceSentry/advent_of_code_2022 [INFO] tweaked toml for git repo https://github.com/IceSentry/advent_of_code_2022 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/IceSentry/advent_of_code_2022 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.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/IceSentry/aoc_helper.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded plotters v0.3.4 [INFO] [stderr] Downloaded plotters-backend v0.3.4 [INFO] [stderr] Downloaded ciborium-ll v0.2.0 [INFO] [stderr] Downloaded ciborium-io v0.2.0 [INFO] [stderr] Downloaded serde_derive v1.0.148 [INFO] [stderr] Downloaded hashbrown v0.13.1 [INFO] [stderr] Downloaded ureq v2.5.0 [INFO] [stderr] Downloaded serde v1.0.148 [INFO] [stderr] Downloaded ciborium v0.2.0 [INFO] [stderr] Downloaded serde_scan v0.4.1 [INFO] [stderr] Downloaded plotters-svg v0.3.3 [INFO] [stderr] Downloaded syn v1.0.104 [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 661b82f95beca9fb4f25ca74cd4b7f80438dd3d89e255c587d9cc919e9eae5e8 [INFO] running `Command { std: "docker" "start" "-a" "661b82f95beca9fb4f25ca74cd4b7f80438dd3d89e255c587d9cc919e9eae5e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "661b82f95beca9fb4f25ca74cd4b7f80438dd3d89e255c587d9cc919e9eae5e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "661b82f95beca9fb4f25ca74cd4b7f80438dd3d89e255c587d9cc919e9eae5e8", kill_on_drop: false }` [INFO] [stdout] 661b82f95beca9fb4f25ca74cd4b7f80438dd3d89e255c587d9cc919e9eae5e8 [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=warn" "-e" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc1310657ba590f71541ab3a8a10c6c63d99c4642724130af50ca9624af8b17c [INFO] running `Command { std: "docker" "start" "-a" "cc1310657ba590f71541ab3a8a10c6c63d99c4642724130af50ca9624af8b17c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling syn v1.0.104 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling serde_derive v1.0.148 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling serde v1.0.148 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde_json v1.0.89 [INFO] [stderr] Compiling rayon-core v1.10.1 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling rustversion v1.0.9 [INFO] [stderr] Compiling ciborium-io v0.2.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling rustls v0.20.7 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Compiling os_str_bytes v6.4.1 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling num_cpus v1.14.0 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling ciborium-ll v0.2.0 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling ahash v0.8.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling rayon v1.6.0 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling clap v3.2.23 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling chunked_transfer v1.4.0 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling dotenvy v0.15.6 [INFO] [stderr] Compiling hashbrown v0.13.1 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling indoc v1.0.7 [INFO] [stderr] Compiling glam v0.22.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.5 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling ureq v2.5.0 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling ciborium v0.2.0 [INFO] [stderr] Compiling serde_scan v0.4.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling aoc_helper v0.1.0 (https://github.com/IceSentry/aoc_helper.git#c479757d) [INFO] [stderr] Compiling advent_of_code_2022 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.93s [INFO] running `Command { std: "docker" "inspect" "cc1310657ba590f71541ab3a8a10c6c63d99c4642724130af50ca9624af8b17c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc1310657ba590f71541ab3a8a10c6c63d99c4642724130af50ca9624af8b17c", kill_on_drop: false }` [INFO] [stdout] cc1310657ba590f71541ab3a8a10c6c63d99c4642724130af50ca9624af8b17c [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=warn" "-e" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c10b59b5b4c47340545233c4676b8229857b87f0cf75b25ae1215cb21f99b825 [INFO] running `Command { std: "docker" "start" "-a" "c10b59b5b4c47340545233c4676b8229857b87f0cf75b25ae1215cb21f99b825", kill_on_drop: false }` [INFO] [stderr] Compiling advent_of_code_2022 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.26s [INFO] running `Command { std: "docker" "inspect" "c10b59b5b4c47340545233c4676b8229857b87f0cf75b25ae1215cb21f99b825", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c10b59b5b4c47340545233c4676b8229857b87f0cf75b25ae1215cb21f99b825", kill_on_drop: false }` [INFO] [stdout] c10b59b5b4c47340545233c4676b8229857b87f0cf75b25ae1215cb21f99b825 [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=warn" "-e" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a4902a1ef689c1835ae37f2312733235339ca3b561159ba415267eeac106251a [INFO] running `Command { std: "docker" "start" "-a" "a4902a1ef689c1835ae37f2312733235339ca3b561159ba415267eeac106251a", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2022-662fd26ee3590c1d) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test day01::tests::part_1 ... ok [INFO] [stdout] test day01::tests::part_2 ... ok [INFO] [stdout] test day02::tests::part_1 ... ok [INFO] [stdout] test day02::tests::part_2 ... ok [INFO] [stdout] test day03::tests::part_1 ... ok [INFO] [stdout] test day03::tests::part_2 ... ok [INFO] [stdout] test day04::tests::part_1 ... ok [INFO] [stdout] test day05::tests::part_1 ... ok [INFO] [stdout] test day04::tests::part_2 ... ok [INFO] [stdout] test day05::tests::part_2 ... ok [INFO] [stdout] test day06::tests::part_1 ... ok [INFO] [stdout] test day07::tests::part_1 ... ok [INFO] [stdout] test day07::tests::part_2 ... ok [INFO] [stdout] test day08::tests::part_1 ... ok [INFO] [stdout] test day09::tests::part_1 ... ok [INFO] [stdout] test day08::tests::part_2 ... ok [INFO] [stdout] test day06::tests::part_2 ... ok [INFO] [stdout] test day09::tests::part_2 ... ok [INFO] [stdout] test day11::tests::part_1 ... ok [INFO] [stdout] test day14::tests::part_1 ... ok [INFO] [stdout] test day10::tests::part_1 ... ok [INFO] [stdout] test day13::tests::part_2 ... ok [INFO] [stdout] test day14::tests::part_2 ... ok [INFO] [stdout] test day13::tests::part_1 ... ok [INFO] [stdout] test day10::tests::part_2 ... ok [INFO] [stdout] test day15::tests::part_1 ... ok [INFO] [stdout] test day12::tests::part_2 ... ok [INFO] [stdout] test day12::tests::part_1 ... ok [INFO] [stdout] test day15::tests::part_2 ... ok [INFO] [stdout] test day11::tests::part_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a4902a1ef689c1835ae37f2312733235339ca3b561159ba415267eeac106251a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4902a1ef689c1835ae37f2312733235339ca3b561159ba415267eeac106251a", kill_on_drop: false }` [INFO] [stdout] a4902a1ef689c1835ae37f2312733235339ca3b561159ba415267eeac106251a