[INFO] cloning repository https://github.com/ncecere/clanker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ncecere/clanker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fncecere%2Fclanker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fncecere%2Fclanker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 01466bb93f4bbcc1ea4238fa2c0ac3675ccaf782 [INFO] checking ncecere/clanker against master#65407954098ca3c19f0d46092cb374b5d3e9dc3c for pr-157841 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fncecere%2Fclanker" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ncecere/clanker [INFO] finished tweaking git repo https://github.com/ncecere/clanker [INFO] tweaked toml for git repo https://github.com/ncecere/clanker written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ncecere/clanker on toolchain 65407954098ca3c19f0d46092cb374b5d3e9dc3c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ncecere/clanker 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" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded deadpool v0.12.3 [INFO] [stderr] Downloaded wiremock v0.6.5 [INFO] [stderr] Downloaded refinery-macros v0.8.16 [INFO] [stderr] Downloaded refinery-core v0.8.16 [INFO] [stderr] Downloaded refinery v0.8.16 [INFO] [stderr] Downloaded keyring v3.6.3 [INFO] [stderr] Downloaded git2 v0.19.0 [INFO] [stderr] Downloaded libgit2-sys v0.17.0+1.8.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 17e0b21950001d8ff013b5cc6a6a75790724fb57d74554a3077a2f0ed17b7d72 [INFO] running `Command { std: "docker" "start" "17e0b21950001d8ff013b5cc6a6a75790724fb57d74554a3077a2f0ed17b7d72", 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" "17e0b21950001d8ff013b5cc6a6a75790724fb57d74554a3077a2f0ed17b7d72" "/opt/rustwide/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "17e0b21950001d8ff013b5cc6a6a75790724fb57d74554a3077a2f0ed17b7d72", 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" "17e0b21950001d8ff013b5cc6a6a75790724fb57d74554a3077a2f0ed17b7d72" "/opt/rustwide/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking bytes v1.11.0 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zerocopy v0.8.33 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling libz-sys v1.1.23 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zmij v1.0.16 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Checking tokio v1.49.0 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling owo-colors v4.2.3 [INFO] [stderr] Compiling time-core v0.1.7 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling libgit2-sys v0.17.0+1.8.1 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Checking hashlink v0.9.1 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling instability v0.3.11 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Checking rustix v0.38.44 [INFO] [stderr] Checking time v0.3.45 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking object v0.37.3 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking webpki-roots v1.0.5 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Checking indenter v0.3.4 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking clap_builder v4.5.54 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Checking tempfile v3.24.0 [INFO] [stderr] Checking compact_str v0.8.1 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Checking tracing-subscriber v0.3.22 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Checking dialoguer v0.11.0 [INFO] [stderr] Checking chrono v0.4.43 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking keyring v3.6.3 [INFO] [stderr] Checking rustls-webpki v0.103.9 [INFO] [stderr] Checking deadpool-runtime v0.1.4 [INFO] [stderr] Checking assert-json-diff v2.0.2 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking ratatui v0.29.0 [INFO] [stderr] Compiling refinery-core v0.8.16 [INFO] [stderr] Checking tracing-error v0.2.1 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking deadpool v0.12.3 [INFO] [stderr] Checking clap v4.5.54 [INFO] [stderr] Checking tower-http v0.6.8 [INFO] [stderr] Compiling refinery-macros v0.8.16 [INFO] [stderr] Checking h2 v0.4.13 [INFO] [stderr] Checking backtrace v0.3.76 [INFO] [stderr] Checking color-eyre v0.6.5 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking hyper v1.8.1 [INFO] [stderr] Checking git2 v0.19.0 [INFO] [stderr] Checking rusqlite v0.32.1 [INFO] [stderr] Checking hyper-util v0.1.19 [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking wiremock v0.6.5 [INFO] [stderr] Checking refinery v0.8.16 [INFO] [stderr] Checking reqwest v0.12.28 [INFO] [stderr] Checking clanker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.61s [INFO] running `Command { std: "docker" "inspect" "17e0b21950001d8ff013b5cc6a6a75790724fb57d74554a3077a2f0ed17b7d72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17e0b21950001d8ff013b5cc6a6a75790724fb57d74554a3077a2f0ed17b7d72", kill_on_drop: false }` [INFO] [stdout] 17e0b21950001d8ff013b5cc6a6a75790724fb57d74554a3077a2f0ed17b7d72