[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [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 caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40440d398011c0ecc14c447b3b7f5cba0100c002510125e6f7f4ee1d59217b61 [INFO] running `Command { std: "docker" "start" "-a" "40440d398011c0ecc14c447b3b7f5cba0100c002510125e6f7f4ee1d59217b61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40440d398011c0ecc14c447b3b7f5cba0100c002510125e6f7f4ee1d59217b61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40440d398011c0ecc14c447b3b7f5cba0100c002510125e6f7f4ee1d59217b61", kill_on_drop: false }` [INFO] [stdout] 40440d398011c0ecc14c447b3b7f5cba0100c002510125e6f7f4ee1d59217b61 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 52ec9b584a6b40084e0e4fc323fe09e9b991e4abfd580510f1860056d8c54391 [INFO] running `Command { std: "docker" "start" "-a" "52ec9b584a6b40084e0e4fc323fe09e9b991e4abfd580510f1860056d8c54391", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::f64::consts::PI` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::f64::consts::PI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct SwarmColaborative { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 218 | pub struct SwarmIndependant { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s [INFO] running `Command { std: "docker" "inspect" "52ec9b584a6b40084e0e4fc323fe09e9b991e4abfd580510f1860056d8c54391", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52ec9b584a6b40084e0e4fc323fe09e9b991e4abfd580510f1860056d8c54391", kill_on_drop: false }` [INFO] [stdout] 52ec9b584a6b40084e0e4fc323fe09e9b991e4abfd580510f1860056d8c54391 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 99952b5df6e79484947ce4a4fe28e02bea4fe662db551414a5bb132c18efc646 [INFO] running `Command { std: "docker" "start" "-a" "99952b5df6e79484947ce4a4fe28e02bea4fe662db551414a5bb132c18efc646", 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] [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] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [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.93s [INFO] running `Command { std: "docker" "inspect" "99952b5df6e79484947ce4a4fe28e02bea4fe662db551414a5bb132c18efc646", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99952b5df6e79484947ce4a4fe28e02bea4fe662db551414a5bb132c18efc646", kill_on_drop: false }` [INFO] [stdout] 99952b5df6e79484947ce4a4fe28e02bea4fe662db551414a5bb132c18efc646 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 461f0e9f6312fc028b70865a23885d552abffc928af9d1dfc68d0f86cf78e6e7 [INFO] running `Command { std: "docker" "start" "-a" "461f0e9f6312fc028b70865a23885d552abffc928af9d1dfc68d0f86cf78e6e7", 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) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-3f0dca6601908e4e) [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_1 iter 1000: c = 990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253246573535061220 @ [-1.22714, -1.26293, 1.25910, -1.27911, 1.25484] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_4 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259044869477712075 @ [-1.17036, 1.24778, 1.19290, -1.20977, -1.26742] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_2 iter 1000: c = 973, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04283446881390901712 @ [-1.22980, -1.25437, 1.16977, -1.17726, 1.27371] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_0 iter 1000: c = 974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04269885355530946003 @ [-1.22089, -1.27396, 1.23217, -1.15811, 1.25107] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_5 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04242522015616014691 @ [1.23572, -1.18178, 1.24714, -1.24541, 1.17602] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_6 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_7 iter 1000: c = 976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04297721245741160240 @ [-1.27294, -1.23554, 1.26471, -1.19205, 1.15608] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_3 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265637125852285438 @ [-1.24300, 1.22639, 1.20293, -1.30268, -1.21722] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_1 iter 2000: c = 1990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253246573535061220 @ [-1.22714, -1.26293, 1.25910, -1.27911, 1.25484] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_4 iter 2000: c = 1984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259044869477712075 @ [-1.17036, 1.24778, 1.19290, -1.20977, -1.26742] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_5 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04242522015616014691 @ [1.23572, -1.18178, 1.24714, -1.24541, 1.17602] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_0 iter 2000: c = 1974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04269885355530946003 @ [-1.22089, -1.27396, 1.23217, -1.15811, 1.25107] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_6 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_7 iter 2000: c = 1974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04275725580572462686 @ [-1.17924, -1.20237, 1.29150, -1.23195, 1.25229] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_2 iter 2000: c = 1971, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04264045420734610681 @ [-1.26816, -1.16122, 1.23580, -1.25747, 1.21833] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_3 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265637125852285438 @ [-1.24300, 1.22639, 1.20293, -1.30268, -1.21722] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_1 iter 3000: c = 2990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253246573535061220 @ [-1.22714, -1.26293, 1.25910, -1.27911, 1.25484] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_4 iter 3000: c = 2984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259044869477712075 @ [-1.17036, 1.24778, 1.19290, -1.20977, -1.26742] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_7 iter 3000: c = 2972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04266632145531221165 @ [-1.23237, -1.25954, 1.19125, -1.15486, 1.23031] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_0 iter 3000: c = 2972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04231545044213699119 @ [-1.24055, -1.22032, 1.25429, -1.25352, 1.17462] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_5 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04242522015616014691 @ [1.23572, -1.18178, 1.24714, -1.24541, 1.17602] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_6 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_3 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265637125852285438 @ [-1.24300, 1.22639, 1.20293, -1.30268, -1.21722] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_2 iter 3000: c = 2969, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251882470802952757 @ [-1.26113, -1.27401, 1.24555, -1.18048, 1.22536] [INFO] [stdout] Global Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Swarm_1 iter 4000: c = 3990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253246573535061220 @ [-1.22714, -1.26293, 1.25910, -1.27911, 1.25484] [INFO] [stdout] Global Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Swarm_5 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04242522015616014691 @ [1.23572, -1.18178, 1.24714, -1.24541, 1.17602] [INFO] [stdout] Global Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Swarm_7 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Global Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Swarm_0 iter 4000: c = 3972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04231545044213699119 @ [-1.24055, -1.22032, 1.25429, -1.25352, 1.17462] [INFO] [stdout] Global Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Swarm_4 iter 4000: c = 3984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259044869477712075 @ [-1.17036, 1.24778, 1.19290, -1.20977, -1.26742] [INFO] [stdout] Global Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Swarm_6 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04211000045518926288 @ [-1.23802, -1.19654, 1.25899, -1.24740, 1.23885] [INFO] [stdout] Global Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Swarm_3 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265637125852285438 @ [-1.24300, 1.22639, 1.20293, -1.30268, -1.21722] [INFO] [stdout] Global Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Swarm_2 iter 4000: c = 3967, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04247164102904578409 @ [-1.22838, -1.25129, 1.20786, -1.21139, 1.15780] [INFO] [stdout] Global Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Swarm_5 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04242522015616014691 @ [1.23572, -1.18178, 1.24714, -1.24541, 1.17602] [INFO] [stdout] Global Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Swarm_1 iter 5000: c = 4986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04205679277925145759 @ [-1.22347, -1.21642, 1.26099, -1.25506, 1.21713] [INFO] [stdout] Global Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Swarm_0 iter 5000: c = 4966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04194635848944872070 @ [-1.24130, -1.23948, 1.21487, -1.23701, 1.19934] [INFO] [stdout] Global Record of: 0.04194635848944872070 @ [-1.24130, -1.23948, 1.21487, -1.23701, 1.19934] [INFO] [stdout] Swarm_7 iter 5000: c = 4970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04197851111555473552 @ [-1.23744, -1.21433, 1.24015, -1.22591, 1.26021] [INFO] [stdout] Global Record of: 0.04194635848944872070 @ [-1.24130, -1.23948, 1.21487, -1.23701, 1.19934] [INFO] [stdout] Swarm_4 iter 5000: c = 4984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259044869477712075 @ [-1.17036, 1.24778, 1.19290, -1.20977, -1.26742] [INFO] [stdout] Global Record of: 0.04186518050925940732 @ [-1.22642, -1.24276, 1.23676, -1.24242, 1.21807] [INFO] [stdout] Swarm_6 iter 5000: c = 4976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04203937366313619667 @ [-1.22958, -1.26128, 1.21465, -1.25313, 1.22825] [INFO] [stdout] Global Record of: 0.04186518050925940732 @ [-1.22642, -1.24276, 1.23676, -1.24242, 1.21807] [INFO] [stdout] Swarm_2 iter 5000: c = 4961, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202532682656517915 @ [-1.21687, -1.23101, 1.24792, -1.20161, 1.19748] [INFO] [stdout] Global Record of: 0.04181965321697760779 @ [-1.22450, -1.22053, 1.23713, -1.23697, 1.21856] [INFO] [stdout] Swarm_3 iter 5000: c = 4982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265637125852285438 @ [-1.24300, 1.22639, 1.20293, -1.30268, -1.21722] [INFO] [stdout] Global Record of: 0.04181965321697760779 @ [-1.22450, -1.22053, 1.23713, -1.23697, 1.21856] [INFO] [stdout] Swarm_5 iter 6000: c = 5980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04242522015616014691 @ [1.23572, -1.18178, 1.24714, -1.24541, 1.17602] [INFO] [stdout] Global Record of: 0.04180804293477038275 @ [-1.21943, -1.23283, 1.22774, -1.23726, 1.22162] [INFO] [stdout] Swarm_6 iter 6000: c = 5958, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178553329962680224 @ [-1.22668, -1.23133, 1.22415, -1.22765, 1.22221] [INFO] [stdout] Global Record of: 0.04178553329962680224 @ [-1.22668, -1.23133, 1.22415, -1.22765, 1.22221] [INFO] [stdout] Swarm_0 iter 6000: c = 5952, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178665221316752582 @ [-1.22830, -1.22889, 1.22634, -1.22869, 1.23314] [INFO] [stdout] Global Record of: 0.04178553329962680224 @ [-1.22668, -1.23133, 1.22415, -1.22765, 1.22221] [INFO] [stdout] Swarm_4 iter 6000: c = 5984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259044869477712075 @ [-1.17036, 1.24778, 1.19290, -1.20977, -1.26742] [INFO] [stdout] Global Record of: 0.04178030130467651204 @ [-1.22802, -1.22590, 1.22564, -1.22776, 1.22749] [INFO] [stdout] Swarm_1 iter 6000: c = 5968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178432678739243955 @ [-1.22765, -1.23110, 1.22897, -1.22479, 1.22382] [INFO] [stdout] Global Record of: 0.04178015648582091707 @ [-1.22733, -1.22616, 1.22783, -1.22762, 1.22748] [INFO] [stdout] Swarm_7 iter 6000: c = 5960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178481972987689586 @ [-1.22638, -1.22629, 1.23165, -1.22987, 1.22432] [INFO] [stdout] Global Record of: 0.04177956553159370423 @ [-1.22649, -1.22648, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 6000: c = 5943, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178805269343027068 @ [-1.22907, -1.22692, 1.22574, -1.21932, 1.22975] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 6000: c = 5982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265637125852285438 @ [-1.24300, 1.22639, 1.20293, -1.30268, -1.21722] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 7000: c = 6816, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 7000: c = 6980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04242522015616014691 @ [1.23572, -1.18178, 1.24714, -1.24541, 1.17602] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 7000: c = 6984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259044869477712075 @ [-1.17036, 1.24778, 1.19290, -1.20977, -1.26742] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 7000: c = 6872, 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 = 6860, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_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_2 iter 7000: c = 6849, 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 = 6982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265637125852285438 @ [-1.24300, 1.22639, 1.20293, -1.30268, -1.21722] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7816, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 8000: c = 7984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259044869477712075 @ [-1.17036, 1.24778, 1.19290, -1.20977, -1.26742] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 7874, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 8000: c = 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_6 iter 8000: c = 7872, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 9000: c = 8814, 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 = 7847, 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 = 7982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265637125852285438 @ [-1.24300, 1.22639, 1.20293, -1.30268, -1.21722] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 9000: c = 8874, 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 = 8984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259044869477712075 @ [-1.17036, 1.24778, 1.19290, -1.20977, -1.26742] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 9000: c = 8858, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 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_6 iter 9000: c = 8870, 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 = 9814, 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 = 8982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265637125852285438 @ [-1.24300, 1.22639, 1.20293, -1.30268, -1.21722] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 9000: c = 8847, 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 = 9984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259044869477712075 @ [-1.17036, 1.24778, 1.19290, -1.20977, -1.26742] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 10000: c = 9874, 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_1 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 = 9870, 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 = 9982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265637125852285438 @ [-1.24300, 1.22639, 1.20293, -1.30268, -1.21722] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 10000: c = 9847, 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: 0x57761326c1d2 - std::backtrace_rs::backtrace::libunwind::trace::h76861be37b31432e [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x57761326c1d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h58d4003082192c17 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x57761326c1d2 - std::sys::backtrace::_print_fmt::hfe5857a399620d2a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x57761326c1d2 - ::fmt::h52160e9da139e442 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x57761327d67f - core::fmt::rt::Argument::fmt::h66fe6fef9ecca14a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x57761327d67f - core::fmt::write::hf09a056a304e021a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x577613239161 - std::io::default_write_fmt::hf1a3645468226e09 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x577613239161 - std::io::Write::write_fmt::ha5ada6d6a18bde33 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x577613245232 - std::sys::backtrace::BacktraceLock::print::h15104dbcf0fd1f14 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x577613249ddf - std::panicking::default_hook::{{closure}}::h0fa6cd8dbe0dd76b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x577613249c71 - std::panicking::default_hook::h8d20506cf72e4831 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5776131d387e - as core::ops::function::Fn>::call::h3d020961abd83a77 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5776131d387e - test::test_main_with_exit_callback::{{closure}}::h720dd2fdb2ddcdca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x57761324a49f - as core::ops::function::Fn>::call::h75334a5fed245bca [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x57761324a49f - std::panicking::panic_with_hook::h746880a052e02c85 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x577613249aec - std::panicking::begin_panic::{{closure}}::h90f509d0ce56dcf8 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x577613245379 - std::sys::backtrace::__rust_end_short_backtrace::h979a48b505515cda [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x577613249abc - std::panicking::begin_panic::h9756318d0a5bc692 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x5776131a14f0 - pos_pso::expSinFunction::h4720e74023b15995 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 19: 0x5776131a1567 - pos_pso::expSinFunction::{{closure}}::h1adf172d1aaddccd [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:20 [INFO] [stdout] 20: 0x577613195aa6 - core::ops::function::FnOnce::call_once::hc2cb394b57c6d365 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 21: 0x5776131d36ab - core::ops::function::FnOnce::call_once::h933a5d67211adff2 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 22: 0x5776131d36ab - test::__rust_begin_short_backtrace::h2157af19b0990ffb [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:663:18 [INFO] [stdout] 23: 0x5776131e9285 - test::run_test_in_process::{{closure}}::hc3b17e0f313c900a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:74 [INFO] [stdout] 24: 0x5776131e9285 - as core::ops::function::FnOnce<()>>::call_once::ha23e4b490259273c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 25: 0x5776131e9285 - std::panicking::catch_unwind::do_call::h8dc9d5da83792f7a [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 26: 0x5776131e9285 - std::panicking::catch_unwind::h0d8461330de4a18b [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 27: 0x5776131e9285 - std::panic::catch_unwind::h0321b51397bf9811 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 28: 0x5776131e9285 - test::run_test_in_process::hcaaa440fdbe4a513 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:686:27 [INFO] [stdout] 29: 0x5776131e9285 - test::run_test::{{closure}}::h6345da602b85d6c3 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:607:43 [INFO] [stdout] 30: 0x5776131bfa94 - test::run_test::{{closure}}::h90a3b75194d37b5d [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/test/src/lib.rs:637:41 [INFO] [stdout] 31: 0x5776131bfa94 - std::sys::backtrace::__rust_begin_short_backtrace::hae41a17001f53ede [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 32: 0x5776131c335a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6ea895368381e0b1 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 33: 0x5776131c335a - as core::ops::function::FnOnce<()>>::call_once::h9c39013633bb9237 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 34: 0x5776131c335a - std::panicking::catch_unwind::do_call::hac7dba9ee4d99108 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:590:40 [INFO] [stdout] 35: 0x5776131c335a - std::panicking::catch_unwind::h73015d00e4866ebc [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panicking.rs:553:19 [INFO] [stdout] 36: 0x5776131c335a - std::panic::catch_unwind::h6f7b38e188aa4f62 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/panic.rs:359:14 [INFO] [stdout] 37: 0x5776131c335a - std::thread::Builder::spawn_unchecked_::{{closure}}::h969a6a2dc1856df7 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 38: 0x5776131c335a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h269ad1ff23e72122 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 39: 0x5776132404af - as core::ops::function::FnOnce>::call_once::hdd09a470c130e806 [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 40: 0x5776132404af - std::sys::thread::unix::Thread::new::thread_start::h14ea1ba6e320367c [INFO] [stdout] at /rustc/caccb4d0368bd918ef6668af8e13834d07040417/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 41: 0x730777284aa4 - [INFO] [stdout] 42: 0x730777311a34 - clone [INFO] [stdout] 43: 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 197.84s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "461f0e9f6312fc028b70865a23885d552abffc928af9d1dfc68d0f86cf78e6e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "461f0e9f6312fc028b70865a23885d552abffc928af9d1dfc68d0f86cf78e6e7", kill_on_drop: false }` [INFO] [stdout] 461f0e9f6312fc028b70865a23885d552abffc928af9d1dfc68d0f86cf78e6e7