[INFO] crate pos_pso 0.1.6 is already in cache [INFO] testing pos_pso-0.1.6 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1517102921f6c46673c1b5fb04e533a2188ba36ec9937d0424374037faeb7aa6 [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" "1517102921f6c46673c1b5fb04e533a2188ba36ec9937d0424374037faeb7aa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1517102921f6c46673c1b5fb04e533a2188ba36ec9937d0424374037faeb7aa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1517102921f6c46673c1b5fb04e533a2188ba36ec9937d0424374037faeb7aa6", kill_on_drop: false }` [INFO] [stdout] 1517102921f6c46673c1b5fb04e533a2188ba36ec9937d0424374037faeb7aa6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 618eab7ee484331dae5f44bd51f9ba678ff8a30f476b65f47c1fccc50b7e630f [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" "618eab7ee484331dae5f44bd51f9ba678ff8a30f476b65f47c1fccc50b7e630f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [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.72s [INFO] running `Command { std: "docker" "inspect" "618eab7ee484331dae5f44bd51f9ba678ff8a30f476b65f47c1fccc50b7e630f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "618eab7ee484331dae5f44bd51f9ba678ff8a30f476b65f47c1fccc50b7e630f", kill_on_drop: false }` [INFO] [stdout] 618eab7ee484331dae5f44bd51f9ba678ff8a30f476b65f47c1fccc50b7e630f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1bca87488cde87c899c615a5365d6cb5528185536b62280a96fb97ebd1fd1921 [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" "1bca87488cde87c899c615a5365d6cb5528185536b62280a96fb97ebd1fd1921", 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.41s [INFO] running `Command { std: "docker" "inspect" "1bca87488cde87c899c615a5365d6cb5528185536b62280a96fb97ebd1fd1921", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bca87488cde87c899c615a5365d6cb5528185536b62280a96fb97ebd1fd1921", kill_on_drop: false }` [INFO] [stdout] 1bca87488cde87c899c615a5365d6cb5528185536b62280a96fb97ebd1fd1921 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2f0de101c0b4305da627adc3782094406c4e7653686509821df6890975284294 [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" "2f0de101c0b4305da627adc3782094406c4e7653686509821df6890975284294", 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.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pos_pso-405906b4a874eaad [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] Swarm_6 iter 1000: c = 970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04264537909919528108 @ [-1.19675, 1.22079, -1.23950, -1.26408, 1.15738] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_3 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235016816755987623 @ [-1.19289, 1.23864, -1.22419, -1.19171, 1.27248] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_7 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04332054708084272232 @ [1.16191, -1.14712, -1.20147, -1.18839, 1.19763] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_1 iter 1000: c = 996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251216686055125926 @ [-1.24441, 1.23010, -1.16321, 1.24891, 1.26194] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [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_0 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_4 iter 1000: c = 978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04257684834762264642 @ [-1.17474, 1.17242, -1.24177, 1.19582, 1.23064] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_2 iter 1000: c = 992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.06397804407860369080 @ [-1.30315, -1.18092, 1.15036, 1.33093, 2.70554] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_5 iter 1000: c = 978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218121416266482071 @ [-1.23316, 1.20038, -1.18860, -1.25765, 1.21332] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] test opt_quad_test_collab ... ok [INFO] [stdout] Swarm_1 iter 2000: c = 1996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251216686055125926 @ [-1.24441, 1.23010, -1.16321, 1.24891, 1.26194] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_3 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235016816755987623 @ [-1.19289, 1.23864, -1.22419, -1.19171, 1.27248] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_7 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04332054708084272232 @ [1.16191, -1.14712, -1.20147, -1.18839, 1.19763] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_5 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218121416266482071 @ [-1.23316, 1.20038, -1.18860, -1.25765, 1.21332] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_4 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04257684834762264642 @ [-1.17474, 1.17242, -1.24177, 1.19582, 1.23064] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_0 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_6 iter 2000: c = 1970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04264537909919528108 @ [-1.19675, 1.22079, -1.23950, -1.26408, 1.15738] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_2 iter 2000: c = 1992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.06397804407860369080 @ [-1.30315, -1.18092, 1.15036, 1.33093, 2.70554] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_1 iter 3000: c = 2996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251216686055125926 @ [-1.24441, 1.23010, -1.16321, 1.24891, 1.26194] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_5 iter 3000: c = 2978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218121416266482071 @ [-1.23316, 1.20038, -1.18860, -1.25765, 1.21332] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_7 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04332054708084272232 @ [1.16191, -1.14712, -1.20147, -1.18839, 1.19763] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_6 iter 3000: c = 2968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04238101200059563728 @ [-1.19899, 1.25162, -1.19873, -1.27629, 1.23871] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_4 iter 3000: c = 2978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04257684834762264642 @ [-1.17474, 1.17242, -1.24177, 1.19582, 1.23064] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_3 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235016816755987623 @ [-1.19289, 1.23864, -1.22419, -1.19171, 1.27248] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_0 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_2 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270022276250690085 @ [-1.19878, 1.23716, -1.28854, -1.20356, 1.27046] [INFO] [stdout] Global Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Swarm_1 iter 4000: c = 3996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251216686055125926 @ [-1.24441, 1.23010, -1.16321, 1.24891, 1.26194] [INFO] [stdout] Global Record of: 0.04206163434564132858 @ [-1.21182, 1.19028, -1.25047, -1.24118, 1.22399] [INFO] [stdout] Swarm_5 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218121416266482071 @ [-1.23316, 1.20038, -1.18860, -1.25765, 1.21332] [INFO] [stdout] Global Record of: 0.04206163434564132858 @ [-1.21182, 1.19028, -1.25047, -1.24118, 1.22399] [INFO] [stdout] Swarm_4 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04257684834762264642 @ [-1.17474, 1.17242, -1.24177, 1.19582, 1.23064] [INFO] [stdout] Global Record of: 0.04206163434564132858 @ [-1.21182, 1.19028, -1.25047, -1.24118, 1.22399] [INFO] [stdout] Swarm_7 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04332054708084272232 @ [1.16191, -1.14712, -1.20147, -1.18839, 1.19763] [INFO] [stdout] Global Record of: 0.04206163434564132858 @ [-1.21182, 1.19028, -1.25047, -1.24118, 1.22399] [INFO] [stdout] Swarm_6 iter 4000: c = 3964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216794799130634680 @ [-1.24932, 1.27144, -1.21644, -1.20565, 1.22686] [INFO] [stdout] Global Record of: 0.04206163434564132858 @ [-1.21182, 1.19028, -1.25047, -1.24118, 1.22399] [INFO] [stdout] Swarm_3 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206163434564132858 @ [-1.21182, 1.19028, -1.25047, -1.24118, 1.22399] [INFO] [stdout] Global Record of: 0.04206163434564132858 @ [-1.21182, 1.19028, -1.25047, -1.24118, 1.22399] [INFO] [stdout] Swarm_0 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04211658628740186372 @ [-1.22846, 1.22658, -1.23092, -1.24792, 1.17801] [INFO] [stdout] Global Record of: 0.04206163434564132858 @ [-1.21182, 1.19028, -1.25047, -1.24118, 1.22399] [INFO] [stdout] Swarm_2 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251049551185444308 @ [-1.23299, 1.27506, -1.21941, -1.17650, 1.25729] [INFO] [stdout] Global Record of: 0.04206163434564132858 @ [-1.21182, 1.19028, -1.25047, -1.24118, 1.22399] [INFO] [stdout] Swarm_5 iter 5000: c = 4974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04212291238280226058 @ [-1.20068, 1.22510, -1.26352, -1.19954, 1.22285] [INFO] [stdout] Global Record of: 0.04201704372422657846 @ [-1.22448, 1.21666, -1.23700, -1.19687, 1.25554] [INFO] [stdout] Swarm_1 iter 5000: c = 4996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251216686055125926 @ [-1.24441, 1.23010, -1.16321, 1.24891, 1.26194] [INFO] [stdout] Global Record of: 0.04188157332047499209 @ [-1.20849, 1.24142, -1.23943, -1.23137, 1.21680] [INFO] [stdout] Swarm_7 iter 5000: c = 4982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04332054708084272232 @ [1.16191, -1.14712, -1.20147, -1.18839, 1.19763] [INFO] [stdout] Global Record of: 0.04188157332047499209 @ [-1.20849, 1.24142, -1.23943, -1.23137, 1.21680] [INFO] [stdout] Swarm_4 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04257684834762264642 @ [-1.17474, 1.17242, -1.24177, 1.19582, 1.23064] [INFO] [stdout] Global Record of: 0.04188157332047499209 @ [-1.20849, 1.24142, -1.23943, -1.23137, 1.21680] [INFO] [stdout] Swarm_6 iter 5000: c = 4960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04201704372422657846 @ [-1.22448, 1.21666, -1.23700, -1.19687, 1.25554] [INFO] [stdout] Global Record of: 0.04188157332047499209 @ [-1.20849, 1.24142, -1.23943, -1.23137, 1.21680] [INFO] [stdout] Swarm_3 iter 5000: c = 4974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04192394507699992445 @ [-1.21819, 1.21725, -1.20312, -1.24023, 1.20887] [INFO] [stdout] Global Record of: 0.04188157332047499209 @ [-1.20849, 1.24142, -1.23943, -1.23137, 1.21680] [INFO] [stdout] Swarm_0 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04200200345656530942 @ [-1.24368, 1.25073, -1.22779, -1.20335, 1.24607] [INFO] [stdout] Global Record of: 0.04188157332047499209 @ [-1.20849, 1.24142, -1.23943, -1.23137, 1.21680] [INFO] [stdout] Swarm_2 iter 5000: c = 4968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04209908573422904005 @ [-1.22493, 1.24823, -1.24016, -1.22530, 1.18174] [INFO] [stdout] Global Record of: 0.04179418292643793248 @ [-1.22202, 1.22742, -1.23124, -1.22777, 1.21783] [INFO] [stdout] Swarm_5 iter 6000: c = 5964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178454842494386950 @ [-1.22888, 1.22206, -1.23017, -1.22780, 1.22640] [INFO] [stdout] Global Record of: 0.04178454842494386950 @ [-1.22888, 1.22206, -1.23017, -1.22780, 1.22640] [INFO] [stdout] Swarm_1 iter 6000: c = 5996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251216686055125926 @ [-1.24441, 1.23010, -1.16321, 1.24891, 1.26194] [INFO] [stdout] Global Record of: 0.04177960740407477003 @ [-1.22642, 1.22681, -1.22602, -1.22641, 1.22659] [INFO] [stdout] Swarm_7 iter 6000: c = 5982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04332054708084272232 @ [1.16191, -1.14712, -1.20147, -1.18839, 1.19763] [INFO] [stdout] Global Record of: 0.04177956725371576030 @ [-1.22652, 1.22647, -1.22649, -1.22642, 1.22658] [INFO] [stdout] Swarm_6 iter 6000: c = 5952, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178832139316440708 @ [-1.22816, 1.22079, -1.23058, -1.22969, 1.22344] [INFO] [stdout] Global Record of: 0.04177956557490913880 @ [-1.22648, 1.22649, -1.22650, -1.22650, 1.22648] [INFO] [stdout] Swarm_0 iter 6000: c = 5964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178349549290667764 @ [-1.22363, 1.22380, -1.22911, -1.22333, 1.22626] [INFO] [stdout] Global Record of: 0.04177956553875902812 @ [-1.22649, 1.22649, -1.22649, -1.22648, 1.22648] [INFO] [stdout] Swarm_4 iter 6000: c = 5978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04257684834762264642 @ [-1.17474, 1.17242, -1.24177, 1.19582, 1.23064] [INFO] [stdout] Global Record of: 0.04177956552970329973 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 6000: c = 5964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178101254274295406 @ [-1.22722, 1.22496, -1.22775, -1.22397, 1.22546] [INFO] [stdout] Global Record of: 0.04177956552970312626 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 6000: c = 5948, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178438018340695920 @ [-1.22968, 1.22180, -1.22521, -1.22436, 1.22751] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 7000: c = 6840, 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 7000: c = 6982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04332054708084272232 @ [1.16191, -1.14712, -1.20147, -1.18839, 1.19763] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 7000: c = 6858, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 7000: c = 6996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251216686055125926 @ [-1.24441, 1.23010, -1.16321, 1.24891, 1.26194] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 7000: c = 6880, 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 = 6882, 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 = 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_2 iter 7000: c = 6840, 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 = 7840, 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 = 7982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04332054708084272232 @ [1.16191, -1.14712, -1.20147, -1.18839, 1.19763] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 8000: c = 7858, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 8000: c = 7910, 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 = 7880, 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 = 7878, 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 = 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_2 iter 8000: c = 7840, 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 = 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_7 iter 9000: c = 8982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04332054708084272232 @ [1.16191, -1.14712, -1.20147, -1.18839, 1.19763] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 9000: c = 8858, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 9000: c = 8908, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 9000: c = 8878, 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.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 9000: c = 8880, 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.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 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.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_5 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.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_4 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.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 10000: c = 9982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04332054708084272232 @ [1.16191, -1.14712, -1.20147, -1.18839, 1.19763] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 10000: c = 9908, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 10000: c = 9858, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 10000: c = 9880, 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.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 10000: c = 9878, 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.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 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.04177956552970307769 @ [-1.22649, 1.22649, -1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_4 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.04177956552970307769 @ [-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.04177956552970307769 @ [-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: 0x5573e7b3d445 - backtrace::backtrace::libunwind::trace::hea89dfbbfe67f40d [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5573e7b3d445 - backtrace::backtrace::trace_unsynchronized::h0513dd713d7644d4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5573e7b3d445 - std::sys_common::backtrace::_print_fmt::h040abae64e4a24a9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5573e7b3d445 - ::fmt::hb4bdb37c3c335733 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5573e7b6558c - core::fmt::write::h540ac4a6a1232abc [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x5573e7aa63f5 - std::io::Write::write_fmt::h4be0daababb55bba [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/io/mod.rs:1539 [INFO] [stdout] 6: 0x5573e7b37b11 - std::io::impls::>::write_fmt::h83c1e1aa73f374f5 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x5573e7b3fbc0 - std::sys_common::backtrace::_print::hb55cc635eaf1882e [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5573e7b3fbc0 - std::sys_common::backtrace::print::h2b2218fa55714084 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5573e7b3fbc0 - std::panicking::default_hook::{{closure}}::h578517c025765cf3 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5573e7b3f8ba - std::panicking::default_hook::h4cafc94c2fc640fb [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x5573e7b40203 - std::panicking::rust_panic_with_hook::h3eeb5001beeca5c3 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x5573e7b2acb9 - std::panicking::begin_panic::h58360d18ffef18c7 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panicking.rs:456 [INFO] [stdout] 13: 0x5573e7aa1d40 - pos_pso::expSinFunction::hbd0890d07e1abff9 [INFO] [stdout] at src/lib.rs:38 [INFO] [stdout] 14: 0x5573e7aa1a4a - pos_pso::expSinFunction::{{closure}}::h18e1366a85dd2ea7 [INFO] [stdout] at src/lib.rs:11 [INFO] [stdout] 15: 0x5573e7a86ede - core::ops::function::FnOnce::call_once::hceac0e5128cff042 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libcore/ops/function.rs:233 [INFO] [stdout] 16: 0x5573e7acd96c - as core::ops::function::FnOnce>::call_once::h8340ba6798e0c4ff [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/liballoc/boxed.rs:1081 [INFO] [stdout] 17: 0x5573e7acd96c - as core::ops::function::FnOnce<()>>::call_once::h5590e98676605094 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x5573e7acd96c - std::panicking::try::do_call::hd8680a2dbb0ed3c4 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panicking.rs:348 [INFO] [stdout] 19: 0x5573e7acd96c - std::panicking::try::h46b4de2d705e7a8d [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panicking.rs:325 [INFO] [stdout] 20: 0x5573e7acd96c - std::panic::catch_unwind::h059b3f06991e0a9c [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x5573e7acd96c - test::run_test_in_process::h5ae08a65430494a4 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x5573e7acd96c - test::run_test::run_test_inner::{{closure}}::h4b36073838376ae8 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x5573e7aa58e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0169d0be588b8bf0 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x5573e7aaa8d5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h71bfc37e887d3973 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x5573e7aaa8d5 - as core::ops::function::FnOnce<()>>::call_once::h36c65072907dc180 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x5573e7aaa8d5 - std::panicking::try::do_call::h4e0f426e17cd216c [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panicking.rs:348 [INFO] [stdout] 27: 0x5573e7aaa8d5 - std::panicking::try::hd05e4ef6b4303d29 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panicking.rs:325 [INFO] [stdout] 28: 0x5573e7aaa8d5 - std::panic::catch_unwind::h19a1127ec729c5dd [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x5573e7aaa8d5 - std::thread::Builder::spawn_unchecked::{{closure}}::h011300735f06b1e2 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x5573e7aaa8d5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1e3c55f31f1d122e [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/libcore/ops/function.rs:233 [INFO] [stdout] 31: 0x5573e7b463da - as core::ops::function::FnOnce>::call_once::hc0e15d78a519721e [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/liballoc/boxed.rs:1081 [INFO] [stdout] 32: 0x5573e7b463da - as core::ops::function::FnOnce>::call_once::h211da8fffb09f192 [INFO] [stdout] at /rustc/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/src/liballoc/boxed.rs:1081 [INFO] [stdout] 33: 0x5573e7b463da - std::sys::unix::thread::Thread::new::thread_start::h29594ddebf23e421 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7f8e905c4609 - start_thread [INFO] [stdout] 35: 0x7f8e9084f103 - __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" "2f0de101c0b4305da627adc3782094406c4e7653686509821df6890975284294", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f0de101c0b4305da627adc3782094406c4e7653686509821df6890975284294", kill_on_drop: false }` [INFO] [stdout] 2f0de101c0b4305da627adc3782094406c4e7653686509821df6890975284294