[INFO] fetching crate oxineat 0.3.2...
[INFO] building oxineat-0.3.2 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate oxineat 0.3.2 into /workspace/builds/worker-4-tc1/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-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oxineat 0.3.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 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded oxineat v0.3.2
[INFO] [stderr]   Downloaded oxineat-nn v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] d7f1f5346e44e6dd621503fc3645cd1b38125d9a28a623e19bd1e5358262de48
[INFO] running `Command { std: "docker" "start" "-a" "d7f1f5346e44e6dd621503fc3645cd1b38125d9a28a623e19bd1e5358262de48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7f1f5346e44e6dd621503fc3645cd1b38125d9a28a623e19bd1e5358262de48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7f1f5346e44e6dd621503fc3645cd1b38125d9a28a623e19bd1e5358262de48", kill_on_drop: false }`
[INFO] [stdout] d7f1f5346e44e6dd621503fc3645cd1b38125d9a28a623e19bd1e5358262de48
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 33f95b76f673b6ba6f5f8c4166705dd91284a22ba73e481f95b125cb8a69e732
[INFO] running `Command { std: "docker" "start" "-a" "33f95b76f673b6ba6f5f8c4166705dd91284a22ba73e481f95b125cb8a69e732", kill_on_drop: false }`
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling oxineat v0.3.2 (/opt/rustwide/workdir)
[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]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[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: 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 `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
[INFO] running `Command { std: "docker" "inspect" "33f95b76f673b6ba6f5f8c4166705dd91284a22ba73e481f95b125cb8a69e732", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33f95b76f673b6ba6f5f8c4166705dd91284a22ba73e481f95b125cb8a69e732", kill_on_drop: false }`
[INFO] [stdout] 33f95b76f673b6ba6f5f8c4166705dd91284a22ba73e481f95b125cb8a69e732
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] fec4b1e0492e5609ecdcb048ebe0850c190204c6959287b83bdb174890895ee9
[INFO] running `Command { std: "docker" "start" "-a" "fec4b1e0492e5609ecdcb048ebe0850c190204c6959287b83bdb174890895ee9", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling oxineat v0.3.2
[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]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[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: 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]    Compiling oxineat-nn v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling oxineat v0.3.2 (/opt/rustwide/workdir)
[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]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[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: 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 5.34s
[INFO] running `Command { std: "docker" "inspect" "fec4b1e0492e5609ecdcb048ebe0850c190204c6959287b83bdb174890895ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fec4b1e0492e5609ecdcb048ebe0850c190204c6959287b83bdb174890895ee9", kill_on_drop: false }`
[INFO] [stdout] fec4b1e0492e5609ecdcb048ebe0850c190204c6959287b83bdb174890895ee9
