[INFO] fetching crate mkit-cli 0.4.1...
[INFO] checking mkit-cli-0.4.1 against 24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343-retry
[INFO] extracting crate mkit-cli 0.4.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate mkit-cli 0.4.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate mkit-cli 0.4.1
[INFO] tweaked toml for crates.io crate mkit-cli 0.4.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mkit-cli 0.4.1 on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mkit-cli 0.4.1 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" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e363b284813742299bbbfeba6c533bb8110bbd31b2f3557666d858ff90c1ba9a
[INFO] running `Command { std: "docker" "start" "e363b284813742299bbbfeba6c533bb8110bbd31b2f3557666d858ff90c1ba9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e363b284813742299bbbfeba6c533bb8110bbd31b2f3557666d858ff90c1ba9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e363b284813742299bbbfeba6c533bb8110bbd31b2f3557666d858ff90c1ba9a" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e363b284813742299bbbfeba6c533bb8110bbd31b2f3557666d858ff90c1ba9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e363b284813742299bbbfeba6c533bb8110bbd31b2f3557666d858ff90c1ba9a" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking hybrid-array v0.4.13
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling smoothutf8 v0.1.1
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling commonware-macros-impl v2026.7.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling aws-lc-sys v0.42.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking cmov v0.5.4
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking cipher v0.5.2
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking zlib-rs v0.6.6
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking uuid v1.23.5
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking universal-hash v0.6.1
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling bollard-buildkit-proto v0.7.0
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking utf8-zero v0.8.1
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking poly1305 v0.9.1
[INFO] [stderr]     Checking aead v0.6.1
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking keyring-core v1.0.0
[INFO] [stderr]     Checking time-core v0.1.9
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking regex v1.13.0
[INFO] [stderr]     Checking bstr v1.12.3
[INFO] [stderr]     Checking chacha20poly1305 v0.11.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking md-5 v0.11.0
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]    Compiling mkit-cli v0.4.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking ignore v0.4.28
[INFO] [stderr]     Checking snapbox-macros v1.1.0
[INFO] [stderr]     Checking time v0.3.53
[INFO] [stderr]     Checking tar v0.4.46
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling commonware-codec-macros v2026.7.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking commonware-macros v2026.7.0
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking content_inspector v0.2.4
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking os_pipe v1.2.3
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]     Checking similar v3.1.1
[INFO] [stderr]     Checking humantime v2.4.0
[INFO] [stderr]     Checking dunce v1.0.5
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.1
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking ferroid v2.0.0
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling automod v1.0.17
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking serde_with v3.21.0
[INFO] [stderr]     Checking snapbox v1.2.2
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling parse-display-derive v0.9.1
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking console v0.16.4
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking etcetera v0.11.0
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking zvariant_utils v3.5.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking docker_credential v1.4.0
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking humantime-serde v1.1.1
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking commonware-codec v2026.7.0
[INFO] [stderr]     Checking buffa v0.8.1
[INFO] [stderr]     Checking prost v0.14.4
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling zvariant_derive v5.13.0
[INFO] [stderr]     Checking assert_fs v1.1.4
[INFO] [stderr]     Checking parse-display v0.9.1
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]     Checking ureq-proto v0.6.0
[INFO] [stderr]     Checking prost-types v0.14.4
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling zvariant v5.13.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking trycmd v1.2.0
[INFO] [stderr]    Compiling buffa-descriptor v0.8.1
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking mkit-core v0.4.1
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]    Compiling buffa-codegen v0.8.1
[INFO] [stderr]     Checking zbus_names v4.3.3
[INFO] [stderr]    Compiling zbus_macros v5.17.0
[INFO] [stderr]     Checking mkit-transport-file v0.4.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking async-compression v0.4.42
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking astral-tokio-tar v0.6.3
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking zbus v5.17.0
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]    Compiling buffa-build v0.8.1
[INFO] [stderr]    Compiling connectrpc-codegen v0.8.0
[INFO] [stderr]    Compiling mkit-rpc v0.4.1
[INFO] [stderr]    Compiling connectrpc-build v0.8.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]    Compiling mkit-transport-connect v0.4.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyperlocal v0.9.1
[INFO] [stderr]     Checking mockito v1.7.2
[INFO] [stderr]     Checking tonic v0.14.6
[INFO] [stderr]     Checking mkit-transport-ssh v0.4.1
[INFO] [stderr]     Checking mkit-attest v0.4.1
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking secret-service v5.1.0
[INFO] [stderr]     Checking tonic-prost v0.14.6
[INFO] [stderr]     Checking zbus-secret-service-keyring-store v1.0.0
[INFO] [stderr]     Checking mkit-keystore v0.4.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking ureq v3.3.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking connectrpc v0.8.1
[INFO] [stderr]     Checking mkit-transport-s3 v0.4.1
[INFO] [stderr]     Checking mkit-transport-http v0.4.1
[INFO] [stderr]     Checking bollard-stubs v1.52.1-rc.29.1.3
[INFO] [stderr]     Checking bollard v0.20.2
[INFO] [stderr]     Checking testcontainers v0.27.3
[INFO] [stdout] error[E0432]: unresolved import `mkit_test_util`
[INFO] [stdout]   --> tests/common/mod.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) use mkit_test_util::{require_tool, tool_available};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_test_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mkit_test_util`, use `cargo add mkit_test_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mkit_test_util`
[INFO] [stdout]   --> tests/common/mod.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) use mkit_test_util::{require_tool, tool_available};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_test_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mkit_test_util`, use `cargo add mkit_test_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mkit_test_util`
[INFO] [stdout]   --> tests/common/mod.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) use mkit_test_util::{require_tool, tool_available};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_test_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mkit_test_util`, use `cargo add mkit_test_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mkit_transport_memory`
[INFO] [stdout]   --> tests/fetch_pull_lock_scope.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | use mkit_transport_memory::MemoryTransport;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_transport_memory`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 44 - use mkit_transport_memory::MemoryTransport;
[INFO] [stdout] 44 + use mkit_transport_file::MemoryTransport;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mkit_test_util`
[INFO] [stdout]   --> tests/common/mod.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) use mkit_test_util::{require_tool, tool_available};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_test_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mkit_test_util`, use `cargo add mkit_test_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mkit-cli` (test "layout_phase0_pin") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `mkit_test_util`
[INFO] [stdout]   --> tests/common/mod.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) use mkit_test_util::{require_tool, tool_available};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_test_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mkit_test_util`, use `cargo add mkit_test_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mkit_test_util`
[INFO] [stdout]   --> tests/common/mod.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) use mkit_test_util::{require_tool, tool_available};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_test_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mkit_test_util`, use `cargo add mkit_test_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mkit_test_util`
[INFO] [stdout]   --> tests/common/mod.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) use mkit_test_util::{require_tool, tool_available};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_test_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mkit_test_util`, use `cargo add mkit_test_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mkit_test_util`
[INFO] [stdout]   --> tests/common/mod.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) use mkit_test_util::{require_tool, tool_available};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_test_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mkit_test_util`, use `cargo add mkit_test_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mkit-cli` (test "branch_rename_commit_race") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mkit-cli` (test "log_filters") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mkit-cli` (test "fetch_pull_lock_scope") due to 2 previous errors
[INFO] [stdout] error[E0432]: unresolved import `mkit_transport_memory`
[INFO] [stdout]   --> tests/push_pull_includes_pack.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use mkit_transport_memory::MemoryTransport;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_transport_memory`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 - use mkit_transport_memory::MemoryTransport;
[INFO] [stdout] 16 + use mkit_transport_file::MemoryTransport;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mkit-cli` (test "worktree_gc_cross_tree") due to 1 previous error
[INFO] [stderr] error: could not compile `mkit-cli` (test "remote_tracking_native") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mkit-cli` (test "push_pull_includes_pack") due to 1 previous error
[INFO] [stderr] error: could not compile `mkit-cli` (test "corruption_rejection") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mkit-cli` (test "git_parity_flags") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `mkit_transport_memory`
[INFO] [stdout]    --> src/remote_dispatch/packmap.rs:787:9
[INFO] [stdout]     |
[INFO] [stdout] 787 |     use mkit_transport_memory::MemoryTransport;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mkit_transport_memory`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 787 -     use mkit_transport_memory::MemoryTransport;
[INFO] [stdout] 787 +     use mkit_transport_file::MemoryTransport;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mkit-cli` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "e363b284813742299bbbfeba6c533bb8110bbd31b2f3557666d858ff90c1ba9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e363b284813742299bbbfeba6c533bb8110bbd31b2f3557666d858ff90c1ba9a", kill_on_drop: false }`
[INFO] [stdout] e363b284813742299bbbfeba6c533bb8110bbd31b2f3557666d858ff90c1ba9a
