[INFO] cloning repository https://github.com/btbaggin/cdp-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/btbaggin/cdp-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbtbaggin%2Fcdp-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbtbaggin%2Fcdp-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d8a2dfa7ef402830615f5ec271a0e129f8c6cc4d
[INFO] testing btbaggin/cdp-rs against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbtbaggin%2Fcdp-rs" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/btbaggin/cdp-rs
[INFO] finished tweaking git repo https://github.com/btbaggin/cdp-rs
[INFO] tweaked toml for git repo https://github.com/btbaggin/cdp-rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/btbaggin/cdp-rs on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/btbaggin/cdp-rs 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a665ef0bab68d1e1aad8c30ad3bd6857d3f5e3e7487125b1639f3a6892917085
[INFO] running `Command { std: "docker" "start" "-a" "a665ef0bab68d1e1aad8c30ad3bd6857d3f5e3e7487125b1639f3a6892917085", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a665ef0bab68d1e1aad8c30ad3bd6857d3f5e3e7487125b1639f3a6892917085", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a665ef0bab68d1e1aad8c30ad3bd6857d3f5e3e7487125b1639f3a6892917085", kill_on_drop: false }`
[INFO] [stdout] a665ef0bab68d1e1aad8c30ad3bd6857d3f5e3e7487125b1639f3a6892917085
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0dce5a38dc0b447b0be702bc5b9ad279036741d3f4f25efd85f90403d7c8ed83
[INFO] running `Command { std: "docker" "start" "-a" "0dce5a38dc0b447b0be702bc5b9ad279036741d3f4f25efd85f90403d7c8ed83", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling cc v1.0.74
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling openssl-sys v0.9.77
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling hyper v0.14.22
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.12
[INFO] [stderr]    Compiling cdp-rs v0.3.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.42
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0dce5a38dc0b447b0be702bc5b9ad279036741d3f4f25efd85f90403d7c8ed83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0dce5a38dc0b447b0be702bc5b9ad279036741d3f4f25efd85f90403d7c8ed83", kill_on_drop: false }`
[INFO] [stdout] 0dce5a38dc0b447b0be702bc5b9ad279036741d3f4f25efd85f90403d7c8ed83
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b4b84ca7a15096022fa02764b5222cab49ad49b2c563a80cb397461bcb04abc
[INFO] running `Command { std: "docker" "start" "-a" "9b4b84ca7a15096022fa02764b5222cab49ad49b2c563a80cb397461bcb04abc", kill_on_drop: false }`
[INFO] [stderr]    Compiling cdp-rs v0.3.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.42
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "9b4b84ca7a15096022fa02764b5222cab49ad49b2c563a80cb397461bcb04abc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b4b84ca7a15096022fa02764b5222cab49ad49b2c563a80cb397461bcb04abc", kill_on_drop: false }`
[INFO] [stdout] 9b4b84ca7a15096022fa02764b5222cab49ad49b2c563a80cb397461bcb04abc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0912d115c9fc0e7d441e1bea2e81816b06b445043e93f677aab14e15706d5ee0
[INFO] running `Command { std: "docker" "start" "-a" "0912d115c9fc0e7d441e1bea2e81816b06b445043e93f677aab14e15706d5ee0", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.42
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cdp_rs-b2ffb255c8abf2cd)
[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]    Doc-tests cdp_rs
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - CdpConnection::wait_message (line 220) ... FAILED
[INFO] [stdout] test src/lib.rs - CdpConnection::wait_for (line 264) ... FAILED
[INFO] [stdout] test src/lib.rs - CdpClient::connect_to_target (line 92) ... FAILED
[INFO] [stdout] test src/lib.rs - CdpConnection::wait_event (line 242) ... FAILED
[INFO] [stdout] test src/lib.rs - CdpConnection::send (line 182) ... FAILED
[INFO] [stdout] test src/lib.rs - CdpClient::connect_to_tab (line 112) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - CdpConnection::wait_message (line 220) stdout ----
[INFO] [stdout] error[E0599]: no method named `wait_message` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]    --> src/lib.rs:225:20
[INFO] [stdout]     |
[INFO] [stdout] 225 | let response = cdp.wait_message();
[INFO] [stdout]     |                    ^^^^^^^^^^^^ method not found in `Result<CdpConnection, ClientError>`
[INFO] [stdout]     |
[INFO] [stdout] note: the method `wait_message` exists on the type `CdpConnection`
[INFO] [stdout]    --> src/lib.rs:226:5
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn wait_message(&mut self) -> Result<Value, MessageError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `CdpConnection` value, panicking if the value is a `Result::Err`
[INFO] [stdout]     |
[INFO] [stdout] 225 | let response = cdp.expect("REASON").wait_message();
[INFO] [stdout]     |                   +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - CdpConnection::wait_for (line 264) stdout ----
[INFO] [stdout] error[E0599]: no method named `wait_for` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]    --> src/lib.rs:269:20
[INFO] [stdout]     |
[INFO] [stdout] 269 | let response = cdp.wait_for(|m| { m.get("result").is_some() });
[INFO] [stdout]     |                    ^^^^^^^^ method not found in `Result<CdpConnection, ClientError>`
[INFO] [stdout]     |
[INFO] [stdout] note: the method `wait_for` exists on the type `CdpConnection`
[INFO] [stdout]    --> src/lib.rs:270:5
[INFO] [stdout]     |
[INFO] [stdout] 270 | /     pub fn wait_for<F>(&mut self, timeout: Option<Duration>, f: F) -> Result<Value, MessageError>
[INFO] [stdout] 271 | |         where F: Fn(&Value) -> bool {
[INFO] [stdout]     | |___________________________________^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `CdpConnection` value, panicking if the value is a `Result::Err`
[INFO] [stdout]     |
[INFO] [stdout] 269 | let response = cdp.expect("REASON").wait_for(|m| { m.get("result").is_some() });
[INFO] [stdout]     |                   +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - CdpClient::connect_to_target (line 92) stdout ----
[INFO] [stdout] error: cannot find macro `parms` in this scope
[INFO] [stdout]   --> src/lib.rs:98:48
[INFO] [stdout]    |
[INFO] [stdout] 98 | if let Ok(r) = cdp.send("Target.createTarget", parms!("url", "https://www.google.com")) {
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]    --> src/lib.rs:98:20
[INFO] [stdout]     |
[INFO] [stdout]  98 | if let Ok(r) = cdp.send("Target.createTarget", parms!("url", "https://www.google.com")) {
[INFO] [stdout]     |                    ^^^^ method not found in `Result<CdpConnection, ClientError>`
[INFO] [stdout]     |
[INFO] [stdout] note: the method `send` exists on the type `CdpConnection`
[INFO] [stdout]    --> src/lib.rs:188:5
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn send(&mut self, method: &'static str, parms: Vec<(&'static str, MessageParameter)>) -> Result<Value, MessageError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `CdpConnection` value, panicking if the value is a `Result::Err`
[INFO] [stdout]     |
[INFO] [stdout]  98 | if let Ok(r) = cdp.expect("REASON").send("Target.createTarget", parms!("url", "https://www.google.com")) {
[INFO] [stdout]     |                   +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - CdpConnection::wait_event (line 242) stdout ----
[INFO] [stdout] error: cannot find macro `parms` in this scope
[INFO] [stdout]    --> src/lib.rs:247:28
[INFO] [stdout]     |
[INFO] [stdout] 247 | cdp.send("Network.enable", parms!()).unwrap();
[INFO] [stdout]     |                            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]    --> src/lib.rs:247:5
[INFO] [stdout]     |
[INFO] [stdout] 247 | cdp.send("Network.enable", parms!()).unwrap();
[INFO] [stdout]     |     ^^^^ method not found in `Result<CdpConnection, ClientError>`
[INFO] [stdout]     |
[INFO] [stdout] note: the method `send` exists on the type `CdpConnection`
[INFO] [stdout]    --> src/lib.rs:188:5
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn send(&mut self, method: &'static str, parms: Vec<(&'static str, MessageParameter)>) -> Result<Value, MessageError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `CdpConnection` value, panicking if the value is a `Result::Err`
[INFO] [stdout]     |
[INFO] [stdout] 247 | cdp.expect("REASON").send("Network.enable", parms!()).unwrap();
[INFO] [stdout]     |    +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `wait_event` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]    --> src/lib.rs:248:20
[INFO] [stdout]     |
[INFO] [stdout] 248 | let response = cdp.wait_event("Network.dataReceived", None);
[INFO] [stdout]     |                    ^^^^^^^^^^ method not found in `Result<CdpConnection, ClientError>`
[INFO] [stdout]     |
[INFO] [stdout] note: the method `wait_event` exists on the type `CdpConnection`
[INFO] [stdout]    --> src/lib.rs:249:5
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub fn wait_event(&mut self, event: &str, timeout: Option<Duration>) -> Result<Value, MessageError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `CdpConnection` value, panicking if the value is a `Result::Err`
[INFO] [stdout]     |
[INFO] [stdout] 248 | let response = cdp.expect("REASON").wait_event("Network.dataReceived", None);
[INFO] [stdout]     |                   +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - CdpConnection::send (line 182) stdout ----
[INFO] [stdout] error: cannot find macro `parms` in this scope
[INFO] [stdout]    --> src/lib.rs:187:32
[INFO] [stdout]     |
[INFO] [stdout] 187 | cdp.send("Network.getCookies", parms!("urls", vec!["https://www.google.com"]));
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]    --> src/lib.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 | cdp.send("Network.getCookies", parms!("urls", vec!["https://www.google.com"]));
[INFO] [stdout]     |     ^^^^ method not found in `Result<CdpConnection, ClientError>`
[INFO] [stdout]     |
[INFO] [stdout] note: the method `send` exists on the type `CdpConnection`
[INFO] [stdout]    --> src/lib.rs:188:5
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn send(&mut self, method: &'static str, parms: Vec<(&'static str, MessageParameter)>) -> Result<Value, MessageError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `CdpConnection` value, panicking if the value is a `Result::Err`
[INFO] [stdout]     |
[INFO] [stdout] 187 | cdp.expect("REASON").send("Network.getCookies", parms!("urls", vec!["https://www.google.com"]));
[INFO] [stdout]     |    +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - CdpClient::connect_to_target (line 92)
[INFO] [stdout]     src/lib.rs - CdpConnection::send (line 182)
[INFO] [stdout]     src/lib.rs - CdpConnection::wait_event (line 242)
[INFO] [stdout]     src/lib.rs - CdpConnection::wait_for (line 264)
[INFO] [stdout]     src/lib.rs - CdpConnection::wait_message (line 220)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "0912d115c9fc0e7d441e1bea2e81816b06b445043e93f677aab14e15706d5ee0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0912d115c9fc0e7d441e1bea2e81816b06b445043e93f677aab14e15706d5ee0", kill_on_drop: false }`
[INFO] [stdout] 0912d115c9fc0e7d441e1bea2e81816b06b445043e93f677aab14e15706d5ee0
