[INFO] fetching crate oxineat 0.3.2...
[INFO] building oxineat-0.3.2 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate oxineat 0.3.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate oxineat 0.3.2
[INFO] finished tweaking crates.io crate oxineat 0.3.2
[INFO] tweaked toml for crates.io crate oxineat 0.3.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate oxineat 0.3.2 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 26 packages to latest compatible versions
[INFO] [stderr]       Adding ahash v0.7.8 (available: v0.8.12)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2ded903ef166727375ffb58eeb600a9e6dea656ea9ce20668807340e0e4e3e2
[INFO] running `Command { std: "docker" "start" "-a" "d2ded903ef166727375ffb58eeb600a9e6dea656ea9ce20668807340e0e4e3e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2ded903ef166727375ffb58eeb600a9e6dea656ea9ce20668807340e0e4e3e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2ded903ef166727375ffb58eeb600a9e6dea656ea9ce20668807340e0e4e3e2", kill_on_drop: false }`
[INFO] [stdout] d2ded903ef166727375ffb58eeb600a9e6dea656ea9ce20668807340e0e4e3e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03b1527e8f04dd2aa9bd9041dce7a148d6a80e4ae59d845af9bda80f1b0ca4bc
[INFO] running `Command { std: "docker" "start" "-a" "03b1527e8f04dd2aa9bd9041dce7a148d6a80e4ae59d845af9bda80f1b0ca4bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling oxineat v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `parent1`
[INFO] [stdout]   --> src/populations/rt_population.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         parent1: GenomeToken,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent1`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent2`
[INFO] [stdout]   --> src/populations/rt_population.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         parent2: GenomeToken,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/populations/rt_population.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         p: P,
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `population_config`
[INFO] [stdout]   --> src/populations/rt_population.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         population_config: PopulationConfig,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_population_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `genetic_config`
[INFO] [stdout]   --> src/populations/rt_population.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         genetic_config: C,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_genetic_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> src/populations/rt_population.rs:43:54
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn remove_genomes<const N: usize>(&mut self, tokens: &[GenomeToken; N]) -> Option<G> {
[INFO] [stdout]    |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> src/populations/rt_population.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         tokens: &[GenomeToken; N],
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> src/populations/rt_population.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         f: F,
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/populations/rt_population.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         p: P,
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GenomeToken` is never constructed
[INFO] [stdout]   --> src/populations/rt_population.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct GenomeToken {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RealTimePopulation` is never constructed
[INFO] [stdout]   --> src/populations/rt_population.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct RealTimePopulation<C, H, G> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/populations/rt_population.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | / impl<C, H, G> RealTimePopulation<C, H, G>
[INFO] [stdout] 30 | | where
[INFO] [stdout] 31 | |     G: Genome<InnovationHistory = H, Config = C> + Clone,
[INFO] [stdout]    | |_________________________________________________________- associated items in this implementation
[INFO] [stdout] 32 |   {
[INFO] [stdout] 33 |       pub fn new(
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |       pub fn remove_genomes<const N: usize>(&mut self, tokens: &[GenomeToken; N]) -> Option<G> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |       pub fn replace_genomes<F, P, T, const N: usize>(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |       pub fn add_child<P, T>(
[INFO] [stdout]    |              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |       pub fn reset(&mut self)
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |       pub fn get(&self, token: GenomeToken) -> Option<&G> {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |       pub fn genomes(&self) -> impl Iterator<Item = &G> {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |       pub fn species(&self) -> impl Iterator<Item = &Species<G>> {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |       pub fn history(&self) -> &H
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
[INFO] running `Command { std: "docker" "inspect" "03b1527e8f04dd2aa9bd9041dce7a148d6a80e4ae59d845af9bda80f1b0ca4bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03b1527e8f04dd2aa9bd9041dce7a148d6a80e4ae59d845af9bda80f1b0ca4bc", kill_on_drop: false }`
[INFO] [stdout] 03b1527e8f04dd2aa9bd9041dce7a148d6a80e4ae59d845af9bda80f1b0ca4bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cb463137c37f3c075af3b29e2753ee0019b24af669b7c24504119059ccfd63ba
[INFO] running `Command { std: "docker" "start" "-a" "cb463137c37f3c075af3b29e2753ee0019b24af669b7c24504119059ccfd63ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling oxineat v0.3.2
[INFO] [stdout] warning: unused variable: `parent1`
[INFO] [stdout]   --> src/populations/rt_population.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         parent1: GenomeToken,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent1`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent2`
[INFO] [stdout]   --> src/populations/rt_population.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         parent2: GenomeToken,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/populations/rt_population.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         p: P,
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `population_config`
[INFO] [stdout]   --> src/populations/rt_population.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         population_config: PopulationConfig,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_population_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `genetic_config`
[INFO] [stdout]   --> src/populations/rt_population.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         genetic_config: C,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_genetic_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> src/populations/rt_population.rs:43:54
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn remove_genomes<const N: usize>(&mut self, tokens: &[GenomeToken; N]) -> Option<G> {
[INFO] [stdout]    |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> src/populations/rt_population.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         tokens: &[GenomeToken; N],
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> src/populations/rt_population.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         f: F,
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/populations/rt_population.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         p: P,
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GenomeToken` is never constructed
[INFO] [stdout]   --> src/populations/rt_population.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct GenomeToken {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RealTimePopulation` is never constructed
[INFO] [stdout]   --> src/populations/rt_population.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct RealTimePopulation<C, H, G> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/populations/rt_population.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | / impl<C, H, G> RealTimePopulation<C, H, G>
[INFO] [stdout] 30 | | where
[INFO] [stdout] 31 | |     G: Genome<InnovationHistory = H, Config = C> + Clone,
[INFO] [stdout]    | |_________________________________________________________- associated items in this implementation
[INFO] [stdout] 32 |   {
[INFO] [stdout] 33 |       pub fn new(
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |       pub fn remove_genomes<const N: usize>(&mut self, tokens: &[GenomeToken; N]) -> Option<G> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |       pub fn replace_genomes<F, P, T, const N: usize>(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |       pub fn add_child<P, T>(
[INFO] [stdout]    |              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |       pub fn reset(&mut self)
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |       pub fn get(&self, token: GenomeToken) -> Option<&G> {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |       pub fn genomes(&self) -> impl Iterator<Item = &G> {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |       pub fn species(&self) -> impl Iterator<Item = &Species<G>> {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |       pub fn history(&self) -> &H
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling oxineat-nn v0.1.1
[INFO] [stderr]    Compiling oxineat v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> src/populations/rt_population.rs:43:54
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn remove_genomes<const N: usize>(&mut self, tokens: &[GenomeToken; N]) -> Option<G> {
[INFO] [stdout]    |                                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `population_config`
[INFO] [stdout]   --> src/populations/rt_population.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         population_config: PopulationConfig,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_population_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `genetic_config`
[INFO] [stdout]   --> src/populations/rt_population.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         genetic_config: C,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_genetic_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]   --> src/populations/rt_population.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         tokens: &[GenomeToken; N],
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> src/populations/rt_population.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         f: F,
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/populations/rt_population.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         p: P,
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent1`
[INFO] [stdout]   --> src/populations/rt_population.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         parent1: GenomeToken,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent2`
[INFO] [stdout]   --> src/populations/rt_population.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         parent2: GenomeToken,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/populations/rt_population.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         p: P,
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GenomeToken` is never constructed
[INFO] [stdout]   --> src/populations/rt_population.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct GenomeToken {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RealTimePopulation` is never constructed
[INFO] [stdout]   --> src/populations/rt_population.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct RealTimePopulation<C, H, G> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/populations/rt_population.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | / impl<C, H, G> RealTimePopulation<C, H, G>
[INFO] [stdout] 30 | | where
[INFO] [stdout] 31 | |     G: Genome<InnovationHistory = H, Config = C> + Clone,
[INFO] [stdout]    | |_________________________________________________________- associated items in this implementation
[INFO] [stdout] 32 |   {
[INFO] [stdout] 33 |       pub fn new(
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |       pub fn remove_genomes<const N: usize>(&mut self, tokens: &[GenomeToken; N]) -> Option<G> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |       pub fn replace_genomes<F, P, T, const N: usize>(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |       pub fn add_child<P, T>(
[INFO] [stdout]    |              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 |       pub fn reset(&mut self)
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 80 |       pub fn get(&self, token: GenomeToken) -> Option<&G> {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |       pub fn genomes(&self) -> impl Iterator<Item = &G> {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |       pub fn species(&self) -> impl Iterator<Item = &Species<G>> {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |       pub fn history(&self) -> &H
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.86s
[INFO] running `Command { std: "docker" "inspect" "cb463137c37f3c075af3b29e2753ee0019b24af669b7c24504119059ccfd63ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb463137c37f3c075af3b29e2753ee0019b24af669b7c24504119059ccfd63ba", kill_on_drop: false }`
[INFO] [stdout] cb463137c37f3c075af3b29e2753ee0019b24af669b7c24504119059ccfd63ba
