[INFO] cloning repository https://github.com/tristan-zander/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/tristan-zander/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftristan-zander%2Fadvent-of-code-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftristan-zander%2Fadvent-of-code-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 445fe44d6402c996fe02fe051a3cace4ef75f60c
[INFO] checking tristan-zander/advent-of-code-2023 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftristan-zander%2Fadvent-of-code-2023" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tristan-zander/advent-of-code-2023
[INFO] finished tweaking git repo https://github.com/tristan-zander/advent-of-code-2023
[INFO] tweaked toml for git repo https://github.com/tristan-zander/advent-of-code-2023 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tristan-zander/advent-of-code-2023 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tristan-zander/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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded const-cstr v0.3.0
[INFO] [stderr]   Downloaded slab_tree v0.3.2
[INFO] [stderr]   Downloaded prettytable-rs v0.10.0
[INFO] [stderr]   Downloaded yeslogic-fontconfig-sys v3.2.0
[INFO] [stderr]   Downloaded snowflake v1.3.0
[INFO] [stderr]   Downloaded plotters-bitmap v0.3.3
[INFO] [stderr]   Downloaded pathfinder_simd v0.5.2
[INFO] [stderr]   Downloaded float-ord v0.2.0
[INFO] [stderr]   Downloaded freetype v0.7.0
[INFO] [stderr]   Downloaded clap v4.4.10
[INFO] [stderr]   Downloaded font-kit v0.11.0
[INFO] [stderr]   Downloaded ttf-parser v0.17.1
[INFO] [stderr]   Downloaded clap_builder v4.4.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d7deeb1b2cafecaedf9cc07fe599f528fb780cec21203e692667478d53583bb
[INFO] running `Command { std: "docker" "start" "-a" "1d7deeb1b2cafecaedf9cc07fe599f528fb780cec21203e692667478d53583bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d7deeb1b2cafecaedf9cc07fe599f528fb780cec21203e692667478d53583bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d7deeb1b2cafecaedf9cc07fe599f528fb780cec21203e692667478d53583bb", kill_on_drop: false }`
[INFO] [stdout] 1d7deeb1b2cafecaedf9cc07fe599f528fb780cec21203e692667478d53583bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 98dd076c2edac65a13e890da61735ce8992245096a53839458d1d8de6bb1a688
[INFO] running `Command { std: "docker" "start" "-a" "98dd076c2edac65a13e890da61735ce8992245096a53839458d1d8de6bb1a688", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling pkg-config v0.3.28
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling font-kit v0.11.0
[INFO] [stderr]    Compiling rustix v0.38.26
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking fdeflate v0.3.3
[INFO] [stderr]     Checking const-cstr v0.3.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking float-ord v0.2.0
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v3.2.0
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling pathfinder_simd v0.5.2
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]     Checking gimli v0.28.0
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking pathfinder_geometry v0.5.1
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]     Checking ttf-parser v0.17.1
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]    Compiling freetype v0.7.0
[INFO] [stderr]     Checking clap_builder v4.4.9
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking plotters-bitmap v0.3.3
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking encode_unicode v1.0.0
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]     Checking snowflake v1.3.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]     Checking slab_tree v0.3.2
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]     Checking prettytable-rs v0.10.0
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking clap v4.4.10
[INFO] [stderr]     Checking advent-of-code-2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.14s
[INFO] running `Command { std: "docker" "inspect" "98dd076c2edac65a13e890da61735ce8992245096a53839458d1d8de6bb1a688", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98dd076c2edac65a13e890da61735ce8992245096a53839458d1d8de6bb1a688", kill_on_drop: false }`
[INFO] [stdout] 98dd076c2edac65a13e890da61735ce8992245096a53839458d1d8de6bb1a688
