[INFO] fetching crate pos_pso 0.1.6...
[INFO] testing pos_pso-0.1.6 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate pos_pso 0.1.6
[INFO] finished tweaking crates.io crate pos_pso 0.1.6
[INFO] tweaked toml for crates.io crate pos_pso 0.1.6 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 86f9f7a5cabcb714a63c50c41c09264dec150193f0eb698e35e1449ecbd4cbfe
[INFO] running `Command { std: "docker" "start" "-a" "86f9f7a5cabcb714a63c50c41c09264dec150193f0eb698e35e1449ecbd4cbfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86f9f7a5cabcb714a63c50c41c09264dec150193f0eb698e35e1449ecbd4cbfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86f9f7a5cabcb714a63c50c41c09264dec150193f0eb698e35e1449ecbd4cbfe", kill_on_drop: false }`
[INFO] [stdout] 86f9f7a5cabcb714a63c50c41c09264dec150193f0eb698e35e1449ecbd4cbfe
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 641dc1486bbf5001946d1320effa108e7e74894e30e3f2da76d3e5b47978f7df
[INFO] running `Command { std: "docker" "start" "-a" "641dc1486bbf5001946d1320effa108e7e74894e30e3f2da76d3e5b47978f7df", kill_on_drop: false }`
[INFO] [stderr]    Compiling pos_pso v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::f64::consts::PI`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::f64::consts::PI;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]   --> src/optimizer/swarm.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct SwarmColaborative {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     igf: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]    --> src/optimizer/swarm.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub struct SwarmIndependant {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 221 |     igf: f64,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "641dc1486bbf5001946d1320effa108e7e74894e30e3f2da76d3e5b47978f7df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "641dc1486bbf5001946d1320effa108e7e74894e30e3f2da76d3e5b47978f7df", kill_on_drop: false }`
[INFO] [stdout] 641dc1486bbf5001946d1320effa108e7e74894e30e3f2da76d3e5b47978f7df
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bdd6b404d934bd67a2237efe3818306a3f5e907c26bc11b11bb52c5bb165da14
[INFO] running `Command { std: "docker" "start" "-a" "bdd6b404d934bd67a2237efe3818306a3f5e907c26bc11b11bb52c5bb165da14", kill_on_drop: false }`
[INFO] [stderr]    Compiling pos_pso v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::f64::consts::PI`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::f64::consts::PI;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]   --> src/optimizer/swarm.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct SwarmColaborative {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     igf: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]    --> src/optimizer/swarm.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub struct SwarmIndependant {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 221 |     igf: f64,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `min`
[INFO] [stdout]   --> src/lib.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let min = opt.minimize(job_config, swarm_config, move |pt: &[f64]| -> f64 {
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_min`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]   --> src/optimizer/swarm.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct SwarmColaborative {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     igf: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]    --> src/optimizer/swarm.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub struct SwarmIndependant {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 221 |     igf: f64,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `expSinFunction` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn expSinFunction() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_sin_function`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.85s
[INFO] running `Command { std: "docker" "inspect" "bdd6b404d934bd67a2237efe3818306a3f5e907c26bc11b11bb52c5bb165da14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdd6b404d934bd67a2237efe3818306a3f5e907c26bc11b11bb52c5bb165da14", kill_on_drop: false }`
[INFO] [stdout] bdd6b404d934bd67a2237efe3818306a3f5e907c26bc11b11bb52c5bb165da14
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5e07f4777686e01f8ce80df35206d3a4ef94eec70cc28c15024f324c49529f00
[INFO] running `Command { std: "docker" "start" "-a" "5e07f4777686e01f8ce80df35206d3a4ef94eec70cc28c15024f324c49529f00", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::f64::consts::PI`
[INFO] [stderr]  --> src/lib.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::f64::consts::PI;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `igf` is never read
[INFO] [stderr]   --> src/optimizer/swarm.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub struct SwarmColaborative {
[INFO] [stderr]    |            ----------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 27 |     igf: f64,
[INFO] [stderr]    |     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `igf` is never read
[INFO] [stderr]    --> src/optimizer/swarm.rs:221:5
[INFO] [stderr]     |
[INFO] [stderr] 218 | pub struct SwarmIndependant {
[INFO] [stderr]     |            ---------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 221 |     igf: f64,
[INFO] [stderr]     |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `min`
[INFO] [stderr]   --> src/lib.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 |     let min = opt.minimize(job_config, swarm_config, move |pt: &[f64]| -> f64 {
[INFO] [stderr]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_min`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `expSinFunction` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:11:4
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn expSinFunction() {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_sin_function`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `pos_pso` (lib) generated 3 warnings (run `cargo fix --lib -p pos_pso` to apply 1 suggestion)
[INFO] [stderr] warning: `pos_pso` (lib test) generated 4 warnings (2 duplicates) (run `cargo fix --lib -p pos_pso --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-73cdc3911b09a987)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test opt_quad_test_collab ... ok
[INFO] [stdout] test expSinFunction has been running for over 60 seconds
[INFO] [stdout] test expSinFunction ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- expSinFunction stdout ----
[INFO] [stdout] PSO initialized with 8 swarm-threads of 256 particles each 
[INFO] [stdout] 
[INFO] [stdout] Swarm Configurations: 
[INFO] [stdout]  	 0: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 1: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 2: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 3: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 4: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 5: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 6: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 7: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] Job Starting... 
[INFO] [stdout]  Optimizer will search a 5 variable space bounded by [(-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586)] 
[INFO] [stdout] 
[INFO] [stdout]             and velocities bounded by [(-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25)] 
[INFO] [stdout] 
[INFO] [stdout]             Optimizer will run for 10000 itterations, unless the minimum cost drops below 0.000000001 
[INFO] [stdout] 
[INFO] [stdout] Swarm_6 iter 1000: 	 c = 980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04280345935672695556 @ 	 [-1.18038, 1.26160, -1.16150, 1.23467, -1.19536] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_7 iter 1000: 	 c = 980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_1 iter 1000: 	 c = 980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04285077006266316269 @ 	 [-1.18470, 1.26563, 1.23286, -1.25503, 1.15729] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_5 iter 1000: 	 c = 980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04280143585289801489 @ 	 [-1.24764, 1.27218, -1.25342, 1.24983, -1.29141] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_0 iter 1000: 	 c = 984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04287503565312909826 @ 	 [-1.26919, 1.19906, -1.17834, 1.19712, -1.28118] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_3 iter 1000: 	 c = 982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04245696705033590729 @ 	 [-1.25866, 1.22289, -1.16062, 1.22681, -1.24432] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_4 iter 1000: 	 c = 992, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06669996236396058542 @ 	 [-1.42291, -1.00982, -1.30933, -1.04843, 1.41988] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_2 iter 1000: 	 c = 984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271209247775240025 @ 	 [-1.26182, 1.26189, -1.21760, 1.27322, -1.27735] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_7 iter 2000: 	 c = 1980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_5 iter 2000: 	 c = 1978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04233459400679755180 @ 	 [-1.23232, 1.16847, -1.19978, 1.21985, -1.24969] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_0 iter 2000: 	 c = 1984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04287503565312909826 @ 	 [-1.26919, 1.19906, -1.17834, 1.19712, -1.28118] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_6 iter 2000: 	 c = 1978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04270507947694573980 @ 	 [-1.25925, 1.27393, -1.27796, 1.26218, -1.23485] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_1 iter 2000: 	 c = 1980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04285077006266316269 @ 	 [-1.18470, 1.26563, 1.23286, -1.25503, 1.15729] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_3 iter 2000: 	 c = 1982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04245696705033590729 @ 	 [-1.25866, 1.22289, -1.16062, 1.22681, -1.24432] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_4 iter 2000: 	 c = 1980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04230817741399004600 @ 	 [-1.26193, 1.18654, -1.20699, 1.20903, -1.19786] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_2 iter 2000: 	 c = 1984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271209247775240025 @ 	 [-1.26182, 1.26189, -1.21760, 1.27322, -1.27735] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_7 iter 3000: 	 c = 2980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_5 iter 3000: 	 c = 2978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04233459400679755180 @ 	 [-1.23232, 1.16847, -1.19978, 1.21985, -1.24969] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_4 iter 3000: 	 c = 2980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04230817741399004600 @ 	 [-1.26193, 1.18654, -1.20699, 1.20903, -1.19786] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_0 iter 3000: 	 c = 2978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04246154363944606991 @ 	 [-1.23199, 1.17398, -1.25786, 1.21404, -1.26694] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_1 iter 3000: 	 c = 2980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04285077006266316269 @ 	 [-1.18470, 1.26563, 1.23286, -1.25503, 1.15729] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_6 iter 3000: 	 c = 2978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04270507947694573980 @ 	 [-1.25925, 1.27393, -1.27796, 1.26218, -1.23485] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_3 iter 3000: 	 c = 2982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04245696705033590729 @ 	 [-1.25866, 1.22289, -1.16062, 1.22681, -1.24432] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_2 iter 3000: 	 c = 2982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04252489096076313146 @ 	 [-1.28896, 1.25826, -1.23290, 1.23551, -1.19824] 
[INFO] [stdout]  	 Global Record of: 0.04223008661268280728 @ 	 [-1.17977, 1.24294, -1.21583, 1.19144, -1.22975]
[INFO] [stdout] Swarm_7 iter 4000: 	 c = 3978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04192619619571662931 @ 	 [-1.21872, 1.24753, -1.21602, 1.21384, -1.24671] 
[INFO] [stdout]  	 Global Record of: 0.04192619619571662931 @ 	 [-1.21872, 1.24753, -1.21602, 1.21384, -1.24671]
[INFO] [stdout] Swarm_5 iter 4000: 	 c = 3978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04233459400679755180 @ 	 [-1.23232, 1.16847, -1.19978, 1.21985, -1.24969] 
[INFO] [stdout]  	 Global Record of: 0.04192619619571662931 @ 	 [-1.21872, 1.24753, -1.21602, 1.21384, -1.24671]
[INFO] [stdout] Swarm_4 iter 4000: 	 c = 3980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04230817741399004600 @ 	 [-1.26193, 1.18654, -1.20699, 1.20903, -1.19786] 
[INFO] [stdout]  	 Global Record of: 0.04192619619571662931 @ 	 [-1.21872, 1.24753, -1.21602, 1.21384, -1.24671]
[INFO] [stdout] Swarm_0 iter 4000: 	 c = 3976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04243811569353213298 @ 	 [-1.26864, 1.21196, -1.25533, 1.19313, -1.18917] 
[INFO] [stdout]  	 Global Record of: 0.04192619619571662931 @ 	 [-1.21872, 1.24753, -1.21602, 1.21384, -1.24671]
[INFO] [stdout] Swarm_6 iter 4000: 	 c = 3976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04253129298915319517 @ 	 [-1.26372, 1.25404, -1.28686, 1.21697, -1.22770] 
[INFO] [stdout]  	 Global Record of: 0.04192619619571662931 @ 	 [-1.21872, 1.24753, -1.21602, 1.21384, -1.24671]
[INFO] [stdout] Swarm_1 iter 4000: 	 c = 3980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04285077006266316269 @ 	 [-1.18470, 1.26563, 1.23286, -1.25503, 1.15729] 
[INFO] [stdout]  	 Global Record of: 0.04192619619571662931 @ 	 [-1.21872, 1.24753, -1.21602, 1.21384, -1.24671]
[INFO] [stdout] Swarm_3 iter 4000: 	 c = 3982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04245696705033590729 @ 	 [-1.25866, 1.22289, -1.16062, 1.22681, -1.24432] 
[INFO] [stdout]  	 Global Record of: 0.04192619619571662931 @ 	 [-1.21872, 1.24753, -1.21602, 1.21384, -1.24671]
[INFO] [stdout] Swarm_2 iter 4000: 	 c = 3980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228734053140292132 @ 	 [-1.21209, 1.19328, -1.22020, 1.19622, -1.18096] 
[INFO] [stdout]  	 Global Record of: 0.04192619619571662931 @ 	 [-1.21872, 1.24753, -1.21602, 1.21384, -1.24671]
[INFO] [stdout] Swarm_7 iter 5000: 	 c = 4978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04192619619571662931 @ 	 [-1.21872, 1.24753, -1.21602, 1.21384, -1.24671] 
[INFO] [stdout]  	 Global Record of: 0.04190893316622011644 @ 	 [-1.20205, 1.21507, -1.22518, 1.20779, -1.22324]
[INFO] [stdout] Swarm_1 iter 5000: 	 c = 4980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04285077006266316269 @ 	 [-1.18470, 1.26563, 1.23286, -1.25503, 1.15729] 
[INFO] [stdout]  	 Global Record of: 0.04190893316622011644 @ 	 [-1.20205, 1.21507, -1.22518, 1.20779, -1.22324]
[INFO] [stdout] Swarm_0 iter 5000: 	 c = 4962, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04197628176379784165 @ 	 [-1.21907, 1.22304, -1.22392, 1.20402, -1.19353] 
[INFO] [stdout]  	 Global Record of: 0.04188892764598718677 @ 	 [-1.21243, 1.20872, -1.22350, 1.23737, -1.21013]
[INFO] [stdout] Swarm_6 iter 5000: 	 c = 4968, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04212091933655486703 @ 	 [-1.21333, 1.21705, -1.18784, 1.25507, -1.24171] 
[INFO] [stdout]  	 Global Record of: 0.04188892764598718677 @ 	 [-1.21243, 1.20872, -1.22350, 1.23737, -1.21013]
[INFO] [stdout] Swarm_4 iter 5000: 	 c = 4974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04198779465400551136 @ 	 [-1.21611, 1.24802, -1.24725, 1.20822, -1.24509] 
[INFO] [stdout]  	 Global Record of: 0.04188892764598718677 @ 	 [-1.21243, 1.20872, -1.22350, 1.23737, -1.21013]
[INFO] [stdout] Swarm_5 iter 5000: 	 c = 4970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04188892764598718677 @ 	 [-1.21243, 1.20872, -1.22350, 1.23737, -1.21013] 
[INFO] [stdout]  	 Global Record of: 0.04188892764598718677 @ 	 [-1.21243, 1.20872, -1.22350, 1.23737, -1.21013]
[INFO] [stdout] Swarm_3 iter 5000: 	 c = 4972, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04195107234457259165 @ 	 [-1.23741, 1.19790, -1.21887, 1.23024, -1.20592] 
[INFO] [stdout]  	 Global Record of: 0.04185894757341874356 @ 	 [-1.23837, 1.23319, -1.23439, 1.20848, -1.21770]
[INFO] [stdout] Swarm_2 iter 5000: 	 c = 4978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04190893316622011644 @ 	 [-1.20205, 1.21507, -1.22518, 1.20779, -1.22324] 
[INFO] [stdout]  	 Global Record of: 0.04182687008689442432 @ 	 [-1.21513, 1.21254, -1.22060, 1.23134, -1.22310]
[INFO] [stdout] Swarm_7 iter 6000: 	 c = 5966, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178475972523753440 @ 	 [-1.22586, 1.22491, -1.22815, 1.22404, -1.23202] 
[INFO] [stdout]  	 Global Record of: 0.04178914450616483950 @ 	 [-1.23039, 1.22042, -1.22723, 1.22933, -1.23069]
[INFO] [stdout] Swarm_6 iter 6000: 	 c = 5948, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04179063607274086101 @ 	 [-1.23289, 1.22697, -1.23069, 1.22800, -1.22109] 
[INFO] [stdout]  	 Global Record of: 0.04178803264319150279 @ 	 [-1.22389, 1.22947, -1.22233, 1.23025, -1.23117]
[INFO] [stdout] Swarm_1 iter 6000: 	 c = 5980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04285077006266316269 @ 	 [-1.18470, 1.26563, 1.23286, -1.25503, 1.15729] 
[INFO] [stdout]  	 Global Record of: 0.04178803264319150279 @ 	 [-1.22389, 1.22947, -1.22233, 1.23025, -1.23117]
[INFO] [stdout] Swarm_4 iter 6000: 	 c = 5966, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178166210373460143 @ 	 [-1.22915, 1.22522, -1.22775, 1.22857, -1.22811] 
[INFO] [stdout]  	 Global Record of: 0.04177969919636596169 @ 	 [-1.22635, 1.22630, -1.22696, 1.22563, -1.22619]
[INFO] [stdout] Swarm_0 iter 6000: 	 c = 5950, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04179188596805171602 @ 	 [-1.22170, 1.23221, -1.22800, 1.21998, -1.22580] 
[INFO] [stdout]  	 Global Record of: 0.04177960520394087551 @ 	 [-1.22665, 1.22659, -1.22624, 1.22604, -1.22630]
[INFO] [stdout] Swarm_3 iter 6000: 	 c = 5966, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178803264319150279 @ 	 [-1.22389, 1.22947, -1.22233, 1.23025, -1.23117] 
[INFO] [stdout]  	 Global Record of: 0.04177957120522612922 @ 	 [-1.22648, 1.22664, -1.22643, 1.22639, -1.22639]
[INFO] [stdout] Swarm_5 iter 6000: 	 c = 5958, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178878717154667355 @ 	 [-1.22396, 1.22637, -1.21963, 1.22739, -1.22177] 
[INFO] [stdout]  	 Global Record of: 0.04177956598182704095 @ 	 [-1.22646, 1.22653, -1.22646, 1.22648, -1.22650]
[INFO] [stdout] Swarm_2 iter 6000: 	 c = 5968, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178540998419726787 @ 	 [-1.22555, 1.22302, -1.22713, 1.22057, -1.22644] 
[INFO] [stdout]  	 Global Record of: 0.04177956598182704095 @ 	 [-1.22646, 1.22653, -1.22646, 1.22648, -1.22650]
[INFO] [stdout] Swarm_4 iter 7000: 	 c = 6870, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_1 iter 7000: 	 c = 6980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04285077006266316269 @ 	 [-1.18470, 1.26563, 1.23286, -1.25503, 1.15729] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_7 iter 7000: 	 c = 6840, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_6 iter 7000: 	 c = 6830, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_0 iter 7000: 	 c = 6838, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_3 iter 7000: 	 c = 6858, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_2 iter 7000: 	 c = 6864, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_5 iter 7000: 	 c = 6848, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_7 iter 8000: 	 c = 7838, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_1 iter 8000: 	 c = 7980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04285077006266316269 @ 	 [-1.18470, 1.26563, 1.23286, -1.25503, 1.15729] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_4 iter 8000: 	 c = 7868, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_6 iter 8000: 	 c = 7828, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_0 iter 8000: 	 c = 7836, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_5 iter 8000: 	 c = 7846, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_2 iter 8000: 	 c = 7862, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_3 iter 8000: 	 c = 7858, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_7 iter 9000: 	 c = 8838, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_1 iter 9000: 	 c = 8980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04285077006266316269 @ 	 [-1.18470, 1.26563, 1.23286, -1.25503, 1.15729] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_4 iter 9000: 	 c = 8868, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_6 iter 9000: 	 c = 8828, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_5 iter 9000: 	 c = 8846, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_0 iter 9000: 	 c = 8836, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_2 iter 9000: 	 c = 8862, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_3 iter 9000: 	 c = 8856, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_7 iter 10000: 	 c = 9838, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_1 iter 10000: 	 c = 9980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04285077006266316269 @ 	 [-1.18470, 1.26563, 1.23286, -1.25503, 1.15729] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_5 iter 10000: 	 c = 9846, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_6 iter 10000: 	 c = 9828, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_4 iter 10000: 	 c = 9868, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_2 iter 10000: 	 c = 9862, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_0 iter 10000: 	 c = 9836, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Swarm_3 iter 10000: 	 c = 9856, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] Minimum Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, -1.22649]
[INFO] [stdout] 
[INFO] [stdout] thread 'expSinFunction' (25) panicked at src/lib.rs:38:5:
[INFO] [stdout] optimizer did not converge!
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56ad98c6a5b2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56ad98c6a5b2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56ad98c6a5b2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56ad98c6a5b2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56ad98c7ff8a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56ad98c7ff8a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56ad98c6f466 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56ad98c6f466 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56ad98c48d4f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56ad98c48d4f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56ad98c628e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56ad98bc7aee - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56ad98bc7aee - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56ad98c62aa2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56ad98c62aa2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56ad98c4831c - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x56ad98c3dfa9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56ad98c3b2c0 - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x56ad98ba6599 - pos_pso[3590f79e8c0c44c8]::expSinFunction
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:38:5
[INFO] [stdout]   19:     0x56ad98ba5dc7 - pos_pso[3590f79e8c0c44c8]::expSinFunction::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:11:20
[INFO] [stdout]   20:     0x56ad98bb7626 - <pos_pso[3590f79e8c0c44c8]::expSinFunction::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x56ad98bbbe9b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x56ad98bbbe9b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x56ad98bc86fa - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x56ad98bc86fa - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x56ad98bc86fa - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x56ad98bc86fa - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   27:     0x56ad98bc86fa - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x56ad98bc86fa - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x56ad98bc86fa - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x56ad98bc2bc4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x56ad98bc2bc4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   32:     0x56ad98bcb1f2 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   33:     0x56ad98bcb1f2 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x56ad98bcb1f2 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x56ad98bcb1f2 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36:     0x56ad98bcb1f2 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x56ad98bcb1f2 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   38:     0x56ad98bcb1f2 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x56ad98c69e5f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   40:     0x56ad98c69e5f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   41:     0x74133d566aa4 - <unknown>
[INFO] [stdout]   42:     0x74133d5f3a64 - clone
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     expSinFunction
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 177.69s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "5e07f4777686e01f8ce80df35206d3a4ef94eec70cc28c15024f324c49529f00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e07f4777686e01f8ce80df35206d3a4ef94eec70cc28c15024f324c49529f00", kill_on_drop: false }`
[INFO] [stdout] 5e07f4777686e01f8ce80df35206d3a4ef94eec70cc28c15024f324c49529f00
