[INFO] fetching crate profqu_neat 0.1.1... [INFO] testing profqu_neat-0.1.1 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate profqu_neat 0.1.1 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate profqu_neat 0.1.1 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d58bb268384917aef2f6431fa1dba71d5aeced869cbbed38d678ad4b1adeaad [INFO] running `Command { std: "docker" "start" "-a" "0d58bb268384917aef2f6431fa1dba71d5aeced869cbbed38d678ad4b1adeaad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d58bb268384917aef2f6431fa1dba71d5aeced869cbbed38d678ad4b1adeaad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d58bb268384917aef2f6431fa1dba71d5aeced869cbbed38d678ad4b1adeaad", kill_on_drop: false }` [INFO] [stdout] 0d58bb268384917aef2f6431fa1dba71d5aeced869cbbed38d678ad4b1adeaad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6d97f433fdc83b6af7b712cc81237ed17b55418aa08fb691dd7c7975738381d [INFO] running `Command { std: "docker" "start" "-a" "a6d97f433fdc83b6af7b712cc81237ed17b55418aa08fb691dd7c7975738381d", 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.35s [INFO] running `Command { std: "docker" "inspect" "a6d97f433fdc83b6af7b712cc81237ed17b55418aa08fb691dd7c7975738381d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6d97f433fdc83b6af7b712cc81237ed17b55418aa08fb691dd7c7975738381d", kill_on_drop: false }` [INFO] [stdout] a6d97f433fdc83b6af7b712cc81237ed17b55418aa08fb691dd7c7975738381d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d13a0e7ea180ecbf63d28514d7150b42da988e34a4633fff570d520bbb5ad5a [INFO] running `Command { std: "docker" "start" "-a" "6d13a0e7ea180ecbf63d28514d7150b42da988e34a4633fff570d520bbb5ad5a", kill_on_drop: false }` [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling regex-automata v0.4.11 [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 clap v3.2.25 [INFO] [stderr] Compiling ciborium v0.2.2 [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 22.64s [INFO] running `Command { std: "docker" "inspect" "6d13a0e7ea180ecbf63d28514d7150b42da988e34a4633fff570d520bbb5ad5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d13a0e7ea180ecbf63d28514d7150b42da988e34a4633fff570d520bbb5ad5a", kill_on_drop: false }` [INFO] [stdout] 6d13a0e7ea180ecbf63d28514d7150b42da988e34a4633fff570d520bbb5ad5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 06b800d1606f09a7c3d2d1acdba375e23c37824abd937196a32549f071d59afc [INFO] running `Command { std: "docker" "start" "-a" "06b800d1606f09a7c3d2d1acdba375e23c37824abd937196a32549f071d59afc", 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.13s [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 calculations::calculator::tests::calculate2 ... ok [INFO] [stdout] test data_structures::random_hash_set::random_hash_set_test::add_remove ... 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::genome::genome_test::crossover ... ok [INFO] [stdout] test genome::genome::genome_test::distance ... ok [INFO] [stdout] test genome::connection_gene::tests::test_hash ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_weight_random ... ok [INFO] [stdout] test genome::node_gene::tests::test_hash ... ok [INFO] [stdout] test neat::config::tests::from_file ... ok [INFO] [stdout] test neat::neat::neat_test::create_node ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_weight_shift ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_link_toggle ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_node_with_disabled_link ... 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 neat::neat::neat_test::empty_genome ... ok [INFO] [stdout] test genome::genome::genome_test::mutate_link ... ok [INFO] [stdout] test neat::neat::neat_test::inputs ... ok [INFO] [stdout] test neat::neat::neat_test::get_connection ... ok [INFO] [stdout] test neat::species::tests::go_extinct ... ok [INFO] [stdout] test neat::species::tests::new ... 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] [stderr] Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-a63c5386f354ca2e) [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] [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.91s [INFO] [stdout] [INFO] [stderr] Doc-tests profqu_neat [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test src/genome/genome.rs - genome::genome::Genome::distance (line 73) ... 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::contains (line 41) ... ok [INFO] [stdout] test src/calculations/calculator.rs - calculations::calculator::Calculator::new (line 38) ... 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::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::remove_index (line 208) ... ok [INFO] [stdout] test src/calculations/calculator.rs - calculations::calculator::Calculator (line 10) ... ok [INFO] [stdout] test src/calculations/calculator.rs - calculations::calculator::Calculator::calculate (line 104) ... 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::get (line 60) ... 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::new (line 24) ... ok [INFO] [stdout] test src/neat/neat.rs - neat::neat::Neat::reset (line 77) ... 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::len (line 112) ... 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) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/neat/neat.rs - neat::neat::Neat (line 20) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stdout: [INFO] [stdout] ####################################################### [INFO] [stdout] Species { len: 4, fitness: 0.52237624 } [INFO] [stdout] ####################################################### [INFO] [stdout] Best: Client { fitness: 0.79317546, has_species: true } [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (590) panicked at src/neat/neat.rs:25:1: [INFO] [stdout] assertion failed: best.fitness > 0.8 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5d26b209b152 - std::backtrace_rs::backtrace::libunwind::trace::h76861be37b31432e [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5d26b209b152 - std::backtrace_rs::backtrace::trace_unsynchronized::h58d4003082192c17 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5d26b209b152 - std::sys::backtrace::_print_fmt::hfe5857a399620d2a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5d26b209b152 - ::fmt::h52160e9da139e442 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5d26b20ac40f - core::fmt::rt::Argument::fmt::h66fe6fef9ecca14a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5d26b20ac40f - core::fmt::write::hf09a056a304e021a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5d26b20776f1 - std::io::default_write_fmt::h7567c5950fb0173c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5d26b20776f1 - std::io::Write::write_fmt::h361c7127187cda65 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5d26b207d532 - std::sys::backtrace::BacktraceLock::print::h15104dbcf0fd1f14 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5d26b207f3bc - std::panicking::default_hook::{{closure}}::h0fa6cd8dbe0dd76b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5d26b207f216 - std::panicking::default_hook::h8d20506cf72e4831 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:328:9 [INFO] [stdout] 11: 0x5d26b207fa45 - std::panicking::panic_with_hook::h746880a052e02c85 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:834:13 [INFO] [stdout] 12: 0x5d26b207f8a6 - std::panicking::panic_handler::{{closure}}::h14b95830f89d14b3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:700:13 [INFO] [stdout] 13: 0x5d26b207d669 - std::sys::backtrace::__rust_end_short_backtrace::h7ddaac0e9609a83d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 14: 0x5d26b206b98d - __rustc[76f7e7187978e2f8]::rust_begin_unwind [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:698:5 [INFO] [stdout] 15: 0x5d26b20b5660 - core::panicking::panic_fmt::heb245a301f4395db [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:78:14 [INFO] [stdout] 16: 0x5d26b20b563c - core::panicking::panic::h43cc40e5e3a930ed [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panicking.rs:148:5 [INFO] [stdout] 17: 0x5d26b1ffc76c - rust_out::main::_doctest_main_src_neat_neat_rs_20_0::h9df7737bd98f6ee0 [INFO] [stdout] 18: 0x5d26b1ffc516 - rust_out::main::h2c0b889d96022a4f [INFO] [stdout] 19: 0x5d26b1ffc233 - core::ops::function::FnOnce::call_once::h064b3222b538a73a [INFO] [stdout] 20: 0x5d26b1ffc1e6 - std::sys::backtrace::__rust_begin_short_backtrace::h5b0a4898ae968de4 [INFO] [stdout] 21: 0x5d26b1ffc1c9 - std::rt::lang_start::{{closure}}::h6185b2e9f14a2cbb [INFO] [stdout] 22: 0x5d26b2078f60 - core::ops::function::impls:: for &F>::call_once::h92f7271baace0227 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:287:21 [INFO] [stdout] 23: 0x5d26b2078f60 - std::panicking::catch_unwind::do_call::hab80bc7615f9a56f [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 24: 0x5d26b2078f60 - std::panicking::catch_unwind::h44920ff533ed11dd [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 25: 0x5d26b2078f60 - std::panic::catch_unwind::hbc4760794652046f [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 26: 0x5d26b2078f60 - std::rt::lang_start_internal::{{closure}}::h017b9ee7d9dfccf2 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/rt.rs:175:24 [INFO] [stdout] 27: 0x5d26b2078f60 - std::panicking::catch_unwind::do_call::h5c448dae61c3a22b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 28: 0x5d26b2078f60 - std::panicking::catch_unwind::ha3a2750d16137715 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 29: 0x5d26b2078f60 - std::panic::catch_unwind::ha56344eb931bca1a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x5d26b2078f60 - std::rt::lang_start_internal::h4e6c18fadc4e7470 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/rt.rs:171:5 [INFO] [stdout] 31: 0x5d26b1ffc1b1 - std::rt::lang_start::hc4342c866dfc26c3 [INFO] [stdout] 32: 0x5d26b1ffca85 - main [INFO] [stdout] 33: 0x7ce175ecf1ca - [INFO] [stdout] 34: 0x7ce175ecf28b - __libc_start_main [INFO] [stdout] 35: 0x5d26b1ffbfa5 - _start [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/neat/neat.rs - neat::neat::Neat (line 20) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 18 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.81s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "06b800d1606f09a7c3d2d1acdba375e23c37824abd937196a32549f071d59afc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06b800d1606f09a7c3d2d1acdba375e23c37824abd937196a32549f071d59afc", kill_on_drop: false }` [INFO] [stdout] 06b800d1606f09a7c3d2d1acdba375e23c37824abd937196a32549f071d59afc