[INFO] fetching crate pos_pso 0.1.6...
[INFO] testing pos_pso-0.1.6 against 1.94.0 for beta-1.95-1
[INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-3-tc1/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-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "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" "+1.94.0" "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.10.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e67eb85e541ddf65b6262ce6a2500d423750ecc921f66d031ef6bdf149ce1dc
[INFO] running `Command { std: "docker" "start" "-a" "4e67eb85e541ddf65b6262ce6a2500d423750ecc921f66d031ef6bdf149ce1dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e67eb85e541ddf65b6262ce6a2500d423750ecc921f66d031ef6bdf149ce1dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e67eb85e541ddf65b6262ce6a2500d423750ecc921f66d031ef6bdf149ce1dc", kill_on_drop: false }`
[INFO] [stdout] 4e67eb85e541ddf65b6262ce6a2500d423750ecc921f66d031ef6bdf149ce1dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5750c4be40e6db41bc4b939d52dbdd42b82e5cf12235b6a8723937771c5df7ed
[INFO] running `Command { std: "docker" "start" "-a" "5750c4be40e6db41bc4b939d52dbdd42b82e5cf12235b6a8723937771c5df7ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[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 2.17s
[INFO] running `Command { std: "docker" "inspect" "5750c4be40e6db41bc4b939d52dbdd42b82e5cf12235b6a8723937771c5df7ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5750c4be40e6db41bc4b939d52dbdd42b82e5cf12235b6a8723937771c5df7ed", kill_on_drop: false }`
[INFO] [stdout] 5750c4be40e6db41bc4b939d52dbdd42b82e5cf12235b6a8723937771c5df7ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a45836c9cb3038dcf2a75a00d8545ebecddf2e267decabb943e078ba05334fb8
[INFO] running `Command { std: "docker" "start" "-a" "a45836c9cb3038dcf2a75a00d8545ebecddf2e267decabb943e078ba05334fb8", 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.92s
[INFO] running `Command { std: "docker" "inspect" "a45836c9cb3038dcf2a75a00d8545ebecddf2e267decabb943e078ba05334fb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a45836c9cb3038dcf2a75a00d8545ebecddf2e267decabb943e078ba05334fb8", kill_on_drop: false }`
[INFO] [stdout] a45836c9cb3038dcf2a75a00d8545ebecddf2e267decabb943e078ba05334fb8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0ba323704c5cf87d3ba2e41c06cbe92e473d0f26d4b19f2ad090d72ff58944c9
[INFO] running `Command { std: "docker" "start" "-a" "0ba323704c5cf87d3ba2e41c06cbe92e473d0f26d4b19f2ad090d72ff58944c9", 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.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-eed6fbcf1ccca34a)
[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 = 974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04266449740740078933 @ 	 [1.18864, -1.26144, -1.25959, -1.21086, 1.28132] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_1 iter 1000: 	 c = 978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04250675768538441507 @ 	 [1.18949, -1.21505, -1.16568, -1.19944, 1.20825] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_5 iter 1000: 	 c = 976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_2 iter 1000: 	 c = 988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04894237323906131670 @ 	 [-1.23602, -1.29432, 1.08232, -1.23980, 1.39114] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_4 iter 1000: 	 c = 982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04300028767549480407 @ 	 [-1.19811, -1.22358, 1.26309, 1.28279, -1.29090] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_0 iter 1000: 	 c = 970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04254758847358948437 @ 	 [1.23469, -1.21326, -1.17345, -1.18100, 1.18848] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_7 iter 1000: 	 c = 982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04276189779211591463 @ 	 [1.27656, -1.20542, -1.17493, -1.27123, 1.21057] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_3 iter 1000: 	 c = 988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04302540820897364504 @ 	 [-1.20535, -1.18250, 1.23615, 1.14134, -1.25744] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_0 iter 2000: 	 c = 1970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04254758847358948437 @ 	 [1.23469, -1.21326, -1.17345, -1.18100, 1.18848] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_4 iter 2000: 	 c = 1982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04300028767549480407 @ 	 [-1.19811, -1.22358, 1.26309, 1.28279, -1.29090] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_5 iter 2000: 	 c = 1974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04240960103249168806 @ 	 [1.24396, -1.20451, -1.23891, -1.17842, 1.26982] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_6 iter 2000: 	 c = 1974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04266449740740078933 @ 	 [1.18864, -1.26144, -1.25959, -1.21086, 1.28132] 
[INFO] [stdout]  	 Global Record of: 0.04248728852763881264 @ 	 [1.20695, -1.27811, -1.24443, -1.26976, 1.24497]
[INFO] [stdout] Swarm_1 iter 2000: 	 c = 1978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04250675768538441507 @ 	 [1.18949, -1.21505, -1.16568, -1.19944, 1.20825] 
[INFO] [stdout]  	 Global Record of: 0.04240960103249168806 @ 	 [1.24396, -1.20451, -1.23891, -1.17842, 1.26982]
[INFO] [stdout] Swarm_2 iter 2000: 	 c = 1976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04267698970100534950 @ 	 [1.23659, -1.25750, -1.18322, -1.29067, 1.22254] 
[INFO] [stdout]  	 Global Record of: 0.04240960103249168806 @ 	 [1.24396, -1.20451, -1.23891, -1.17842, 1.26982]
[INFO] [stdout] Swarm_3 iter 2000: 	 c = 1988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04302540820897364504 @ 	 [-1.20535, -1.18250, 1.23615, 1.14134, -1.25744] 
[INFO] [stdout]  	 Global Record of: 0.04240960103249168806 @ 	 [1.24396, -1.20451, -1.23891, -1.17842, 1.26982]
[INFO] [stdout] Swarm_7 iter 2000: 	 c = 1982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04276189779211591463 @ 	 [1.27656, -1.20542, -1.17493, -1.27123, 1.21057] 
[INFO] [stdout]  	 Global Record of: 0.04240960103249168806 @ 	 [1.24396, -1.20451, -1.23891, -1.17842, 1.26982]
[INFO] [stdout] Swarm_0 iter 3000: 	 c = 2968, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_6 iter 3000: 	 c = 2974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04266449740740078933 @ 	 [1.18864, -1.26144, -1.25959, -1.21086, 1.28132] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_2 iter 3000: 	 c = 2974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04243463541107891923 @ 	 [1.27497, -1.19976, -1.18953, -1.25043, 1.24218] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_5 iter 3000: 	 c = 2974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04240960103249168806 @ 	 [1.24396, -1.20451, -1.23891, -1.17842, 1.26982] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_4 iter 3000: 	 c = 2982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04300028767549480407 @ 	 [-1.19811, -1.22358, 1.26309, 1.28279, -1.29090] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_1 iter 3000: 	 c = 2978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04250675768538441507 @ 	 [1.18949, -1.21505, -1.16568, -1.19944, 1.20825] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_7 iter 3000: 	 c = 2978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04222790687414119948 @ 	 [1.22498, -1.28414, -1.22961, -1.21584, 1.22106] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_3 iter 3000: 	 c = 2988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04302540820897364504 @ 	 [-1.20535, -1.18250, 1.23615, 1.14134, -1.25744] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_0 iter 4000: 	 c = 3968, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_6 iter 4000: 	 c = 3970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04227876975012660049 @ 	 [1.17210, -1.24048, -1.21571, -1.20288, 1.20590] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_1 iter 4000: 	 c = 3978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04250675768538441507 @ 	 [1.18949, -1.21505, -1.16568, -1.19944, 1.20825] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_5 iter 4000: 	 c = 3974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04240960103249168806 @ 	 [1.24396, -1.20451, -1.23891, -1.17842, 1.26982] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_4 iter 4000: 	 c = 3982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04300028767549480407 @ 	 [-1.19811, -1.22358, 1.26309, 1.28279, -1.29090] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_2 iter 4000: 	 c = 3974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04243463541107891923 @ 	 [1.27497, -1.19976, -1.18953, -1.25043, 1.24218] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_7 iter 4000: 	 c = 3978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04222790687414119948 @ 	 [1.22498, -1.28414, -1.22961, -1.21584, 1.22106] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_3 iter 4000: 	 c = 3988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04302540820897364504 @ 	 [-1.20535, -1.18250, 1.23615, 1.14134, -1.25744] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_6 iter 5000: 	 c = 4962, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04201932712256991470 @ 	 [1.20702, -1.21748, -1.20679, -1.25875, 1.21959] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_0 iter 5000: 	 c = 4968, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377] 
[INFO] [stdout]  	 Global Record of: 0.04197671844154674675 @ 	 [1.22311, -1.24337, -1.22089, -1.26161, 1.22377]
[INFO] [stdout] Swarm_5 iter 5000: 	 c = 4968, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04203620000458672262 @ 	 [1.26353, -1.21440, -1.23649, -1.24423, 1.23748] 
[INFO] [stdout]  	 Global Record of: 0.04184046674782392061 @ 	 [1.23252, -1.22726, -1.21852, -1.21068, 1.21402]
[INFO] [stdout] Swarm_2 iter 5000: 	 c = 4966, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04207201158099881794 @ 	 [1.22634, -1.25820, -1.19211, -1.21438, 1.21908] 
[INFO] [stdout]  	 Global Record of: 0.04184046674782392061 @ 	 [1.23252, -1.22726, -1.21852, -1.21068, 1.21402]
[INFO] [stdout] Swarm_1 iter 5000: 	 c = 4970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04200391466860378675 @ 	 [1.19501, -1.23747, -1.21657, -1.21153, 1.24691] 
[INFO] [stdout]  	 Global Record of: 0.04184046674782392061 @ 	 [1.23252, -1.22726, -1.21852, -1.21068, 1.21402]
[INFO] [stdout] Swarm_4 iter 5000: 	 c = 4982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04300028767549480407 @ 	 [-1.19811, -1.22358, 1.26309, 1.28279, -1.29090] 
[INFO] [stdout]  	 Global Record of: 0.04184046674782392061 @ 	 [1.23252, -1.22726, -1.21852, -1.21068, 1.21402]
[INFO] [stdout] Swarm_7 iter 5000: 	 c = 4972, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04201987287138386762 @ 	 [1.20469, -1.21302, -1.25635, -1.24475, 1.21906] 
[INFO] [stdout]  	 Global Record of: 0.04181557282941786996 @ 	 [1.23084, -1.22880, -1.23154, -1.22008, 1.21215]
[INFO] [stdout] Swarm_3 iter 5000: 	 c = 4988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04302540820897364504 @ 	 [-1.20535, -1.18250, 1.23615, 1.14134, -1.25744] 
[INFO] [stdout]  	 Global Record of: 0.04179029774199909120 @ 	 [1.22507, -1.22958, -1.23320, -1.22998, 1.22217]
[INFO] [stdout] Swarm_6 iter 6000: 	 c = 5934, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178370104897222853 @ 	 [1.22708, -1.22901, -1.22312, -1.22993, 1.22454] 
[INFO] [stdout]  	 Global Record of: 0.04178419034422113654 @ 	 [1.22899, -1.22956, -1.22543, -1.23073, 1.22477]
[INFO] [stdout] Swarm_1 iter 6000: 	 c = 5958, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178570955328056447 @ 	 [1.23287, -1.22419, -1.22485, -1.22726, 1.22731] 
[INFO] [stdout]  	 Global Record of: 0.04178000482329276288 @ 	 [1.22727, -1.22816, -1.22679, -1.22621, 1.22637]
[INFO] [stdout] Swarm_5 iter 6000: 	 c = 5952, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178538448760423657 @ 	 [1.22651, -1.22925, -1.22097, -1.22952, 1.22596] 
[INFO] [stdout]  	 Global Record of: 0.04177961073958372240 @ 	 [1.22636, -1.22611, -1.22603, -1.22644, 1.22640]
[INFO] [stdout] Swarm_0 iter 6000: 	 c = 5960, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178067810808198945 @ 	 [1.22498, -1.22540, -1.22518, -1.22615, 1.22449] 
[INFO] [stdout]  	 Global Record of: 0.04177961073958372240 @ 	 [1.22636, -1.22611, -1.22603, -1.22644, 1.22640]
[INFO] [stdout] Swarm_2 iter 6000: 	 c = 5950, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178615411508826427 @ 	 [1.23122, -1.22791, -1.22231, -1.22578, 1.22310] 
[INFO] [stdout]  	 Global Record of: 0.04177958856692925299 @ 	 [1.22643, -1.22655, -1.22673, -1.22684, 1.22643]
[INFO] [stdout] Swarm_4 iter 6000: 	 c = 5982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04300028767549480407 @ 	 [-1.19811, -1.22358, 1.26309, 1.28279, -1.29090] 
[INFO] [stdout]  	 Global Record of: 0.04177956552971932858 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_7 iter 6000: 	 c = 5944, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178070832013967145 @ 	 [1.22791, -1.22757, -1.22631, -1.22473, 1.22476] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_3 iter 6000: 	 c = 5988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04302540820897364504 @ 	 [-1.20535, -1.18250, 1.23615, 1.14134, -1.25744] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_6 iter 7000: 	 c = 6824, 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_0 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.04177956552970308463 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_1 iter 7000: 	 c = 6850, 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_5 iter 7000: 	 c = 6850, 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 7000: 	 c = 6982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04300028767549480407 @ 	 [-1.19811, -1.22358, 1.26309, 1.28279, -1.29090] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_2 iter 7000: 	 c = 6842, 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_3 iter 7000: 	 c = 6988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04302540820897364504 @ 	 [-1.20535, -1.18250, 1.23615, 1.14134, -1.25744] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_7 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.04177956552970308463 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_0 iter 8000: 	 c = 7864, 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_1 iter 8000: 	 c = 7848, 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 = 7822, 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 8000: 	 c = 7982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04300028767549480407 @ 	 [-1.19811, -1.22358, 1.26309, 1.28279, -1.29090] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_5 iter 8000: 	 c = 7850, 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 = 7842, 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_3 iter 8000: 	 c = 7988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04302540820897364504 @ 	 [-1.20535, -1.18250, 1.23615, 1.14134, -1.25744] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_7 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_0 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_1 iter 9000: 	 c = 8848, 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 = 8822, 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 9000: 	 c = 8982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04300028767549480407 @ 	 [-1.19811, -1.22358, 1.26309, 1.28279, -1.29090] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_5 iter 9000: 	 c = 8850, 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 = 8840, 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 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_3 iter 9000: 	 c = 8988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04302540820897364504 @ 	 [-1.20535, -1.18250, 1.23615, 1.14134, -1.25744] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970307769 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_0 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.04177956552970307769 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_1 iter 10000: 	 c = 9848, 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.04177956552970307769 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_6 iter 10000: 	 c = 9822, 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.04177956552970307769 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_4 iter 10000: 	 c = 9982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04300028767549480407 @ 	 [-1.19811, -1.22358, 1.26309, 1.28279, -1.29090] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970307769 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_5 iter 10000: 	 c = 9848, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970307769 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970307769 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_2 iter 10000: 	 c = 9840, 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.04177956552970307769 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_7 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.04177956552970307769 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Swarm_3 iter 10000: 	 c = 9988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04302540820897364504 @ 	 [-1.20535, -1.18250, 1.23615, 1.14134, -1.25744] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970307769 @ 	 [1.22649, -1.22649, -1.22649, -1.22649, 1.22649]
[INFO] [stdout] Minimum Record of: 0.04177956552970307769 @ 	 [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:     0x5b42d1a6c542 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b42d1a6c542 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b42d1a6c542 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b42d1a6c542 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b42d1a7d90a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b42d1a7d90a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x5b42d1a3b176 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b42d1a3b176 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b42d1a4b979 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b42d1a4b979 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b42d1a4b811 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b42d19d980e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5b42d19d980e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b42d1a4bbf2 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5b42d1a4bbf2 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b42d1a4b68c - std::panicking::begin_panic::{{closure}}::h2cd2d3a27e1d3fd1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x5b42d1a46f79 - std::sys::backtrace::__rust_end_short_backtrace::hebf3004bec22fd53
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b42d1a4b653 - std::panicking::begin_panic::h0db5d21d27419b53
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x5b42d19b2a09 - pos_pso::expSinFunction::h3456da55cb56b8c2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:38:5
[INFO] [stdout]   19:     0x5b42d19b2a77 - pos_pso::expSinFunction::{{closure}}::h8492d8784d85f8f0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:11:20
[INFO] [stdout]   20:     0x5b42d19aaf46 - core::ops::function::FnOnce::call_once::h97965e85d5949f9e
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x5b42d19d95cb - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5b42d19d95cb - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x5b42d19ecfda - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x5b42d19ecfda - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x5b42d19ecfda - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5b42d19ecfda - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   27:     0x5b42d19ecfda - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x5b42d19ecfda - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x5b42d19ecfda - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x5b42d19c7434 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x5b42d19c7434 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   32:     0x5b42d19cadd2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   33:     0x5b42d19cadd2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x5b42d19cadd2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x5b42d19cadd2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36:     0x5b42d19cadd2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x5b42d19cadd2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   38:     0x5b42d19cadd2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5b42d1a421ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   40:     0x5b42d1a421ff - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   41:     0x73ff4267caa4 - <unknown>
[INFO] [stdout]   42:     0x73ff42709a64 - 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 179.99s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "0ba323704c5cf87d3ba2e41c06cbe92e473d0f26d4b19f2ad090d72ff58944c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ba323704c5cf87d3ba2e41c06cbe92e473d0f26d4b19f2ad090d72ff58944c9", kill_on_drop: false }`
[INFO] [stdout] 0ba323704c5cf87d3ba2e41c06cbe92e473d0f26d4b19f2ad090d72ff58944c9
