[INFO] fetching crate protosocket-rpc 0.12.0... [INFO] testing protosocket-rpc-0.12.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [INFO] extracting crate protosocket-rpc 0.12.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate protosocket-rpc 0.12.0 [INFO] finished tweaking crates.io crate protosocket-rpc 0.12.0 [INFO] tweaked toml for crates.io crate protosocket-rpc 0.12.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate protosocket-rpc 0.12.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate protosocket-rpc 0.12.0 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded prost v0.13.1 [INFO] [stderr] Downloaded readme-rustdocifier v0.1.1 [INFO] [stderr] Downloaded prost-derive v0.13.1 [INFO] [stderr] Downloaded atomic-wait v1.1.0 [INFO] [stderr] Downloaded protosocket v0.12.0 [INFO] [stderr] Downloaded k-lock v0.2.5 [INFO] [stderr] Downloaded mio v1.0.1 [INFO] [stderr] Downloaded prettyplease v0.2.25 [INFO] [stderr] Downloaded object v0.36.2 [INFO] [stderr] Downloaded tokio v1.39.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7de0dc17fdec51e9e3bdd47b499d8fdab415a5d914e35e1e805f94c8e57930ba [INFO] running `Command { std: "docker" "start" "-a" "7de0dc17fdec51e9e3bdd47b499d8fdab415a5d914e35e1e805f94c8e57930ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7de0dc17fdec51e9e3bdd47b499d8fdab415a5d914e35e1e805f94c8e57930ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7de0dc17fdec51e9e3bdd47b499d8fdab415a5d914e35e1e805f94c8e57930ba", kill_on_drop: false }` [INFO] [stdout] 7de0dc17fdec51e9e3bdd47b499d8fdab415a5d914e35e1e805f94c8e57930ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 68e246f3c7bee8f64e95b3bb54f5aba64e65f7fdd80aaaafb204bfcc3460cab7 [INFO] running `Command { std: "docker" "start" "-a" "68e246f3c7bee8f64e95b3bb54f5aba64e65f7fdd80aaaafb204bfcc3460cab7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling readme-rustdocifier v0.1.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling webpki-roots v1.0.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling k-lock v0.2.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling mio v1.0.1 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling atomic-wait v1.1.0 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling cc v1.2.25 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling tokio v1.39.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling aws-lc-sys v0.29.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling protosocket v0.12.0 [INFO] [stderr] Compiling aws-lc-rs v1.13.1 [INFO] [stderr] Compiling rustls v0.23.27 [INFO] [stderr] Compiling rustls-webpki v0.103.3 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling protosocket-rpc v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `Command { std: "docker" "inspect" "68e246f3c7bee8f64e95b3bb54f5aba64e65f7fdd80aaaafb204bfcc3460cab7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68e246f3c7bee8f64e95b3bb54f5aba64e65f7fdd80aaaafb204bfcc3460cab7", kill_on_drop: false }` [INFO] [stdout] 68e246f3c7bee8f64e95b3bb54f5aba64e65f7fdd80aaaafb204bfcc3460cab7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ef8b8a07b7e93c3acccc356e0087684e5a4cc136643bb83e331c40bdcb8409e [INFO] running `Command { std: "docker" "start" "-a" "4ef8b8a07b7e93c3acccc356e0087684e5a4cc136643bb83e331c40bdcb8409e", kill_on_drop: false }` [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling prost-derive v0.13.1 [INFO] [stderr] Compiling tokio v1.39.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling prost v0.13.1 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling protosocket v0.12.0 [INFO] [stderr] Compiling protosocket-rpc v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 29.17s [INFO] running `Command { std: "docker" "inspect" "4ef8b8a07b7e93c3acccc356e0087684e5a4cc136643bb83e331c40bdcb8409e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ef8b8a07b7e93c3acccc356e0087684e5a4cc136643bb83e331c40bdcb8409e", kill_on_drop: false }` [INFO] [stdout] 4ef8b8a07b7e93c3acccc356e0087684e5a4cc136643bb83e331c40bdcb8409e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] af7f69c3442422d6f66dfeea6b9597488d4c48a508e60341d8e385cf3151f5ac [INFO] running `Command { std: "docker" "start" "-a" "af7f69c3442422d6f66dfeea6b9597488d4c48a508e60341d8e385cf3151f5ac", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/protosocket_rpc-4b362a1bd157b0a7) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test client::rpc_client::test::connection_pool_failure ... ok [INFO] [stdout] test server::connection_server::test::concurrent_unary ... ok [INFO] [stdout] test client::rpc_client::test::streaming_drop_cancel ... ok [INFO] [stdout] test client::rpc_client::test::unary_drop_cancel ... ok [INFO] [stdout] test server::connection_server::test::streaming ... ok [INFO] [stdout] test client::rpc_client::test::connection_pool_reconnect_failure_recovery ... ok [INFO] [stdout] test client::rpc_client::test::connection_pool_reconnect ... ok [INFO] [stdout] test server::connection_server::test::unary ... ok [INFO] [stdout] test client::rpc_client::test::connection_pool ... ok [INFO] [stdout] test server::connection_server::test::streaming_concurrent ... ok [INFO] [stdout] test server::connection_server::test::unary_client_cancellation ... ok [INFO] [stdout] test server::connection_server::test::streaming_client_cancellation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests protosocket_rpc [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "af7f69c3442422d6f66dfeea6b9597488d4c48a508e60341d8e385cf3151f5ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af7f69c3442422d6f66dfeea6b9597488d4c48a508e60341d8e385cf3151f5ac", kill_on_drop: false }` [INFO] [stdout] af7f69c3442422d6f66dfeea6b9597488d4c48a508e60341d8e385cf3151f5ac