[INFO] cloning repository https://github.com/nicholas-l/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/nicholas-l/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholas-l%2Fadvent-of-code-2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholas-l%2Fadvent-of-code-2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 22c04530688c2965fd3c3426b2094646cb2871df [INFO] checking nicholas-l/advent-of-code-2023 against master#22572d0994593197593e2a1b7b18d720a9a349a7 for pr-126452-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholas-l%2Fadvent-of-code-2023" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nicholas-l/advent-of-code-2023 on toolchain 22572d0994593197593e2a1b7b18d720a9a349a7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22572d0994593197593e2a1b7b18d720a9a349a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nicholas-l/advent-of-code-2023 [INFO] finished tweaking git repo https://github.com/nicholas-l/advent-of-code-2023 [INFO] tweaked toml for git repo https://github.com/nicholas-l/advent-of-code-2023 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/nicholas-l/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" "+22572d0994593197593e2a1b7b18d720a9a349a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.148 [INFO] [stderr] Downloaded clap v4.3.0 [INFO] [stderr] Downloaded ciborium-io v0.2.0 [INFO] [stderr] Downloaded ciborium-ll v0.2.0 [INFO] [stderr] Downloaded ciborium v0.2.0 [INFO] [stderr] Downloaded plotters v0.3.4 [INFO] [stderr] Downloaded plotters-svg v0.3.3 [INFO] [stderr] Downloaded clap_builder v4.3.0 [INFO] [stderr] Downloaded serde_json v1.0.89 [INFO] [stderr] Downloaded syn v1.0.104 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+22572d0994593197593e2a1b7b18d720a9a349a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fcfd8ef31f469639359d9ed5ce5bfab173b7c3c80a1e1132c801d1792f8645b4 [INFO] running `Command { std: "docker" "start" "-a" "fcfd8ef31f469639359d9ed5ce5bfab173b7c3c80a1e1132c801d1792f8645b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fcfd8ef31f469639359d9ed5ce5bfab173b7c3c80a1e1132c801d1792f8645b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcfd8ef31f469639359d9ed5ce5bfab173b7c3c80a1e1132c801d1792f8645b4", kill_on_drop: false }` [INFO] [stdout] fcfd8ef31f469639359d9ed5ce5bfab173b7c3c80a1e1132c801d1792f8645b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+22572d0994593197593e2a1b7b18d720a9a349a7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd8648c71b794e34a45bbb0d1aab267720d60ceaedae428c2d4032a4aa628a4a [INFO] running `Command { std: "docker" "start" "-a" "bd8648c71b794e34a45bbb0d1aab267720d60ceaedae428c2d4032a4aa628a4a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling syn v1.0.104 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking memchr v2.6.3 [INFO] [stderr] Compiling serde_derive v1.0.148 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking bytemuck v1.16.3 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking allocator-api2 v0.2.16 [INFO] [stderr] Compiling serde v1.0.148 [INFO] [stderr] Compiling io-lifetimes v1.0.10 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking safe_arch v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling serde_json v1.0.89 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking aho-corasick v1.0.1 [INFO] [stderr] Checking anstyle v1.0.0 [INFO] [stderr] Checking itoa v1.0.4 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Checking wide v0.7.26 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Checking ciborium-io v0.2.0 [INFO] [stderr] Checking plotters-backend v0.3.4 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking cached_proc_macro_types v0.1.1 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking web-time v1.1.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking clap_builder v4.3.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking plotters-svg v0.3.3 [INFO] [stderr] Checking ciborium-ll v0.2.0 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking plotters v0.3.4 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking simba v0.9.0 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking clap v4.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Checking indexmap v2.0.1 [INFO] [stderr] Checking is-terminal v0.4.7 [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling cached_proc_macro v0.23.0 [INFO] [stderr] Checking cached v0.53.1 [INFO] [stderr] Checking nalgebra v0.33.0 [INFO] [stderr] Checking ciborium v0.2.0 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking criterion v0.5.1 [INFO] [stderr] Checking advent-of-code-2022 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.46s [INFO] running `Command { std: "docker" "inspect" "bd8648c71b794e34a45bbb0d1aab267720d60ceaedae428c2d4032a4aa628a4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd8648c71b794e34a45bbb0d1aab267720d60ceaedae428c2d4032a4aa628a4a", kill_on_drop: false }` [INFO] [stdout] bd8648c71b794e34a45bbb0d1aab267720d60ceaedae428c2d4032a4aa628a4a [INFO] checking nicholas-l/advent-of-code-2023 against try#6289438dbad80b1a0029c66dd3f6abf57c2c51be for pr-126452-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicholas-l%2Fadvent-of-code-2023" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nicholas-l/advent-of-code-2023 on toolchain 6289438dbad80b1a0029c66dd3f6abf57c2c51be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6289438dbad80b1a0029c66dd3f6abf57c2c51be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nicholas-l/advent-of-code-2023 [INFO] finished tweaking git repo https://github.com/nicholas-l/advent-of-code-2023 [INFO] tweaked toml for git repo https://github.com/nicholas-l/advent-of-code-2023 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/nicholas-l/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" "+6289438dbad80b1a0029c66dd3f6abf57c2c51be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+6289438dbad80b1a0029c66dd3f6abf57c2c51be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae267488171d41125112c4ad82d9a86cecd12fe62966361d0e4e8d30066ed182 [INFO] running `Command { std: "docker" "start" "-a" "ae267488171d41125112c4ad82d9a86cecd12fe62966361d0e4e8d30066ed182", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae267488171d41125112c4ad82d9a86cecd12fe62966361d0e4e8d30066ed182", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae267488171d41125112c4ad82d9a86cecd12fe62966361d0e4e8d30066ed182", kill_on_drop: false }` [INFO] [stdout] ae267488171d41125112c4ad82d9a86cecd12fe62966361d0e4e8d30066ed182 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+6289438dbad80b1a0029c66dd3f6abf57c2c51be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8180ca19f3ed3e286da8caad881475f0981f2104303d7c2c6160a902063ca1d1 [INFO] running `Command { std: "docker" "start" "-a" "8180ca19f3ed3e286da8caad881475f0981f2104303d7c2c6160a902063ca1d1", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.104 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling serde_derive v1.0.148 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking memchr v2.6.3 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Checking bytemuck v1.16.3 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling serde v1.0.148 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking allocator-api2 v0.2.16 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking safe_arch v0.7.2 [INFO] [stderr] Compiling io-lifetimes v1.0.10 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Compiling serde_json v1.0.89 [INFO] [stderr] Checking aho-corasick v1.0.1 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking web-time v1.1.0 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Checking itoa v1.0.4 [INFO] [stderr] Checking cached_proc_macro_types v0.1.1 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking plotters-backend v0.3.4 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Checking ciborium-io v0.2.0 [INFO] [stderr] Checking anstyle v1.0.0 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking plotters-svg v0.3.3 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking ciborium-ll v0.2.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking clap_builder v4.3.0 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking wide v0.7.26 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Checking plotters v0.3.4 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking clap v4.3.0 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Checking simba v0.9.0 [INFO] [stderr] Checking indexmap v2.0.1 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Checking is-terminal v0.4.7 [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling cached_proc_macro v0.23.0 [INFO] [stderr] Checking cached v0.53.1 [INFO] [stderr] Checking ciborium v0.2.0 [INFO] [stderr] Checking nalgebra v0.33.0 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking criterion v0.5.1 [INFO] [stderr] Checking advent-of-code-2022 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.10s [INFO] running `Command { std: "docker" "inspect" "8180ca19f3ed3e286da8caad881475f0981f2104303d7c2c6160a902063ca1d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8180ca19f3ed3e286da8caad881475f0981f2104303d7c2c6160a902063ca1d1", kill_on_drop: false }` [INFO] [stdout] 8180ca19f3ed3e286da8caad881475f0981f2104303d7c2c6160a902063ca1d1