[INFO] fetching crate sonic_client 0.1.2...
[INFO] building sonic_client-0.1.2 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate sonic_client 0.1.2 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate sonic_client 0.1.2
[INFO] finished tweaking crates.io crate sonic_client 0.1.2
[INFO] tweaked toml for crates.io crate sonic_client 0.1.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sonic_client 0.1.2 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] [stderr]       Adding mio v0.6.23 (available: v1.0.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 04b878b27ea525aa643ce53c751cfc84acbd1e043c12101dcc07f02703ff284d
[INFO] running `Command { std: "docker" "start" "-a" "04b878b27ea525aa643ce53c751cfc84acbd1e043c12101dcc07f02703ff284d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04b878b27ea525aa643ce53c751cfc84acbd1e043c12101dcc07f02703ff284d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04b878b27ea525aa643ce53c751cfc84acbd1e043c12101dcc07f02703ff284d", kill_on_drop: false }`
[INFO] [stdout] 04b878b27ea525aa643ce53c751cfc84acbd1e043c12101dcc07f02703ff284d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 39bdfbb8266e8655a0b5006d21bce86b57e5cb5b7d37cbbee9a9c744490f2309
[INFO] running `Command { std: "docker" "start" "-a" "39bdfbb8266e8655a0b5006d21bce86b57e5cb5b7d37cbbee9a9c744490f2309", kill_on_drop: false }`
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling sonic_client v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/control.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync_channel`
[INFO] [stdout]  --> src/control.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::mpsc::{sync_channel, Receiver, SyncSender};
[INFO] [stdout]   |                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/control.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time`
[INFO] [stdout]    --> src/control.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     use std::time;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/ingest.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync_channel`
[INFO] [stdout]  --> src/ingest.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::mpsc::{sync_channel, Receiver, SyncSender};
[INFO] [stdout]   |                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/ingest.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time`
[INFO] [stdout]    --> src/ingest.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |     use std::time;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/search.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time`
[INFO] [stdout]    --> src/search.rs:260:9
[INFO] [stdout]     |
[INFO] [stdout] 260 |     use std::time;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `host` and `port` are never read
[INFO] [stdout]   --> src/control.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct ControlChan {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 12 |     host: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 13 |     port: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `host` and `port` are never read
[INFO] [stdout]   --> src/ingest.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct IngestChan {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 12 |     host: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 13 |     port: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `host` and `port` are never read
[INFO] [stdout]   --> src/search.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct SearchChan {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 29 |     host: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 30 |     port: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/control.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |             host: host.clone().into(),
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/control.rs:31:31
[INFO] [stdout]    |
[INFO] [stdout] 31 |             password: password.clone().into(),
[INFO] [stdout]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/ingest.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |             host: host.clone().into(),
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/ingest.rs:31:31
[INFO] [stdout]    |
[INFO] [stdout] 31 |             password: password.clone().into(),
[INFO] [stdout]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/search.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             host: host.clone().into(),
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/search.rs:49:31
[INFO] [stdout]    |
[INFO] [stdout] 49 |             password: password.clone().into(),
[INFO] [stdout]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
[INFO] running `Command { std: "docker" "inspect" "39bdfbb8266e8655a0b5006d21bce86b57e5cb5b7d37cbbee9a9c744490f2309", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39bdfbb8266e8655a0b5006d21bce86b57e5cb5b7d37cbbee9a9c744490f2309", kill_on_drop: false }`
[INFO] [stdout] 39bdfbb8266e8655a0b5006d21bce86b57e5cb5b7d37cbbee9a9c744490f2309
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e5bb7866cf671a78f2fc6a0d5278b904adc6aaa56924a447f1b49bf16f5657c0
[INFO] running `Command { std: "docker" "start" "-a" "e5bb7866cf671a78f2fc6a0d5278b904adc6aaa56924a447f1b49bf16f5657c0", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/control.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync_channel`
[INFO] [stdout]  --> src/control.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::mpsc::{sync_channel, Receiver, SyncSender};
[INFO] [stdout]   |                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/control.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time`
[INFO] [stdout]    --> src/control.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     use std::time;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/ingest.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync_channel`
[INFO] [stdout]  --> src/ingest.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::mpsc::{sync_channel, Receiver, SyncSender};
[INFO] [stdout]   |                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/ingest.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time`
[INFO] [stdout]    --> src/ingest.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |     use std::time;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/search.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time`
[INFO] [stdout]    --> src/search.rs:260:9
[INFO] [stdout]     |
[INFO] [stdout] 260 |     use std::time;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `host` and `port` are never read
[INFO] [stdout]   --> src/control.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct ControlChan {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 12 |     host: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 13 |     port: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `host` and `port` are never read
[INFO] [stdout]   --> src/ingest.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct IngestChan {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 12 |     host: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 13 |     port: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `host` and `port` are never read
[INFO] [stdout]   --> src/search.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct SearchChan {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 29 |     host: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 30 |     port: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/control.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |             host: host.clone().into(),
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/control.rs:31:31
[INFO] [stdout]    |
[INFO] [stdout] 31 |             password: password.clone().into(),
[INFO] [stdout]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/ingest.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |             host: host.clone().into(),
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/ingest.rs:31:31
[INFO] [stdout]    |
[INFO] [stdout] 31 |             password: password.clone().into(),
[INFO] [stdout]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/search.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             host: host.clone().into(),
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sonic_client v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/search.rs:49:31
[INFO] [stdout]    |
[INFO] [stdout] 49 |             password: password.clone().into(),
[INFO] [stdout]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/control.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync_channel`
[INFO] [stdout]  --> src/control.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::mpsc::{sync_channel, Receiver, SyncSender};
[INFO] [stdout]   |                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/ingest.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync_channel`
[INFO] [stdout]  --> src/ingest.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::mpsc::{sync_channel, Receiver, SyncSender};
[INFO] [stdout]   |                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `host` and `port` are never read
[INFO] [stdout]   --> src/control.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct ControlChan {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 12 |     host: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 13 |     port: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `host` and `port` are never read
[INFO] [stdout]   --> src/ingest.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct IngestChan {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 12 |     host: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 13 |     port: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `host` and `port` are never read
[INFO] [stdout]   --> src/search.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct SearchChan {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 29 |     host: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 30 |     port: usize,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/control.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |             host: host.clone().into(),
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/control.rs:31:31
[INFO] [stdout]    |
[INFO] [stdout] 31 |             password: password.clone().into(),
[INFO] [stdout]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/ingest.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |             host: host.clone().into(),
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/ingest.rs:31:31
[INFO] [stdout]    |
[INFO] [stdout] 31 |             password: password.clone().into(),
[INFO] [stdout]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/search.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             host: host.clone().into(),
[INFO] [stdout]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/search.rs:49:31
[INFO] [stdout]    |
[INFO] [stdout] 49 |             password: password.clone().into(),
[INFO] [stdout]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.19s
[INFO] running `Command { std: "docker" "inspect" "e5bb7866cf671a78f2fc6a0d5278b904adc6aaa56924a447f1b49bf16f5657c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5bb7866cf671a78f2fc6a0d5278b904adc6aaa56924a447f1b49bf16f5657c0", kill_on_drop: false }`
[INFO] [stdout] e5bb7866cf671a78f2fc6a0d5278b904adc6aaa56924a447f1b49bf16f5657c0
