[INFO] fetching crate jsonrpsee-ws-client 0.24.7...
[INFO] checking jsonrpsee-ws-client-0.24.7 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate jsonrpsee-ws-client 0.24.7 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate jsonrpsee-ws-client 0.24.7 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate jsonrpsee-ws-client 0.24.7
[INFO] finished tweaking crates.io crate jsonrpsee-ws-client 0.24.7
[INFO] tweaked toml for crates.io crate jsonrpsee-ws-client 0.24.7 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 167 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b0f0538797afb2cfc499e66c64e12a2e14372680e0561c22346f1aa9d71d15c1
[INFO] running `Command { std: "docker" "start" "-a" "b0f0538797afb2cfc499e66c64e12a2e14372680e0561c22346f1aa9d71d15c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b0f0538797afb2cfc499e66c64e12a2e14372680e0561c22346f1aa9d71d15c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0f0538797afb2cfc499e66c64e12a2e14372680e0561c22346f1aa9d71d15c1", kill_on_drop: false }`
[INFO] [stdout] b0f0538797afb2cfc499e66c64e12a2e14372680e0561c22346f1aa9d71d15c1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d23574886b3fa50015c38c136658fd6a742c062b1e9468c1339306a5d9f7c0e
[INFO] running `Command { std: "docker" "start" "-a" "5d23574886b3fa50015c38c136658fd6a742c062b1e9468c1339306a5d9f7c0e", kill_on_drop: false }`
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling rustls v0.23.19
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking soketto v0.8.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking jsonrpsee-types v0.24.7
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking jsonrpsee-core v0.24.7
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking tokio-rustls v0.26.0
[INFO] [stderr]     Checking rustls-platform-verifier v0.3.4
[INFO] [stderr]     Checking jsonrpsee-client-transport v0.24.7
[INFO] [stderr]     Checking jsonrpsee-ws-client v0.24.7 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `jsonrpsee_test_utils`
[INFO] [stdout]   --> src/tests.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | use jsonrpsee_test_utils::helpers::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `jsonrpsee_test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `jsonrpsee_test_utils`
[INFO] [stdout]   --> src/tests.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | use jsonrpsee_test_utils::mocks::{Id, WebSocketTestServer};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `jsonrpsee_test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `jsonrpsee_test_utils`
[INFO] [stdout]   --> src/tests.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | use jsonrpsee_test_utils::TimeoutFutureExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `jsonrpsee_test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `jsonrpsee_test_utils`
[INFO] [stdout]    --> src/tests.rs:493:3
[INFO] [stdout]     |
[INFO] [stdout] 493 |         jsonrpsee_test_utils::mocks::ws_server_with_redirect(server_url).with_default_timeout().await.unwrap();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `jsonrpsee_test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_ws_uri_string` in this scope
[INFO] [stdout]    --> src/tests.rs:456:12
[INFO] [stdout]     |
[INFO] [stdout] 456 |     let uri = to_ws_uri_string(server.local_addr());
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<Client, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:467:54
[INFO] [stdout]     |
[INFO] [stdout] 467 |     let client = WsClientBuilder::default().build(&uri).with_default_timeout().await.unwrap().unwrap();
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<Client, ClientError>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ok_response` in this scope
[INFO] [stdout]   --> src/tests.rs:50:41
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let result = run_request_with_response(ok_response("hello".into(), Id::Num(0)))
[INFO] [stdout]    |                                            ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<std::string::String, ClientError>>` in the current scope
[INFO] [stdout]   --> src/tests.rs:51:4
[INFO] [stdout]    |
[INFO] [stdout] 50 |       let result = run_request_with_response(ok_response("hello".into(), Id::Num(0)))
[INFO] [stdout]    |  __________________-
[INFO] [stdout] 51 | |         .with_default_timeout()
[INFO] [stdout]    | |         -^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<String, ClientError>>`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ok_response` in this scope
[INFO] [stdout]   --> src/tests.rs:63:3
[INFO] [stdout]    |
[INFO] [stdout] 63 |         ok_response(exp.into(), Id::Num(0)),
[INFO] [stdout]    |         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<Client, ClientError>>` in the current scope
[INFO] [stdout]   --> src/tests.rs:70:68
[INFO] [stdout]    |
[INFO] [stdout] 70 |         WsClientBuilder::default().id_format(IdKind::String).build(&uri).with_default_timeout().await.unwrap().unwrap();
[INFO] [stdout]    |                                                                          ^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<Client, ClientError>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ok_response` in this scope
[INFO] [stdout]   --> src/tests.rs:81:3
[INFO] [stdout]    |
[INFO] [stdout] 81 |         ok_response(exp.into(), Id::Str("0".into())),
[INFO] [stdout]    |         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<Client, ClientError>>` in the current scope
[INFO] [stdout]   --> src/tests.rs:88:68
[INFO] [stdout]    |
[INFO] [stdout] 88 |         WsClientBuilder::default().id_format(IdKind::String).build(&uri).with_default_timeout().await.unwrap().unwrap();
[INFO] [stdout]    |                                                                          ^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<Client, ClientError>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_ws_uri_string` in this scope
[INFO] [stdout]    --> src/tests.rs:100:12
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let uri = to_ws_uri_string(server.local_addr());
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ok_response` in this scope
[INFO] [stdout]    --> src/tests.rs:107:38
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let err = run_request_with_response(ok_response("hello".into(), Id::Num(99)))
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<std::string::String, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:108:4
[INFO] [stdout]     |
[INFO] [stdout] 107 |       let err = run_request_with_response(ok_response("hello".into(), Id::Num(99)))
[INFO] [stdout]     |  _______________-
[INFO] [stdout] 108 | |         .with_default_timeout()
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<String, ClientError>>`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `method_not_found` in this scope
[INFO] [stdout]    --> src/tests.rs:118:29
[INFO] [stdout]     |
[INFO] [stdout] 118 |         run_request_with_response(method_not_found(Id::Num(0))).with_default_timeout().await.unwrap().unwrap_err();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<std::string::String, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:118:59
[INFO] [stdout]     |
[INFO] [stdout] 118 |         run_request_with_response(method_not_found(Id::Num(0))).with_default_timeout().await.unwrap().unwrap_err();
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<String, ClientError>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `parse_error` in this scope
[INFO] [stdout]    --> src/tests.rs:124:38
[INFO] [stdout]     |
[INFO] [stdout] 124 |     let err = run_request_with_response(parse_error(Id::Num(0))).with_default_timeout().await.unwrap().unwrap_err();
[INFO] [stdout]     |                                         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<std::string::String, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:124:63
[INFO] [stdout]     |
[INFO] [stdout] 124 |     let err = run_request_with_response(parse_error(Id::Num(0))).with_default_timeout().await.unwrap().unwrap_err();
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<String, ClientError>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `invalid_request` in this scope
[INFO] [stdout]    --> src/tests.rs:131:29
[INFO] [stdout]     |
[INFO] [stdout] 131 |         run_request_with_response(invalid_request(Id::Num(0_u64))).with_default_timeout().await.unwrap().unwrap_err();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<std::string::String, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:131:62
[INFO] [stdout]     |
[INFO] [stdout] 131 |         run_request_with_response(invalid_request(Id::Num(0_u64))).with_default_timeout().await.unwrap().unwrap_err();
[INFO] [stdout]     |                                                                    ^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<String, ClientError>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `invalid_params` in this scope
[INFO] [stdout]    --> src/tests.rs:138:29
[INFO] [stdout]     |
[INFO] [stdout] 138 |         run_request_with_response(invalid_params(Id::Num(0_u64))).with_default_timeout().await.unwrap().unwrap_err();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<std::string::String, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:138:61
[INFO] [stdout]     |
[INFO] [stdout] 138 |         run_request_with_response(invalid_params(Id::Num(0_u64))).with_default_timeout().await.unwrap().unwrap_err();
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<String, ClientError>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `internal_error` in this scope
[INFO] [stdout]    --> src/tests.rs:145:29
[INFO] [stdout]     |
[INFO] [stdout] 145 |         run_request_with_response(internal_error(Id::Num(0_u64))).with_default_timeout().await.unwrap().unwrap_err();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<std::string::String, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:145:61
[INFO] [stdout]     |
[INFO] [stdout] 145 |         run_request_with_response(internal_error(Id::Num(0_u64))).with_default_timeout().await.unwrap().unwrap_err();
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<String, ClientError>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `server_subscription_id_response` in this scope
[INFO] [stdout]    --> src/tests.rs:153:3
[INFO] [stdout]     |
[INFO] [stdout] 153 |         server_subscription_id_response(Id::Num(0)),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `server_subscription_response` in this scope
[INFO] [stdout]    --> src/tests.rs:154:3
[INFO] [stdout]     |
[INFO] [stdout] 154 |         server_subscription_response("subscribe_hello", "hello my friend".into()),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_ws_uri_string` in this scope
[INFO] [stdout]    --> src/tests.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout] 159 |     let uri = to_ws_uri_string(server.local_addr());
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `server_notification` in this scope
[INFO] [stdout]    --> src/tests.rs:177:3
[INFO] [stdout]     |
[INFO] [stdout] 177 |         server_notification("test", "server originated notification works".into()),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_ws_uri_string` in this scope
[INFO] [stdout]    --> src/tests.rs:183:12
[INFO] [stdout]     |
[INFO] [stdout] 183 |     let uri = to_ws_uri_string(server.local_addr());
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `server_notification_without_params` in this scope
[INFO] [stdout]    --> src/tests.rs:197:3
[INFO] [stdout]     |
[INFO] [stdout] 197 |         server_notification_without_params("no_params"),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_ws_uri_string` in this scope
[INFO] [stdout]    --> src/tests.rs:203:12
[INFO] [stdout]     |
[INFO] [stdout] 203 |     let uri = to_ws_uri_string(server.local_addr());
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `server_subscription_id_response` in this scope
[INFO] [stdout]    --> src/tests.rs:234:3
[INFO] [stdout]     |
[INFO] [stdout] 234 |         server_subscription_id_response(Id::Num(0)),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_ws_uri_string` in this scope
[INFO] [stdout]    --> src/tests.rs:241:12
[INFO] [stdout]     |
[INFO] [stdout] 241 |     let uri = to_ws_uri_string(server.local_addr());
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `server_notification` in this scope
[INFO] [stdout]    --> src/tests.rs:268:3
[INFO] [stdout]     |
[INFO] [stdout] 268 |         server_notification("test", "server originated notification".into()),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_ws_uri_string` in this scope
[INFO] [stdout]    --> src/tests.rs:274:12
[INFO] [stdout]     |
[INFO] [stdout] 274 |     let uri = to_ws_uri_string(server.local_addr());
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<BatchResponse<'_, std::string::String>, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:316:4
[INFO] [stdout]     |
[INFO] [stdout] 315 |       let batch_response = run_batch_request_with_response::<String>(batch_request, server_response)
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 316 | |         .with_default_timeout()
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<BatchResponse<'_, String>, ClientError>>`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<BatchResponse<'_, std::string::String>, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:333:4
[INFO] [stdout]     |
[INFO] [stdout] 332 |       let res = run_batch_request_with_response::<String>(batch_request, server_response)
[INFO] [stdout]     |  _______________-
[INFO] [stdout] 333 | |         .with_default_timeout()
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<BatchResponse<'_, String>, ClientError>>`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<BatchResponse<'_, std::string::String>, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:353:4
[INFO] [stdout]     |
[INFO] [stdout] 352 |       let res = run_batch_request_with_response::<String>(batch_request, server_response)
[INFO] [stdout]     |  _______________-
[INFO] [stdout] 353 | |         .with_default_timeout()
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<BatchResponse<'_, String>, ClientError>>`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<BatchResponse<'_, Custom>, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:397:4
[INFO] [stdout]     |
[INFO] [stdout] 396 |       let res = run_batch_request_with_response::<Custom>(batch_request, server_response)
[INFO] [stdout]     |  _______________-
[INFO] [stdout] 397 | |         .with_default_timeout()
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<BatchResponse<'_, Custom>, ClientError>>`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]     = note: the full type name has been written to '/opt/rustwide/target/debug/deps/jsonrpsee_ws_client-9b573cb4286fee2b.long-type-3959690313503468298.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_default_timeout` found for opaque type `impl Future<Output = Result<BatchResponse<'_, std::string::String>, ClientError>>` in the current scope
[INFO] [stdout]    --> src/tests.rs:417:4
[INFO] [stdout]     |
[INFO] [stdout] 416 |       let res = run_batch_request_with_response::<String>(batch_request, server_response)
[INFO] [stdout]     |  _______________-
[INFO] [stdout] 417 | |         .with_default_timeout()
[INFO] [stdout]     | |         -^^^^^^^^^^^^^^^^^^^^ method not found in `impl Future<Output = Result<BatchResponse<'_, String>, ClientError>>`
[INFO] [stdout]     | |_________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ok_response` in this scope
[INFO] [stdout]    --> src/tests.rs:431:3
[INFO] [stdout]     |
[INFO] [stdout] 431 |         ok_response(JsonValue::String("foo".into()), Id::Num(99_u64)),
[INFO] [stdout]     |         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `to_ws_uri_string` in this scope
[INFO] [stdout]    --> src/tests.rs:436:12
[INFO] [stdout]     |
[INFO] [stdout] 436 |     let uri = to_ws_uri_string(server.local_addr());
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ok_response` in this scope
[INFO] [stdout]    --> src/tests.rs:485:3
[INFO] [stdout]     |
[INFO] [stdout] 485 |         ok_response(expected.into(), Id::Num(0)),
[INFO] [stdout]     |         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jsonrpsee-ws-client` (lib test) due to 44 previous errors
[INFO] running `Command { std: "docker" "inspect" "5d23574886b3fa50015c38c136658fd6a742c062b1e9468c1339306a5d9f7c0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d23574886b3fa50015c38c136658fd6a742c062b1e9468c1339306a5d9f7c0e", kill_on_drop: false }`
[INFO] [stdout] 5d23574886b3fa50015c38c136658fd6a742c062b1e9468c1339306a5d9f7c0e
