[INFO] crate pos_pso 0.1.6 is already in cache [INFO] testing pos_pso-0.1.6 against 1.45.2 for beta-1.46-1 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", 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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 856ef30637bf20d1c400d486685b7c0ec5f5f10b1754e808b482c255a4b6b9cd [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" "856ef30637bf20d1c400d486685b7c0ec5f5f10b1754e808b482c255a4b6b9cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "856ef30637bf20d1c400d486685b7c0ec5f5f10b1754e808b482c255a4b6b9cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "856ef30637bf20d1c400d486685b7c0ec5f5f10b1754e808b482c255a4b6b9cd", kill_on_drop: false }` [INFO] [stdout] 856ef30637bf20d1c400d486685b7c0ec5f5f10b1754e808b482c255a4b6b9cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--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] 3a466f92a1ee7644e2f33a4416148d3e2d2b38132a5eb5eca23fa4f839cd5df3 [INFO] running `Command { std: "docker" "start" "-a" "3a466f92a1ee7644e2f33a4416148d3e2d2b38132a5eb5eca23fa4f839cd5df3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling getrandom v0.1.14 [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 6.08s [INFO] running `Command { std: "docker" "inspect" "3a466f92a1ee7644e2f33a4416148d3e2d2b38132a5eb5eca23fa4f839cd5df3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a466f92a1ee7644e2f33a4416148d3e2d2b38132a5eb5eca23fa4f839cd5df3", kill_on_drop: false }` [INFO] [stdout] 3a466f92a1ee7644e2f33a4416148d3e2d2b38132a5eb5eca23fa4f839cd5df3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "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] 8b78d9a3f8383b93d87f7f4c1c2dba1fd103c069ddfce8697fa18229d20bd831 [INFO] running `Command { std: "docker" "start" "-a" "8b78d9a3f8383b93d87f7f4c1c2dba1fd103c069ddfce8697fa18229d20bd831", 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.75s [INFO] running `Command { std: "docker" "inspect" "8b78d9a3f8383b93d87f7f4c1c2dba1fd103c069ddfce8697fa18229d20bd831", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b78d9a3f8383b93d87f7f4c1c2dba1fd103c069ddfce8697fa18229d20bd831", kill_on_drop: false }` [INFO] [stdout] 8b78d9a3f8383b93d87f7f4c1c2dba1fd103c069ddfce8697fa18229d20bd831 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", 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] da848ae2474c3b2820010a5aa06e1b194cf102afb1d72ac6fe2da28448f68aa9 [INFO] running `Command { std: "docker" "start" "-a" "da848ae2474c3b2820010a5aa06e1b194cf102afb1d72ac6fe2da28448f68aa9", 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: 3 warnings emitted [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: 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: 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: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pos_pso-b0d6d63a67233a64 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] Swarm_4 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244316263808839418 @ [1.22091, 1.25351, -1.17085, 1.25848, 1.25072] [INFO] [stdout] Global Record of: 0.04237379135475979192 @ [1.16303, 1.19824, -1.21658, 1.21555, 1.21692] [INFO] [stdout] test expSinFunction ... test expSinFunction has been running for over 60 seconds [INFO] [stdout] test opt_quad_test_collab ... test opt_quad_test_collab has been running for over 60 seconds [INFO] [stdout] Swarm_3 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04237379135475979192 @ [1.16303, 1.19824, -1.21658, 1.21555, 1.21692] [INFO] [stdout] Global Record of: 0.04237379135475979192 @ [1.16303, 1.19824, -1.21658, 1.21555, 1.21692] [INFO] [stdout] Swarm_7 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04307494359173148074 @ [1.28210, 1.22970, -1.26554, 1.25334, 1.29518] [INFO] [stdout] Global Record of: 0.04237379135475979192 @ [1.16303, 1.19824, -1.21658, 1.21555, 1.21692] [INFO] [stdout] Swarm_1 iter 1000: c = 986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260446465839869135 @ [1.17591, 1.26691, -1.19002, 1.25832, 1.24053] [INFO] [stdout] Global Record of: 0.04237379135475979192 @ [1.16303, 1.19824, -1.21658, 1.21555, 1.21692] [INFO] [stdout] Swarm_5 iter 1000: c = 978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265367067077546065 @ [1.24780, 1.15291, -1.22626, 1.19069, 1.20760] [INFO] [stdout] Global Record of: 0.04237379135475979192 @ [1.16303, 1.19824, -1.21658, 1.21555, 1.21692] [INFO] [stdout] Swarm_0 iter 1000: c = 992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04255143289936252904 @ [-1.22396, -1.27274, -1.27177, 1.18886, 1.24927] [INFO] [stdout] Global Record of: 0.04237379135475979192 @ [1.16303, 1.19824, -1.21658, 1.21555, 1.21692] [INFO] [stdout] Swarm_2 iter 1000: c = 970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04248723254435157054 @ [1.23143, 1.26726, -1.19147, 1.17462, 1.24143] [INFO] [stdout] Global Record of: 0.04237379135475979192 @ [1.16303, 1.19824, -1.21658, 1.21555, 1.21692] [INFO] [stdout] Swarm_6 iter 1000: c = 976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04238765711020588134 @ [1.24866, 1.27116, -1.24758, 1.19799, 1.25978] [INFO] [stdout] Global Record of: 0.04237379135475979192 @ [1.16303, 1.19824, -1.21658, 1.21555, 1.21692] [INFO] [stdout] test opt_quad_test_collab ... ok [INFO] [stdout] Swarm_4 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244316263808839418 @ [1.22091, 1.25351, -1.17085, 1.25848, 1.25072] [INFO] [stdout] Global Record of: 0.04232888068462010989 @ [1.24015, 1.21910, -1.20374, 1.16383, 1.22112] [INFO] [stdout] Swarm_1 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260446465839869135 @ [1.17591, 1.26691, -1.19002, 1.25832, 1.24053] [INFO] [stdout] Global Record of: 0.04232888068462010989 @ [1.24015, 1.21910, -1.20374, 1.16383, 1.22112] [INFO] [stdout] Swarm_0 iter 2000: c = 1992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04255143289936252904 @ [-1.22396, -1.27274, -1.27177, 1.18886, 1.24927] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_3 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_2 iter 2000: c = 1970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04248723254435157054 @ [1.23143, 1.26726, -1.19147, 1.17462, 1.24143] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_7 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04232888068462010989 @ [1.24015, 1.21910, -1.20374, 1.16383, 1.22112] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_5 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265367067077546065 @ [1.24780, 1.15291, -1.22626, 1.19069, 1.20760] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_6 iter 2000: c = 1976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04238765711020588134 @ [1.24866, 1.27116, -1.24758, 1.19799, 1.25978] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_4 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244316263808839418 @ [1.22091, 1.25351, -1.17085, 1.25848, 1.25072] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_0 iter 3000: c = 2992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04255143289936252904 @ [-1.22396, -1.27274, -1.27177, 1.18886, 1.24927] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_3 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_2 iter 3000: c = 2970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04248723254435157054 @ [1.23143, 1.26726, -1.19147, 1.17462, 1.24143] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_1 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260446465839869135 @ [1.17591, 1.26691, -1.19002, 1.25832, 1.24053] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_5 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253694011962641519 @ [1.26559, 1.27848, -1.20976, 1.23732, 1.26312] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_7 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215794316437214417 @ [1.21899, 1.23058, -1.24752, 1.19042, 1.18977] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_6 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04238765711020588134 @ [1.24866, 1.27116, -1.24758, 1.19799, 1.25978] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_4 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244316263808839418 @ [1.22091, 1.25351, -1.17085, 1.25848, 1.25072] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_3 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_1 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04209353884990708894 @ [1.24915, 1.21029, -1.26197, 1.20611, 1.23461] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_5 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04211199342098356779 @ [1.20782, 1.20432, -1.26238, 1.20660, 1.23902] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_0 iter 4000: c = 3992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04255143289936252904 @ [-1.22396, -1.27274, -1.27177, 1.18886, 1.24927] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_6 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04238765711020588134 @ [1.24866, 1.27116, -1.24758, 1.19799, 1.25978] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_7 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215794316437214417 @ [1.21899, 1.23058, -1.24752, 1.19042, 1.18977] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_2 iter 4000: c = 3968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04225730113055752718 @ [1.23425, 1.23019, -1.19834, 1.20024, 1.17642] [INFO] [stdout] Global Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Swarm_4 iter 5000: c = 4976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04196045931919100552 @ [1.23295, 1.23458, -1.20026, 1.20044, 1.23235] [INFO] [stdout] Global Record of: 0.04183281056979537560 @ [1.24124, 1.23777, -1.23093, 1.22285, 1.23401] [INFO] [stdout] Swarm_3 iter 5000: c = 4982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04190530077899976696 @ [1.24179, 1.23806, -1.21055, 1.21473, 1.21008] [INFO] [stdout] Global Record of: 0.04183281056979537560 @ [1.24124, 1.23777, -1.23093, 1.22285, 1.23401] [INFO] [stdout] Swarm_5 iter 5000: c = 4968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04186383371931291092 @ [1.24252, 1.23942, -1.23363, 1.24106, 1.22799] [INFO] [stdout] Global Record of: 0.04183281056979537560 @ [1.24124, 1.23777, -1.23093, 1.22285, 1.23401] [INFO] [stdout] Swarm_1 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04205823899047043957 @ [1.22653, 1.22821, -1.23448, 1.23950, 1.18048] [INFO] [stdout] Global Record of: 0.04183281056979537560 @ [1.24124, 1.23777, -1.23093, 1.22285, 1.23401] [INFO] [stdout] Swarm_6 iter 5000: c = 4972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04184700974281491126 @ [1.21663, 1.23739, -1.23338, 1.22367, 1.20968] [INFO] [stdout] Global Record of: 0.04183281056979537560 @ [1.24124, 1.23777, -1.23093, 1.22285, 1.23401] [INFO] [stdout] Swarm_0 iter 5000: c = 4992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04255143289936252904 @ [-1.22396, -1.27274, -1.27177, 1.18886, 1.24927] [INFO] [stdout] Global Record of: 0.04183281056979537560 @ [1.24124, 1.23777, -1.23093, 1.22285, 1.23401] [INFO] [stdout] Swarm_7 iter 5000: c = 4974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04183281056979537560 @ [1.24124, 1.23777, -1.23093, 1.22285, 1.23401] [INFO] [stdout] Global Record of: 0.04183281056979537560 @ [1.24124, 1.23777, -1.23093, 1.22285, 1.23401] [INFO] [stdout] Swarm_2 iter 5000: c = 4964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04184468686781982888 @ [1.23765, 1.24042, -1.22332, 1.22699, 1.24068] [INFO] [stdout] Global Record of: 0.04183281056979537560 @ [1.24124, 1.23777, -1.23093, 1.22285, 1.23401] [INFO] [stdout] Swarm_4 iter 6000: c = 5954, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178471743894515006 @ [1.22307, 1.22884, -1.23119, 1.22587, 1.22802] [INFO] [stdout] Global Record of: 0.04178531627840599560 @ [1.22038, 1.22595, -1.22385, 1.22805, 1.22709] [INFO] [stdout] Swarm_3 iter 6000: c = 5968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178531627840599560 @ [1.22038, 1.22595, -1.22385, 1.22805, 1.22709] [INFO] [stdout] Global Record of: 0.04178395680536398094 @ [1.22310, 1.23024, -1.22950, 1.22638, 1.22759] [INFO] [stdout] Swarm_0 iter 6000: c = 5992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04255143289936252904 @ [-1.22396, -1.27274, -1.27177, 1.18886, 1.24927] [INFO] [stdout] Global Record of: 0.04177964562179781183 @ [1.22588, 1.22662, -1.22696, 1.22669, 1.22644] [INFO] [stdout] Swarm_1 iter 6000: c = 5968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178351713409964030 @ [1.22291, 1.22917, -1.22939, 1.22839, 1.22603] [INFO] [stdout] Global Record of: 0.04177958030684648244 @ [1.22649, 1.22658, -1.22660, 1.22673, 1.22669] [INFO] [stdout] Swarm_2 iter 6000: c = 5950, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178778412060603353 @ [1.22680, 1.22022, -1.22587, 1.22150, 1.22825] [INFO] [stdout] Global Record of: 0.04177956805334598345 @ [1.22654, 1.22659, -1.22655, 1.22647, 1.22653] [INFO] [stdout] Swarm_5 iter 6000: c = 5960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178597277209316480 @ [1.23096, 1.22265, -1.22532, 1.22318, 1.22875] [INFO] [stdout] Global Record of: 0.04177956805334598345 @ [1.22654, 1.22659, -1.22655, 1.22647, 1.22653] [INFO] [stdout] Swarm_7 iter 6000: c = 5962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178499913267899601 @ [1.23178, 1.22915, -1.22604, 1.22950, 1.22701] [INFO] [stdout] Global Record of: 0.04177956572010971953 @ [1.22650, 1.22650, -1.22651, 1.22647, 1.22647] [INFO] [stdout] Swarm_6 iter 6000: c = 5960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178792348644779636 @ [1.22946, 1.22717, -1.22251, 1.23301, 1.22710] [INFO] [stdout] Global Record of: 0.04177956572010971953 @ [1.22650, 1.22650, -1.22651, 1.22647, 1.22647] [INFO] [stdout] Swarm_3 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.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 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_0 iter 7000: c = 6992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04255143289936252904 @ [-1.22396, -1.27274, -1.27177, 1.18886, 1.24927] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [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.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 7000: c = 6870, 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_2 iter 7000: c = 6870, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309850 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 7000: c = 6858, 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_6 iter 7000: c = 6862, 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 8000: c = 7876, 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 = 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 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_0 iter 8000: c = 7992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04255143289936252904 @ [-1.22396, -1.27274, -1.27177, 1.18886, 1.24927] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 8000: c = 7866, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 8000: c = 7868, 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 = 7856, 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 = 7860, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 9000: c = 8874, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 9000: c = 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_0 iter 9000: c = 8992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04255143289936252904 @ [-1.22396, -1.27274, -1.27177, 1.18886, 1.24927] [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_2 iter 9000: c = 8866, 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 = 8856, 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 = 8868, 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 = 8860, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 10000: c = 9992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04255143289936252904 @ [-1.22396, -1.27274, -1.27177, 1.18886, 1.24927] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 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_4 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_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] Swarm_2 iter 10000: c = 9866, 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 = 9856, 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 = 9868, 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 = 9860, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stderr] error: test failed, to rerun pass '--lib' [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] 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: 0x55671e220665 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55671e220665 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55671e220665 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55671e220665 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55671e24898c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55671e188f15 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55671e21aa31 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55671e222eb0 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55671e222eb0 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55671e222eb0 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55671e222baa - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55671e2234e7 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55671e20da29 - std::panicking::begin_panic::h9f5ac4d144f9bd5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x55671e183ee0 - pos_pso::expSinFunction::h40b30627b63844a4 [INFO] [stdout] at src/lib.rs:38 [INFO] [stdout] 14: 0x55671e183bea - pos_pso::expSinFunction::{{closure}}::hea3df6cf4cff7c73 [INFO] [stdout] at src/lib.rs:11 [INFO] [stdout] 15: 0x55671e166d7e - core::ops::function::FnOnce::call_once::h71effcda078b2e2d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 16: 0x55671e1b0102 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 17: 0x55671e1b0102 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x55671e1b0102 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 19: 0x55671e1b0102 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 20: 0x55671e1b0102 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55671e1b0102 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x55671e1b0102 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x55671e1883d6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x55671e18d715 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x55671e18d715 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x55671e18d715 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 27: 0x55671e18d715 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 28: 0x55671e18d715 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55671e18d715 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x55671e18d715 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 31: 0x55671e2297ea - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 32: 0x55671e2297ea - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x55671e2297ea - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7f604d9a5609 - start_thread [INFO] [stdout] 35: 0x7f604dc30103 - __clone [INFO] [stdout] 36: 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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "da848ae2474c3b2820010a5aa06e1b194cf102afb1d72ac6fe2da28448f68aa9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da848ae2474c3b2820010a5aa06e1b194cf102afb1d72ac6fe2da28448f68aa9", kill_on_drop: false }` [INFO] [stdout] da848ae2474c3b2820010a5aa06e1b194cf102afb1d72ac6fe2da28448f68aa9