[INFO] fetching crate bolt-client 0.11.0...
[INFO] checking bolt-client-0.11.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bolt-client 0.11.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate bolt-client 0.11.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bolt-client 0.11.0
[INFO] finished tweaking crates.io crate bolt-client 0.11.0
[INFO] tweaked toml for crates.io crate bolt-client 0.11.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bolt-proto v0.12.0
[INFO] [stderr]   Downloaded bolt-proto-derive v0.6.0
[INFO] [stderr]   Downloaded bolt-client-macros v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e36c4851c3070fec6661e0d4c2c099cf8eb7cda0dbafe7d18713991a7b89cf6
[INFO] running `Command { std: "docker" "start" "-a" "8e36c4851c3070fec6661e0d4c2c099cf8eb7cda0dbafe7d18713991a7b89cf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e36c4851c3070fec6661e0d4c2c099cf8eb7cda0dbafe7d18713991a7b89cf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e36c4851c3070fec6661e0d4c2c099cf8eb7cda0dbafe7d18713991a7b89cf6", kill_on_drop: false }`
[INFO] [stdout] 8e36c4851c3070fec6661e0d4c2c099cf8eb7cda0dbafe7d18713991a7b89cf6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 096b3472c1552d162b7b62fb30c9d40972d282401dcd4503b2c13b56fc0c64f9
[INFO] running `Command { std: "docker" "start" "-a" "096b3472c1552d162b7b62fb30c9d40972d282401dcd4503b2c13b56fc0c64f9", kill_on_drop: false }`
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling bolt-proto-derive v0.6.0
[INFO] [stderr]    Compiling bolt-client-macros v0.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking thiserror v1.0.57
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling chrono-tz-build v0.2.1
[INFO] [stderr]    Compiling chrono-tz v0.8.6
[INFO] [stderr]     Checking bolt-proto v0.12.0
[INFO] [stderr]     Checking bolt-client v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]   --> src/client.rs:17:60
[INFO] [stdout]    |
[INFO] [stdout] 17 |     error::Error as ProtocolError, message::*, version::*, Message, ServerState, ServerState::*,
[INFO] [stdout]    |                                    ----------              ^^^^^^^
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the item `Message` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::io::BufStream`
[INFO] [stdout]    --> src/client/v1.rs:6:9
[INFO] [stdout]     |
[INFO] [stdout] 6   |     use tokio::io::BufStream;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ no `BufStream` in `io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/io/mod.rs:275:20
[INFO] [stdout]     |
[INFO] [stdout] 275 |         BufReader, BufStream, BufWriter, DuplexStream, Empty, Lines, Repeat, Sink, Split, Take,
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `io-util` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::stream`
[INFO] [stdout]    --> src/client/v1.rs:11:35
[INFO] [stdout]     |
[INFO] [stdout] 11  |         skip_if_handshake_failed, stream, Client, Metadata, Params,
[INFO] [stdout]     |                                   ^^^^^^ no `stream` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing one of these items instead:
[INFO] [stdout]             futures_util::stream
[INFO] [stdout]             tokio::stream
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 | mod stream;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `tokio-stream` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]   --> src/client.rs:17:60
[INFO] [stdout]    |
[INFO] [stdout] 17 |     error::Error as ProtocolError, message::*, version::*, Message, ServerState, ServerState::*,
[INFO] [stdout]    |                                    ----------              ^^^^^^^
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the item `Message` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]  --> src/client/v4_1.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use bolt_proto::{message::*, value::*, version::*, Message, ServerState::*};
[INFO] [stdout]   |                      ----------                        ^^^^^^^
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      the item `Message` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]  --> src/client/v4_2.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use bolt_proto::{message::*, value::*, version::*, Message, ServerState::*};
[INFO] [stdout]   |                      ----------                        ^^^^^^^
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      the item `Message` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]  --> src/client/v4_3.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use bolt_proto::{message::*, value::*, version::*, Message, ServerState::*};
[INFO] [stdout]   |                      ----------                        ^^^^^^^
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      the item `Message` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]  --> src/client/v4_4.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use bolt_proto::{message::*, value::*, version::*, Message, ServerState::*};
[INFO] [stdout]   |                      ----------                        ^^^^^^^
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      the item `Message` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `i64` cannot be dereferenced
[INFO] [stdout]    --> src/client/v4.rs:373:43
[INFO] [stdout]     |
[INFO] [stdout] 373 |                     qids.insert(n as i32, *qid);
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `i64` cannot be dereferenced
[INFO] [stdout]    --> src/client/v4_1.rs:373:43
[INFO] [stdout]     |
[INFO] [stdout] 373 |                     qids.insert(n as i32, *qid);
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `i64` cannot be dereferenced
[INFO] [stdout]    --> src/client/v4_2.rs:373:43
[INFO] [stdout]     |
[INFO] [stdout] 373 |                     qids.insert(n as i32, *qid);
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `i64` cannot be dereferenced
[INFO] [stdout]    --> src/client/v4_3.rs:374:43
[INFO] [stdout]     |
[INFO] [stdout] 374 |                     qids.insert(n as i32, *qid);
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `i64` cannot be dereferenced
[INFO] [stdout]    --> src/client/v4_4.rs:374:43
[INFO] [stdout]     |
[INFO] [stdout] 374 |                     qids.insert(n as i32, *qid);
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0614.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bolt-client` (lib test) due to 8 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "096b3472c1552d162b7b62fb30c9d40972d282401dcd4503b2c13b56fc0c64f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "096b3472c1552d162b7b62fb30c9d40972d282401dcd4503b2c13b56fc0c64f9", kill_on_drop: false }`
[INFO] [stdout] 096b3472c1552d162b7b62fb30c9d40972d282401dcd4503b2c13b56fc0c64f9
[INFO] checking bolt-client-0.11.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate bolt-client 0.11.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate bolt-client 0.11.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bolt-client 0.11.0
[INFO] finished tweaking crates.io crate bolt-client 0.11.0
[INFO] tweaked toml for crates.io crate bolt-client 0.11.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe33a9a838520c7542349862d5dcd28e125a375c4547313caf62fb5e52f53ff6
[INFO] running `Command { std: "docker" "start" "-a" "fe33a9a838520c7542349862d5dcd28e125a375c4547313caf62fb5e52f53ff6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe33a9a838520c7542349862d5dcd28e125a375c4547313caf62fb5e52f53ff6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe33a9a838520c7542349862d5dcd28e125a375c4547313caf62fb5e52f53ff6", kill_on_drop: false }`
[INFO] [stdout] fe33a9a838520c7542349862d5dcd28e125a375c4547313caf62fb5e52f53ff6
[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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 764a2200cfa0912e463ce8beed822bb408774f9907869eeceb68e3e6316cd667
[INFO] running `Command { std: "docker" "start" "-a" "764a2200cfa0912e463ce8beed822bb408774f9907869eeceb68e3e6316cd667", kill_on_drop: false }`
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling bolt-proto-derive v0.6.0
[INFO] [stderr]    Compiling bolt-client-macros v0.3.0
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]     Checking thiserror v1.0.57
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling chrono-tz-build v0.2.1
[INFO] [stderr]    Compiling chrono-tz v0.8.6
[INFO] [stderr]     Checking bolt-proto v0.12.0
[INFO] [stderr]     Checking bolt-client v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]   --> src/client.rs:17:60
[INFO] [stdout]    |
[INFO] [stdout] 17 |     error::Error as ProtocolError, message::*, version::*, Message, ServerState, ServerState::*,
[INFO] [stdout]    |                                    ----------              ^^^^^^^
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the item `Message` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::io::BufStream`
[INFO] [stdout]    --> src/client/v1.rs:6:9
[INFO] [stdout]     |
[INFO] [stdout] 6   |     use tokio::io::BufStream;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ no `BufStream` in `io`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/io/mod.rs:275:20
[INFO] [stdout]     |
[INFO] [stdout] 275 |         BufReader, BufStream, BufWriter, DuplexStream, Empty, Lines, Repeat, Sink, Split, Take,
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `io-util` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::stream`
[INFO] [stdout]    --> src/client/v1.rs:11:35
[INFO] [stdout]     |
[INFO] [stdout] 11  |         skip_if_handshake_failed, stream, Client, Metadata, Params,
[INFO] [stdout]     |                                   ^^^^^^ no `stream` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing one of these items instead:
[INFO] [stdout]             futures_util::stream
[INFO] [stdout]             tokio::stream
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 | mod stream;
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `tokio-stream` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]   --> src/client.rs:17:60
[INFO] [stdout]    |
[INFO] [stdout] 17 |     error::Error as ProtocolError, message::*, version::*, Message, ServerState, ServerState::*,
[INFO] [stdout]    |                                    ----------              ^^^^^^^
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the item `Message` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]  --> src/client/v4_1.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use bolt_proto::{message::*, value::*, version::*, Message, ServerState::*};
[INFO] [stdout]   |                      ----------                        ^^^^^^^
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      the item `Message` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]  --> src/client/v4_2.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use bolt_proto::{message::*, value::*, version::*, Message, ServerState::*};
[INFO] [stdout]   |                      ----------                        ^^^^^^^
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      the item `Message` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]  --> src/client/v4_3.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use bolt_proto::{message::*, value::*, version::*, Message, ServerState::*};
[INFO] [stdout]   |                      ----------                        ^^^^^^^
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      the item `Message` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Message` is imported redundantly
[INFO] [stdout]  --> src/client/v4_4.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use bolt_proto::{message::*, value::*, version::*, Message, ServerState::*};
[INFO] [stdout]   |                      ----------                        ^^^^^^^
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      the item `Message` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `i64` cannot be dereferenced
[INFO] [stdout]    --> src/client/v4.rs:373:43
[INFO] [stdout]     |
[INFO] [stdout] 373 |                     qids.insert(n as i32, *qid);
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `i64` cannot be dereferenced
[INFO] [stdout]    --> src/client/v4_1.rs:373:43
[INFO] [stdout]     |
[INFO] [stdout] 373 |                     qids.insert(n as i32, *qid);
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `i64` cannot be dereferenced
[INFO] [stdout]    --> src/client/v4_2.rs:373:43
[INFO] [stdout]     |
[INFO] [stdout] 373 |                     qids.insert(n as i32, *qid);
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `i64` cannot be dereferenced
[INFO] [stdout]    --> src/client/v4_3.rs:374:43
[INFO] [stdout]     |
[INFO] [stdout] 374 |                     qids.insert(n as i32, *qid);
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `i64` cannot be dereferenced
[INFO] [stdout]    --> src/client/v4_4.rs:374:43
[INFO] [stdout]     |
[INFO] [stdout] 374 |                     qids.insert(n as i32, *qid);
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0614.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bolt-client` (lib test) due to 8 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "764a2200cfa0912e463ce8beed822bb408774f9907869eeceb68e3e6316cd667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "764a2200cfa0912e463ce8beed822bb408774f9907869eeceb68e3e6316cd667", kill_on_drop: false }`
[INFO] [stdout] 764a2200cfa0912e463ce8beed822bb408774f9907869eeceb68e3e6316cd667
