[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 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbtbaggin%2Fcdp-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/btbaggin/cdp-rs on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded reqwest v0.11.12
[INFO] [stderr]   Downloaded hyper v0.14.22
[INFO] [stderr]   Downloaded openssl v0.10.42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c263f4050a03c020b2ca55a09e86447bcf44de620d8296a6cb69c366ef56427f
[INFO] running `Command { std: "docker" "start" "-a" "c263f4050a03c020b2ca55a09e86447bcf44de620d8296a6cb69c366ef56427f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c263f4050a03c020b2ca55a09e86447bcf44de620d8296a6cb69c366ef56427f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c263f4050a03c020b2ca55a09e86447bcf44de620d8296a6cb69c366ef56427f", kill_on_drop: false }`
[INFO] [stdout] c263f4050a03c020b2ca55a09e86447bcf44de620d8296a6cb69c366ef56427f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f3212aad163387439b35ef0abdd5740e72e9d9b94e00bb94bec701124eb149b
[INFO] running `Command { std: "docker" "start" "-a" "9f3212aad163387439b35ef0abdd5740e72e9d9b94e00bb94bec701124eb149b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling cc v1.0.74
[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 slab v0.4.7
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling openssl-sys v0.9.77
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling h2 v0.3.15
[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 30.19s
[INFO] running `Command { std: "docker" "inspect" "9f3212aad163387439b35ef0abdd5740e72e9d9b94e00bb94bec701124eb149b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f3212aad163387439b35ef0abdd5740e72e9d9b94e00bb94bec701124eb149b", kill_on_drop: false }`
[INFO] [stdout] 9f3212aad163387439b35ef0abdd5740e72e9d9b94e00bb94bec701124eb149b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 388ba8452b8d1bed2dd729c46c0010451eb86e4397faae8782e2e3d06bbe513e
[INFO] running `Command { std: "docker" "start" "-a" "388ba8452b8d1bed2dd729c46c0010451eb86e4397faae8782e2e3d06bbe513e", 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] running `Command { std: "docker" "inspect" "388ba8452b8d1bed2dd729c46c0010451eb86e4397faae8782e2e3d06bbe513e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "388ba8452b8d1bed2dd729c46c0010451eb86e4397faae8782e2e3d06bbe513e", kill_on_drop: false }`
[INFO] [stdout] 388ba8452b8d1bed2dd729c46c0010451eb86e4397faae8782e2e3d06bbe513e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5f6fab67edb9d4bde142a42bc182b60c2669d8c99209e7595f65d496aabb99c2
[INFO] running `Command { std: "docker" "start" "-a" "5f6fab67edb9d4bde142a42bc182b60c2669d8c99209e7595f65d496aabb99c2", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cdp_rs-5f0bb0fb4e8e8796)
[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 - CdpClient::connect_to_target (line 92) ... FAILED
[INFO] [stdout] test src/lib.rs - CdpConnection::send (line 182) ... FAILED
[INFO] [stdout] test src/lib.rs - CdpConnection::wait_event (line 242) ... FAILED
[INFO] [stdout] test src/lib.rs - CdpConnection::wait_for (line 264) ... FAILED
[INFO] [stdout] test src/lib.rs - CdpConnection::wait_message (line 220) ... 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 - 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] 9 | if let Ok(r) = cdp.send("Target.createTarget", parms!("url", "https://www.google.com")) {
[INFO] [stdout]   |                                                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use cdp_rs::parms;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send` found for enum `Result` in the current scope
[INFO] [stdout]    --> src/lib.rs:98:20
[INFO] [stdout]     |
[INFO] [stdout]   9 | 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]    --> /opt/rustwide/workdir/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]   9 | 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::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] 8 | cdp.send("Network.getCookies", parms!("urls", vec!["https://www.google.com"]));
[INFO] [stdout]   |                                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use cdp_rs::parms;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send` found for enum `Result` in the current scope
[INFO] [stdout]    --> src/lib.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | 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]    --> /opt/rustwide/workdir/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]   8 | 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] ---- 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] 8 | cdp.send("Network.enable", parms!()).unwrap();
[INFO] [stdout]   |                            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use cdp_rs::parms;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send` found for enum `Result` in the current scope
[INFO] [stdout]    --> src/lib.rs:247:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | 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]    --> /opt/rustwide/workdir/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]   8 | 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` in the current scope
[INFO] [stdout]    --> src/lib.rs:248:20
[INFO] [stdout]     |
[INFO] [stdout]   9 | 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]    --> /opt/rustwide/workdir/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]   9 | 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::wait_for (line 264) stdout ----
[INFO] [stdout] error[E0599]: no method named `wait_for` found for enum `Result` in the current scope
[INFO] [stdout]    --> src/lib.rs:269:20
[INFO] [stdout]     |
[INFO] [stdout]   8 | 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]    --> /opt/rustwide/workdir/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]   8 | 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 - CdpConnection::wait_message (line 220) stdout ----
[INFO] [stdout] error[E0599]: no method named `wait_message` found for enum `Result` in the current scope
[INFO] [stdout]    --> src/lib.rs:225:20
[INFO] [stdout]     |
[INFO] [stdout]   8 | 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]    --> /opt/rustwide/workdir/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]   8 | 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] 
[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 0.96s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5f6fab67edb9d4bde142a42bc182b60c2669d8c99209e7595f65d496aabb99c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f6fab67edb9d4bde142a42bc182b60c2669d8c99209e7595f65d496aabb99c2", kill_on_drop: false }`
[INFO] [stdout] 5f6fab67edb9d4bde142a42bc182b60c2669d8c99209e7595f65d496aabb99c2
