[INFO] fetching crate sonic_client 0.1.2...
[INFO] testing sonic_client-0.1.2 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate sonic_client 0.1.2 into /workspace/builds/worker-4-tc2/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-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sonic_client 0.1.2 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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.1.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 568de957a06c8a04ca0592c17eabf6840a520f33e40f390df23d7c7f17d307b8
[INFO] running `Command { std: "docker" "start" "-a" "568de957a06c8a04ca0592c17eabf6840a520f33e40f390df23d7c7f17d307b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "568de957a06c8a04ca0592c17eabf6840a520f33e40f390df23d7c7f17d307b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "568de957a06c8a04ca0592c17eabf6840a520f33e40f390df23d7c7f17d307b8", kill_on_drop: false }`
[INFO] [stdout] 568de957a06c8a04ca0592c17eabf6840a520f33e40f390df23d7c7f17d307b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3617763f39a990989801502ebe41c07b64ecdbf9ca58eeb9522253ac0866a255
[INFO] running `Command { std: "docker" "start" "-a" "3617763f39a990989801502ebe41c07b64ecdbf9ca58eeb9522253ac0866a255", kill_on_drop: false }`
[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 1.46s
[INFO] running `Command { std: "docker" "inspect" "3617763f39a990989801502ebe41c07b64ecdbf9ca58eeb9522253ac0866a255", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3617763f39a990989801502ebe41c07b64ecdbf9ca58eeb9522253ac0866a255", kill_on_drop: false }`
[INFO] [stdout] 3617763f39a990989801502ebe41c07b64ecdbf9ca58eeb9522253ac0866a255
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc0478eb042bf2a8a30d69bc1b198673b9280d84bb276d851193609f28d5c056
[INFO] running `Command { std: "docker" "start" "-a" "bc0478eb042bf2a8a30d69bc1b198673b9280d84bb276d851193609f28d5c056", 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] [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]    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: `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 0.98s
[INFO] running `Command { std: "docker" "inspect" "bc0478eb042bf2a8a30d69bc1b198673b9280d84bb276d851193609f28d5c056", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc0478eb042bf2a8a30d69bc1b198673b9280d84bb276d851193609f28d5c056", kill_on_drop: false }`
[INFO] [stdout] bc0478eb042bf2a8a30d69bc1b198673b9280d84bb276d851193609f28d5c056
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1022a5db3d3d00de75eabf3bfa055f992ce4ae6f855771a46fa8aa2448beeb26
[INFO] running `Command { std: "docker" "start" "-a" "1022a5db3d3d00de75eabf3bfa055f992ce4ae6f855771a46fa8aa2448beeb26", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> src/control.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::collections::HashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sync_channel`
[INFO] [stderr]  --> src/control.rs:7:23
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::sync::mpsc::{sync_channel, Receiver, SyncSender};
[INFO] [stderr]   |                       ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> src/control.rs:146:9
[INFO] [stderr]     |
[INFO] [stderr] 146 |     use super::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::time`
[INFO] [stderr]    --> src/control.rs:147:9
[INFO] [stderr]     |
[INFO] [stderr] 147 |     use std::time;
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> src/ingest.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::collections::HashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sync_channel`
[INFO] [stderr]  --> src/ingest.rs:7:23
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::sync::mpsc::{sync_channel, Receiver, SyncSender};
[INFO] [stderr]   |                       ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> src/ingest.rs:218:9
[INFO] [stderr]     |
[INFO] [stderr] 218 |     use super::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::time`
[INFO] [stderr]    --> src/ingest.rs:219:9
[INFO] [stderr]     |
[INFO] [stderr] 219 |     use std::time;
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> src/search.rs:259:9
[INFO] [stderr]     |
[INFO] [stderr] 259 |     use super::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::time`
[INFO] [stderr]    --> src/search.rs:260:9
[INFO] [stderr]     |
[INFO] [stderr] 260 |     use std::time;
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `host` and `port` are never read
[INFO] [stderr]   --> src/control.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct ControlChan {
[INFO] [stderr]    |            ----------- fields in this struct
[INFO] [stderr] 12 |     host: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 13 |     port: usize,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `host` and `port` are never read
[INFO] [stderr]   --> src/ingest.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct IngestChan {
[INFO] [stderr]    |            ---------- fields in this struct
[INFO] [stderr] 12 |     host: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 13 |     port: usize,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `host` and `port` are never read
[INFO] [stderr]   --> src/search.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub struct SearchChan {
[INFO] [stderr]    |            ---------- fields in this struct
[INFO] [stderr] 29 |     host: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 30 |     port: usize,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/control.rs:29:23
[INFO] [stderr]    |
[INFO] [stderr] 29 |             host: host.clone().into(),
[INFO] [stderr]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = 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] [stderr]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/control.rs:31:31
[INFO] [stderr]    |
[INFO] [stderr] 31 |             password: password.clone().into(),
[INFO] [stderr]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = 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] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/ingest.rs:29:23
[INFO] [stderr]    |
[INFO] [stderr] 29 |             host: host.clone().into(),
[INFO] [stderr]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = 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] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/ingest.rs:31:31
[INFO] [stderr]    |
[INFO] [stderr] 31 |             password: password.clone().into(),
[INFO] [stderr]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = 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] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/search.rs:47:23
[INFO] [stderr]    |
[INFO] [stderr] 47 |             host: host.clone().into(),
[INFO] [stderr]    |                       ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = 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] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/search.rs:49:31
[INFO] [stderr]    |
[INFO] [stderr] 49 |             password: password.clone().into(),
[INFO] [stderr]    |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = 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] [stderr] 
[INFO] [stderr] warning: `sonic_client` (lib) generated 19 warnings (run `cargo fix --lib -p sonic_client` to apply 16 suggestions)
[INFO] [stderr] warning: `sonic_client` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sonic_client-7ba976ec38e2799d)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test control::test::test_search has been running for over 60 seconds
[INFO] [stdout] test ingest::test::test_search has been running for over 60 seconds
[INFO] [stdout] test search::test::test_search has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "1022a5db3d3d00de75eabf3bfa055f992ce4ae6f855771a46fa8aa2448beeb26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1022a5db3d3d00de75eabf3bfa055f992ce4ae6f855771a46fa8aa2448beeb26", kill_on_drop: false }`
[INFO] [stdout] 1022a5db3d3d00de75eabf3bfa055f992ce4ae6f855771a46fa8aa2448beeb26
