[INFO] cloning repository https://github.com/jklapacz/roxy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jklapacz/roxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjklapacz%2Froxy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjklapacz%2Froxy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 78abd4fc081593bfa5565645664bab31abb00025
[INFO] checking jklapacz/roxy against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjklapacz%2Froxy" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jklapacz/roxy
[INFO] finished tweaking git repo https://github.com/jklapacz/roxy
[INFO] tweaked toml for git repo https://github.com/jklapacz/roxy written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jklapacz/roxy on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jklapacz/roxy 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bffbcc31e82447c10e957fbe994934775b88251d4a2ed9d305cd280dec7fa99e
[INFO] running `Command { std: "docker" "start" "bffbcc31e82447c10e957fbe994934775b88251d4a2ed9d305cd280dec7fa99e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bffbcc31e82447c10e957fbe994934775b88251d4a2ed9d305cd280dec7fa99e", 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" "bffbcc31e82447c10e957fbe994934775b88251d4a2ed9d305cd280dec7fa99e" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bffbcc31e82447c10e957fbe994934775b88251d4a2ed9d305cd280dec7fa99e", 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" "bffbcc31e82447c10e957fbe994934775b88251d4a2ed9d305cd280dec7fa99e" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking brotli-decompressor v5.0.0
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking shellexpand v3.1.2
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]     Checking schnellru v0.2.4
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking webpki-root-certs v1.0.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking httlib-huffman v0.3.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking httlib-hpack v0.1.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking siphasher v1.0.3
[INFO] [stderr]    Compiling tls-parser v0.12.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking typed-builder v0.23.2
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking roxy-fingerprint v0.1.0 (/opt/rustwide/workdir/crates/roxy-fingerprint)
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking asn1-rs v0.6.2
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]     Checking roxy-config v0.1.0 (/opt/rustwide/workdir/crates/roxy-config)
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking roxy-cache v0.1.0 (/opt/rustwide/workdir/crates/roxy-cache)
[INFO] [stderr]     Checking fs-err v3.3.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking der-parser v9.0.0
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking http2 v0.5.17
[INFO] [stderr]     Checking tower-http v0.6.10
[INFO] [stderr]     Checking x509-parser v0.16.0
[INFO] [stderr]    Compiling nom-derive-impl v0.10.1
[INFO] [stderr]     Checking rcgen v0.13.2
[INFO] [stderr]     Checking nom-derive v0.10.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling boring-sys2 v5.0.0-alpha.13
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking roxy-cache-fs v0.1.0 (/opt/rustwide/workdir/crates/roxy-cache-fs)
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking roxy-mitm v0.1.0 (/opt/rustwide/workdir/crates/roxy-mitm)
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking axum-server v0.7.3
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking boring2 v5.0.0-alpha.13
[INFO] [stderr]     Checking tokio-boring2 v5.0.0-alpha.13
[INFO] [stderr]     Checking wreq v6.0.0-rc.28
[INFO] [stderr]     Checking wreq-util v3.0.0-rc.10
[INFO] [stderr]     Checking roxy-impersonate v0.1.0 (/opt/rustwide/workdir/crates/roxy-impersonate)
[INFO] [stderr]     Checking roxy-http v0.1.0 (/opt/rustwide/workdir/crates/roxy-http)
[INFO] [stderr]     Checking roxy-capture v0.1.0 (/opt/rustwide/workdir/crates/roxy-capture)
[INFO] [stderr]     Checking roxy-proxy v0.1.0 (/opt/rustwide/workdir/crates/roxy-proxy)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
[INFO] running `Command { std: "docker" "inspect" "bffbcc31e82447c10e957fbe994934775b88251d4a2ed9d305cd280dec7fa99e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bffbcc31e82447c10e957fbe994934775b88251d4a2ed9d305cd280dec7fa99e", kill_on_drop: false }`
[INFO] [stdout] bffbcc31e82447c10e957fbe994934775b88251d4a2ed9d305cd280dec7fa99e
