[INFO] fetching crate pos_pso 0.1.6...
[INFO] testing pos_pso-0.1.6 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2ade46fe3bbe65e8278ed40d7a9c08d05994d0d428b1b7e50b9c0917ae81cab
[INFO] running `Command { std: "docker" "start" "-a" "d2ade46fe3bbe65e8278ed40d7a9c08d05994d0d428b1b7e50b9c0917ae81cab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2ade46fe3bbe65e8278ed40d7a9c08d05994d0d428b1b7e50b9c0917ae81cab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2ade46fe3bbe65e8278ed40d7a9c08d05994d0d428b1b7e50b9c0917ae81cab", kill_on_drop: false }`
[INFO] [stdout] d2ade46fe3bbe65e8278ed40d7a9c08d05994d0d428b1b7e50b9c0917ae81cab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94087731cce830023a8ea0a77b2b8a9170b28d8901543a698e8b71f3bd4de182
[INFO] running `Command { std: "docker" "start" "-a" "94087731cce830023a8ea0a77b2b8a9170b28d8901543a698e8b71f3bd4de182", kill_on_drop: false }`
[INFO] [stderr]    Compiling pos_pso v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::f64::consts::PI`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::f64::consts::PI;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]   --> src/optimizer/swarm.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct SwarmColaborative {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     igf: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]    --> src/optimizer/swarm.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub struct SwarmIndependant {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 221 |     igf: f64,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "94087731cce830023a8ea0a77b2b8a9170b28d8901543a698e8b71f3bd4de182", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94087731cce830023a8ea0a77b2b8a9170b28d8901543a698e8b71f3bd4de182", kill_on_drop: false }`
[INFO] [stdout] 94087731cce830023a8ea0a77b2b8a9170b28d8901543a698e8b71f3bd4de182
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 75cddbd3b9d7080f2cd0c0e96e5f6b7e8c7231be57de382d8f23d88c5c9428db
[INFO] running `Command { std: "docker" "start" "-a" "75cddbd3b9d7080f2cd0c0e96e5f6b7e8c7231be57de382d8f23d88c5c9428db", kill_on_drop: false }`
[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] [stderr]    Compiling pos_pso v0.1.6 (/opt/rustwide/workdir)
[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.89s
[INFO] running `Command { std: "docker" "inspect" "75cddbd3b9d7080f2cd0c0e96e5f6b7e8c7231be57de382d8f23d88c5c9428db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75cddbd3b9d7080f2cd0c0e96e5f6b7e8c7231be57de382d8f23d88c5c9428db", kill_on_drop: false }`
[INFO] [stdout] 75cddbd3b9d7080f2cd0c0e96e5f6b7e8c7231be57de382d8f23d88c5c9428db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3d1b3ffa9252beb58cc4877b605c51ae31fd4aed9adf97eb5887dfdfbbfe030f
[INFO] running `Command { std: "docker" "start" "-a" "3d1b3ffa9252beb58cc4877b605c51ae31fd4aed9adf97eb5887dfdfbbfe030f", 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.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-73cdc3911b09a987)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test opt_quad_test_collab ... ok
[INFO] [stdout] test expSinFunction has been running for over 60 seconds
[INFO] [stdout] test expSinFunction ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- expSinFunction stdout ----
[INFO] [stdout] PSO initialized with 8 swarm-threads of 256 particles each 
[INFO] [stdout] 
[INFO] [stdout] Swarm Configurations: 
[INFO] [stdout]  	 0: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 1: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 2: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 3: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 4: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 5: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 6: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 7: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] Job Starting... 
[INFO] [stdout]  Optimizer will search a 5 variable space bounded by [(-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586)] 
[INFO] [stdout] 
[INFO] [stdout]             and velocities bounded by [(-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25)] 
[INFO] [stdout] 
[INFO] [stdout]             Optimizer will run for 10000 itterations, unless the minimum cost drops below 0.000000001 
[INFO] [stdout] 
[INFO] [stdout] Swarm_3 iter 1000: 	 c = 982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04320395087962473901 @ 	 [-1.25173, 1.25267, -1.13774, -1.26923, -1.25670] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_7 iter 1000: 	 c = 974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04286362036121806052 @ 	 [-1.28792, 1.22974, -1.15631, -1.23719, -1.23009] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_4 iter 1000: 	 c = 980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04246700838178661674 @ 	 [-1.21866, 1.24158, -1.28699, -1.25172, -1.19814] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_6 iter 1000: 	 c = 982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04235651579823582202 @ 	 [-1.17068, 1.25784, -1.24798, -1.24023, -1.23313] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_1 iter 1000: 	 c = 973, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04243954001815845173 @ 	 [-1.17754, 1.19197, -1.25401, -1.24898, -1.20133] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_2 iter 1000: 	 c = 980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04247787349143378882 @ 	 [-1.21161, 1.24549, -1.20087, -1.27225, -1.27314] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_0 iter 1000: 	 c = 994, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06145255118024561813 @ 	 [-1.20141, -1.20450, 1.22032, 0.78414, 1.33235] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_5 iter 1000: 	 c = 984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_3 iter 2000: 	 c = 1978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04225041432083750242 @ 	 [-1.25276, 1.18634, -1.21987, -1.21604, -1.18802] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_1 iter 2000: 	 c = 1973, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04243954001815845173 @ 	 [-1.17754, 1.19197, -1.25401, -1.24898, -1.20133] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_6 iter 2000: 	 c = 1982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04235651579823582202 @ 	 [-1.17068, 1.25784, -1.24798, -1.24023, -1.23313] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_7 iter 2000: 	 c = 1970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224841703040474461 @ 	 [-1.21973, 1.19194, -1.21785, -1.20687, -1.27197] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_2 iter 2000: 	 c = 1980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04247787349143378882 @ 	 [-1.21161, 1.24549, -1.20087, -1.27225, -1.27314] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_0 iter 2000: 	 c = 1994, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06145255118024561813 @ 	 [-1.20141, -1.20450, 1.22032, 0.78414, 1.33235] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_4 iter 2000: 	 c = 1978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04246003221440664693 @ 	 [-1.23347, 1.24164, -1.16339, -1.19633, -1.20117] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_5 iter 2000: 	 c = 1984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_0 iter 3000: 	 c = 2994, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06145255118024561813 @ 	 [-1.20141, -1.20450, 1.22032, 0.78414, 1.33235] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_1 iter 3000: 	 c = 2971, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04243383828246953537 @ 	 [-1.26083, 1.17323, -1.20536, -1.20768, -1.25069] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_3 iter 3000: 	 c = 2978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04225041432083750242 @ 	 [-1.25276, 1.18634, -1.21987, -1.21604, -1.18802] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_6 iter 3000: 	 c = 2980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04225304004894169657 @ 	 [-1.24842, 1.21671, -1.27166, -1.19706, -1.24363] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_2 iter 3000: 	 c = 2978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04229535814789955189 @ 	 [-1.22787, 1.22141, -1.27682, -1.22114, -1.18734] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_4 iter 3000: 	 c = 2976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04235156563353824344 @ 	 [-1.24963, 1.18807, -1.25280, -1.26857, -1.23805] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_7 iter 3000: 	 c = 2970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224841703040474461 @ 	 [-1.21973, 1.19194, -1.21785, -1.20687, -1.27197] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_5 iter 3000: 	 c = 2984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_0 iter 4000: 	 c = 3994, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06145255118024561813 @ 	 [-1.20141, -1.20450, 1.22032, 0.78414, 1.33235] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_1 iter 4000: 	 c = 3971, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04243383828246953537 @ 	 [-1.26083, 1.17323, -1.20536, -1.20768, -1.25069] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_3 iter 4000: 	 c = 3976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04219613181926343964 @ 	 [-1.21803, 1.18600, -1.18396, -1.22185, -1.22274] 
[INFO] [stdout]  	 Global Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457]
[INFO] [stdout] Swarm_2 iter 4000: 	 c = 3978, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04229535814789955189 @ 	 [-1.22787, 1.22141, -1.27682, -1.22114, -1.18734] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_7 iter 4000: 	 c = 3968, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04219712336366798766 @ 	 [-1.27170, 1.24487, -1.23444, -1.25607, -1.22876] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_4 iter 4000: 	 c = 3972, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_5 iter 4000: 	 c = 3984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04214303044990055230 @ 	 [-1.18664, 1.23500, -1.23174, -1.25753, -1.24457] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_6 iter 4000: 	 c = 3980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04225304004894169657 @ 	 [-1.24842, 1.21671, -1.27166, -1.19706, -1.24363] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_1 iter 5000: 	 c = 4967, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04195944939471537433 @ 	 [-1.22685, 1.20298, -1.21872, -1.25360, -1.23696] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_0 iter 5000: 	 c = 4994, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06145255118024561813 @ 	 [-1.20141, -1.20450, 1.22032, 0.78414, 1.33235] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_3 iter 5000: 	 c = 4972, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04200578026425121764 @ 	 [-1.23154, 1.24360, -1.20699, -1.21421, -1.25763] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_7 iter 5000: 	 c = 4964, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04186090424275773492 @ 	 [-1.22951, 1.22531, -1.21572, -1.20349, -1.22141] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_5 iter 5000: 	 c = 4980, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04208848653654819610 @ 	 [-1.18534, 1.23440, -1.21889, -1.23814, -1.20098] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_2 iter 5000: 	 c = 4970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04185270782708060827 @ 	 [-1.22708, 1.24908, -1.21921, -1.22267, -1.22363] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_6 iter 5000: 	 c = 4976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04199684325998355450 @ 	 [-1.22618, 1.20546, -1.22120, -1.19820, -1.24928] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_4 iter 5000: 	 c = 4972, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178] 
[INFO] [stdout]  	 Global Record of: 0.04181760598944539442 @ 	 [-1.21297, 1.21672, -1.22638, -1.22353, -1.23178]
[INFO] [stdout] Swarm_1 iter 6000: 	 c = 5949, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178503161271181210 @ 	 [-1.22559, 1.22378, -1.22641, -1.22932, -1.22113] 
[INFO] [stdout]  	 Global Record of: 0.04179447632125859319 @ 	 [-1.23036, 1.22277, -1.22544, -1.23028, -1.23527]
[INFO] [stdout] Swarm_7 iter 6000: 	 c = 5946, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04179325250384765406 @ 	 [-1.22837, 1.23384, -1.22924, -1.22137, -1.23101] 
[INFO] [stdout]  	 Global Record of: 0.04177956863827271550 @ 	 [-1.22654, 1.22645, -1.22638, -1.22640, -1.22652]
[INFO] [stdout] Swarm_3 iter 6000: 	 c = 5952, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178286387460016654 @ 	 [-1.22796, 1.22979, -1.22578, -1.22294, -1.22567] 
[INFO] [stdout]  	 Global Record of: 0.04177956581632799593 @ 	 [-1.22647, 1.22649, -1.22647, -1.22652, -1.22649]
[INFO] [stdout] Swarm_0 iter 6000: 	 c = 5994, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06145255118024561813 @ 	 [-1.20141, -1.20450, 1.22032, 0.78414, 1.33235] 
[INFO] [stdout]  	 Global Record of: 0.04177956557881488953 @ 	 [-1.22648, 1.22648, -1.22650, -1.22648, -1.22650]
[INFO] [stdout] Swarm_2 iter 6000: 	 c = 5960, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178167158972823786 @ 	 [-1.22319, 1.22606, -1.22624, -1.22840, -1.22803] 
[INFO] [stdout]  	 Global Record of: 0.04177956552985520600 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_6 iter 6000: 	 c = 5964, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178737485290938414 @ 	 [-1.22411, 1.22705, -1.22247, -1.23285, -1.22556] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970319565 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_5 iter 6000: 	 c = 5966, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178823034570090800 @ 	 [-1.22525, 1.22727, -1.22567, -1.22512, -1.21830] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970319565 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_4 iter 6000: 	 c = 5970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178235121388016587 @ 	 [-1.22833, 1.22895, -1.22419, -1.22591, -1.22371] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309850 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_1 iter 7000: 	 c = 6817, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_7 iter 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_3 iter 7000: 	 c = 6854, 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 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_5 iter 7000: 	 c = 6866, 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 = 6842, 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 7000: 	 c = 6994, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06145255118024561813 @ 	 [-1.20141, -1.20450, 1.22032, 0.78414, 1.33235] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_4 iter 7000: 	 c = 6880, 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 = 7815, 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_3 iter 8000: 	 c = 7854, 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 = 7864, 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 = 7994, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06145255118024561813 @ 	 [-1.20141, -1.20450, 1.22032, 0.78414, 1.33235] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_2 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_6 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_4 iter 8000: 	 c = 7878, 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 = 8815, 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 = 8864, 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_3 iter 9000: 	 c = 8854, 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 = 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_0 iter 9000: 	 c = 8994, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06145255118024561813 @ 	 [-1.20141, -1.20450, 1.22032, 0.78414, 1.33235] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_6 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_4 iter 9000: 	 c = 8878, 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 = 9815, 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_5 iter 10000: 	 c = 9864, 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 = 9854, 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 = 9994, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.06145255118024561813 @ 	 [-1.20141, -1.20450, 1.22032, 0.78414, 1.33235] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_6 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_2 iter 10000: 	 c = 9836, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Swarm_4 iter 10000: 	 c = 9878, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] Minimum Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, -1.22649, -1.22649]
[INFO] [stdout] 
[INFO] [stdout] thread 'expSinFunction' (25) panicked at src/lib.rs:38:5:
[INFO] [stdout] optimizer did not converge!
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x600177e9d5a2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x600177e9d5a2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x600177e9d5a2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x600177e9d5a2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x600177eb2f7a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x600177eb2f7a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x600177ea2456 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x600177ea2456 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x600177e7bd3f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x600177e7bd3f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x600177e95889 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x600177dfaaee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x600177dfaaee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x600177e95a42 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x600177e95a42 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x600177e7b30c - std[3b51380354919863]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x600177e71029 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x600177e705a0 - std[3b51380354919863]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x600177dec219 - pos_pso[4c2631f29b71ecd6]::expSinFunction
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:38:5
[INFO] [stdout]   19:     0x600177debb37 - pos_pso[4c2631f29b71ecd6]::expSinFunction::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:11:20
[INFO] [stdout]   20:     0x600177de3e76 - <pos_pso[4c2631f29b71ecd6]::expSinFunction::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x600177deee9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x600177deee9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x600177dfb6fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x600177dfb6fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x600177dfb6fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x600177dfb6fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   27:     0x600177dfb6fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x600177dfb6fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x600177dfb6fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x600177df6ca4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x600177df6ca4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   32:     0x600177dfe1f2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   33:     0x600177dfe1f2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x600177dfe1f2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x600177dfe1f2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36:     0x600177dfe1f2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x600177dfe1f2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   38:     0x600177dfe1f2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x600177e9ce4f - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   40:     0x600177e9ce4f - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   41:     0x75fbbe121aa4 - <unknown>
[INFO] [stdout]   42:     0x75fbbe1aea64 - 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 187.63s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "3d1b3ffa9252beb58cc4877b605c51ae31fd4aed9adf97eb5887dfdfbbfe030f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d1b3ffa9252beb58cc4877b605c51ae31fd4aed9adf97eb5887dfdfbbfe030f", kill_on_drop: false }`
[INFO] [stdout] 3d1b3ffa9252beb58cc4877b605c51ae31fd4aed9adf97eb5887dfdfbbfe030f
