[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate pos_pso 0.1.6 [INFO] finished tweaking crates.io crate pos_pso 0.1.6 [INFO] tweaked toml for crates.io crate pos_pso 0.1.6 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 90677c6447f851f39f96ce0f492837ab053633dc2af1806248409abb676371ec [INFO] running `Command { std: "docker" "start" "-a" "90677c6447f851f39f96ce0f492837ab053633dc2af1806248409abb676371ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90677c6447f851f39f96ce0f492837ab053633dc2af1806248409abb676371ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90677c6447f851f39f96ce0f492837ab053633dc2af1806248409abb676371ec", kill_on_drop: false }` [INFO] [stdout] 90677c6447f851f39f96ce0f492837ab053633dc2af1806248409abb676371ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94223d2e4657a401f9e672395573b40022f4657d4c12f9f48471da9f32768e3d [INFO] running `Command { std: "docker" "start" "-a" "94223d2e4657a401f9e672395573b40022f4657d4c12f9f48471da9f32768e3d", 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.16s [INFO] running `Command { std: "docker" "inspect" "94223d2e4657a401f9e672395573b40022f4657d4c12f9f48471da9f32768e3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94223d2e4657a401f9e672395573b40022f4657d4c12f9f48471da9f32768e3d", kill_on_drop: false }` [INFO] [stdout] 94223d2e4657a401f9e672395573b40022f4657d4c12f9f48471da9f32768e3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab01bb0a74c824e330925892c51b1b49d9339ebba1ee8dc950e390b2a7a87cb4 [INFO] running `Command { std: "docker" "start" "-a" "ab01bb0a74c824e330925892c51b1b49d9339ebba1ee8dc950e390b2a7a87cb4", 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.47s [INFO] running `Command { std: "docker" "inspect" "ab01bb0a74c824e330925892c51b1b49d9339ebba1ee8dc950e390b2a7a87cb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab01bb0a74c824e330925892c51b1b49d9339ebba1ee8dc950e390b2a7a87cb4", kill_on_drop: false }` [INFO] [stdout] ab01bb0a74c824e330925892c51b1b49d9339ebba1ee8dc950e390b2a7a87cb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6826afcfd066f675670ae64c2d0ff8612e123b745fb883ab3d85e6931efea46c [INFO] running `Command { std: "docker" "start" "-a" "6826afcfd066f675670ae64c2d0ff8612e123b745fb883ab3d85e6931efea46c", 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.03s [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_3 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199752644045630368 @ [-1.21058, 1.24810, 1.19377, -1.22723, 1.22962] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_4 iter 1000: c = 988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04250661574827022809 @ [-1.26245, 1.24336, 1.23067, -1.17941, 1.27173] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_0 iter 1000: c = 972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04226351814774898658 @ [-1.22422, 1.20757, 1.17261, -1.24889, 1.24365] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_1 iter 1000: c = 974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04232127859960108790 @ [-1.18364, 1.23826, 1.27427, -1.22865, 1.21643] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_2 iter 1000: c = 992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_7 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291589171109893436 @ [-1.25753, 1.30283, 1.21937, -1.18391, 1.23939] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_5 iter 1000: c = 986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253414287997361876 @ [-1.20457, 1.23096, 1.18454, -1.28632, 1.23861] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_6 iter 1000: c = 968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04279272289889318043 @ [-1.23329, 1.26068, 1.18803, -1.29531, 1.24871] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_3 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199752644045630368 @ [-1.21058, 1.24810, 1.19377, -1.22723, 1.22962] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_7 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291589171109893436 @ [-1.25753, 1.30283, 1.21937, -1.18391, 1.23939] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_2 iter 2000: c = 1992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_0 iter 2000: c = 1972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04226351814774898658 @ [-1.22422, 1.20757, 1.17261, -1.24889, 1.24365] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_4 iter 2000: c = 1988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04250661574827022809 @ [-1.26245, 1.24336, 1.23067, -1.17941, 1.27173] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_1 iter 2000: c = 1974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04232127859960108790 @ [-1.18364, 1.23826, 1.27427, -1.22865, 1.21643] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_5 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253414287997361876 @ [-1.20457, 1.23096, 1.18454, -1.28632, 1.23861] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_3 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199752644045630368 @ [-1.21058, 1.24810, 1.19377, -1.22723, 1.22962] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_6 iter 2000: c = 1966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04273853096150138919 @ [-1.17556, 1.20741, 1.29293, -1.24085, 1.22188] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_7 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241917525122317761 @ [-1.22805, 1.24554, 1.25097, -1.23827, 1.28896] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_0 iter 3000: c = 2972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04226351814774898658 @ [-1.22422, 1.20757, 1.17261, -1.24889, 1.24365] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_4 iter 3000: c = 2988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04250661574827022809 @ [-1.26245, 1.24336, 1.23067, -1.17941, 1.27173] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_2 iter 3000: c = 2992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_1 iter 3000: c = 2972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04226150778973061101 @ [-1.22085, 1.21612, 1.24296, -1.19396, 1.27514] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_3 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199752644045630368 @ [-1.21058, 1.24810, 1.19377, -1.22723, 1.22962] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_6 iter 3000: c = 2966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04273853096150138919 @ [-1.17556, 1.20741, 1.29293, -1.24085, 1.22188] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_7 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241599325498911222 @ [-1.17943, 1.19523, 1.18408, -1.20534, 1.22800] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_5 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253414287997361876 @ [-1.20457, 1.23096, 1.18454, -1.28632, 1.23861] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_1 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04224453848214267115 @ [-1.19925, 1.26932, 1.24276, -1.25565, 1.23114] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_4 iter 4000: c = 3986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04222931397215871907 @ [-1.18135, 1.21456, 1.23338, -1.25225, 1.25488] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_0 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215777241256968288 @ [-1.19019, 1.18426, 1.23233, -1.23398, 1.22313] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_2 iter 4000: c = 3992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_6 iter 4000: c = 3964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04262640827375066555 @ [-1.26179, 1.17247, 1.20779, -1.18351, 1.25208] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_7 iter 5000: c = 4972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199849946471883450 @ [-1.24281, 1.22008, 1.18960, -1.23837, 1.22291] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_5 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04227944618438300023 @ [-1.27169, 1.24468, 1.21406, -1.26227, 1.21447] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_3 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198886432697896548 @ [-1.23654, 1.25041, 1.21295, -1.20073, 1.24009] [INFO] [stdout] Global Record of: 0.04198624490137706222 @ [-1.22740, 1.18962, 1.21039, -1.23726, 1.22733] [INFO] [stdout] Swarm_4 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04203332114748259407 @ [-1.25710, 1.24603, 1.20927, -1.23328, 1.20693] [INFO] [stdout] Global Record of: 0.04195202162999218248 @ [-1.20551, 1.21277, 1.20372, -1.24322, 1.22508] [INFO] [stdout] Swarm_1 iter 5000: c = 4964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04195202162999218248 @ [-1.20551, 1.21277, 1.20372, -1.24322, 1.22508] [INFO] [stdout] Global Record of: 0.04195202162999218248 @ [-1.20551, 1.21277, 1.20372, -1.24322, 1.22508] [INFO] [stdout] Swarm_2 iter 5000: c = 4990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198072178729304188 @ [-1.21775, 1.25952, 1.20850, -1.23560, 1.23260] [INFO] [stdout] Global Record of: 0.04191665246230379810 @ [-1.25677, 1.22835, 1.23554, -1.22876, 1.23623] [INFO] [stdout] Swarm_0 iter 5000: c = 4964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04197998474222843640 @ [-1.24118, 1.20885, 1.20033, -1.21069, 1.21199] [INFO] [stdout] Global Record of: 0.04181529334903127948 @ [-1.21600, 1.22274, 1.22245, -1.22180, 1.23787] [INFO] [stdout] Swarm_6 iter 5000: c = 4958, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04197978767804956546 @ [-1.23139, 1.23567, 1.25394, -1.19922, 1.23137] [INFO] [stdout] Global Record of: 0.04180087667067268475 @ [-1.21590, 1.23118, 1.22661, -1.22671, 1.23283] [INFO] [stdout] Swarm_5 iter 5000: c = 4976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04194781247574994043 @ [-1.24388, 1.21725, 1.23393, -1.25500, 1.21677] [INFO] [stdout] Global Record of: 0.04179370039015546656 @ [-1.22142, 1.22833, 1.23483, -1.22711, 1.22251] [INFO] [stdout] Swarm_3 iter 6000: c = 5962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178587449545495547 @ [-1.22512, 1.22945, 1.22067, -1.22413, 1.22779] [INFO] [stdout] Global Record of: 0.04178451072593634269 @ [-1.23023, 1.22618, 1.23111, -1.22641, 1.22428] [INFO] [stdout] Swarm_7 iter 6000: c = 5954, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178137744621500393 @ [-1.22974, 1.22457, 1.22588, -1.22619, 1.22629] [INFO] [stdout] Global Record of: 0.04178137744621500393 @ [-1.22974, 1.22457, 1.22588, -1.22619, 1.22629] [INFO] [stdout] Swarm_4 iter 6000: c = 5966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178662131091567811 @ [-1.22856, 1.22867, 1.21955, -1.22723, 1.22651] [INFO] [stdout] Global Record of: 0.04178069442326098198 @ [-1.22899, 1.22652, 1.22593, -1.22577, 1.22795] [INFO] [stdout] Swarm_2 iter 6000: c = 5972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04179418114228838216 @ [-1.22798, 1.23096, 1.23299, -1.22299, 1.23305] [INFO] [stdout] Global Record of: 0.04177957272990479726 @ [-1.22649, 1.22667, 1.22644, -1.22653, 1.22664] [INFO] [stdout] Swarm_1 iter 6000: c = 5952, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178599794872784462 @ [-1.22978, 1.23021, 1.22444, -1.23020, 1.22968] [INFO] [stdout] Global Record of: 0.04177956560337023340 @ [-1.22649, 1.22649, 1.22647, -1.22648, 1.22649] [INFO] [stdout] Swarm_0 iter 6000: c = 5946, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178811663493934431 @ [-1.23262, 1.22664, 1.22254, -1.22945, 1.22927] [INFO] [stdout] Global Record of: 0.04177956552970314014 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 6000: c = 5940, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178804129538662288 @ [-1.22628, 1.23184, 1.23046, -1.22249, 1.22945] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 7000: c = 6800, 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_3 iter 7000: c = 6848, 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 6000: c = 5960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178562130177758405 @ [-1.22591, 1.23047, 1.23165, -1.22830, 1.22842] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 7000: c = 6890, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 7000: c = 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_1 iter 7000: c = 6836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 7000: c = 6834, 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 7000: c = 6826, 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 8000: c = 7798, 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 = 7846, 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 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_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_2 iter 8000: c = 7890, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 8000: c = 7836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7834, 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 = 7824, 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 = 8846, 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 = 8798, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 7862, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_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 9000: c = 8888, 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 = 8834, 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 = 8834, 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 = 9846, 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 = 8824, 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 = 9798, 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 = 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 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_1 iter 10000: c = 9834, 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 = 9888, 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 = 9834, 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 = 9824, 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 = 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] 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: 0x5d57a3fa71b2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5d57a3fa71b2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5d57a3fa71b2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5d57a3fa71b2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5d57a3fb865f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5d57a3fb865f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5d57a3f73ea1 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5d57a3f73ea1 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5d57a3f80212 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5d57a3f84dbf - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5d57a3f84c51 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5d57a3f0e85e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x5d57a3f0e85e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5d57a3f8547f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x5d57a3f8547f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5d57a3f84acc - std::panicking::begin_panic::{{closure}}::hd59d0a5aaa04646e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x5d57a3f80349 - std::sys::backtrace::__rust_end_short_backtrace::h5f7581f5fa82ac8e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5d57a3f84a9c - std::panicking::begin_panic::hbf64f440f0761a86 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x5d57a3edbff0 - pos_pso::expSinFunction::h42af347a0d4d5d0a [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 19: 0x5d57a3edc067 - pos_pso::expSinFunction::{{closure}}::h253ee5c9dd8f951f [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:20 [INFO] [stdout] 20: 0x5d57a3ed09b6 - core::ops::function::FnOnce::call_once::h124e70189a4ec3ef [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 21: 0x5d57a3f0e63b - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 22: 0x5d57a3f0e63b - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 23: 0x5d57a3f24265 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 24: 0x5d57a3f24265 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 25: 0x5d57a3f24265 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 26: 0x5d57a3f24265 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 27: 0x5d57a3f24265 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 28: 0x5d57a3f24265 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 29: 0x5d57a3f24265 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 30: 0x5d57a3efaa74 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 31: 0x5d57a3efaa74 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 32: 0x5d57a3efe41a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 33: 0x5d57a3efe41a - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 34: 0x5d57a3efe41a - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 35: 0x5d57a3efe41a - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 36: 0x5d57a3efe41a - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 37: 0x5d57a3efe41a - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 38: 0x5d57a3efe41a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 39: 0x5d57a3f7b48f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 40: 0x5d57a3f7b48f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 41: 0x7cb3e755faa4 - [INFO] [stdout] 42: 0x7cb3e75eca34 - 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 193.88s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "6826afcfd066f675670ae64c2d0ff8612e123b745fb883ab3d85e6931efea46c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6826afcfd066f675670ae64c2d0ff8612e123b745fb883ab3d85e6931efea46c", kill_on_drop: false }` [INFO] [stdout] 6826afcfd066f675670ae64c2d0ff8612e123b745fb883ab3d85e6931efea46c