[INFO] cloning repository https://github.com/basvanwesting/genetic-algorithm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/basvanwesting/genetic-algorithm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbasvanwesting%2Fgenetic-algorithm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbasvanwesting%2Fgenetic-algorithm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a70a418772dcf274e5c3d19ab15d84f9fccb99a9 [INFO] testing basvanwesting/genetic-algorithm against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbasvanwesting%2Fgenetic-algorithm" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/basvanwesting/genetic-algorithm on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/basvanwesting/genetic-algorithm [INFO] finished tweaking git repo https://github.com/basvanwesting/genetic-algorithm [INFO] tweaked toml for git repo https://github.com/basvanwesting/genetic-algorithm written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/basvanwesting/genetic-algorithm already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c2a33c5e127ebf69fe79720127b04eb37f454e45982c1eaf663622663758edc5 [INFO] running `Command { std: "docker" "start" "-a" "c2a33c5e127ebf69fe79720127b04eb37f454e45982c1eaf663622663758edc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c2a33c5e127ebf69fe79720127b04eb37f454e45982c1eaf663622663758edc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2a33c5e127ebf69fe79720127b04eb37f454e45982c1eaf663622663758edc5", kill_on_drop: false }` [INFO] [stdout] c2a33c5e127ebf69fe79720127b04eb37f454e45982c1eaf663622663758edc5 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c3f7fd05f866fb922686e48ad858bccbd788236f1473e11193388c5c39cc2f8 [INFO] running `Command { std: "docker" "start" "-a" "3c3f7fd05f866fb922686e48ad858bccbd788236f1473e11193388c5c39cc2f8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling hamming v0.1.3 [INFO] [stderr] Compiling primal-bit v0.3.2 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling primal-estimate v0.3.3 [INFO] [stderr] Compiling primal-sieve v0.3.7 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling rustc-hash v2.1.0 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling wyhash v0.5.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling factorial v0.4.0 [INFO] [stderr] Compiling streaming-stats v0.2.3 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling bytemuck_derive v1.7.0 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.2 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling cardinality-estimator v1.0.2 [INFO] [stderr] Compiling bytemuck v1.21.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling genetic_algorithm v0.18.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.02s [INFO] running `Command { std: "docker" "inspect" "3c3f7fd05f866fb922686e48ad858bccbd788236f1473e11193388c5c39cc2f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c3f7fd05f866fb922686e48ad858bccbd788236f1473e11193388c5c39cc2f8", kill_on_drop: false }` [INFO] [stdout] 3c3f7fd05f866fb922686e48ad858bccbd788236f1473e11193388c5c39cc2f8 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3d44fef22c8e9133647d281fa688d78328e23c42ce396ee8de333a32605a4fa [INFO] running `Command { std: "docker" "start" "-a" "e3d44fef22c8e9133647d281fa688d78328e23c42ce396ee8de333a32605a4fa", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling cc v1.1.15 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Compiling safe_arch v0.7.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling rustix v0.38.35 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling plotters-backend v0.3.6 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling clap_builder v4.5.15 [INFO] [stderr] Compiling plotters-svg v0.3.6 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling memmap2 v0.9.4 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling wide v0.7.28 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling findshlibs v0.10.2 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling equator-macro v0.2.1 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling gimli v0.29.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling symbolic-demangle v12.10.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling symbolic-common v12.10.1 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.5.16 [INFO] [stderr] Compiling simba v0.9.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling equator v0.2.2 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling num-format v0.4.4 [INFO] [stderr] Compiling plotters v0.3.6 [INFO] [stderr] Compiling addr2line v0.22.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling wyhash v0.5.0 [INFO] [stderr] Compiling object v0.36.4 [INFO] [stderr] Compiling quick-xml v0.26.0 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling pprof v0.14.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling inferno v0.11.21 [INFO] [stderr] Compiling tempfile v3.12.0 [INFO] [stderr] Compiling cardinality-estimator v1.0.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling factorial v0.4.0 [INFO] [stderr] Compiling aligned-vec v0.6.1 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling streaming-stats v0.2.3 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling lru v0.12.4 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling distance v0.4.0 [INFO] [stderr] Compiling genetic_algorithm v0.18.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling nalgebra v0.33.2 [INFO] [stderr] Compiling statrs v0.18.0 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s [INFO] running `Command { std: "docker" "inspect" "e3d44fef22c8e9133647d281fa688d78328e23c42ce396ee8de333a32605a4fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3d44fef22c8e9133647d281fa688d78328e23c42ce396ee8de333a32605a4fa", kill_on_drop: false }` [INFO] [stdout] e3d44fef22c8e9133647d281fa688d78328e23c42ce396ee8de333a32605a4fa [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 81e332390ad1e0a5bcd69148e7e9c7204249e1f82dd9d5c1a8a2c32f0f3e0b66 [INFO] running `Command { std: "docker" "start" "-a" "81e332390ad1e0a5bcd69148e7e9c7204249e1f82dd9d5c1a8a2c32f0f3e0b66", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/genetic_algorithm-327f18d87a78db8c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/crossover_test.rs (/opt/rustwide/target/debug/deps/crossover_test-11c56582df2ba622) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test crossover::clone_test::population_even_shortage ... ok [INFO] [stdout] test crossover::clone_test::population_no_shortage ... ok [INFO] [stdout] test crossover::clone_test::population_excess ... ok [INFO] [stdout] test crossover::clone_test::population_odd_shortage ... ok [INFO] [stdout] test crossover::multi_gene_test::population_even_shortage ... ok [INFO] [stdout] test crossover::multi_gene_test::population_shortage_below_target ... ok [INFO] [stdout] test crossover::single_gene_test::population_even_no_shortage ... ok [INFO] [stdout] test crossover::uniform_test::population_even_no_shortage ... ok [INFO] [stdout] test crossover::single_point_test::population_even_no_shortage ... ok [INFO] [stdout] test crossover::clone_test::population_shortage_below_target ... ok [INFO] [stdout] test crossover::multi_point_test::population_even_no_shortage ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/extension_test.rs (/opt/rustwide/target/debug/deps/extension_test-de08f6395bdc8ab7) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test extension::mass_extinction_test::never_leaves_less_than_tow ... ok [INFO] [stdout] test extension::mass_extinction_test::removes_randomly ... ok [INFO] [stdout] test extension::mass_degeneration_test::removes_randomly ... ok [INFO] [stdout] test extension::mass_genesis_test::removes_randomly ... ok [INFO] [stdout] test extension::mass_genesis_test::removes_randomly_matrix ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/fitness_test.rs (/opt/rustwide/target/debug/deps/fitness_test-2aeb298ba3d6b502) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test fitness::placeholders_test::list_genotype_u8 ... ok [INFO] [stdout] test fitness::placeholders_test::range_genotype_f64 ... ok [INFO] [stdout] test fitness::placeholders_test::range_genotype_f32 ... ok [INFO] [stdout] test fitness::placeholders_test::list_genotype_i8 ... ok [INFO] [stdout] test fitness::placeholders_test::static_matrix_genotype_f32 ... ok [INFO] [stdout] test fitness::placeholders_test::binary_genotype ... ok [INFO] [stdout] test fitness::placeholders_test::dynamic_matrix_genotype_f32 ... ok [INFO] [stderr] Running tests/genotype_test.rs (/opt/rustwide/target/debug/deps/genotype_test-16c9e771f5116ee7) [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 141 tests [INFO] [stdout] test genotype::binary_test::chromosome_permutations_genes_size_huge ... ok [INFO] [stdout] test genotype::binary_test::chromosome_permutations_genes_size_3 ... ok [INFO] [stdout] test genotype::binary_test::chromosome_permutations_genes_size_1 ... ok [INFO] [stdout] test genotype::binary_test::crossover_chromosome_genes_with_duplicates ... ok [INFO] [stdout] test genotype::binary_test::crossover_chromosome_genes_without_duplicates ... ok [INFO] [stdout] test genotype::binary_test::crossover_chromosome_pair_single_gene ... ok [INFO] [stdout] test genotype::binary_test::crossover_chromosome_pair_single_point ... ok [INFO] [stdout] test genotype::binary_test::chromosome_permutations_genes_size_2 ... ok [INFO] [stdout] test genotype::binary_test::crossover_chromosome_points_with_duplicates ... ok [INFO] [stdout] test genotype::binary_test::crossover_chromosome_points_without_duplicates ... ok [INFO] [stdout] test genotype::binary_test::mutate_chromosome_genes_with_duplicates ... ok [INFO] [stdout] test genotype::binary_test::mutate_chromosome_genes_without_duplicates ... ok [INFO] [stdout] test genotype::binary_test::mutate_chromosome_single ... ok [INFO] [stdout] test genotype::binary_test::neighbouring_population ... ok [INFO] [stdout] test genotype::bit_test::builders ... ok [INFO] [stdout] test genotype::bit_test::chromosome_constructor_with_seed_genes_list ... ok [INFO] [stdout] test genotype::bit_test::chromosome_permutations_genes_size_1 ... ok [INFO] [stdout] test genotype::bit_test::chromosome_permutations_genes_size_2 ... ok [INFO] [stdout] test genotype::bit_test::chromosome_permutations_genes_size_3 ... ok [INFO] [stdout] test genotype::bit_test::crossover_chromosome_genes_with_duplicates ... ok [INFO] [stdout] test genotype::bit_test::chromosome_permutations_genes_size_huge ... ok [INFO] [stdout] test genotype::bit_test::chromosome_permutations_with_seed_genes_list ... ok [INFO] [stdout] test genotype::bit_test::crossover_chromosome_genes_without_duplicates ... ok [INFO] [stdout] test genotype::bit_test::crossover_chromosome_pair_single_gene ... ok [INFO] [stdout] test genotype::bit_test::crossover_chromosome_pair_single_point ... ok [INFO] [stdout] test genotype::binary_test::chromosome_permutations_with_seed_genes_list ... ok [INFO] [stdout] test genotype::binary_test::chromosome_constructor_with_seed_genes_list ... ok [INFO] [stdout] test genotype::binary_test::calculate_genes_hash ... ok [INFO] [stdout] test genotype::binary_test::chromosome_manager ... ok [INFO] [stdout] test genotype::bit_test::crossover_chromosome_points_with_duplicates ... ok [INFO] [stdout] test genotype::bit_test::crossover_chromosome_points_without_duplicates ... ok [INFO] [stdout] test genotype::bit_test::mutate_chromosome_genes_without_duplicates ... ok [INFO] [stdout] test genotype::bit_test::mutate_chromosome_single ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::chromosome_constructor ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::crossover_chromosome_pair_single_gene ... ok [INFO] [stdout] test genotype::bit_test::mutate_chromosome_genes_with_duplicates ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::chromosome_constructor_with_seed_genes_list ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::chromosome_manager ... ok [INFO] [stdout] test genotype::bit_test::calculate_genes_hash ... ok [INFO] [stdout] test genotype::bit_test::crossover_points ... ok [INFO] [stdout] test genotype::bit_test::neighbouring_population ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::crossover_chromosome_pair_single_point ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::float_neighbouring_population_1 ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::float_neighbouring_population_2_random ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::float_neighbouring_population_2_scaled ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::mutate_chromosome_genes_random_without_duplicates ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::float_mutate_chromosome_single_relative ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::float_mutate_chromosome_single_scaled ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::float_neighbouring_population_2_relative ... ok [INFO] [stdout] test genotype::list_test::chromosome_permutations ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::float_neighbouring_population_3_one_sided ... ok [INFO] [stdout] test genotype::list_test::chromosome_permutations_genes_size_huge ... ok [INFO] [stdout] test genotype::list_test::mutate_chromosome_genes_with_duplicates ... ok [INFO] [stdout] test genotype::list_test::neighbouring_population ... ok [INFO] [stdout] test genotype::list_test::mutate_chromosome_genes_without_duplicates ... ok [INFO] [stdout] test genotype::list_test::integer_calculate_genes_hash ... ok [INFO] [stdout] test genotype::multi_list_test::chromosome_permutations_genes_size_1 ... ok [INFO] [stdout] test genotype::multi_list_test::chromosome_permutations_genes_size_4 ... ok [INFO] [stdout] test genotype::list_test::mutate_chromosome_single ... ok [INFO] [stdout] test genotype::multi_list_test::chromosome_permutations_genes_size_huge ... ok [INFO] [stdout] test genotype::list_test::crossover_chromosome_pair_single_gene ... ok [INFO] [stdout] test genotype::list_test::crossover_chromosome_pair_single_point ... ok [INFO] [stdout] test genotype::multi_list_test::crossover_chromosome_pair_single_gene ... ok [INFO] [stdout] test genotype::multi_list_test::crossover_chromosome_pair_single_point ... ok [INFO] [stdout] test genotype::multi_list_test::mutate_chromosome_genes_with_duplicates ... ok [INFO] [stdout] test genotype::multi_list_test::mutate_chromosome_single ... ok [INFO] [stdout] test genotype::multi_list_test::mutate_chromosome_genes_without_duplicates ... ok [INFO] [stdout] test genotype::multi_list_test::neighbouring_population_size ... ok [INFO] [stdout] test genotype::multi_range_test::float_crossover_chromosome_pair_single_point ... ok [INFO] [stdout] test genotype::multi_range_test::float_crossover_chromosome_pair_single_gene ... ok [INFO] [stdout] test genotype::multi_range_test::float_mutate_chromosome_single_random ... ok [INFO] [stdout] test genotype::dynamic_matrix_test::mutate_chromosome_genes_random_with_duplicates ... ok [INFO] [stdout] test genotype::multi_range_test::float_mutate_chromosome_single_scaled ... ok [INFO] [stdout] test genotype::multi_range_test::float_neighbouring_population_1 ... ok [INFO] [stdout] test genotype::multi_range_test::float_neighbouring_population_3_random ... ok [INFO] [stdout] test genotype::multi_range_test::float_neighbouring_population_3_scaled ... ok [INFO] [stdout] test genotype::multi_range_test::float_neighbouring_population_3_relative ... ok [INFO] [stdout] test genotype::multi_range_test::integer_mutate_chromosome_single_relative ... ok [INFO] [stdout] test genotype::multi_range_test::float_mutate_chromosome_single_relative ... ok [INFO] [stdout] test genotype::multi_range_test::integer_mutate_chromosome_single_random ... ok [INFO] [stdout] test genotype::multi_range_test::integer_neighbouring_population_3 ... ok [INFO] [stdout] test genotype::multi_range_test::integer_neighbouring_population_1 ... ok [INFO] [stdout] test genotype::multi_unique_test::chromosome_permutations_genes_size_1 ... ok [INFO] [stdout] test genotype::multi_unique_test::chromosome_permutations_genes_size_huge ... ok [INFO] [stdout] test genotype::multi_unique_test::crossover_chromosome_pair_single_point ... ok [INFO] [stdout] test genotype::multi_unique_test::crossover_chromosome_points_without_duplicates ... ok [INFO] [stdout] test genotype::multi_unique_test::chromosome_permutations_genes_size_4 ... ok [INFO] [stdout] test genotype::multi_unique_test::crossover_chromosome_points_with_duplicates ... ok [INFO] [stdout] test genotype::multi_range_test::mutate_chromosome_genes_random_with_duplicates ... ok [INFO] [stdout] test genotype::multi_range_test::mutate_chromosome_genes_random_without_duplicates ... ok [INFO] [stdout] test genotype::multi_unique_test::mutate_chromosome_genes_with_duplicates ... ok [INFO] [stdout] test genotype::multi_unique_test::neighbouring_population_4 ... ok [INFO] [stdout] test genotype::multi_unique_test::mutate_chromosome_genes_without_duplicates ... ok [INFO] [stdout] test genotype::multi_unique_test::mutate_chromosome_single ... ok [INFO] [stdout] test genotype::range_test::crossover_chromosome_pair_single_gene ... ok [INFO] [stdout] test genotype::range_test::crossover_chromosome_pair_single_point ... ok [INFO] [stdout] test genotype::range_test::float_calculate_genes_hash ... ok [INFO] [stdout] test genotype::range_test::float_mutate_chromosome_single_scaled ... ok [INFO] [stdout] test genotype::range_test::float_neighbouring_population_2_random ... ok [INFO] [stdout] test genotype::range_test::float_neighbouring_population_2_scaled ... ok [INFO] [stdout] test genotype::range_test::float_neighbouring_population_2_relative ... ok [INFO] [stdout] test genotype::range_test::float_neighbouring_population_3 ... ok [INFO] [stdout] test genotype::range_test::float_mutate_chromosome_single_relative ... ok [INFO] [stdout] test genotype::range_test::integer_mutate_chromosome_single_random ... ok [INFO] [stdout] test genotype::range_test::integer_mutate_chromosome_single_relative ... ok [INFO] [stdout] test genotype::range_test::integer_neighbouring_population_1 ... ok [INFO] [stdout] test genotype::range_test::integer_neighbouring_population_2_random ... ok [INFO] [stdout] test genotype::range_test::integer_neighbouring_population_2_relative ... ok [INFO] [stdout] test genotype::range_test::integer_neighbouring_population_3 ... ok [INFO] [stdout] test genotype::range_test::integer_neighbouring_population_3_one_sided ... ok [INFO] [stdout] test genotype::range_test::mutate_chromosome_genes_random_with_duplicates ... ok [INFO] [stdout] test genotype::range_test::float_neighbouring_population_1 ... ok [INFO] [stdout] test genotype::range_test::integer_neighbouring_population_2_scaled ... ok [INFO] [stdout] test genotype::range_test::float_neighbouring_population_3_one_sided ... ok [INFO] [stdout] test genotype::range_test::integer_calculate_genes_hash ... ok [INFO] [stdout] test genotype::range_test::mutate_chromosome_genes_random_without_duplicates ... ok [INFO] [stdout] test genotype::static_matrix_test::chromosome_constructor ... ok [INFO] [stdout] test genotype::static_matrix_test::crossover_chromosome_pair_single_point ... ok [INFO] [stdout] test genotype::static_matrix_test::crossover_chromosome_pair_single_gene ... ok [INFO] [stdout] test genotype::static_matrix_test::chromosome_constructor_with_seed_genes_list ... ok [INFO] [stdout] test genotype::static_matrix_test::float_mutate_chromosome_single_relative ... ok [INFO] [stdout] test genotype::static_matrix_test::chromosome_manager ... ok [INFO] [stdout] test genotype::range_test::float_mutate_chromosome_single_random ... ok [INFO] [stdout] test genotype::static_matrix_test::float_neighbouring_population_2_random ... ok [INFO] [stdout] test genotype::static_matrix_test::float_neighbouring_population_2_relative ... ok [INFO] [stdout] test genotype::static_matrix_test::float_neighbouring_population_3_one_sided ... ok [INFO] [stdout] test genotype::static_matrix_test::mutate_chromosome_genes_random_with_duplicates ... ok [INFO] [stdout] test genotype::unique_test::chromosome_permutations ... ok [INFO] [stdout] test genotype::static_matrix_test::mutate_chromosome_genes_random_without_duplicates ... ok [INFO] [stdout] test genotype::static_matrix_test::float_neighbouring_population_2_scaled ... ok [INFO] [stdout] test genotype::unique_test::chromosome_permutations_genes_size_huge ... ok [INFO] [stdout] test genotype::unique_test::mutate_chromosome_genes_with_duplicates ... ok [INFO] [stdout] test genotype::unique_test::mutate_chromosome_single ... ok [INFO] [stdout] test genotype::unique_test::mutate_chromosome_genes_without_duplicates ... ok [INFO] [stdout] test genotype::unique_test::neighbouring_population_4 ... ok [INFO] [stdout] test genotype::unique_test::neighbouring_population_2 ... ok [INFO] [stdout] test genotype::static_matrix_test::float_neighbouring_population_1 ... ok [INFO] [stdout] test genotype::static_matrix_test::float_mutate_chromosome_single_scaled ... ok [INFO] [stdout] test genotype::multi_unique_test::crossover_chromosome_pair_single_gene - should panic ... ok [INFO] [stderr] Running tests/mutate_test.rs (/opt/rustwide/target/debug/deps/mutate_test-3b14228e60e660d2) [INFO] [stdout] test genotype::unique_test::crossover_chromosome_pair_single_gene - should panic ... ok [INFO] [stdout] test genotype::unique_test::crossover_chromosome_pair_single_point - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 141 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test mutate::single_gene_test::range_float_genotype_unscaled ... ok [INFO] [stdout] test mutate::multi_gene_dynamic_test::binary_genotype ... ok [INFO] [stdout] test mutate::single_gene_dynamic_test::binary_genotype ... ok [INFO] [stdout] test mutate::multi_gene_test::list_genotype ... ok [INFO] [stdout] test mutate::single_gene_test::binary_genotype ... ok [INFO] [stdout] test mutate::single_gene_test::range_float_genotype_scaled ... ok [INFO] [stdout] test mutate::single_gene_test::list_genotype ... ok [INFO] [stdout] test mutate::multi_gene_test::binary_genotype ... ok [INFO] [stdout] test mutate::single_gene_test::range_integer_genotype ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/population_test.rs (/opt/rustwide/target/debug/deps/population_test-17f6d7acf1520628) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test population_tests::best_chromosome ... ok [INFO] [stdout] test population_tests::fitness_score_cardinality ... ok [INFO] [stdout] test population_tests::genes_cardinality ... ok [INFO] [stdout] test population_tests::fitness_score_stddev ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/select_test.rs (/opt/rustwide/target/debug/deps/select_test-8988f7c743e84e05) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test select::elite_test::minimize ... ok [INFO] [stdout] test select::elite_test::maximize ... ok [INFO] [stdout] test select::elite_test::fitness_ordering_with_none_fitness ... ok [INFO] [stdout] test select::tournament_test::fitness_ordering_with_none_fitness ... ok [INFO] [stdout] test select::tournament_test::maximize ... ok [INFO] [stdout] test select::tournament_test::minimize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/strategy_test.rs (/opt/rustwide/target/debug/deps/strategy_test-9fcabec168f9c1f9) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test strategy::evolve_test::build_invalid_require_crossover_points ... ok [INFO] [stdout] test strategy::evolve_test::build_invalid_missing_ending_condition ... ok [INFO] [stdout] test strategy::builder_test::build_invalid_missing_variant ... ok [INFO] [stdout] test strategy::builder_test::call_permutate ... ok [INFO] [stdout] test strategy::evolve_test::call_binary_mass_extinction ... ok [INFO] [stdout] test strategy::evolve_test::call_binary_mass_genesis ... ok [INFO] [stdout] test strategy::evolve_test::build_invalid_require_crossover_indexes ... ok [INFO] [stdout] test strategy::builder_test::call_repeatedly_hill_climb_steepest_ascent ... ok [INFO] [stdout] test strategy::evolve_test::call_binary_mass_degeneration ... ok [INFO] [stdout] test strategy::evolve_test::call_binary_target_fitness_score_maximize ... ok [INFO] [stdout] test strategy::evolve_test::call_binary_max_stale_generations_maximize ... ok [INFO] [stdout] test strategy::evolve_test::call_binary_target_fitness_score_minimize ... ok [INFO] [stdout] test strategy::evolve_test::call_binary_max_stale_generations_minimize ... ok [INFO] [stdout] test strategy::evolve_test::call_list ... ok [INFO] [stdout] test strategy::evolve_test::call_binary_max_stale_generations_and_valid_fitness_score_minimize ... ok [INFO] [stdout] test strategy::evolve_test::call_binary_max_stale_generations_and_valid_fitness_score_maximize ... ok [INFO] [stdout] test strategy::evolve_test::call_bit ... ok [INFO] [stdout] test strategy::evolve_test::call_multi_list ... ok [INFO] [stdout] test strategy::evolve_test::population_factory_binary ... ok [INFO] [stdout] test strategy::evolve_test::call_dynamic_matrix ... ok [INFO] [stdout] test strategy::hill_climb_test::build_invalid_missing_ending_condition ... ok [INFO] [stdout] test strategy::hill_climb_test::call_binary_stochastic ... ok [INFO] [stdout] test strategy::hill_climb_test::call_dynamic_matrix_steepest_ascent ... ok [INFO] [stdout] test strategy::builder_test::call_speciated_evolve ... ok [INFO] [stdout] test strategy::evolve_test::call_range_usize ... ok [INFO] [stdout] test strategy::evolve_test::call_range_isize ... ok [INFO] [stdout] test strategy::evolve_test::call_par_fitness ... ok [INFO] [stdout] test strategy::hill_climb_test::call_range_max_stale_generations_maximize ... ok [INFO] [stdout] test strategy::hill_climb_test::call_range_max_stale_generations_and_valid_fitness_score_minimize ... ok [INFO] [stdout] test strategy::hill_climb_test::call_range_max_stale_generations_minimize ... ok [INFO] [stdout] test strategy::hill_climb_test::call_range_par_fitness ... ok [INFO] [stdout] test strategy::hill_climb_test::call_range_target_fitness_score_minimize ... ok [INFO] [stdout] test strategy::permutate_test::call_binary_maximize ... ok [INFO] [stdout] test strategy::permutate_test::call_binary_minimize ... ok [INFO] [stdout] test strategy::hill_climb_test::call_range_target_fitness_score_maximize ... ok [INFO] [stdout] test strategy::permutate_test::call_multi_list ... ok [INFO] [stdout] test strategy::evolve_test::call_static_matrix ... ok [INFO] [stdout] test strategy::hill_climb_test::call_binary_steepest_ascent ... ok [INFO] [stdout] test strategy::hill_climb_test::call_range_max_stale_generations_and_valid_fitness_score_maximize ... ok [INFO] [stdout] test strategy::hill_climb_test::call_static_matrix_steepest_ascent ... ok [INFO] [stdout] test strategy::evolve_test::call_range_f32 ... ok [INFO] [stdout] test strategy::permutate_test::call_list ... ok [INFO] [stdout] test strategy::permutate_test::call_par_fitness ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test chromosome_range ... ok [INFO] [stdout] test chromosome_binary ... ok [INFO] [stdout] test chromosome_list ... ok [INFO] [stdout] test population_binary ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/support_test.rs (/opt/rustwide/target/debug/deps/support_test-aa5c283875a5118e) [INFO] [stderr] Doc-tests genetic_algorithm [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test src/fitness.rs - fitness::Fitness (line 185) ... ok [INFO] [stdout] test src/fitness.rs - fitness::Fitness (line 104) ... ok [INFO] [stdout] test src/fitness.rs - fitness::Fitness (line 153) ... ok [INFO] [stdout] test src/genotype/bit.rs - genotype::bit::Bit::genes_from_bools (line 78) ... ok [INFO] [stdout] test src/fitness.rs - fitness::Fitness (line 122) ... ok [INFO] [stdout] test src/genotype/binary.rs - genotype::binary::Binary (line 18) ... ok [INFO] [stdout] test src/genotype/bit.rs - genotype::bit::Bit (line 26) ... ok [INFO] [stdout] test src/genotype/bit.rs - genotype::bit::Bit::genes_from_blocks (line 106) ... ok [INFO] [stdout] test src/genotype/bit.rs - genotype::bit::Bit::genes_from_str (line 92) ... ok [INFO] [stdout] test src/genotype/dynamic_matrix.rs - genotype::dynamic_matrix::DynamicMatrix (line 64) ... ok [INFO] [stdout] test src/genotype/dynamic_matrix.rs - genotype::dynamic_matrix::DynamicMatrix (line 50) ... ok [INFO] [stdout] test src/genotype/list.rs - genotype::list::List (line 37) ... ok [INFO] [stdout] test src/genotype/multi_list.rs - genotype::multi_list::MultiList (line 32) ... ok [INFO] [stdout] test src/genotype/multi_list.rs - genotype::multi_list::MultiList (line 73) ... ok [INFO] [stdout] test src/genotype/list.rs - genotype::list::List (line 25) ... ok [INFO] [stdout] test src/genotype/multi_list.rs - genotype::multi_list::MultiList (line 48) ... ok [INFO] [stdout] test src/genotype/multi_range.rs - genotype::multi_range::MultiRange (line 62) ... ok [INFO] [stdout] test src/genotype/multi_range.rs - genotype::multi_range::MultiRange (line 36) ... ok [INFO] [stdout] test src/genotype/range.rs - genotype::range::Range (line 32) ... ok [INFO] [stdout] test src/genotype/multi_unique.rs - genotype::multi_unique::MultiUnique (line 55) ... ok [INFO] [stdout] test src/genotype/range.rs - genotype::range::Range (line 46) ... ok [INFO] [stdout] test src/genotype/multi_unique.rs - genotype::multi_unique::MultiUnique (line 36) ... ok [INFO] [stdout] test src/genotype/static_matrix.rs - genotype::static_matrix::StaticMatrix (line 50) ... ok [INFO] [stdout] test src/genotype/static_matrix.rs - genotype::static_matrix::StaticMatrix (line 67) ... ok [INFO] [stdout] test src/strategy.rs - strategy::StrategyReporter (line 277) ... ok [INFO] [stdout] test src/genotype/unique.rs - genotype::unique::Unique (line 29) ... ok [INFO] [stdout] test src/genotype/unique.rs - genotype::unique::Unique (line 40) ... ok [INFO] [stdout] test src/lib.rs - (line 25) ... ok [INFO] [stdout] test src/strategy/permutate.rs - strategy::permutate::Permutate (line 53) ... ok [INFO] [stdout] test src/strategy/hill_climb.rs - strategy::hill_climb::HillClimb (line 106) ... ok [INFO] [stdout] test src/strategy/evolve.rs - strategy::evolve::Evolve (line 102) ... ok [INFO] [stdout] test src/strategy.rs - strategy (line 29) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "81e332390ad1e0a5bcd69148e7e9c7204249e1f82dd9d5c1a8a2c32f0f3e0b66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81e332390ad1e0a5bcd69148e7e9c7204249e1f82dd9d5c1a8a2c32f0f3e0b66", kill_on_drop: false }` [INFO] [stdout] 81e332390ad1e0a5bcd69148e7e9c7204249e1f82dd9d5c1a8a2c32f0f3e0b66