[INFO] fetching crate profqu_neat 0.1.1... [INFO] testing profqu_neat-0.1.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate profqu_neat 0.1.1 into /workspace/builds/worker-2-tc1/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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate profqu_neat 0.1.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9241143960cb2dc86b84fff499f5a6d9d1e15f15b9e8db5eee6db309deb29f06 [INFO] running `Command { std: "docker" "start" "-a" "9241143960cb2dc86b84fff499f5a6d9d1e15f15b9e8db5eee6db309deb29f06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9241143960cb2dc86b84fff499f5a6d9d1e15f15b9e8db5eee6db309deb29f06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9241143960cb2dc86b84fff499f5a6d9d1e15f15b9e8db5eee6db309deb29f06", kill_on_drop: false }` [INFO] [stdout] 9241143960cb2dc86b84fff499f5a6d9d1e15f15b9e8db5eee6db309deb29f06 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f978dd59234078cdcafc7cef104df9b0bae6546620938bdcaa38b79174e2708 [INFO] running `Command { std: "docker" "start" "-a" "3f978dd59234078cdcafc7cef104df9b0bae6546620938bdcaa38b79174e2708", kill_on_drop: false }` [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 0.72s [INFO] running `Command { std: "docker" "inspect" "3f978dd59234078cdcafc7cef104df9b0bae6546620938bdcaa38b79174e2708", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f978dd59234078cdcafc7cef104df9b0bae6546620938bdcaa38b79174e2708", kill_on_drop: false }` [INFO] [stdout] 3f978dd59234078cdcafc7cef104df9b0bae6546620938bdcaa38b79174e2708 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62e088d76a5e34bd7136876b9f708accf82f8ec13f2a0ce551f849690b5e4160 [INFO] running `Command { std: "docker" "start" "-a" "62e088d76a5e34bd7136876b9f708accf82f8ec13f2a0ce551f849690b5e4160", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [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 plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling tinytemplate v1.2.1 [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 15.78s [INFO] running `Command { std: "docker" "inspect" "62e088d76a5e34bd7136876b9f708accf82f8ec13f2a0ce551f849690b5e4160", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62e088d76a5e34bd7136876b9f708accf82f8ec13f2a0ce551f849690b5e4160", kill_on_drop: false }` [INFO] [stdout] 62e088d76a5e34bd7136876b9f708accf82f8ec13f2a0ce551f849690b5e4160 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 716df2b025c89599c8c8ee030f3aa3800d12bcc2d293bd4ef39ca0578ca92f4f [INFO] running `Command { std: "docker" "start" "-a" "716df2b025c89599c8c8ee030f3aa3800d12bcc2d293bd4ef39ca0578ca92f4f", 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.14s [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 calculations::calculator::tests::calculate ... ok [INFO] [stdout] test data_structures::random_hash_set::random_hash_set_test::new ... ok [INFO] [stdout] test calculations::calculator::tests::calculate2 ... ok [INFO] [stdout] test data_structures::random_hash_set::random_hash_set_test::add_remove ... ok [INFO] [stdout] test calculations::calculator::tests::new ... ok [INFO] [stdout] test data_structures::random_hash_set::random_hash_set_test::get ... 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 genome::genome::genome_test::crossover ... ok [INFO] [stdout] test genome::genome::genome_test::distance ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_link_toggle ... ok [INFO] [stdout] test neat::config::tests::from_file ... ok [INFO] [stdout] test neat::neat::tests::evolve ... ignored, takes a while [INFO] [stdout] test genome::node_gene::tests::test_hash ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_weight_random ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_node ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_weight_shift ... ok [INFO] [stdout] test neat::neat::neat_test::empty_genome ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_node_with_disabled_link ... ok [INFO] [stdout] test neat::species::tests::go_extinct ... ok [INFO] [stdout] test neat::neat::neat_test::create_node ... ok [INFO] [stdout] test neat::species::tests::new ... ok [INFO] [stdout] test neat::neat::neat_test::get_connection ... ok [INFO] [stdout] test neat::neat::neat_test::new ... ok [INFO] [stdout] test neat::neat::neat_test::outputs ... 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::put ... ok [INFO] [stdout] test genome::genome::genome_test::mutate2 ... ok [INFO] [stdout] test genome::genome::genome_test::crossover2 ... ok [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.58s [INFO] [stdout] [INFO] [stderr] Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-a63c5386f354ca2e) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test xor_test ... ignored, takes too long [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 1.95s [INFO] [stdout] [INFO] [stderr] Doc-tests profqu_neat [INFO] [stdout] [INFO] [stdout] running 19 tests [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::is_empty (line 136) ... 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/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::random_element (line 85) ... 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::contains (line 41) ... 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::get (line 60) ... ok [INFO] [stdout] test src/neat/client.rs - neat::client::Client::calculate (line 44) ... ok [INFO] [stdout] test src/genome/genome.rs - genome::genome::Genome::crossover (line 150) ... 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/calculations/calculator.rs - calculations::calculator::Calculator (line 10) ... 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/genome/genome.rs - genome::genome::Genome::distance (line 73) ... ok [INFO] [stdout] test src/neat/neat.rs - neat::neat::Neat::reset (line 77) ... ok [INFO] [stdout] test src/calculations/calculator.rs - calculations::calculator::Calculator::new (line 38) ... ok [INFO] [stdout] test src/neat/neat.rs - neat::neat::Neat::new (line 55) ... 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 5.89s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "716df2b025c89599c8c8ee030f3aa3800d12bcc2d293bd4ef39ca0578ca92f4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "716df2b025c89599c8c8ee030f3aa3800d12bcc2d293bd4ef39ca0578ca92f4f", kill_on_drop: false }` [INFO] [stdout] 716df2b025c89599c8c8ee030f3aa3800d12bcc2d293bd4ef39ca0578ca92f4f