[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pos_pso 0.1.6 [INFO] finished tweaking crates.io crate pos_pso 0.1.6 [INFO] tweaked toml for crates.io crate pos_pso 0.1.6 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8200d6116b37da349d31ec835dbb4c73be13441717b925f3966239706167144b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8200d6116b37da349d31ec835dbb4c73be13441717b925f3966239706167144b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8200d6116b37da349d31ec835dbb4c73be13441717b925f3966239706167144b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8200d6116b37da349d31ec835dbb4c73be13441717b925f3966239706167144b", kill_on_drop: false }` [INFO] [stdout] 8200d6116b37da349d31ec835dbb4c73be13441717b925f3966239706167144b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a663a3460bd1d236e0862c89c627b607585602466f303d5318cfb495cddaf10 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3a663a3460bd1d236e0862c89c627b607585602466f303d5318cfb495cddaf10", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::f64::consts::PI` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::f64::consts::PI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.63s [INFO] running `Command { std: "docker" "inspect" "3a663a3460bd1d236e0862c89c627b607585602466f303d5318cfb495cddaf10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a663a3460bd1d236e0862c89c627b607585602466f303d5318cfb495cddaf10", kill_on_drop: false }` [INFO] [stdout] 3a663a3460bd1d236e0862c89c627b607585602466f303d5318cfb495cddaf10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 80ba96e249a7b68fb99af6c2d7b2274e44cbda748a98fe8904a508518744c3c5 [INFO] running `Command { std: "docker" "start" "-a" "80ba96e249a7b68fb99af6c2d7b2274e44cbda748a98fe8904a508518744c3c5", kill_on_drop: false }` [INFO] [stderr] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::f64::consts::PI` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::f64::consts::PI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `min` [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | let min = opt.minimize(job_config, swarm_config, move |pt: &[f64]| -> f64 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_min` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `expSinFunction` should have a snake case name [INFO] [stdout] --> src/lib.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn expSinFunction() { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_sin_function` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `Command { std: "docker" "inspect" "80ba96e249a7b68fb99af6c2d7b2274e44cbda748a98fe8904a508518744c3c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80ba96e249a7b68fb99af6c2d7b2274e44cbda748a98fe8904a508518744c3c5", kill_on_drop: false }` [INFO] [stdout] 80ba96e249a7b68fb99af6c2d7b2274e44cbda748a98fe8904a508518744c3c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dc2e40e3daa2d1e7682b9e0632eed9004314a87cb9a374c0fb6fea7216a8df72 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dc2e40e3daa2d1e7682b9e0632eed9004314a87cb9a374c0fb6fea7216a8df72", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::f64::consts::PI` [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::f64::consts::PI; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `igf` [INFO] [stderr] --> src/optimizer/swarm.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | igf: f64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `igf` [INFO] [stderr] --> src/optimizer/swarm.rs:221:5 [INFO] [stderr] | [INFO] [stderr] 221 | igf: f64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `min` [INFO] [stderr] --> src/lib.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | let min = opt.minimize(job_config, swarm_config, move |pt: &[f64]| -> f64 { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_min` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `expSinFunction` should have a snake case name [INFO] [stderr] --> src/lib.rs:11:4 [INFO] [stderr] | [INFO] [stderr] 11 | fn expSinFunction() { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_sin_function` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `pos_pso` (lib) generated 3 warnings [INFO] [stderr] warning: `pos_pso` (lib test) generated 4 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pos_pso-7fe61194e095d338) [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] [stderr] error: test failed, to rerun pass '--lib' [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_6 iter 1000: c = 972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04295956455845237332 @ [1.23155, 1.20661, -1.27228, 1.21983, -1.30681] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_1 iter 1000: c = 986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04239509113159174031 @ [1.20812, 1.19174, -1.24006, 1.27920, -1.24614] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_3 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04239770706674769046 @ [1.23229, 1.26106, -1.28176, 1.20276, -1.22958] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_2 iter 1000: c = 972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251038379876443535 @ [1.17484, 1.17345, -1.24044, 1.22840, -1.20293] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_0 iter 1000: c = 986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04364125759066567189 @ [1.26706, 1.21624, -1.10971, 1.24630, 1.24788] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_4 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04295344053335516110 @ [1.13647, 1.20144, -1.20496, 1.23098, -1.19382] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_5 iter 1000: c = 988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_7 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206878967054095836 @ [1.21893, 1.22718, -1.21018, 1.23711, -1.26952] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_6 iter 2000: c = 1966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04285142508581085696 @ [1.27363, 1.23009, -1.21439, 1.14759, -1.24582] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_3 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04236782361611975828 @ [1.22469, 1.18156, -1.25842, 1.24851, -1.26183] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_1 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04239509113159174031 @ [1.20812, 1.19174, -1.24006, 1.27920, -1.24614] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_0 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04364125759066567189 @ [1.26706, 1.21624, -1.10971, 1.24630, 1.24788] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_4 iter 2000: c = 1984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04295344053335516110 @ [1.13647, 1.20144, -1.20496, 1.23098, -1.19382] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_5 iter 2000: c = 1988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_2 iter 2000: c = 1970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04227891160148655736 @ [1.23101, 1.28809, -1.22061, 1.22411, -1.22465] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_7 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206878967054095836 @ [1.21893, 1.22718, -1.21018, 1.23711, -1.26952] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_3 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04236782361611975828 @ [1.22469, 1.18156, -1.25842, 1.24851, -1.26183] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_1 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04239509113159174031 @ [1.20812, 1.19174, -1.24006, 1.27920, -1.24614] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_6 iter 3000: c = 2964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04230519072823740040 @ [1.23940, 1.21736, -1.22053, 1.26632, -1.27412] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_5 iter 3000: c = 2988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_4 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04276908661171147791 @ [1.24253, 1.21971, -1.14124, 1.25045, -1.20629] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_2 iter 3000: c = 2970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04227891160148655736 @ [1.23101, 1.28809, -1.22061, 1.22411, -1.22465] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_0 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04364125759066567189 @ [1.26706, 1.21624, -1.10971, 1.24630, 1.24788] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_7 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206878967054095836 @ [1.21893, 1.22718, -1.21018, 1.23711, -1.26952] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_1 iter 4000: c = 3984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215232777904821815 @ [1.22517, 1.23494, -1.26925, 1.25181, -1.24729] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_3 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04236782361611975828 @ [1.22469, 1.18156, -1.25842, 1.24851, -1.26183] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_2 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04227891160148655736 @ [1.23101, 1.28809, -1.22061, 1.22411, -1.22465] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_6 iter 4000: c = 3964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04230519072823740040 @ [1.23940, 1.21736, -1.22053, 1.26632, -1.27412] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_5 iter 4000: c = 3988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_7 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206878967054095836 @ [1.21893, 1.22718, -1.21018, 1.23711, -1.26952] [INFO] [stdout] Global Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Swarm_0 iter 4000: c = 3986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04364125759066567189 @ [1.26706, 1.21624, -1.10971, 1.24630, 1.24788] [INFO] [stdout] Global Record of: 0.04192139430972745273 @ [1.22039, 1.21664, -1.20483, 1.22362, -1.20230] [INFO] [stdout] Swarm_4 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206142823501096695 @ [1.23866, 1.20664, -1.24206, 1.23459, -1.18781] [INFO] [stdout] Global Record of: 0.04192139430972745273 @ [1.22039, 1.21664, -1.20483, 1.22362, -1.20230] [INFO] [stdout] Swarm_1 iter 5000: c = 4982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04212240348891332919 @ [1.22594, 1.19502, -1.21886, 1.18411, -1.23428] [INFO] [stdout] Global Record of: 0.04189322480217299444 @ [1.23520, 1.23086, -1.22723, 1.20063, -1.23968] [INFO] [stdout] Swarm_3 iter 5000: c = 4974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04189322480217299444 @ [1.23520, 1.23086, -1.22723, 1.20063, -1.23968] [INFO] [stdout] Global Record of: 0.04189322480217299444 @ [1.23520, 1.23086, -1.22723, 1.20063, -1.23968] [INFO] [stdout] Swarm_7 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206878967054095836 @ [1.21893, 1.22718, -1.21018, 1.23711, -1.26952] [INFO] [stdout] Global Record of: 0.04189322480217299444 @ [1.23520, 1.23086, -1.22723, 1.20063, -1.23968] [INFO] [stdout] Swarm_5 iter 5000: c = 4988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202072376686667027 @ [1.22557, 1.23878, -1.22732, 1.21665, -1.18423] [INFO] [stdout] Global Record of: 0.04189322480217299444 @ [1.23520, 1.23086, -1.22723, 1.20063, -1.23968] [INFO] [stdout] Swarm_2 iter 5000: c = 4964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04196314334326487622 @ [1.23030, 1.24860, -1.20757, 1.23140, -1.20161] [INFO] [stdout] Global Record of: 0.04189322480217299444 @ [1.23520, 1.23086, -1.22723, 1.20063, -1.23968] [INFO] [stdout] Swarm_6 iter 5000: c = 4960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04217818446377547686 @ [1.22985, 1.24042, -1.26691, 1.25263, -1.25246] [INFO] [stdout] Global Record of: 0.04189322480217299444 @ [1.23520, 1.23086, -1.22723, 1.20063, -1.23968] [INFO] [stdout] Swarm_4 iter 5000: c = 4974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04186226869058672778 @ [1.20780, 1.21561, -1.22732, 1.22573, -1.21153] [INFO] [stdout] Global Record of: 0.04182827480487415900 @ [1.23456, 1.24443, -1.22578, 1.22884, -1.22792] [INFO] [stdout] Swarm_0 iter 5000: c = 4976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199359828326953287 @ [1.23091, 1.21200, -1.24823, 1.24134, -1.19768] [INFO] [stdout] Global Record of: 0.04181152478168646131 @ [1.23519, 1.22197, -1.22379, 1.23886, -1.22492] [INFO] [stdout] Swarm_1 iter 6000: c = 5968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178691922429277755 @ [1.23177, 1.22548, -1.22738, 1.22676, -1.23200] [INFO] [stdout] Global Record of: 0.04178691922429277755 @ [1.23177, 1.22548, -1.22738, 1.22676, -1.23200] [INFO] [stdout] Swarm_6 iter 6000: c = 5940, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178180700447929607 @ [1.22718, 1.22496, -1.22469, 1.22960, -1.22490] [INFO] [stdout] Global Record of: 0.04177987034951034101 @ [1.22664, 1.22753, -1.22579, 1.22704, -1.22573] [INFO] [stdout] Swarm_5 iter 6000: c = 5968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178270745734800201 @ [1.22793, 1.22247, -1.22556, 1.22447, -1.22482] [INFO] [stdout] Global Record of: 0.04177987034951034101 @ [1.22664, 1.22753, -1.22579, 1.22704, -1.22573] [INFO] [stdout] Swarm_7 iter 6000: c = 5962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178622607443984588 @ [1.22237, 1.22626, -1.22246, 1.22571, -1.22184] [INFO] [stdout] Global Record of: 0.04177963284417205575 @ [1.22664, 1.22677, -1.22693, 1.22679, -1.22609] [INFO] [stdout] Swarm_3 iter 6000: c = 5966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178504782666962042 @ [1.22458, 1.22360, -1.22795, 1.22237, -1.22271] [INFO] [stdout] Global Record of: 0.04177963284417205575 @ [1.22664, 1.22677, -1.22693, 1.22679, -1.22609] [INFO] [stdout] Swarm_2 iter 6000: c = 5950, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178681121528355497 @ [1.22425, 1.22287, -1.23198, 1.22595, -1.22324] [INFO] [stdout] Global Record of: 0.04177963284417205575 @ [1.22664, 1.22677, -1.22693, 1.22679, -1.22609] [INFO] [stdout] Swarm_4 iter 6000: c = 5960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178230971560157464 @ [1.22775, 1.22909, -1.22672, 1.22600, -1.22278] [INFO] [stdout] Global Record of: 0.04177956553368511461 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 6000: c = 5956, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178214769825218389 @ [1.22503, 1.22399, -1.22463, 1.22801, -1.22912] [INFO] [stdout] Global Record of: 0.04177956552970312626 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 7000: c = 6852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.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 = 6876, 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 = 6856, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 7000: c = 6838, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_3 iter 7000: c = 6866, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_2 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_4 iter 7000: c = 6842, 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 = 6866, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 8000: c = 7852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_7 iter 8000: c = 7854, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 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_3 iter 8000: c = 7864, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 8000: c = 7842, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_2 iter 8000: c = 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 = 7836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7864, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 9000: c = 8852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 8854, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 9000: c = 8840, 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 = 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 9000: c = 8864, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_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_0 iter 9000: c = 8864, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 9000: c = 8836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 10000: c = 9852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_7 iter 10000: c = 9854, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 10000: c = 9840, 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 = 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_3 iter 10000: c = 9864, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_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_0 iter 10000: c = 9864, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 10000: c = 9836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] Minimum Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, -1.22649] [INFO] [stdout] thread 'expSinFunction' panicked at 'optimizer did not converge!', src/lib.rs:38:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d01e01fb80 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d01e01fb80 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d01e01fb80 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d01e01fb80 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d01e042eac - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55d01e01cae5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55d01e021d4b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d01e021d4b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d01e021d4b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55d01e02185c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55d01e022414 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55d01dfcdde3 - std::panicking::begin_panic::{{closure}}::h2d17add64579e4a8 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55d01dfcdc69 - std::sys_common::backtrace::__rust_end_short_backtrace::h85e064064f70dcc0 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d01dfcdd19 - std::panicking::begin_panic::h425a71b3cb7e7985 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55d01df89709 - pos_pso::expSinFunction::h9f705d5693df66c7 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 15: 0x55d01df893aa - pos_pso::expSinFunction::{{closure}}::hd76d45a00d497155 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:1 [INFO] [stdout] 16: 0x55d01df8f4fe - core::ops::function::FnOnce::call_once::h508534b8c9acf555 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55d01dfc51d3 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55d01dfc51d3 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:578:5 [INFO] [stdout] 19: 0x55d01dfc3c48 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 20: 0x55d01dfc3c48 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:347:9 [INFO] [stdout] 21: 0x55d01dfc3c48 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:401:40 [INFO] [stdout] 22: 0x55d01dfc3c48 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:365:19 [INFO] [stdout] 23: 0x55d01dfc3c48 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:434:14 [INFO] [stdout] 24: 0x55d01dfc3c48 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:601:18 [INFO] [stdout] 25: 0x55d01dfc3c48 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:493:39 [INFO] [stdout] 26: 0x55d01df923cd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:520:37 [INFO] [stdout] 27: 0x55d01df923cd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55d01df96af8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 29: 0x55d01df96af8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:347:9 [INFO] [stdout] 30: 0x55d01df96af8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:401:40 [INFO] [stdout] 31: 0x55d01df96af8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:365:19 [INFO] [stdout] 32: 0x55d01df96af8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:434:14 [INFO] [stdout] 33: 0x55d01df96af8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 34: 0x55d01df96af8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55d01e026f87 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 36: 0x55d01e026f87 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x55d01e026f87 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 38: 0x7f7695d3c609 - start_thread [INFO] [stdout] 39: 0x7f7695fc7293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] expSinFunction [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 132.66s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dc2e40e3daa2d1e7682b9e0632eed9004314a87cb9a374c0fb6fea7216a8df72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc2e40e3daa2d1e7682b9e0632eed9004314a87cb9a374c0fb6fea7216a8df72", kill_on_drop: false }` [INFO] [stdout] dc2e40e3daa2d1e7682b9e0632eed9004314a87cb9a374c0fb6fea7216a8df72