[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-18/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e0e244e50dde7b908356bdba161f3e75046cd4c771423a10d882766b25e7388 [INFO] running `Command { std: "docker" "start" "-a" "1e0e244e50dde7b908356bdba161f3e75046cd4c771423a10d882766b25e7388", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e0e244e50dde7b908356bdba161f3e75046cd4c771423a10d882766b25e7388", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e0e244e50dde7b908356bdba161f3e75046cd4c771423a10d882766b25e7388", kill_on_drop: false }` [INFO] [stdout] 1e0e244e50dde7b908356bdba161f3e75046cd4c771423a10d882766b25e7388 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97b188cddf607f59e390271ab1c9e12ae76b0fca1b1858f6b6ac8d828ef0105b [INFO] running `Command { std: "docker" "start" "-a" "97b188cddf607f59e390271ab1c9e12ae76b0fca1b1858f6b6ac8d828ef0105b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.26s [INFO] running `Command { std: "docker" "inspect" "97b188cddf607f59e390271ab1c9e12ae76b0fca1b1858f6b6ac8d828ef0105b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97b188cddf607f59e390271ab1c9e12ae76b0fca1b1858f6b6ac8d828ef0105b", kill_on_drop: false }` [INFO] [stdout] 97b188cddf607f59e390271ab1c9e12ae76b0fca1b1858f6b6ac8d828ef0105b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d142af5893a5eed663082e1616441a9d88d9d18dd07dae1ba080f2bc33211b1 [INFO] running `Command { std: "docker" "start" "-a" "1d142af5893a5eed663082e1616441a9d88d9d18dd07dae1ba080f2bc33211b1", 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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.97s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-dcdce7168b54fbf6) [INFO] running `Command { std: "docker" "inspect" "1d142af5893a5eed663082e1616441a9d88d9d18dd07dae1ba080f2bc33211b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d142af5893a5eed663082e1616441a9d88d9d18dd07dae1ba080f2bc33211b1", kill_on_drop: false }` [INFO] [stdout] 1d142af5893a5eed663082e1616441a9d88d9d18dd07dae1ba080f2bc33211b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2cdfa3a5fec54e0c5489874bfeb78e5762ce145cec413a95f31944048a9c7013 [INFO] running `Command { std: "docker" "start" "-a" "2cdfa3a5fec54e0c5489874bfeb78e5762ce145cec413a95f31944048a9c7013", 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)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `igf` [INFO] [stderr] --> src/optimizer/swarm.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | igf: f64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `igf` [INFO] [stderr] --> src/optimizer/swarm.rs:221:5 [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)]` 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)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `pos_pso` (lib) generated 3 warnings [INFO] [stderr] warning: `pos_pso` (lib test) generated 4 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-dcdce7168b54fbf6) [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_0 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206777246550539445 @ [-1.24392, -1.22896, -1.26751, -1.23037, -1.24363] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_4 iter 1000: c = 988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_5 iter 1000: c = 962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270112028136797272 @ [1.22097, -1.16005, -1.19413, -1.19258, -1.26024] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_3 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235787662808031956 @ [-1.22432, -1.16073, -1.25099, 1.22391, -1.22723] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_7 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260599357283394867 @ [-1.20977, -1.18455, -1.25161, 1.22929, -1.28853] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_1 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04294514616495919562 @ [-1.16856, -1.22738, -1.21488, -1.15016, -1.19828] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_2 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04248513194891040401 @ [-1.28260, -1.19144, -1.21984, 1.21652, -1.25884] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_6 iter 1000: c = 968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04308795109744729263 @ [-1.30708, -1.24835, -1.18162, -1.19381, -1.21622] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_4 iter 2000: c = 1988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_2 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04248513194891040401 @ [-1.28260, -1.19144, -1.21984, 1.21652, -1.25884] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_1 iter 2000: c = 1984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04294514616495919562 @ [-1.16856, -1.22738, -1.21488, -1.15016, -1.19828] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_3 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235787662808031956 @ [-1.22432, -1.16073, -1.25099, 1.22391, -1.22723] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_7 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260599357283394867 @ [-1.20977, -1.18455, -1.25161, 1.22929, -1.28853] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_0 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206777246550539445 @ [-1.24392, -1.22896, -1.26751, -1.23037, -1.24363] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_5 iter 2000: c = 1962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270112028136797272 @ [1.22097, -1.16005, -1.19413, -1.19258, -1.26024] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_6 iter 2000: c = 1968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04308795109744729263 @ [-1.30708, -1.24835, -1.18162, -1.19381, -1.21622] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_4 iter 3000: c = 2988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_1 iter 3000: c = 2984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04294514616495919562 @ [-1.16856, -1.22738, -1.21488, -1.15016, -1.19828] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_2 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04248513194891040401 @ [-1.28260, -1.19144, -1.21984, 1.21652, -1.25884] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_3 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235787662808031956 @ [-1.22432, -1.16073, -1.25099, 1.22391, -1.22723] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_7 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260599357283394867 @ [-1.20977, -1.18455, -1.25161, 1.22929, -1.28853] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_0 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206777246550539445 @ [-1.24392, -1.22896, -1.26751, -1.23037, -1.24363] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_6 iter 3000: c = 2968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04308795109744729263 @ [-1.30708, -1.24835, -1.18162, -1.19381, -1.21622] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_5 iter 3000: c = 2962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270112028136797272 @ [1.22097, -1.16005, -1.19413, -1.19258, -1.26024] [INFO] [stdout] Global Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Swarm_1 iter 4000: c = 3984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04294514616495919562 @ [-1.16856, -1.22738, -1.21488, -1.15016, -1.19828] [INFO] [stdout] Global Record of: 0.04193522747724962724 @ [-1.25189, -1.22401, -1.22240, 1.21159, -1.24551] [INFO] [stdout] Swarm_4 iter 4000: c = 3988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202351692837828084 @ [-1.20615, -1.24480, -1.19620, 1.22847, -1.20758] [INFO] [stdout] Global Record of: 0.04193522747724962724 @ [-1.25189, -1.22401, -1.22240, 1.21159, -1.24551] [INFO] [stdout] Swarm_3 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235787662808031956 @ [-1.22432, -1.16073, -1.25099, 1.22391, -1.22723] [INFO] [stdout] Global Record of: 0.04193522747724962724 @ [-1.25189, -1.22401, -1.22240, 1.21159, -1.24551] [INFO] [stdout] Swarm_2 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04246538078468301003 @ [-1.20765, -1.17532, -1.24295, 1.21069, -1.27229] [INFO] [stdout] Global Record of: 0.04193522747724962724 @ [-1.25189, -1.22401, -1.22240, 1.21159, -1.24551] [INFO] [stdout] Swarm_7 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04193522747724962724 @ [-1.25189, -1.22401, -1.22240, 1.21159, -1.24551] [INFO] [stdout] Global Record of: 0.04193522747724962724 @ [-1.25189, -1.22401, -1.22240, 1.21159, -1.24551] [INFO] [stdout] Swarm_0 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206777246550539445 @ [-1.24392, -1.22896, -1.26751, -1.23037, -1.24363] [INFO] [stdout] Global Record of: 0.04193522747724962724 @ [-1.25189, -1.22401, -1.22240, 1.21159, -1.24551] [INFO] [stdout] Swarm_5 iter 4000: c = 3962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270112028136797272 @ [1.22097, -1.16005, -1.19413, -1.19258, -1.26024] [INFO] [stdout] Global Record of: 0.04193522747724962724 @ [-1.25189, -1.22401, -1.22240, 1.21159, -1.24551] [INFO] [stdout] Swarm_6 iter 4000: c = 3968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04308795109744729263 @ [-1.30708, -1.24835, -1.18162, -1.19381, -1.21622] [INFO] [stdout] Global Record of: 0.04193522747724962724 @ [-1.25189, -1.22401, -1.22240, 1.21159, -1.24551] [INFO] [stdout] Swarm_1 iter 5000: c = 4984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04294514616495919562 @ [-1.16856, -1.22738, -1.21488, -1.15016, -1.19828] [INFO] [stdout] Global Record of: 0.04183816439249731650 @ [-1.24738, -1.23079, -1.22347, 1.22449, -1.22837] [INFO] [stdout] Swarm_4 iter 5000: c = 4986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04188841512716443699 @ [-1.23299, -1.20156, -1.23320, 1.23261, -1.23881] [INFO] [stdout] Global Record of: 0.04183816439249731650 @ [-1.24738, -1.23079, -1.22347, 1.22449, -1.22837] [INFO] [stdout] Swarm_7 iter 5000: c = 4976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04193522747724962724 @ [-1.25189, -1.22401, -1.22240, 1.21159, -1.24551] [INFO] [stdout] Global Record of: 0.04183816439249731650 @ [-1.24738, -1.23079, -1.22347, 1.22449, -1.22837] [INFO] [stdout] Swarm_3 iter 5000: c = 4976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04183816439249731650 @ [-1.24738, -1.23079, -1.22347, 1.22449, -1.22837] [INFO] [stdout] Global Record of: 0.04183816439249731650 @ [-1.24738, -1.23079, -1.22347, 1.22449, -1.22837] [INFO] [stdout] Swarm_2 iter 5000: c = 4972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04211585173126367043 @ [-1.19623, -1.19441, -1.24980, 1.24109, -1.21777] [INFO] [stdout] Global Record of: 0.04183816439249731650 @ [-1.24738, -1.23079, -1.22347, 1.22449, -1.22837] [INFO] [stdout] Swarm_0 iter 5000: c = 4982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206777246550539445 @ [-1.24392, -1.22896, -1.26751, -1.23037, -1.24363] [INFO] [stdout] Global Record of: 0.04183816439249731650 @ [-1.24738, -1.23079, -1.22347, 1.22449, -1.22837] [INFO] [stdout] Swarm_5 iter 5000: c = 4962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270112028136797272 @ [1.22097, -1.16005, -1.19413, -1.19258, -1.26024] [INFO] [stdout] Global Record of: 0.04183816439249731650 @ [-1.24738, -1.23079, -1.22347, 1.22449, -1.22837] [INFO] [stdout] Swarm_6 iter 5000: c = 4968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04308795109744729263 @ [-1.30708, -1.24835, -1.18162, -1.19381, -1.21622] [INFO] [stdout] Global Record of: 0.04182717941563248581 @ [-1.23478, -1.24155, -1.23231, 1.22506, -1.23410] [INFO] [stdout] Swarm_4 iter 6000: c = 5976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178347815462173098 @ [-1.22600, -1.22648, -1.22400, 1.22253, -1.22964] [INFO] [stdout] Global Record of: 0.04178347815462173098 @ [-1.22600, -1.22648, -1.22400, 1.22253, -1.22964] [INFO] [stdout] Swarm_1 iter 6000: c = 5966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04179091529412912176 @ [-1.22076, -1.22473, -1.22806, 1.22027, -1.22234] [INFO] [stdout] Global Record of: 0.04178347815462173098 @ [-1.22600, -1.22648, -1.22400, 1.22253, -1.22964] [INFO] [stdout] Swarm_2 iter 6000: c = 5950, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178446961393557368 @ [-1.22285, -1.22173, -1.22714, 1.22785, -1.22500] [INFO] [stdout] Global Record of: 0.04178347815462173098 @ [-1.22600, -1.22648, -1.22400, 1.22253, -1.22964] [INFO] [stdout] Swarm_3 iter 6000: c = 5960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178576866943682633 @ [-1.22956, -1.22568, -1.23006, 1.22860, -1.23137] [INFO] [stdout] Global Record of: 0.04178103884951218927 @ [-1.22551, -1.22669, -1.22706, 1.22948, -1.22517] [INFO] [stdout] Swarm_7 iter 6000: c = 5960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04179187787922101355 @ [-1.22284, -1.23149, -1.22045, 1.22174, -1.22450] [INFO] [stdout] Global Record of: 0.04178103884951218927 @ [-1.22551, -1.22669, -1.22706, 1.22948, -1.22517] [INFO] [stdout] Swarm_0 iter 6000: c = 5982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206777246550539445 @ [-1.24392, -1.22896, -1.26751, -1.23037, -1.24363] [INFO] [stdout] Global Record of: 0.04178103884951218927 @ [-1.22551, -1.22669, -1.22706, 1.22948, -1.22517] [INFO] [stdout] Swarm_5 iter 6000: c = 5962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270112028136797272 @ [1.22097, -1.16005, -1.19413, -1.19258, -1.26024] [INFO] [stdout] Global Record of: 0.04178093910684598650 @ [-1.22420, -1.22679, -1.22724, 1.22722, -1.22867] [INFO] [stdout] Swarm_6 iter 6000: c = 5968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04308795109744729263 @ [-1.30708, -1.24835, -1.18162, -1.19381, -1.21622] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 7000: c = 6858, 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 = 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_1 iter 7000: c = 6856, 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 = 6860, 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 = 6982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206777246550539445 @ [-1.24392, -1.22896, -1.26751, -1.23037, -1.24363] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 7000: c = 6962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270112028136797272 @ [1.22097, -1.16005, -1.19413, -1.19258, -1.26024] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_3 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_6 iter 7000: c = 6968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04308795109744729263 @ [-1.30708, -1.24835, -1.18162, -1.19381, -1.21622] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_1 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_2 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_0 iter 8000: c = 7982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206777246550539445 @ [-1.24392, -1.22896, -1.26751, -1.23037, -1.24363] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 7962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270112028136797272 @ [1.22097, -1.16005, -1.19413, -1.19258, -1.26024] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_4 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_7 iter 8000: c = 7860, 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 = 7864, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_6 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_2 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_1 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_5 iter 9000: c = 8962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270112028136797272 @ [1.22097, -1.16005, -1.19413, -1.19258, -1.26024] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 8860, 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 = 8982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206777246550539445 @ [-1.24392, -1.22896, -1.26751, -1.23037, -1.24363] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_3 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_4 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_2 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_5 iter 10000: c = 9962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270112028136797272 @ [1.22097, -1.16005, -1.19413, -1.19258, -1.26024] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_1 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_7 iter 10000: c = 9860, 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 = 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_3 iter 10000: c = 9862, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 10000: c = 9982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206777246550539445 @ [-1.24392, -1.22896, -1.26751, -1.23037, -1.24363] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_4 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_6 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] thread 'expSinFunction' panicked at 'optimizer did not converge!', src/lib.rs:38:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x563d26ba7fcd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x563d26ba7fcd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x563d26ba7fcd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x563d26ba7fcd - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x563d26bcb3bc - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x563d26ba4991 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x563d26ba9d65 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x563d26ba9d65 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x563d26ba9d65 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x563d26ba9a54 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x563d26baa2b2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x563d26b4db88 - std::panicking::begin_panic::{{closure}}::hc972541a95f170fb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x563d26b4d189 - std::sys_common::backtrace::__rust_end_short_backtrace::h5d316008f7d5402c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x563d26b4dad8 - std::panicking::begin_panic::h30c9ce87c17adf2e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x563d26b0d49f - pos_pso::expSinFunction::h79908a7fafa32a58 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 15: 0x563d26b0d13a - pos_pso::expSinFunction::{{closure}}::hae5955a8d02eba11 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:1 [INFO] [stdout] 16: 0x563d26aeb85e - core::ops::function::FnOnce::call_once::h0f4c49c15a72a8ba [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x563d26b44a93 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x563d26b44a93 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 19: 0x563d26b43849 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 20: 0x563d26b43849 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x563d26b43849 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 22: 0x563d26b43849 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 23: 0x563d26b43849 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 24: 0x563d26b43849 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 25: 0x563d26b43849 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 26: 0x563d26b0f9fe - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 27: 0x563d26b0f9fe - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 28: 0x563d26b14f68 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 29: 0x563d26b14f68 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x563d26b14f68 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 31: 0x563d26b14f68 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 32: 0x563d26b14f68 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 33: 0x563d26b14f68 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 34: 0x563d26b14f68 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x563d26baeac3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 36: 0x563d26baeac3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 37: 0x563d26baeac3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 38: 0x7f5f8c862609 - start_thread [INFO] [stdout] 39: 0x7f5f8caeb163 - clone [INFO] [stdout] 40: 0x0 - [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 82.93s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "2cdfa3a5fec54e0c5489874bfeb78e5762ce145cec413a95f31944048a9c7013", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cdfa3a5fec54e0c5489874bfeb78e5762ce145cec413a95f31944048a9c7013", kill_on_drop: false }` [INFO] [stdout] 2cdfa3a5fec54e0c5489874bfeb78e5762ce145cec413a95f31944048a9c7013