[INFO] cloning repository https://github.com/kevinfjiang/proteon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kevinfjiang/proteon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinfjiang%2Fproteon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinfjiang%2Fproteon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 508db04487f56af00a05f63a5da1a52be87b5c9c
[INFO] testing kevinfjiang/proteon against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinfjiang%2Fproteon" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kevinfjiang/proteon
[INFO] finished tweaking git repo https://github.com/kevinfjiang/proteon
[INFO] tweaked toml for git repo https://github.com/kevinfjiang/proteon written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kevinfjiang/proteon on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kevinfjiang/proteon already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5b7e9aeb194a100e94516ccfad0fa7dd9cfa0c1f3c307fd6fd58b11b77fbdddd
[INFO] running `Command { std: "docker" "start" "-a" "5b7e9aeb194a100e94516ccfad0fa7dd9cfa0c1f3c307fd6fd58b11b77fbdddd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b7e9aeb194a100e94516ccfad0fa7dd9cfa0c1f3c307fd6fd58b11b77fbdddd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b7e9aeb194a100e94516ccfad0fa7dd9cfa0c1f3c307fd6fd58b11b77fbdddd", kill_on_drop: false }`
[INFO] [stdout] 5b7e9aeb194a100e94516ccfad0fa7dd9cfa0c1f3c307fd6fd58b11b77fbdddd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d8ed24dca07097d2a68bd0c53c82fec99dc61826b6ea7c865c089a163a2b3da
[INFO] running `Command { std: "docker" "start" "-a" "5d8ed24dca07097d2a68bd0c53c82fec99dc61826b6ea7c865c089a163a2b3da", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.9
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling concurrent-queue v1.2.4
[INFO] [stderr]    Compiling polling v2.4.0
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling async-io v1.10.0
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]    Compiling async-task v4.3.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling async-channel v1.7.1
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling thiserror v1.0.47
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling clap_lex v0.3.0
[INFO] [stderr]    Compiling concurrent-queue v2.0.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling syn v2.0.29
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling async-lock v2.6.0
[INFO] [stderr]    Compiling blocking v1.2.0
[INFO] [stderr]    Compiling async-executor v1.5.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.47
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]    Compiling mockall_double v0.2.1
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-global-executor v2.3.1
[INFO] [stderr]    Compiling clap v4.0.26
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling combine v4.6.6
[INFO] [stderr]    Compiling redis v0.22.1
[INFO] [stderr]    Compiling proteon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]  --> src/redisconn.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::error::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/lb/backend.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub struct Pool<LB: LoadBalancer> {
[INFO] [stdout]    |                ---- field in this struct
[INFO] [stdout] 33 |         pub name: String,
[INFO] [stdout]    |             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `LoadBalanceError` is never constructed
[INFO] [stdout]   --> src/trsfr/serve.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub enum BalanceError<LB: LoadBalancer> {
[INFO] [stdout]    |              ------------ variant in this enum
[INFO] [stdout] 16 |         #[error("Load balance error as follows {0}")]
[INFO] [stdout] 17 |         LoadBalanceError(LB::Err),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BalanceError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.59s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "5d8ed24dca07097d2a68bd0c53c82fec99dc61826b6ea7c865c089a163a2b3da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d8ed24dca07097d2a68bd0c53c82fec99dc61826b6ea7c865c089a163a2b3da", kill_on_drop: false }`
[INFO] [stdout] 5d8ed24dca07097d2a68bd0c53c82fec99dc61826b6ea7c865c089a163a2b3da
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc2498c959ddf93c67aa0ef01070b6946de819943eaf7d6d268397ff893c3dc3
[INFO] running `Command { std: "docker" "start" "-a" "fc2498c959ddf93c67aa0ef01070b6946de819943eaf7d6d268397ff893c3dc3", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling predicates-core v1.0.5
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling predicates-tree v1.0.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling predicates v2.1.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling mockall_derive v0.11.3
[INFO] [stderr]    Compiling mockall_double v0.2.1
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.9
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling polling v2.4.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-io v1.10.0
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling clap v4.0.26
[INFO] [stderr]    Compiling async-global-executor v2.3.1
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]    Compiling mockall v0.11.3
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling combine v4.6.6
[INFO] [stderr]    Compiling redis v0.22.1
[INFO] [stderr]    Compiling proteon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]    --> src/lb/backend.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     use std::error::Error;
[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 imports: `IpAddr` and `Ipv4Addr`
[INFO] [stdout]    --> src/lb/backend.rs:107:20
[INFO] [stdout]     |
[INFO] [stdout] 107 |     use std::net::{IpAddr, Ipv4Addr};
[INFO] [stdout]     |                    ^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Duration` and `Instant`
[INFO] [stdout]    --> src/lb/backend.rs:108:21
[INFO] [stdout]     |
[INFO] [stdout] 108 |     use std::time::{Duration, Instant};
[INFO] [stdout]     |                     ^^^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]  --> src/redisconn.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::error::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `LoadBalanceError` is never constructed
[INFO] [stdout]   --> src/trsfr/serve.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub enum BalanceError<LB: LoadBalancer> {
[INFO] [stdout]    |              ------------ variant in this enum
[INFO] [stdout] 16 |         #[error("Load balance error as follows {0}")]
[INFO] [stdout] 17 |         LoadBalanceError(LB::Err),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BalanceError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 34.64s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "fc2498c959ddf93c67aa0ef01070b6946de819943eaf7d6d268397ff893c3dc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc2498c959ddf93c67aa0ef01070b6946de819943eaf7d6d268397ff893c3dc3", kill_on_drop: false }`
[INFO] [stdout] fc2498c959ddf93c67aa0ef01070b6946de819943eaf7d6d268397ff893c3dc3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d4101dff59dc255621de43026bf0ed3635761e0031936a00dcfe17b587b208a5
[INFO] running `Command { std: "docker" "start" "-a" "d4101dff59dc255621de43026bf0ed3635761e0031936a00dcfe17b587b208a5", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::error::Error`
[INFO] [stderr]    --> src/lb/backend.rs:106:9
[INFO] [stderr]     |
[INFO] [stderr] 106 |     use std::error::Error;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `IpAddr` and `Ipv4Addr`
[INFO] [stderr]    --> src/lb/backend.rs:107:20
[INFO] [stderr]     |
[INFO] [stderr] 107 |     use std::net::{IpAddr, Ipv4Addr};
[INFO] [stderr]     |                    ^^^^^^  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Duration` and `Instant`
[INFO] [stderr]    --> src/lb/backend.rs:108:21
[INFO] [stderr]     |
[INFO] [stderr] 108 |     use std::time::{Duration, Instant};
[INFO] [stderr]     |                     ^^^^^^^^  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::error::Error`
[INFO] [stderr]  --> src/redisconn.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::error::Error;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `LoadBalanceError` is never constructed
[INFO] [stderr]   --> src/trsfr/serve.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub enum BalanceError<LB: LoadBalancer> {
[INFO] [stderr]    |              ------------ variant in this enum
[INFO] [stderr] 16 |         #[error("Load balance error as follows {0}")]
[INFO] [stderr] 17 |         LoadBalanceError(LB::Err),
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `BalanceError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `proteon` (bin "proteon" test) generated 5 warnings (run `cargo fix --bin "proteon" --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/proteon-99e9bd0d397c06f3)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test redisconn::tests::test_handle_message_live ... ok
[INFO] [stdout] test redisconn::tests::test_handle_message_err ... ok
[INFO] [stdout] test redisconn::tests::test_handle_message_dead ... ok
[INFO] [stdout] test lb::backend::tests::test_new_pool ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d4101dff59dc255621de43026bf0ed3635761e0031936a00dcfe17b587b208a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4101dff59dc255621de43026bf0ed3635761e0031936a00dcfe17b587b208a5", kill_on_drop: false }`
[INFO] [stdout] d4101dff59dc255621de43026bf0ed3635761e0031936a00dcfe17b587b208a5
