[INFO] cloning repository https://github.com/19h/zarja
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/19h/zarja" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fzarja", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fzarja'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 522d0f0c9649390b76732bbd8279ce6ebe16451c
[INFO] checking 19h/zarja against try#50d7e48beb74b48bd17c3749bfb73843c9ae0166 for pr-151102
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fzarja" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/19h/zarja
[INFO] finished tweaking git repo https://github.com/19h/zarja
[INFO] tweaked toml for git repo https://github.com/19h/zarja written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/19h/zarja on toolchain 50d7e48beb74b48bd17c3749bfb73843c9ae0166
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/19h/zarja 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" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 97159e6e291d57a53f3e80318f9691e281f6af55addc706d6047d31d411b9f9f
[INFO] running `Command { std: "docker" "start" "-a" "97159e6e291d57a53f3e80318f9691e281f6af55addc706d6047d31d411b9f9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97159e6e291d57a53f3e80318f9691e281f6af55addc706d6047d31d411b9f9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97159e6e291d57a53f3e80318f9691e281f6af55addc706d6047d31d411b9f9f", kill_on_drop: false }`
[INFO] [stdout] 97159e6e291d57a53f3e80318f9691e281f6af55addc706d6047d31d411b9f9f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50ce5053c7f2b84fe0b89451fb87fe2b661a7f816669a29fc3f1ef05f64ffd37
[INFO] running `Command { std: "docker" "start" "-a" "50ce5053c7f2b84fe0b89451fb87fe2b661a7f816669a29fc3f1ef05f64ffd37", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking prost-types v0.13.5
[INFO] [stderr]     Checking prost-reflect v0.14.7
[INFO] [stderr]     Checking zarja-core v0.1.3 (/opt/rustwide/workdir/crates/zarja-core)
[INFO] [stderr]     Checking zarja v0.1.3 (/opt/rustwide/workdir/crates/zarja-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.08s
[INFO] running `Command { std: "docker" "inspect" "50ce5053c7f2b84fe0b89451fb87fe2b661a7f816669a29fc3f1ef05f64ffd37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50ce5053c7f2b84fe0b89451fb87fe2b661a7f816669a29fc3f1ef05f64ffd37", kill_on_drop: false }`
[INFO] [stdout] 50ce5053c7f2b84fe0b89451fb87fe2b661a7f816669a29fc3f1ef05f64ffd37
