[INFO] crate pos_pso 0.1.6 is already in cache [INFO] testing pos_pso-0.1.6 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "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-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d2c2f1de217ea711a03c50e177b1907aacf7302785d414e461e74b98380b6654 [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" "d2c2f1de217ea711a03c50e177b1907aacf7302785d414e461e74b98380b6654", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2c2f1de217ea711a03c50e177b1907aacf7302785d414e461e74b98380b6654", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2c2f1de217ea711a03c50e177b1907aacf7302785d414e461e74b98380b6654", kill_on_drop: false }` [INFO] [stdout] d2c2f1de217ea711a03c50e177b1907aacf7302785d414e461e74b98380b6654 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "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] ed98429a9c8a756616c773f430259670626450c3bb5b3dbf4fdb41a7aa140b55 [INFO] running `Command { std: "docker" "start" "-a" "ed98429a9c8a756616c773f430259670626450c3bb5b3dbf4fdb41a7aa140b55", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [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 7.17s [INFO] running `Command { std: "docker" "inspect" "ed98429a9c8a756616c773f430259670626450c3bb5b3dbf4fdb41a7aa140b55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed98429a9c8a756616c773f430259670626450c3bb5b3dbf4fdb41a7aa140b55", kill_on_drop: false }` [INFO] [stdout] ed98429a9c8a756616c773f430259670626450c3bb5b3dbf4fdb41a7aa140b55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c82683aad557390023987ecd0498328c574c221716c4d2f6e892a50e409d506c [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" "c82683aad557390023987ecd0498328c574c221716c4d2f6e892a50e409d506c", 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.40s [INFO] running `Command { std: "docker" "inspect" "c82683aad557390023987ecd0498328c574c221716c4d2f6e892a50e409d506c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c82683aad557390023987ecd0498328c574c221716c4d2f6e892a50e409d506c", kill_on_drop: false }` [INFO] [stdout] c82683aad557390023987ecd0498328c574c221716c4d2f6e892a50e409d506c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] eeb9565a906432e22b45250a49b276ba85b512d2fc83af13238aad3ad0942976 [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" "eeb9565a906432e22b45250a49b276ba85b512d2fc83af13238aad3ad0942976", kill_on_drop: false }` [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] 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] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pos_pso-405906b4a874eaad [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test opt_quad_test_collab ... ok [INFO] [stdout] Swarm_7 iter 1000: c = 992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235648440399323450 @ [1.22188, -1.18266, 1.25114, 1.23633, 1.27134] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_4 iter 1000: c = 976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_0 iter 1000: c = 978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241659942693987856 @ [1.23307, 1.22309, 1.21078, -1.18340, -1.16902] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] test expSinFunction ... test expSinFunction has been running for over 60 seconds [INFO] [stdout] Swarm_6 iter 1000: c = 972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04293542205699766440 @ [1.27536, -1.18844, 1.23077, 1.16786, 1.27179] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_1 iter 1000: c = 970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291751258331527596 @ [1.17612, 1.17036, -1.27261, -1.22485, -1.18605] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_3 iter 1000: c = 976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240814413779080833 @ [1.16307, -1.21608, 1.25074, 1.21137, 1.24561] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_2 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253374302150631642 @ [1.28041, -1.24565, 1.19521, 1.24718, 1.18992] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_5 iter 1000: c = 974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259878877806162062 @ [-1.20552, 1.27585, -1.22526, 1.25937, 1.27622] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_4 iter 2000: c = 1976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_7 iter 2000: c = 1992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235648440399323450 @ [1.22188, -1.18266, 1.25114, 1.23633, 1.27134] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_6 iter 2000: c = 1968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04273155030579128127 @ [1.25005, -1.16368, 1.22560, 1.25956, 1.17771] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_0 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241659942693987856 @ [1.23307, 1.22309, 1.21078, -1.18340, -1.16902] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_2 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253374302150631642 @ [1.28041, -1.24565, 1.19521, 1.24718, 1.18992] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_5 iter 2000: c = 1974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259878877806162062 @ [-1.20552, 1.27585, -1.22526, 1.25937, 1.27622] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_1 iter 2000: c = 1970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291751258331527596 @ [1.17612, 1.17036, -1.27261, -1.22485, -1.18605] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_3 iter 2000: c = 1976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240814413779080833 @ [1.16307, -1.21608, 1.25074, 1.21137, 1.24561] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_5 iter 3000: c = 2974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259878877806162062 @ [-1.20552, 1.27585, -1.22526, 1.25937, 1.27622] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_2 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253374302150631642 @ [1.28041, -1.24565, 1.19521, 1.24718, 1.18992] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_0 iter 3000: c = 2978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241659942693987856 @ [1.23307, 1.22309, 1.21078, -1.18340, -1.16902] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_7 iter 3000: c = 2992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235648440399323450 @ [1.22188, -1.18266, 1.25114, 1.23633, 1.27134] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_4 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_3 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240814413779080833 @ [1.16307, -1.21608, 1.25074, 1.21137, 1.24561] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_6 iter 3000: c = 2966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253687919997443251 @ [1.25190, -1.18972, 1.28544, 1.24776, 1.23445] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_1 iter 3000: c = 2970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291751258331527596 @ [1.17612, 1.17036, -1.27261, -1.22485, -1.18605] [INFO] [stdout] Global Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Swarm_7 iter 4000: c = 3992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235648440399323450 @ [1.22188, -1.18266, 1.25114, 1.23633, 1.27134] [INFO] [stdout] Global Record of: 0.04215301530192352292 @ [1.26297, -1.22555, 1.21987, 1.26190, 1.20818] [INFO] [stdout] Swarm_2 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04212355244715437763 @ [1.26059, -1.26346, 1.22276, 1.23386, 1.21487] [INFO] [stdout] Global Record of: 0.04212355244715437763 @ [1.26059, -1.26346, 1.22276, 1.23386, 1.21487] [INFO] [stdout] Swarm_5 iter 4000: c = 3974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259878877806162062 @ [-1.20552, 1.27585, -1.22526, 1.25937, 1.27622] [INFO] [stdout] Global Record of: 0.04212355244715437763 @ [1.26059, -1.26346, 1.22276, 1.23386, 1.21487] [INFO] [stdout] Swarm_3 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240814413779080833 @ [1.16307, -1.21608, 1.25074, 1.21137, 1.24561] [INFO] [stdout] Global Record of: 0.04212355244715437763 @ [1.26059, -1.26346, 1.22276, 1.23386, 1.21487] [INFO] [stdout] Swarm_4 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04220257913290837576 @ [1.19828, -1.24341, 1.21250, 1.18616, 1.25098] [INFO] [stdout] Global Record of: 0.04212355244715437763 @ [1.26059, -1.26346, 1.22276, 1.23386, 1.21487] [INFO] [stdout] Swarm_1 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291751258331527596 @ [1.17612, 1.17036, -1.27261, -1.22485, -1.18605] [INFO] [stdout] Global Record of: 0.04212355244715437763 @ [1.26059, -1.26346, 1.22276, 1.23386, 1.21487] [INFO] [stdout] Swarm_6 iter 4000: c = 3964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04223410860281604645 @ [1.19050, -1.25525, 1.19435, 1.21367, 1.20521] [INFO] [stdout] Global Record of: 0.04212355244715437763 @ [1.26059, -1.26346, 1.22276, 1.23386, 1.21487] [INFO] [stdout] Swarm_0 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241659942693987856 @ [1.23307, 1.22309, 1.21078, -1.18340, -1.16902] [INFO] [stdout] Global Record of: 0.04212355244715437763 @ [1.26059, -1.26346, 1.22276, 1.23386, 1.21487] [INFO] [stdout] Swarm_7 iter 5000: c = 4986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04200094457214943733 @ [1.25225, -1.25793, 1.23533, 1.22774, 1.23353] [INFO] [stdout] Global Record of: 0.04188887976340798652 @ [1.22916, -1.22660, 1.20822, 1.23229, 1.20332] [INFO] [stdout] Swarm_5 iter 5000: c = 4974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259878877806162062 @ [-1.20552, 1.27585, -1.22526, 1.25937, 1.27622] [INFO] [stdout] Global Record of: 0.04184380024934859776 @ [1.22075, -1.23722, 1.22726, 1.24268, 1.21603] [INFO] [stdout] Swarm_4 iter 5000: c = 4972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04195041295488251970 @ [1.23079, -1.20445, 1.19670, 1.22480, 1.21986] [INFO] [stdout] Global Record of: 0.04184380024934859776 @ [1.22075, -1.23722, 1.22726, 1.24268, 1.21603] [INFO] [stdout] Swarm_2 iter 5000: c = 4972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04184380024934859776 @ [1.22075, -1.23722, 1.22726, 1.24268, 1.21603] [INFO] [stdout] Global Record of: 0.04184380024934859776 @ [1.22075, -1.23722, 1.22726, 1.24268, 1.21603] [INFO] [stdout] Swarm_3 iter 5000: c = 4970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04189148989883768187 @ [1.24887, -1.24604, 1.22390, 1.22433, 1.22919] [INFO] [stdout] Global Record of: 0.04181555331285800869 @ [1.21400, -1.22798, 1.23680, 1.22960, 1.22200] [INFO] [stdout] Swarm_6 iter 5000: c = 4960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04191597158639516485 @ [1.23845, -1.20346, 1.22339, 1.21878, 1.24576] [INFO] [stdout] Global Record of: 0.04181555331285800869 @ [1.21400, -1.22798, 1.23680, 1.22960, 1.22200] [INFO] [stdout] Swarm_1 iter 5000: c = 4970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291751258331527596 @ [1.17612, 1.17036, -1.27261, -1.22485, -1.18605] [INFO] [stdout] Global Record of: 0.04181555331285800869 @ [1.21400, -1.22798, 1.23680, 1.22960, 1.22200] [INFO] [stdout] Swarm_0 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241659942693987856 @ [1.23307, 1.22309, 1.21078, -1.18340, -1.16902] [INFO] [stdout] Global Record of: 0.04181555331285800869 @ [1.21400, -1.22798, 1.23680, 1.22960, 1.22200] [INFO] [stdout] Swarm_7 iter 6000: c = 5964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178979295539037714 @ [1.22797, -1.22390, 1.23463, 1.22432, 1.22475] [INFO] [stdout] Global Record of: 0.04178979295539037714 @ [1.22797, -1.22390, 1.23463, 1.22432, 1.22475] [INFO] [stdout] Swarm_4 iter 6000: c = 5964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178346081571018833 @ [1.22876, -1.22769, 1.22190, 1.22833, 1.22736] [INFO] [stdout] Global Record of: 0.04178247161958207473 @ [1.22589, -1.22678, 1.23051, 1.22607, 1.22913] [INFO] [stdout] Swarm_2 iter 6000: c = 5958, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178272003245029481 @ [1.22870, -1.22794, 1.22643, 1.22366, 1.22977] [INFO] [stdout] Global Record of: 0.04177975123421261150 @ [1.22667, -1.22558, 1.22674, 1.22577, 1.22677] [INFO] [stdout] Swarm_3 iter 6000: c = 5952, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178271503862070191 @ [1.22757, -1.22877, 1.22832, 1.22275, 1.22508] [INFO] [stdout] Global Record of: 0.04177975123421261150 @ [1.22667, -1.22558, 1.22674, 1.22577, 1.22677] [INFO] [stdout] Swarm_5 iter 6000: c = 5974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259878877806162062 @ [-1.20552, 1.27585, -1.22526, 1.25937, 1.27622] [INFO] [stdout] Global Record of: 0.04177967509476773061 @ [1.22594, -1.22688, 1.22668, 1.22701, 1.22686] [INFO] [stdout] Swarm_1 iter 6000: c = 5970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291751258331527596 @ [1.17612, 1.17036, -1.27261, -1.22485, -1.18605] [INFO] [stdout] Global Record of: 0.04177956558485756283 @ [1.22648, -1.22648, 1.22648, 1.22650, 1.22648] [INFO] [stdout] Swarm_6 iter 6000: c = 5940, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178065983880685508 @ [1.22648, -1.22754, 1.22912, 1.22650, 1.22553] [INFO] [stdout] Global Record of: 0.04177956558485756283 @ [1.22648, -1.22648, 1.22648, 1.22650, 1.22648] [INFO] [stdout] Swarm_0 iter 6000: c = 5978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241659942693987856 @ [1.23307, 1.22309, 1.21078, -1.18340, -1.16902] [INFO] [stdout] Global Record of: 0.04177956552970384790 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 7000: c = 6854, 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_7 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_2 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_1 iter 7000: c = 6970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291751258331527596 @ [1.17612, 1.17036, -1.27261, -1.22485, -1.18605] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 7000: c = 6846, 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 = 6974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259878877806162062 @ [-1.20552, 1.27585, -1.22526, 1.25937, 1.27622] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 7000: c = 6978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241659942693987856 @ [1.23307, 1.22309, 1.21078, -1.18340, -1.16902] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 7000: c = 6832, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 8000: c = 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_2 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.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 8000: c = 7852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 7974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259878877806162062 @ [-1.20552, 1.27585, -1.22526, 1.25937, 1.27622] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 8000: c = 7970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291751258331527596 @ [1.17612, 1.17036, -1.27261, -1.22485, -1.18605] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241659942693987856 @ [1.23307, 1.22309, 1.21078, -1.18340, -1.16902] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 8000: c = 7844, 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 8000: c = 7830, 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 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.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 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.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 9000: c = 8852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 9000: c = 8974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259878877806162062 @ [-1.20552, 1.27585, -1.22526, 1.25937, 1.27622] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 9000: c = 8978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241659942693987856 @ [1.23307, 1.22309, 1.21078, -1.18340, -1.16902] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 9000: c = 8970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291751258331527596 @ [1.17612, 1.17036, -1.27261, -1.22485, -1.18605] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 9000: c = 8844, 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_7 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.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 9000: c = 8828, 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_2 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.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 10000: c = 9852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 10000: c = 9978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241659942693987856 @ [1.23307, 1.22309, 1.21078, -1.18340, -1.16902] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 10000: c = 9974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259878877806162062 @ [-1.20552, 1.27585, -1.22526, 1.25937, 1.27622] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 10000: c = 9970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04291751258331527596 @ [1.17612, 1.17036, -1.27261, -1.22485, -1.18605] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, -1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 10000: c = 9844, 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 = 9828, 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] 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: 0x55bdcef8d445 - 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: 0x55bdcef8d445 - 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: 0x55bdcef8d445 - std::sys_common::backtrace::_print_fmt::h040abae64e4a24a9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55bdcef8d445 - ::fmt::hb4bdb37c3c335733 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55bdcefb558c - core::fmt::write::h540ac4a6a1232abc [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55bdceef63f5 - std::io::Write::write_fmt::h4be0daababb55bba [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/io/mod.rs:1539 [INFO] [stdout] 6: 0x55bdcef87b11 - std::io::impls::>::write_fmt::h83c1e1aa73f374f5 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55bdcef8fbc0 - std::sys_common::backtrace::_print::hb55cc635eaf1882e [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55bdcef8fbc0 - std::sys_common::backtrace::print::h2b2218fa55714084 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55bdcef8fbc0 - std::panicking::default_hook::{{closure}}::h578517c025765cf3 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55bdcef8f8ba - std::panicking::default_hook::h4cafc94c2fc640fb [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55bdcef90203 - std::panicking::rust_panic_with_hook::h3eeb5001beeca5c3 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55bdcef7acb9 - std::panicking::begin_panic::h58360d18ffef18c7 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:456 [INFO] [stdout] 13: 0x55bdceef1d40 - pos_pso::expSinFunction::hbd0890d07e1abff9 [INFO] [stdout] at src/lib.rs:38 [INFO] [stdout] 14: 0x55bdceef1a4a - pos_pso::expSinFunction::{{closure}}::h18e1366a85dd2ea7 [INFO] [stdout] at src/lib.rs:11 [INFO] [stdout] 15: 0x55bdceed6ede - core::ops::function::FnOnce::call_once::hceac0e5128cff042 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libcore/ops/function.rs:233 [INFO] [stdout] 16: 0x55bdcef1d96c - as core::ops::function::FnOnce>::call_once::h8340ba6798e0c4ff [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 17: 0x55bdcef1d96c - as core::ops::function::FnOnce<()>>::call_once::h5590e98676605094 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x55bdcef1d96c - std::panicking::try::do_call::hd8680a2dbb0ed3c4 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:348 [INFO] [stdout] 19: 0x55bdcef1d96c - std::panicking::try::h46b4de2d705e7a8d [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:325 [INFO] [stdout] 20: 0x55bdcef1d96c - std::panic::catch_unwind::h059b3f06991e0a9c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55bdcef1d96c - test::run_test_in_process::h5ae08a65430494a4 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x55bdcef1d96c - test::run_test::run_test_inner::{{closure}}::h4b36073838376ae8 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x55bdceef58e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0169d0be588b8bf0 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x55bdceefa8d5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h71bfc37e887d3973 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x55bdceefa8d5 - as core::ops::function::FnOnce<()>>::call_once::h36c65072907dc180 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x55bdceefa8d5 - std::panicking::try::do_call::h4e0f426e17cd216c [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:348 [INFO] [stdout] 27: 0x55bdceefa8d5 - std::panicking::try::hd05e4ef6b4303d29 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panicking.rs:325 [INFO] [stdout] 28: 0x55bdceefa8d5 - std::panic::catch_unwind::h19a1127ec729c5dd [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55bdceefa8d5 - std::thread::Builder::spawn_unchecked::{{closure}}::h011300735f06b1e2 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x55bdceefa8d5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h1e3c55f31f1d122e [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/libcore/ops/function.rs:233 [INFO] [stdout] 31: 0x55bdcef963da - as core::ops::function::FnOnce>::call_once::hc0e15d78a519721e [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 32: 0x55bdcef963da - as core::ops::function::FnOnce>::call_once::h211da8fffb09f192 [INFO] [stdout] at /rustc/03a1ea71b075ab964b5278bc6e74cd6c52c36ee0/src/liballoc/boxed.rs:1081 [INFO] [stdout] 33: 0x55bdcef963da - std::sys::unix::thread::Thread::new::thread_start::h29594ddebf23e421 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7f410b2f5609 - start_thread [INFO] [stdout] 35: 0x7f410b580103 - __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" "eeb9565a906432e22b45250a49b276ba85b512d2fc83af13238aad3ad0942976", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eeb9565a906432e22b45250a49b276ba85b512d2fc83af13238aad3ad0942976", kill_on_drop: false }` [INFO] [stdout] eeb9565a906432e22b45250a49b276ba85b512d2fc83af13238aad3ad0942976