[INFO] fetching crate pos_pso 0.1.6...
[INFO] testing pos_pso-0.1.6 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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" "+beta-2026-03-05" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 589afd2dd2cf054b19890d0f36b1e55010432cd795ba8600d010d63bc093171c
[INFO] running `Command { std: "docker" "start" "-a" "589afd2dd2cf054b19890d0f36b1e55010432cd795ba8600d010d63bc093171c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "589afd2dd2cf054b19890d0f36b1e55010432cd795ba8600d010d63bc093171c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "589afd2dd2cf054b19890d0f36b1e55010432cd795ba8600d010d63bc093171c", kill_on_drop: false }`
[INFO] [stdout] 589afd2dd2cf054b19890d0f36b1e55010432cd795ba8600d010d63bc093171c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f1687ffa3790717cb2548fa2635e14db21ec116f66dae661bca88fbc5e4561e
[INFO] running `Command { std: "docker" "start" "-a" "3f1687ffa3790717cb2548fa2635e14db21ec116f66dae661bca88fbc5e4561e", 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 1.88s
[INFO] running `Command { std: "docker" "inspect" "3f1687ffa3790717cb2548fa2635e14db21ec116f66dae661bca88fbc5e4561e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f1687ffa3790717cb2548fa2635e14db21ec116f66dae661bca88fbc5e4561e", kill_on_drop: false }`
[INFO] [stdout] 3f1687ffa3790717cb2548fa2635e14db21ec116f66dae661bca88fbc5e4561e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd2d3e6266fde76db84fadef91934998ed3486cf50a8f581cb39172d76764ca8
[INFO] running `Command { std: "docker" "start" "-a" "cd2d3e6266fde76db84fadef91934998ed3486cf50a8f581cb39172d76764ca8", 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.84s
[INFO] running `Command { std: "docker" "inspect" "cd2d3e6266fde76db84fadef91934998ed3486cf50a8f581cb39172d76764ca8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd2d3e6266fde76db84fadef91934998ed3486cf50a8f581cb39172d76764ca8", kill_on_drop: false }`
[INFO] [stdout] cd2d3e6266fde76db84fadef91934998ed3486cf50a8f581cb39172d76764ca8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d8a5f0657aad82a81deab245d3ae684ca10ac0e5099e09b08444b62e2b9020a8
[INFO] running `Command { std: "docker" "start" "-a" "d8a5f0657aad82a81deab245d3ae684ca10ac0e5099e09b08444b62e2b9020a8", 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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-408c1ea52b2c742c)
[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_7 iter 1000: 	 c = 986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04286668825408541939 @ 	 [-1.25480, 1.25033, -1.26504, -1.16570, -1.17720] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_1 iter 1000: 	 c = 974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_2 iter 1000: 	 c = 974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04260707198235592907 @ 	 [-1.21524, 1.28394, -1.22384, -1.20577, -1.27720] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_5 iter 1000: 	 c = 978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04242867088294293570 @ 	 [-1.19918, 1.16256, -1.20462, -1.21177, -1.21762] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_6 iter 1000: 	 c = 982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04282206900544388573 @ 	 [-1.27916, 1.25197, -1.18035, -1.26376, -1.18896] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_4 iter 1000: 	 c = 980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04270942305337993572 @ 	 [-1.19973, 1.26692, -1.24900, -1.25896, -1.28484] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_0 iter 1000: 	 c = 980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04289103706921866543 @ 	 [-1.23507, 1.21489, -1.18908, -1.20790, -1.13836] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_3 iter 1000: 	 c = 982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04226111896243243266 @ 	 [-1.24472, 1.23944, -1.18375, -1.23918, -1.18727] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_1 iter 2000: 	 c = 1974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_4 iter 2000: 	 c = 1978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04239040548787222779 @ 	 [-1.19273, 1.18816, -1.19413, -1.20153, -1.25515] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_2 iter 2000: 	 c = 1974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04260707198235592907 @ 	 [-1.21524, 1.28394, -1.22384, -1.20577, -1.27720] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_6 iter 2000: 	 c = 1982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04282206900544388573 @ 	 [-1.27916, 1.25197, -1.18035, -1.26376, -1.18896] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_5 iter 2000: 	 c = 1978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04242867088294293570 @ 	 [-1.19918, 1.16256, -1.20462, -1.21177, -1.21762] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_7 iter 2000: 	 c = 1986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04286668825408541939 @ 	 [-1.25480, 1.25033, -1.26504, -1.16570, -1.17720] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_0 iter 2000: 	 c = 1980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04289103706921866543 @ 	 [-1.23507, 1.21489, -1.18908, -1.20790, -1.13836] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_3 iter 2000: 	 c = 1982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04226111896243243266 @ 	 [-1.24472, 1.23944, -1.18375, -1.23918, -1.18727] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_1 iter 3000: 	 c = 2974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_5 iter 3000: 	 c = 2978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04242867088294293570 @ 	 [-1.19918, 1.16256, -1.20462, -1.21177, -1.21762] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_2 iter 3000: 	 c = 2974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04260707198235592907 @ 	 [-1.21524, 1.28394, -1.22384, -1.20577, -1.27720] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_6 iter 3000: 	 c = 2980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04281187447291483206 @ 	 [-1.28469, 1.24466, -1.24831, -1.17579, -1.26477] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_4 iter 3000: 	 c = 2978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04239040548787222779 @ 	 [-1.19273, 1.18816, -1.19413, -1.20153, -1.25515] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_3 iter 3000: 	 c = 2982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04226111896243243266 @ 	 [-1.24472, 1.23944, -1.18375, -1.23918, -1.18727] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_7 iter 3000: 	 c = 2982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04267747850987268360 @ 	 [-1.26009, 1.20496, -1.18286, -1.16799, -1.25026] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_0 iter 3000: 	 c = 2978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04250287868269658764 @ 	 [-1.26359, 1.27472, -1.26828, -1.21096, -1.22390] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_1 iter 4000: 	 c = 3974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_5 iter 4000: 	 c = 3978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04242867088294293570 @ 	 [-1.19918, 1.16256, -1.20462, -1.21177, -1.21762] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_2 iter 4000: 	 c = 3968, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04230279752315640324 @ 	 [-1.18738, 1.19486, -1.24468, -1.18781, -1.23319] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_3 iter 4000: 	 c = 3982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04226111896243243266 @ 	 [-1.24472, 1.23944, -1.18375, -1.23918, -1.18727] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_6 iter 4000: 	 c = 3976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04240995949694875006 @ 	 [-1.18494, 1.20859, -1.21318, -1.26565, -1.26284] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_4 iter 4000: 	 c = 3976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04219239046863015874 @ 	 [-1.19940, 1.25785, -1.24835, -1.21384, -1.25748] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_7 iter 4000: 	 c = 3976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04238570291297046738 @ 	 [-1.23635, 1.25781, -1.20683, -1.20963, -1.28138] 
[INFO] [stdout]  	 Global Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695]
[INFO] [stdout] Swarm_0 iter 4000: 	 c = 3972, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04195084725796781322 @ 	 [-1.23895, 1.21981, -1.21937, -1.25109, -1.20336] 
[INFO] [stdout]  	 Global Record of: 0.04195084725796781322 @ 	 [-1.23895, 1.21981, -1.21937, -1.25109, -1.20336]
[INFO] [stdout] Swarm_1 iter 5000: 	 c = 4974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04210677205930481171 @ 	 [-1.23501, 1.24499, -1.26742, -1.24725, -1.21695] 
[INFO] [stdout]  	 Global Record of: 0.04190685741793919589 @ 	 [-1.21715, 1.23024, -1.20801, -1.20375, -1.21602]
[INFO] [stdout] Swarm_2 iter 5000: 	 c = 4964, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04200497768430017098 @ 	 [-1.20400, 1.21131, -1.22905, -1.22325, -1.19254] 
[INFO] [stdout]  	 Global Record of: 0.04190685741793919589 @ 	 [-1.21715, 1.23024, -1.20801, -1.20375, -1.21602]
[INFO] [stdout] Swarm_6 iter 5000: 	 c = 4968, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04193800236256426534 @ 	 [-1.22288, 1.24897, -1.24135, -1.21841, -1.24824] 
[INFO] [stdout]  	 Global Record of: 0.04190685741793919589 @ 	 [-1.21715, 1.23024, -1.20801, -1.20375, -1.21602]
[INFO] [stdout] Swarm_5 iter 5000: 	 c = 4970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04203484182314668610 @ 	 [-1.23123, 1.19457, -1.21282, -1.22092, -1.25527] 
[INFO] [stdout]  	 Global Record of: 0.04190685741793919589 @ 	 [-1.21715, 1.23024, -1.20801, -1.20375, -1.21602]
[INFO] [stdout] Swarm_3 iter 5000: 	 c = 4978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04190685741793919589 @ 	 [-1.21715, 1.23024, -1.20801, -1.20375, -1.21602] 
[INFO] [stdout]  	 Global Record of: 0.04181620232570811696 @ 	 [-1.23226, 1.21191, -1.22585, -1.21911, -1.22491]
[INFO] [stdout] Swarm_7 iter 5000: 	 c = 4972, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04209142952883115213 @ 	 [-1.23631, 1.24527, -1.20126, -1.26260, -1.21580] 
[INFO] [stdout]  	 Global Record of: 0.04181620232570811696 @ 	 [-1.23226, 1.21191, -1.22585, -1.21911, -1.22491]
[INFO] [stdout] Swarm_4 iter 5000: 	 c = 4970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04188530006180063436 @ 	 [-1.22995, 1.21049, -1.23556, -1.20509, -1.23459] 
[INFO] [stdout]  	 Global Record of: 0.04181620232570811696 @ 	 [-1.23226, 1.21191, -1.22585, -1.21911, -1.22491]
[INFO] [stdout] Swarm_0 iter 5000: 	 c = 4972, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04195084725796781322 @ 	 [-1.23895, 1.21981, -1.21937, -1.25109, -1.20336] 
[INFO] [stdout]  	 Global Record of: 0.04181620232570811696 @ 	 [-1.23226, 1.21191, -1.22585, -1.21911, -1.22491]
[INFO] [stdout] Swarm_2 iter 6000: 	 c = 5952, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04179308634528184491 @ 	 [-1.21882, 1.23075, -1.22637, -1.22152, -1.22338] 
[INFO] [stdout]  	 Global Record of: 0.04179308634528184491 @ 	 [-1.21882, 1.23075, -1.22637, -1.22152, -1.22338]
[INFO] [stdout] Swarm_1 iter 6000: 	 c = 5958, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178432412780666572 @ 	 [-1.22137, 1.22664, -1.22443, -1.22774, -1.22912] 
[INFO] [stdout]  	 Global Record of: 0.04178068622257698206 @ 	 [-1.22617, 1.22922, -1.22527, -1.22638, -1.22679]
[INFO] [stdout] Swarm_6 iter 6000: 	 c = 5952, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178713710065442427 @ 	 [-1.22675, 1.23133, -1.22367, -1.22192, -1.22956] 
[INFO] [stdout]  	 Global Record of: 0.04177959108598822829 @ 	 [-1.22642, 1.22661, -1.22666, -1.22676, -1.22678]
[INFO] [stdout] Swarm_7 iter 6000: 	 c = 5958, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04179332099352007363 @ 	 [-1.23542, 1.22698, -1.22947, -1.23089, -1.22447] 
[INFO] [stdout]  	 Global Record of: 0.04177958107568492674 @ 	 [-1.22647, 1.22648, -1.22654, -1.22673, -1.22674]
[INFO] [stdout] Swarm_3 iter 6000: 	 c = 5964, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178540163589575945 @ 	 [-1.22501, 1.22894, -1.22861, -1.22595, -1.22059] 
[INFO] [stdout]  	 Global Record of: 0.04177956599609146393 @ 	 [-1.22649, 1.22647, -1.22648, -1.22646, -1.22643]
[INFO] [stdout] Swarm_5 iter 6000: 	 c = 5948, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178853087106400993 @ 	 [-1.22294, 1.22160, -1.22970, -1.23155, -1.22728] 
[INFO] [stdout]  	 Global Record of: 0.04177956599609146393 @ 	 [-1.22649, 1.22647, -1.22648, -1.22646, -1.22643]
[INFO] [stdout] Swarm_4 iter 6000: 	 c = 5960, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04179314785227977724 @ 	 [-1.23007, 1.22119, -1.23246, -1.22330, -1.22157] 
[INFO] [stdout]  	 Global Record of: 0.04177956553163742620 @ 	 [-1.22649, 1.22649, -1.22648, -1.22649, -1.22649]
[INFO] [stdout] Swarm_0 iter 6000: 	 c = 5962, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178703701990111458 @ 	 [-1.22689, 1.22617, -1.22068, -1.22186, -1.22393] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309850 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_2 iter 7000: 	 c = 6808, 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 = 6852, 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_6 iter 7000: 	 c = 6852, 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 7000: 	 c = 6860, 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 = 6844, 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 7000: 	 c = 6846, 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_4 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_0 iter 7000: 	 c = 6852, 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_2 iter 8000: 	 c = 7806, 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 = 7852, 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 = 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_3 iter 8000: 	 c = 7858, 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 = 7842, 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 8000: 	 c = 7844, 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 = 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_6 iter 9000: 	 c = 8852, 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 = 8806, 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 = 7852, 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 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_5 iter 9000: 	 c = 8842, 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 = 8858, 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 = 8844, 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 = 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_6 iter 10000: 	 c = 9852, 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 = 9806, 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 = 9850, 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 = 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_7 iter 10000: 	 c = 9844, 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 = 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_5 iter 10000: 	 c = 9842, 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 = 9858, 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 = 9850, 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' (24) panicked at src/lib.rs:38:5:
[INFO] [stdout] optimizer did not converge!
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x572cc2a07dea - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x572cc2a07dea - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x572cc2a07dea - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x572cc2a07dea - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x572cc2a1cb0a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x572cc2a1cb0a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x572cc2a0c722 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x572cc2a0c722 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x572cc29e6fff - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x572cc29e6fff - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x572cc2a00359 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x572cc2966ffc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x572cc2966ffc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x572cc2a00512 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x572cc2a00512 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x572cc29e661c - std[b80a194dd3c418bb]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x572cc29dea09 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x572cc29dc270 - std[b80a194dd3c418bb]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x572cc294db89 - pos_pso::expSinFunction::h8ee1a346b686fc03
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:38:5
[INFO] [stdout]   19:     0x572cc294dbf7 - pos_pso::expSinFunction::{{closure}}::h0972fe6efe0e457a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:11:20
[INFO] [stdout]   20:     0x572cc29451e6 - core::ops::function::FnOnce::call_once::h0ab8f4f29300d230
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x572cc295b0db - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x572cc295b0db - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x572cc2967acb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x572cc2967acb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x572cc2967acb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x572cc2967acb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   27:     0x572cc2967acb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x572cc2967acb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x572cc2967acb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x572cc29631e4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x572cc29631e4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   32:     0x572cc296a6d2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   33:     0x572cc296a6d2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x572cc296a6d2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x572cc296a6d2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36:     0x572cc296a6d2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x572cc296a6d2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   38:     0x572cc296a6d2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x572cc2a076ff - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   40:     0x572cc2a076ff - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   41:     0x7ec2d3fafaa4 - <unknown>
[INFO] [stdout]   42:     0x7ec2d403ca64 - 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 199.77s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "d8a5f0657aad82a81deab245d3ae684ca10ac0e5099e09b08444b62e2b9020a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8a5f0657aad82a81deab245d3ae684ca10ac0e5099e09b08444b62e2b9020a8", kill_on_drop: false }`
[INFO] [stdout] d8a5f0657aad82a81deab245d3ae684ca10ac0e5099e09b08444b62e2b9020a8
