[INFO] fetching crate redust 0.4.0...
[INFO] testing redust-0.4.0 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate redust 0.4.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate redust 0.4.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate redust 0.4.0
[INFO] tweaked toml for crates.io crate redust 0.4.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate redust 0.4.0 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 83 packages to latest compatible versions
[INFO] [stderr]       Adding deadpool v0.9.5 (available: v0.12.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded retain_mut v0.1.9
[INFO] [stderr]   Downloaded deadpool-runtime v0.1.4
[INFO] [stderr]   Downloaded test-log-macros v0.2.18
[INFO] [stderr]   Downloaded test-log v0.2.18
[INFO] [stderr]   Downloaded deadpool v0.9.5
[INFO] [stderr]   Downloaded redust-resp v0.2.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ed17a76aae675dff6baadf946670a90cdf04386fbc6cec82cf13c76bfe88a209
[INFO] running `Command { std: "docker" "start" "-a" "ed17a76aae675dff6baadf946670a90cdf04386fbc6cec82cf13c76bfe88a209", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed17a76aae675dff6baadf946670a90cdf04386fbc6cec82cf13c76bfe88a209", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed17a76aae675dff6baadf946670a90cdf04386fbc6cec82cf13c76bfe88a209", kill_on_drop: false }`
[INFO] [stdout] ed17a76aae675dff6baadf946670a90cdf04386fbc6cec82cf13c76bfe88a209
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b774540a77b497e8b9fb8b16fae2bfd91f1ad64d425c44cb98467943ba216e31
[INFO] running `Command { std: "docker" "start" "-a" "b774540a77b497e8b9fb8b16fae2bfd91f1ad64d425c44cb98467943ba216e31", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling redust-resp v0.2.5
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling redust v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "b774540a77b497e8b9fb8b16fae2bfd91f1ad64d425c44cb98467943ba216e31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b774540a77b497e8b9fb8b16fae2bfd91f1ad64d425c44cb98467943ba216e31", kill_on_drop: false }`
[INFO] [stdout] b774540a77b497e8b9fb8b16fae2bfd91f1ad64d425c44cb98467943ba216e31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1fb86065a40e8b708cd9ab72e9bded03bf6b0c0415a750729cc998b92b9a774
[INFO] running `Command { std: "docker" "start" "-a" "c1fb86065a40e8b708cd9ab72e9bded03bf6b0c0415a750729cc998b92b9a774", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling test-log-macros v0.2.18
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling redust-resp v0.2.5
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling redust v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling test-log v0.2.18
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 51.19s
[INFO] running `Command { std: "docker" "inspect" "c1fb86065a40e8b708cd9ab72e9bded03bf6b0c0415a750729cc998b92b9a774", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1fb86065a40e8b708cd9ab72e9bded03bf6b0c0415a750729cc998b92b9a774", kill_on_drop: false }`
[INFO] [stdout] c1fb86065a40e8b708cd9ab72e9bded03bf6b0c0415a750729cc998b92b9a774
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 728d2fe65b87fcc87b1f14a5f203caff953721d61b74fab01f308d68ee89e779
[INFO] running `Command { std: "docker" "start" "-a" "728d2fe65b87fcc87b1f14a5f203caff953721d61b74fab01f308d68ee89e779", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/redust-df26acc0869be413)
[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] [stderr]      Running tests/connection.rs (/opt/rustwide/target/debug/deps/connection-5560a5e9d9457166)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test many_parallel ... FAILED
[INFO] [stdout] test stream ... FAILED
[INFO] [stdout] test multi_ping ... FAILED
[INFO] [stdout] test blocking ... FAILED
[INFO] [stdout] test many_sequential ... FAILED
[INFO] [stdout] test ping ... FAILED
[INFO] [stdout] test ping_stream ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- many_parallel stdout ----
[INFO] [stdout] 2025-10-14T17:29:39.096350Z ERROR new{addr="localhost:6379"}: redust::connection: error=Connection refused (os error 111)
[INFO] [stdout] Error: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] 
[INFO] [stdout] ---- stream stdout ----
[INFO] [stdout] 2025-10-14T17:29:39.097622Z ERROR new{addr="localhost:6379"}: redust::connection: error=Connection refused (os error 111)
[INFO] [stdout] Error: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] 
[INFO] [stdout] ---- multi_ping stdout ----
[INFO] [stdout] 2025-10-14T17:29:39.097425Z ERROR new{addr="localhost:6379"}: redust::connection: error=Connection refused (os error 111)
[INFO] [stdout] Error: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] 
[INFO] [stdout] ---- blocking stdout ----
[INFO] [stdout] 2025-10-14T17:29:39.097686Z ERROR new{addr="localhost:6379"}: redust::connection: error=Connection refused (os error 111)
[INFO] [stdout] Error: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] 
[INFO] [stdout] ---- many_sequential stdout ----
[INFO] [stdout] 2025-10-14T17:29:39.097682Z ERROR new{addr="localhost:6379"}: redust::connection: error=Connection refused (os error 111)
[INFO] [stdout] Error: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] 
[INFO] [stdout] ---- ping stdout ----
[INFO] [stdout] 2025-10-14T17:29:39.097554Z ERROR new{addr="localhost:6379"}: redust::connection: error=Connection refused (os error 111)
[INFO] [stdout] Error: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] 
[INFO] [stdout] ---- ping_stream stdout ----
[INFO] [stdout] 2025-10-14T17:29:39.103720Z ERROR new{addr="localhost:6379"}: redust::connection: error=Connection refused (os error 111)
[INFO] [stdout] Error: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     blocking
[INFO] [stdout]     many_parallel
[INFO] [stdout]     many_sequential
[INFO] [stdout]     multi_ping
[INFO] [stdout]     ping
[INFO] [stdout]     ping_stream
[INFO] [stdout]     stream
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test connection`
[INFO] running `Command { std: "docker" "inspect" "728d2fe65b87fcc87b1f14a5f203caff953721d61b74fab01f308d68ee89e779", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "728d2fe65b87fcc87b1f14a5f203caff953721d61b74fab01f308d68ee89e779", kill_on_drop: false }`
[INFO] [stdout] 728d2fe65b87fcc87b1f14a5f203caff953721d61b74fab01f308d68ee89e779
