[INFO] cloning repository https://github.com/ffminus/signal-http [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ffminus/signal-http" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fffminus%2Fsignal-http", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fffminus%2Fsignal-http'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b23a259c4b98c065c5c41a2a9545a068ddc22682 [INFO] checking ffminus/signal-http against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fffminus%2Fsignal-http" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ffminus/signal-http [INFO] finished tweaking git repo https://github.com/ffminus/signal-http [INFO] tweaked toml for git repo https://github.com/ffminus/signal-http written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ffminus/signal-http on toolchain e117153a45c546e883c1f91d82611775fcaeffe0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ffminus/signal-http 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" "+e117153a45c546e883c1f91d82611775fcaeffe0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 618e9d9cf861c5bde08879b8b3543e46ff006772ef74d0cfd8df4814762ea2d0 [INFO] running `Command { std: "docker" "start" "-a" "618e9d9cf861c5bde08879b8b3543e46ff006772ef74d0cfd8df4814762ea2d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "618e9d9cf861c5bde08879b8b3543e46ff006772ef74d0cfd8df4814762ea2d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "618e9d9cf861c5bde08879b8b3543e46ff006772ef74d0cfd8df4814762ea2d0", kill_on_drop: false }` [INFO] [stdout] 618e9d9cf861c5bde08879b8b3543e46ff006772ef74d0cfd8df4814762ea2d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7f274b4e1c36673219b3029da8b7d40d04b533f1b91381d7b5d5c56419ebc6c [INFO] running `Command { std: "docker" "start" "-a" "f7f274b4e1c36673219b3029da8b7d40d04b533f1b91381d7b5d5c56419ebc6c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking hashbrown v0.15.3 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling rustls v0.23.27 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking miniz_oxide v0.8.8 [INFO] [stderr] Checking rustls-native-certs v0.8.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking rustix v1.0.7 [INFO] [stderr] Checking brotli v8.0.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking headers-core v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking flate2 v1.1.1 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling owo-colors v4.2.0 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Checking headers v0.4.0 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling cc v1.2.22 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking rfc7239 v0.1.3 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking wildmatch v2.4.0 [INFO] [stderr] Checking clap_builder v4.5.38 [INFO] [stderr] Checking socket2 v0.5.9 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking tempfile v3.19.1 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Checking addr2line v0.24.2 [INFO] [stderr] Checking derive_more v1.0.0 [INFO] [stderr] Checking tokio v1.45.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking clap v4.5.38 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking quick-xml v0.36.2 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking soketto v0.8.1 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling poem-derive v3.1.10 [INFO] [stderr] Compiling jsonrpsee-proc-macros v0.25.1 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Checking backtrace v0.3.75 [INFO] [stderr] Checking jsonrpsee-types v0.25.1 [INFO] [stderr] Checking color-eyre v0.6.4 [INFO] [stderr] Compiling poem-openapi-derive v5.1.14 [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking rustls-webpki v0.103.3 [INFO] [stderr] Checking h2 v0.4.10 [INFO] [stderr] Checking jsonrpsee-core v0.25.1 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking async-compression v0.4.23 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking hyper-util v0.1.11 [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] Checking rustls-platform-verifier v0.5.3 [INFO] [stderr] Checking jsonrpsee-client-transport v0.25.1 [INFO] [stderr] Checking jsonrpsee-ws-client v0.25.1 [INFO] [stderr] Checking poem v3.1.10 [INFO] [stderr] Checking reqwest v0.12.15 [INFO] [stderr] Checking jsonrpsee v0.25.1 [INFO] [stderr] Checking poem-openapi v5.1.14 [INFO] [stderr] Checking signal-http v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.92s [INFO] running `Command { std: "docker" "inspect" "f7f274b4e1c36673219b3029da8b7d40d04b533f1b91381d7b5d5c56419ebc6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7f274b4e1c36673219b3029da8b7d40d04b533f1b91381d7b5d5c56419ebc6c", kill_on_drop: false }` [INFO] [stdout] f7f274b4e1c36673219b3029da8b7d40d04b533f1b91381d7b5d5c56419ebc6c