[INFO] crate pos_pso 0.1.6 is already in cache [INFO] testing pos_pso-0.1.6 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a35383718bbb1ea04bb36de5d1d95897ac87ddcafd1629354161be61fe407ae7 [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" "a35383718bbb1ea04bb36de5d1d95897ac87ddcafd1629354161be61fe407ae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a35383718bbb1ea04bb36de5d1d95897ac87ddcafd1629354161be61fe407ae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a35383718bbb1ea04bb36de5d1d95897ac87ddcafd1629354161be61fe407ae7", kill_on_drop: false }` [INFO] [stdout] a35383718bbb1ea04bb36de5d1d95897ac87ddcafd1629354161be61fe407ae7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d7c764b3cd4f8af93b4ec1fa58e6d01a6512332aa6f6006996ec9fa443ecaa8 [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" "5d7c764b3cd4f8af93b4ec1fa58e6d01a6512332aa6f6006996ec9fa443ecaa8", 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 5.99s [INFO] running `Command { std: "docker" "inspect" "5d7c764b3cd4f8af93b4ec1fa58e6d01a6512332aa6f6006996ec9fa443ecaa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d7c764b3cd4f8af93b4ec1fa58e6d01a6512332aa6f6006996ec9fa443ecaa8", kill_on_drop: false }` [INFO] [stdout] 5d7c764b3cd4f8af93b4ec1fa58e6d01a6512332aa6f6006996ec9fa443ecaa8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfab27213784c63a5639ec1cc6d5d56b9a641ce7dc04d897e225579574af6565 [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" "cfab27213784c63a5639ec1cc6d5d56b9a641ce7dc04d897e225579574af6565", 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.68s [INFO] running `Command { std: "docker" "inspect" "cfab27213784c63a5639ec1cc6d5d56b9a641ce7dc04d897e225579574af6565", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfab27213784c63a5639ec1cc6d5d56b9a641ce7dc04d897e225579574af6565", kill_on_drop: false }` [INFO] [stdout] cfab27213784c63a5639ec1cc6d5d56b9a641ce7dc04d897e225579574af6565 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a3a34886dd69545f7e9bba9ff22003d66299baa3e5f55bf4341567c1c2c4d314 [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" "a3a34886dd69545f7e9bba9ff22003d66299baa3e5f55bf4341567c1c2c4d314", 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-d95fbefa6e3cd198 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] Swarm_1 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04237097939344098424 @ [1.17682, -1.22584, 1.21696, 1.18275, 1.24937] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_0 iter 1000: c = 976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04214373473790010427 @ [-1.23153, 1.22278, -1.19299, 1.24815, -1.18895] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_3 iter 1000: c = 976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04256875384284211639 @ [-1.22545, 1.26079, -1.18389, 1.24670, -1.28020] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] test opt_quad_test_collab ... ok [INFO] [stdout] Swarm_5 iter 1000: c = 981, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04242084369057059351 @ [1.25357, -1.24201, 1.23377, 1.21259, 1.28804] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_7 iter 1000: c = 996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07786136209272906394 @ [-2.84236, 1.10013, -1.13673, -2.86771, -1.12477] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_6 iter 1000: c = 972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241385488433065815 @ [1.24178, -1.26280, 1.26866, 1.24279, 1.26484] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_4 iter 1000: c = 986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_2 iter 1000: c = 974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04264531292690103281 @ [1.18216, -1.28428, 1.24825, 1.20951, 1.25504] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] test expSinFunction ... test expSinFunction has been running for over 60 seconds [INFO] [stdout] Swarm_7 iter 2000: c = 1996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07786136209272906394 @ [-2.84236, 1.10013, -1.13673, -2.86771, -1.12477] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_1 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04237097939344098424 @ [1.17682, -1.22584, 1.21696, 1.18275, 1.24937] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_5 iter 2000: c = 1981, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04242084369057059351 @ [1.25357, -1.24201, 1.23377, 1.21259, 1.28804] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_6 iter 2000: c = 1972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241385488433065815 @ [1.24178, -1.26280, 1.26866, 1.24279, 1.26484] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_3 iter 2000: c = 1976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04256875384284211639 @ [-1.22545, 1.26079, -1.18389, 1.24670, -1.28020] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_0 iter 2000: c = 1976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04214373473790010427 @ [-1.23153, 1.22278, -1.19299, 1.24815, -1.18895] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_4 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_2 iter 2000: c = 1972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04209638722152093948 @ [1.26608, -1.21088, 1.21724, 1.22657, 1.25139] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_7 iter 3000: c = 2996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07786136209272906394 @ [-2.84236, 1.10013, -1.13673, -2.86771, -1.12477] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_0 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04214373473790010427 @ [-1.23153, 1.22278, -1.19299, 1.24815, -1.18895] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_1 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235998115716809592 @ [1.20895, -1.20302, 1.17449, 1.18898, 1.22666] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_5 iter 3000: c = 2981, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04242084369057059351 @ [1.25357, -1.24201, 1.23377, 1.21259, 1.28804] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_6 iter 3000: c = 2972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241385488433065815 @ [1.24178, -1.26280, 1.26866, 1.24279, 1.26484] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_4 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_3 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04256875384284211639 @ [-1.22545, 1.26079, -1.18389, 1.24670, -1.28020] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_2 iter 3000: c = 2972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04209638722152093948 @ [1.26608, -1.21088, 1.21724, 1.22657, 1.25139] [INFO] [stdout] Global Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Swarm_0 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04214373473790010427 @ [-1.23153, 1.22278, -1.19299, 1.24815, -1.18895] [INFO] [stdout] Global Record of: 0.04199249836343643683 @ [1.23666, -1.26278, 1.22266, 1.23268, 1.24167] [INFO] [stdout] Swarm_1 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206793148259133780 @ [1.26857, -1.20990, 1.22255, 1.23267, 1.24017] [INFO] [stdout] Global Record of: 0.04199249836343643683 @ [1.23666, -1.26278, 1.22266, 1.23268, 1.24167] [INFO] [stdout] Swarm_5 iter 4000: c = 3977, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04224962744750027782 @ [1.21867, -1.23386, 1.18158, 1.24501, 1.26347] [INFO] [stdout] Global Record of: 0.04199249836343643683 @ [1.23666, -1.26278, 1.22266, 1.23268, 1.24167] [INFO] [stdout] Swarm_7 iter 4000: c = 3996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07786136209272906394 @ [-2.84236, 1.10013, -1.13673, -2.86771, -1.12477] [INFO] [stdout] Global Record of: 0.04199249836343643683 @ [1.23666, -1.26278, 1.22266, 1.23268, 1.24167] [INFO] [stdout] Swarm_4 iter 4000: c = 3986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199978057377242585 @ [1.21790, -1.19382, 1.23882, 1.23434, 1.20449] [INFO] [stdout] Global Record of: 0.04199249836343643683 @ [1.23666, -1.26278, 1.22266, 1.23268, 1.24167] [INFO] [stdout] Swarm_6 iter 4000: c = 3972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241385488433065815 @ [1.24178, -1.26280, 1.26866, 1.24279, 1.26484] [INFO] [stdout] Global Record of: 0.04199249836343643683 @ [1.23666, -1.26278, 1.22266, 1.23268, 1.24167] [INFO] [stdout] Swarm_2 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199249836343643683 @ [1.23666, -1.26278, 1.22266, 1.23268, 1.24167] [INFO] [stdout] Global Record of: 0.04199249836343643683 @ [1.23666, -1.26278, 1.22266, 1.23268, 1.24167] [INFO] [stdout] Swarm_3 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04256875384284211639 @ [-1.22545, 1.26079, -1.18389, 1.24670, -1.28020] [INFO] [stdout] Global Record of: 0.04199249836343643683 @ [1.23666, -1.26278, 1.22266, 1.23268, 1.24167] [INFO] [stdout] Swarm_0 iter 5000: c = 4976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04214373473790010427 @ [-1.23153, 1.22278, -1.19299, 1.24815, -1.18895] [INFO] [stdout] Global Record of: 0.04197089236404987628 @ [1.24017, -1.20691, 1.25220, 1.21161, 1.23630] [INFO] [stdout] Swarm_7 iter 5000: c = 4996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07786136209272906394 @ [-2.84236, 1.10013, -1.13673, -2.86771, -1.12477] [INFO] [stdout] Global Record of: 0.04197089236404987628 @ [1.24017, -1.20691, 1.25220, 1.21161, 1.23630] [INFO] [stdout] Swarm_1 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206793148259133780 @ [1.26857, -1.20990, 1.22255, 1.23267, 1.24017] [INFO] [stdout] Global Record of: 0.04197089236404987628 @ [1.24017, -1.20691, 1.25220, 1.21161, 1.23630] [INFO] [stdout] Swarm_5 iter 5000: c = 4971, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04201849775343270005 @ [1.26310, -1.23602, 1.21185, 1.24050, 1.23484] [INFO] [stdout] Global Record of: 0.04184548006352196980 @ [1.22282, -1.23199, 1.21677, 1.21405, 1.21047] [INFO] [stdout] Swarm_6 iter 5000: c = 4966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04184548006352196980 @ [1.22282, -1.23199, 1.21677, 1.21405, 1.21047] [INFO] [stdout] Global Record of: 0.04184548006352196980 @ [1.22282, -1.23199, 1.21677, 1.21405, 1.21047] [INFO] [stdout] Swarm_4 iter 5000: c = 4984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04197089236404987628 @ [1.24017, -1.20691, 1.25220, 1.21161, 1.23630] [INFO] [stdout] Global Record of: 0.04184548006352196980 @ [1.22282, -1.23199, 1.21677, 1.21405, 1.21047] [INFO] [stdout] Swarm_2 iter 5000: c = 4970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199249836343643683 @ [1.23666, -1.26278, 1.22266, 1.23268, 1.24167] [INFO] [stdout] Global Record of: 0.04184548006352196980 @ [1.22282, -1.23199, 1.21677, 1.21405, 1.21047] [INFO] [stdout] Swarm_3 iter 5000: c = 4976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04256875384284211639 @ [-1.22545, 1.26079, -1.18389, 1.24670, -1.28020] [INFO] [stdout] Global Record of: 0.04184548006352196980 @ [1.22282, -1.23199, 1.21677, 1.21405, 1.21047] [INFO] [stdout] Swarm_0 iter 6000: c = 5976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04214373473790010427 @ [-1.23153, 1.22278, -1.19299, 1.24815, -1.18895] [INFO] [stdout] Global Record of: 0.04178272902381163778 @ [1.22749, -1.22370, 1.22734, 1.22383, 1.22953] [INFO] [stdout] Swarm_7 iter 6000: c = 5996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07786136209272906394 @ [-2.84236, 1.10013, -1.13673, -2.86771, -1.12477] [INFO] [stdout] Global Record of: 0.04178244858746641560 @ [1.22273, -1.22599, 1.22482, 1.22425, 1.22777] [INFO] [stdout] Swarm_1 iter 6000: c = 5956, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178244858746641560 @ [1.22273, -1.22599, 1.22482, 1.22425, 1.22777] [INFO] [stdout] Global Record of: 0.04178244858746641560 @ [1.22273, -1.22599, 1.22482, 1.22425, 1.22777] [INFO] [stdout] Swarm_5 iter 6000: c = 5957, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178460505026705685 @ [1.22730, -1.22332, 1.23053, 1.22413, 1.22940] [INFO] [stdout] Global Record of: 0.04178136451166280380 @ [1.22523, -1.22745, 1.22486, 1.22619, 1.22339] [INFO] [stdout] Swarm_6 iter 6000: c = 5952, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178957156774021353 @ [1.22517, -1.22497, 1.22885, 1.21817, 1.22835] [INFO] [stdout] Global Record of: 0.04178136451166280380 @ [1.22523, -1.22745, 1.22486, 1.22619, 1.22339] [INFO] [stdout] Swarm_4 iter 6000: c = 5972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178272902381163778 @ [1.22749, -1.22370, 1.22734, 1.22383, 1.22953] [INFO] [stdout] Global Record of: 0.04178009145332461233 @ [1.22610, -1.22791, 1.22587, 1.22712, 1.22534] [INFO] [stdout] Swarm_2 iter 6000: c = 5940, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178421476717424088 @ [1.23131, -1.22349, 1.22706, 1.22560, 1.22437] [INFO] [stdout] Global Record of: 0.04177970201897966002 @ [1.22697, -1.22694, 1.22727, 1.22669, 1.22634] [INFO] [stdout] Swarm_3 iter 6000: c = 5976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04256875384284211639 @ [-1.22545, 1.26079, -1.18389, 1.24670, -1.28020] [INFO] [stdout] Global Record of: 0.04177956601232146044 @ [1.22646, -1.22646, 1.22648, 1.22644, 1.22648] [INFO] [stdout] Swarm_0 iter 7000: c = 6976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04214373473790010427 @ [-1.23153, 1.22278, -1.19299, 1.24815, -1.18895] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 7000: c = 6996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07786136209272906394 @ [-2.84236, 1.10013, -1.13673, -2.86771, -1.12477] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 7000: c = 6822, 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 = 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.04177956552970309156 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 7000: c = 6835, 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 = 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_2 iter 7000: c = 6822, 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 = 6976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04256875384284211639 @ [-1.22545, 1.26079, -1.18389, 1.24670, -1.28020] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04214373473790010427 @ [-1.23153, 1.22278, -1.19299, 1.24815, -1.18895] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 8000: c = 7996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07786136209272906394 @ [-2.84236, 1.10013, -1.13673, -2.86771, -1.12477] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 8000: c = 7820, 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 = 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_5 iter 8000: c = 7835, 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 = 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_3 iter 8000: c = 7976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04256875384284211639 @ [-1.22545, 1.26079, -1.18389, 1.24670, -1.28020] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 8000: c = 7820, 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 = 8976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04214373473790010427 @ [-1.23153, 1.22278, -1.19299, 1.24815, -1.18895] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 8996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07786136209272906394 @ [-2.84236, 1.10013, -1.13673, -2.86771, -1.12477] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 9000: c = 8820, 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 = 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_5 iter 9000: c = 8833, 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 = 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_3 iter 9000: c = 8976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04256875384284211639 @ [-1.22545, 1.26079, -1.18389, 1.24670, -1.28020] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 9000: c = 8820, 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 = 9996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07786136209272906394 @ [-2.84236, 1.10013, -1.13673, -2.86771, -1.12477] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 10000: c = 9976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04214373473790010427 @ [-1.23153, 1.22278, -1.19299, 1.24815, -1.18895] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 10000: c = 9820, 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 = 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_4 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_5 iter 10000: c = 9833, 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 = 9820, 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 = 9976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04256875384284211639 @ [-1.22545, 1.26079, -1.18389, 1.24670, -1.28020] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [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: 0x562e42ef23f5 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x562e42ef23f5 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x562e42ef23f5 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x562e42ef23f5 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x562e42f1a52c - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x562e42e5b3c5 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x562e42eecac1 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x562e42ef4b70 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x562e42ef4b70 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x562e42ef4b70 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x562e42ef486a - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x562e42ef51b3 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x562e42edfaa9 - std::panicking::begin_panic::hb04d163585ebf06c [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:456 [INFO] [stdout] 13: 0x562e42e56d10 - pos_pso::expSinFunction::hd9fb44af66df8465 [INFO] [stdout] at src/lib.rs:38 [INFO] [stdout] 14: 0x562e42e56a1a - pos_pso::expSinFunction::{{closure}}::h5db046c33f07d781 [INFO] [stdout] at src/lib.rs:11 [INFO] [stdout] 15: 0x562e42e3bebe - core::ops::function::FnOnce::call_once::hdbea84ba56eba299 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 16: 0x562e42e8293c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 17: 0x562e42e8293c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x562e42e8293c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 19: 0x562e42e8293c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 20: 0x562e42e8293c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x562e42e8293c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x562e42e8293c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x562e42e5a8b6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x562e42e5f945 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x562e42e5f945 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x562e42e5f945 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 27: 0x562e42e5f945 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 28: 0x562e42e5f945 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x562e42e5f945 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x562e42e5f945 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 31: 0x562e42efb3aa - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 32: 0x562e42efb3aa - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 33: 0x562e42efb3aa - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7f30b6cf7609 - start_thread [INFO] [stdout] 35: 0x7f30b6f82103 - __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] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "a3a34886dd69545f7e9bba9ff22003d66299baa3e5f55bf4341567c1c2c4d314", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3a34886dd69545f7e9bba9ff22003d66299baa3e5f55bf4341567c1c2c4d314", kill_on_drop: false }` [INFO] [stdout] a3a34886dd69545f7e9bba9ff22003d66299baa3e5f55bf4341567c1c2c4d314