[INFO] cloning repository https://github.com/witlox/kith
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/witlox/kith" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwitlox%2Fkith", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwitlox%2Fkith'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c3a1e1b28f8e7a4db2ac50620b102ddc3d35a8ee
[INFO] checking witlox/kith against try#ad93f57d532978d6739002a21bc66b45ed22f998 for pr-155418
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwitlox%2Fkith" "/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/witlox/kith
[INFO] finished tweaking git repo https://github.com/witlox/kith
[INFO] tweaked toml for git repo https://github.com/witlox/kith written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/witlox/kith on toolchain ad93f57d532978d6739002a21bc66b45ed22f998
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad93f57d532978d6739002a21bc66b45ed22f998" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/witlox/kith 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" "+ad93f57d532978d6739002a21bc66b45ed22f998" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+ad93f57d532978d6739002a21bc66b45ed22f998" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 930e37743efdba4f9a97ef8146f9109b0a6c00fd742dc95e4c88ed1fb38c58cb
[INFO] running `Command { std: "docker" "start" "-a" "930e37743efdba4f9a97ef8146f9109b0a6c00fd742dc95e4c88ed1fb38c58cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "930e37743efdba4f9a97ef8146f9109b0a6c00fd742dc95e4c88ed1fb38c58cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "930e37743efdba4f9a97ef8146f9109b0a6c00fd742dc95e4c88ed1fb38c58cb", kill_on_drop: false }`
[INFO] [stdout] 930e37743efdba4f9a97ef8146f9109b0a6c00fd742dc95e4c88ed1fb38c58cb
[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" "+ad93f57d532978d6739002a21bc66b45ed22f998" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a459f9a9203791dadf1ad6a82c0881d056b01880edbbcb07ab15f348c5938f1
[INFO] running `Command { std: "docker" "start" "-a" "9a459f9a9203791dadf1ad6a82c0881d056b01880edbbcb07ab15f348c5938f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking iri-string v0.7.11
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking inventory v0.3.22
[INFO] [stderr]     Checking drain_filter_polyfill v0.1.3
[INFO] [stderr]     Checking rustyline v15.0.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking peg v0.6.3
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling sealed v0.5.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling synthez-core v0.3.1
[INFO] [stderr]    Compiling typed-builder-macro v0.15.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.6.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling smart-default v0.7.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling synthez-codegen v0.3.1
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking typed-builder v0.15.2
[INFO] [stderr]     Checking lazy-regex v3.6.0
[INFO] [stderr]    Compiling synthez v0.3.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling cucumber-expressions v0.3.0
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling cucumber-codegen v0.21.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling gherkin v0.14.0
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling tonic-build v0.13.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking cucumber v0.21.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling kith-daemon v2026.1.0 (/opt/rustwide/workdir/crates/kith-daemon)
[INFO] [stderr]     Checking kith-common v2026.1.0 (/opt/rustwide/workdir/crates/kith-common)
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking kith-mesh v2026.1.0 (/opt/rustwide/workdir/crates/kith-mesh)
[INFO] [stderr]     Checking kith-sync v2026.1.0 (/opt/rustwide/workdir/crates/kith-sync)
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking tonic v0.13.1
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking kith-state v2026.1.0 (/opt/rustwide/workdir/crates/kith-state)
[INFO] [stderr]     Checking kith-shell v2026.1.0 (/opt/rustwide/workdir/crates/kith-shell)
[INFO] [stderr]     Checking kith-e2e v2026.1.0 (/opt/rustwide/workdir/crates/kith-e2e)
[INFO] [stderr]     Checking kith-acceptance v2026.1.0 (/opt/rustwide/workdir/crates/kith-acceptance)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "9a459f9a9203791dadf1ad6a82c0881d056b01880edbbcb07ab15f348c5938f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a459f9a9203791dadf1ad6a82c0881d056b01880edbbcb07ab15f348c5938f1", kill_on_drop: false }`
[INFO] [stdout] 9a459f9a9203791dadf1ad6a82c0881d056b01880edbbcb07ab15f348c5938f1
