[INFO] cloning repository https://github.com/specdown/specdown
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/specdown/specdown" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspecdown%2Fspecdown", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspecdown%2Fspecdown'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4f7c259c3a65ef78fee4599385a4745be4cb5292
[INFO] checking specdown/specdown against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspecdown%2Fspecdown" "/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/specdown/specdown
[INFO] finished tweaking git repo https://github.com/specdown/specdown
[INFO] tweaked toml for git repo https://github.com/specdown/specdown written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/specdown/specdown on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/specdown/specdown 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2c69ce4ef266408fec2ea65e6635ff8749b989ce2e61588f87b6e74ef80e5c39
[INFO] running `Command { std: "docker" "start" "-a" "2c69ce4ef266408fec2ea65e6635ff8749b989ce2e61588f87b6e74ef80e5c39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2c69ce4ef266408fec2ea65e6635ff8749b989ce2e61588f87b6e74ef80e5c39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c69ce4ef266408fec2ea65e6635ff8749b989ce2e61588f87b6e74ef80e5c39", kill_on_drop: false }`
[INFO] [stdout] 2c69ce4ef266408fec2ea65e6635ff8749b989ce2e61588f87b6e74ef80e5c39
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d879087ebfcc6d0e567f872a5580a25277a87d830fd9d35177b213121bda5db3
[INFO] running `Command { std: "docker" "start" "-a" "d879087ebfcc6d0e567f872a5580a25277a87d830fd9d35177b213121bda5db3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling rustix v0.38.39
[INFO] [stderr]     Checking anstyle v1.0.9
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling prettyplease v0.2.25
[INFO] [stderr]    Compiling thiserror v1.0.68
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking quick-xml v0.27.1
[INFO] [stderr]     Checking base64 v0.21.0
[INFO] [stderr]     Checking line-wrap v0.1.1
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking flate2 v1.0.25
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking deunicode v0.4.3
[INFO] [stderr]     Checking anstyle v0.3.1
[INFO] [stderr]     Checking termtree v0.4.0
[INFO] [stderr]     Checking similar v2.6.0
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]    Compiling assert_cmd v2.0.16
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking slug v0.1.4
[INFO] [stderr]     Checking entities v1.0.1
[INFO] [stderr]     Checking xdg v2.5.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking predicates v3.0.1
[INFO] [stderr]     Checking regex v1.7.1
[INFO] [stderr]     Checking bstr v1.3.0
[INFO] [stderr]     Checking predicates-tree v1.0.7
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking getrandom v0.3.1
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking fancy-regex v0.7.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.0
[INFO] [stderr]     Checking terminal_size v0.4.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking tempfile v3.17.1
[INFO] [stderr]     Checking clap_builder v4.5.31
[INFO] [stderr]     Checking plist v1.4.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking termdiff v3.1.4
[INFO] [stderr]    Compiling caseless v0.2.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking onig v6.4.0
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.68
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking clap v4.5.31
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking clap_complete v4.1.4
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling bon-macros v3.1.0
[INFO] [stderr]     Checking clap_complete_nushell v4.5.4
[INFO] [stderr]     Checking clap_complete_command v0.6.1
[INFO] [stderr]     Checking syntect v5.0.0
[INFO] [stderr]     Checking bon v3.1.0
[INFO] [stderr]     Checking comrak v0.36.0
[INFO] [stderr]     Checking specdown v1.2.112 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.85s
[INFO] running `Command { std: "docker" "inspect" "d879087ebfcc6d0e567f872a5580a25277a87d830fd9d35177b213121bda5db3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d879087ebfcc6d0e567f872a5580a25277a87d830fd9d35177b213121bda5db3", kill_on_drop: false }`
[INFO] [stdout] d879087ebfcc6d0e567f872a5580a25277a87d830fd9d35177b213121bda5db3
