[INFO] cloning repository https://github.com/Linea-Software/mitm-proxy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Linea-Software/mitm-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLinea-Software%2Fmitm-proxy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLinea-Software%2Fmitm-proxy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f098b3fb425b9ec27d9c623893969536b83bc521
[INFO] checking Linea-Software/mitm-proxy/f098b3fb425b9ec27d9c623893969536b83bc521 against 22950ab9e29e11620a10905f027f141ea126966e for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLinea-Software%2Fmitm-proxy" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Linea-Software/mitm-proxy
[INFO] finished tweaking git repo https://github.com/Linea-Software/mitm-proxy
[INFO] tweaked toml for git repo https://github.com/Linea-Software/mitm-proxy written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Linea-Software/mitm-proxy on toolchain 22950ab9e29e11620a10905f027f141ea126966e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Linea-Software/mitm-proxy 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" "+22950ab9e29e11620a10905f027f141ea126966e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded h3 v0.0.8
[INFO] [stderr]   Downloaded h3-quinn v0.0.10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 850f78cdd1114397cb12e9844e7c4e8595b812f5f72883c671958a49ef10e907
[INFO] running `Command { std: "docker" "start" "850f78cdd1114397cb12e9844e7c4e8595b812f5f72883c671958a49ef10e907", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "850f78cdd1114397cb12e9844e7c4e8595b812f5f72883c671958a49ef10e907", 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" "850f78cdd1114397cb12e9844e7c4e8595b812f5f72883c671958a49ef10e907" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "850f78cdd1114397cb12e9844e7c4e8595b812f5f72883c671958a49ef10e907", 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" "850f78cdd1114397cb12e9844e7c4e8595b812f5f72883c671958a49ef10e907" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling portable-atomic v1.14.0
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling quinn-udp v0.5.15
[INFO] [stderr]     Checking siphasher v1.0.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking tinyvec v1.12.0
[INFO] [stderr]    Compiling quinn v0.11.11
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]     Checking rand_pcg v0.10.2
[INFO] [stderr]     Checking lru-slab v0.1.2
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking clap_builder v4.6.2
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]     Checking fastbloom v0.17.0
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking time v0.3.54
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking clap v4.6.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking bstr v1.13.0
[INFO] [stderr]     Checking yasna v0.6.0
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking asn1-rs v0.7.2
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking color-spantrace v0.3.0
[INFO] [stderr]     Checking x509-parser v0.18.1
[INFO] [stderr]     Checking x509-parser v0.17.0
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking rcgen v0.14.8
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]     Checking futures v0.3.33
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking quinn-proto v0.11.16
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking h3 v0.0.8
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking h3-quinn v0.0.10
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking mitm-proxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `spawn_https_origin` is never used
[INFO] [stdout]    --> tests/common/mod.rs:289:14
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub async fn spawn_https_origin() -> (SocketAddr, SelfSignedCert) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.93s
[INFO] running `Command { std: "docker" "inspect" "850f78cdd1114397cb12e9844e7c4e8595b812f5f72883c671958a49ef10e907", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "850f78cdd1114397cb12e9844e7c4e8595b812f5f72883c671958a49ef10e907", kill_on_drop: false }`
[INFO] [stdout] 850f78cdd1114397cb12e9844e7c4e8595b812f5f72883c671958a49ef10e907
