[INFO] fetching crate profqu_neat 0.1.1... [INFO] testing profqu_neat-0.1.1 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate profqu_neat 0.1.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate profqu_neat 0.1.1 [INFO] finished tweaking crates.io crate profqu_neat 0.1.1 [INFO] tweaked toml for crates.io crate profqu_neat 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate profqu_neat 0.1.1 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 77 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.4.0 (available: v0.7.0) [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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91441add65e0ab6ddf7c8b599abcb06a605d0da5158ecee50a2db3273c3bc916 [INFO] running `Command { std: "docker" "start" "-a" "91441add65e0ab6ddf7c8b599abcb06a605d0da5158ecee50a2db3273c3bc916", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91441add65e0ab6ddf7c8b599abcb06a605d0da5158ecee50a2db3273c3bc916", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91441add65e0ab6ddf7c8b599abcb06a605d0da5158ecee50a2db3273c3bc916", kill_on_drop: false }` [INFO] [stdout] 91441add65e0ab6ddf7c8b599abcb06a605d0da5158ecee50a2db3273c3bc916 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c1a1ead752e8b7b93a58c06b7fd4194db1947f97cba26def513a116d929b8b3 [INFO] running `Command { std: "docker" "start" "-a" "2c1a1ead752e8b7b93a58c06b7fd4194db1947f97cba26def513a116d929b8b3", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.16 [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 profqu_neat v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/neat/neat.rs:303:25 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter_clients(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter_clients(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/calculations/node.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(PartialEq, Clone, Debug)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 16 | activation: fn(f32) -> f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s [INFO] running `Command { std: "docker" "inspect" "2c1a1ead752e8b7b93a58c06b7fd4194db1947f97cba26def513a116d929b8b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c1a1ead752e8b7b93a58c06b7fd4194db1947f97cba26def513a116d929b8b3", kill_on_drop: false }` [INFO] [stdout] 2c1a1ead752e8b7b93a58c06b7fd4194db1947f97cba26def513a116d929b8b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8097796a2c11384ed254bf139324338d0461ce2119f5de9d60c62ca2136fae05 [INFO] running `Command { std: "docker" "start" "-a" "8097796a2c11384ed254bf139324338d0461ce2119f5de9d60c62ca2136fae05", kill_on_drop: false }` [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/neat/neat.rs:303:25 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter_clients(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter_clients(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/calculations/node.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(PartialEq, Clone, Debug)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 16 | activation: fn(f32) -> f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling profqu_neat v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/neat/neat.rs:303:25 [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter_clients(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 303 | pub fn iter_clients(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/calculations/node.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(PartialEq, Clone, Debug)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 16 | activation: fn(f32) -> f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.84s [INFO] running `Command { std: "docker" "inspect" "8097796a2c11384ed254bf139324338d0461ce2119f5de9d60c62ca2136fae05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8097796a2c11384ed254bf139324338d0461ce2119f5de9d60c62ca2136fae05", kill_on_drop: false }` [INFO] [stdout] 8097796a2c11384ed254bf139324338d0461ce2119f5de9d60c62ca2136fae05 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] abedb1cb1abbd1f48e26ff172b218293059e4bd2996b138f6d8391ed25aa85ed [INFO] running `Command { std: "docker" "start" "-a" "abedb1cb1abbd1f48e26ff172b218293059e4bd2996b138f6d8391ed25aa85ed", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/neat/neat.rs:303:25 [INFO] [stderr] | [INFO] [stderr] 303 | pub fn iter_clients(&mut self) -> Vec> { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 303 | pub fn iter_clients(&mut self) -> Vec> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> src/calculations/node.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(PartialEq, Clone, Debug)] [INFO] [stderr] | --------- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 16 | activation: fn(f32) -> f32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `profqu_neat` (lib) generated 2 warnings (run `cargo fix --lib -p profqu_neat` to apply 1 suggestion) [INFO] [stderr] warning: `profqu_neat` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/profqu_neat-deed1c6b3f828bdf) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test data_structures::random_hash_set::random_hash_set_test::get ... ok [INFO] [stdout] test calculations::calculator::tests::calculate ... ok [INFO] [stdout] test calculations::calculator::tests::new ... ok [INFO] [stdout] test data_structures::random_hash_set::random_hash_set_test::new ... ok [INFO] [stdout] test data_structures::random_hash_set::random_hash_set_test::random_element ... ok [INFO] [stdout] test genome::connection_gene::tests::test_hash ... ok [INFO] [stdout] test calculations::calculator::tests::calculate2 ... ok [INFO] [stdout] test genome::genome::genome_test::crossover ... ok [INFO] [stdout] test genome::node_gene::tests::test_hash ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_link_toggle ... ok [INFO] [stdout] test neat::neat::neat_test::get_connection ... ok [INFO] [stdout] test genome::genome::genome_test::distance ... ok [INFO] [stdout] test neat::config::tests::from_file ... ok [INFO] [stdout] test neat::neat::tests::evolve ... ignored, takes a while [INFO] [stdout] test neat::neat::neat_test::new ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_node ... ok [INFO] [stdout] test neat::neat::neat_test::outputs ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_node_with_disabled_link ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_weight_random ... ok [INFO] [stdout] test neat::species::tests::new ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_weight_shift ... ok [INFO] [stdout] test neat::neat::neat_test::create_node ... ok [INFO] [stdout] test neat::neat::neat_test::empty_genome ... ok [INFO] [stdout] test data_structures::random_hash_set::random_hash_set_test::add_remove ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_link ... ok [INFO] [stdout] test neat::neat::neat_test::inputs ... ok [INFO] [stdout] test neat::species::tests::go_extinct ... ok [INFO] [stdout] test neat::species::tests::put ... ok [INFO] [stdout] test genome::genome::genome_test::crossover2 ... ok [INFO] [stdout] test genome::genome::genome_test::mutate2 ... ok [INFO] [stderr] Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-a63c5386f354ca2e) [INFO] [stdout] test genome::genome::genome_test::mutate ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.74s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test xor_test ... ignored, takes too long [INFO] [stderr] Doc-tests profqu_neat [INFO] [stdout] test max ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test src/data_structures/random_hash_set.rs - data_structures::random_hash_set::RandomHashSet::contains (line 41) ... ok [INFO] [stdout] test src/genome/genome.rs - genome::genome::Genome::distance (line 73) ... ok [INFO] [stdout] test src/calculations/calculator.rs - calculations::calculator::Calculator::calculate (line 104) ... ok [INFO] [stdout] test src/data_structures/random_hash_set.rs - data_structures::random_hash_set::RandomHashSet::new (line 24) ... ok [INFO] [stdout] test src/data_structures/random_hash_set.rs - data_structures::random_hash_set::RandomHashSet::remove_index (line 208) ... ok [INFO] [stdout] test src/data_structures/random_hash_set.rs - data_structures::random_hash_set::RandomHashSet::add (line 156) ... ok [INFO] [stdout] test src/data_structures/random_hash_set.rs - data_structures::random_hash_set::RandomHashSet::len (line 112) ... ok [INFO] [stdout] test src/calculations/calculator.rs - calculations::calculator::Calculator (line 10) ... ok [INFO] [stdout] test src/calculations/calculator.rs - calculations::calculator::Calculator::new (line 38) ... ok [INFO] [stdout] test src/neat/client.rs - neat::client::Client::calculate (line 44) ... ok [INFO] [stdout] test src/data_structures/random_hash_set.rs - data_structures::random_hash_set::RandomHashSet::is_empty (line 136) ... ok [INFO] [stdout] test src/data_structures/random_hash_set.rs - data_structures::random_hash_set::RandomHashSet::random_element (line 85) ... ok [INFO] [stdout] test src/data_structures/random_hash_set.rs - data_structures::random_hash_set::RandomHashSet::clear (line 178) ... ok [INFO] [stdout] test src/data_structures/random_hash_set.rs - data_structures::random_hash_set::RandomHashSet::remove_value (line 244) ... ok [INFO] [stdout] test src/data_structures/random_hash_set.rs - data_structures::random_hash_set::RandomHashSet::get (line 60) ... ok [INFO] [stdout] test src/neat/neat.rs - neat::neat::Neat::new (line 55) ... ok [INFO] [stdout] test src/genome/genome.rs - genome::genome::Genome::crossover (line 150) ... ok [INFO] [stdout] test src/neat/neat.rs - neat::neat::Neat::reset (line 77) ... ok [INFO] [stdout] test src/neat/neat.rs - neat::neat::Neat (line 20) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "abedb1cb1abbd1f48e26ff172b218293059e4bd2996b138f6d8391ed25aa85ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abedb1cb1abbd1f48e26ff172b218293059e4bd2996b138f6d8391ed25aa85ed", kill_on_drop: false }` [INFO] [stdout] abedb1cb1abbd1f48e26ff172b218293059e4bd2996b138f6d8391ed25aa85ed