[INFO] cloning repository https://github.com/lumoswiz/aoc-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lumoswiz/aoc-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flumoswiz%2Faoc-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flumoswiz%2Faoc-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d216a730ad3aaa6279e3d116c3ff29c40e88383b [INFO] checking lumoswiz/aoc-rs against try#1bdcb63291ccffc030f8223f6f978568dd240e3e for pr-155500 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flumoswiz%2Faoc-rs" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/lumoswiz/aoc-rs [INFO] finished tweaking git repo https://github.com/lumoswiz/aoc-rs [INFO] tweaked toml for git repo https://github.com/lumoswiz/aoc-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lumoswiz/aoc-rs on toolchain 1bdcb63291ccffc030f8223f6f978568dd240e3e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/lumoswiz/aoc-rs 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" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74e249aa56fa7cbaaf280cb5bf380b9fd456d40725bee0863064551d517a0e9b [INFO] running `Command { std: "docker" "start" "-a" "74e249aa56fa7cbaaf280cb5bf380b9fd456d40725bee0863064551d517a0e9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74e249aa56fa7cbaaf280cb5bf380b9fd456d40725bee0863064551d517a0e9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74e249aa56fa7cbaaf280cb5bf380b9fd456d40725bee0863064551d517a0e9b", kill_on_drop: false }` [INFO] [stdout] 74e249aa56fa7cbaaf280cb5bf380b9fd456d40725bee0863064551d517a0e9b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80be348766a8aeac996c175c0d5ef60166716dfc102eeeb858d585bb837bd3b6 [INFO] running `Command { std: "docker" "start" "-a" "80be348766a8aeac996c175c0d5ef60166716dfc102eeeb858d585bb837bd3b6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling find-msvc-tools v0.1.4 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Checking anstyle-query v1.1.4 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Compiling openssl v0.10.74 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Checking rustc-demangle v0.1.26 [INFO] [stderr] Checking hashbrown v0.16.0 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Checking clap_lex v0.7.6 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling cc v1.2.41 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking hex-literal v1.0.0 [INFO] [stderr] Checking integer-partitions v0.1.1 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking clap_builder v4.5.49 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking indexmap v2.12.0 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Compiling syn v2.0.107 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Compiling openssl-sys v0.9.110 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking simba v0.9.1 [INFO] [stderr] Checking petgraph v0.8.3 [INFO] [stderr] Checking addr2line v0.25.1 [INFO] [stderr] Checking clap v4.5.49 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking serde_json v1.0.145 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Checking backtrace v0.3.76 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking nalgebra v0.34.1 [INFO] [stderr] Checking aoc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.11s [INFO] running `Command { std: "docker" "inspect" "80be348766a8aeac996c175c0d5ef60166716dfc102eeeb858d585bb837bd3b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80be348766a8aeac996c175c0d5ef60166716dfc102eeeb858d585bb837bd3b6", kill_on_drop: false }` [INFO] [stdout] 80be348766a8aeac996c175c0d5ef60166716dfc102eeeb858d585bb837bd3b6