[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pos_pso 0.1.6 [INFO] finished tweaking crates.io crate pos_pso 0.1.6 [INFO] tweaked toml for crates.io crate pos_pso 0.1.6 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0bb5f628cd949ffb56bdefb9680417f106aac7378ff36cc907a277f98b885473 [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" "0bb5f628cd949ffb56bdefb9680417f106aac7378ff36cc907a277f98b885473", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0bb5f628cd949ffb56bdefb9680417f106aac7378ff36cc907a277f98b885473", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bb5f628cd949ffb56bdefb9680417f106aac7378ff36cc907a277f98b885473", kill_on_drop: false }` [INFO] [stdout] 0bb5f628cd949ffb56bdefb9680417f106aac7378ff36cc907a277f98b885473 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3cbf658d0fbbbaa09ce4473631cd918dba126e4dca34b2b041ccbb32e96fe47 [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" "d3cbf658d0fbbbaa09ce4473631cd918dba126e4dca34b2b041ccbb32e96fe47", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [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.98s [INFO] running `Command { std: "docker" "inspect" "d3cbf658d0fbbbaa09ce4473631cd918dba126e4dca34b2b041ccbb32e96fe47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3cbf658d0fbbbaa09ce4473631cd918dba126e4dca34b2b041ccbb32e96fe47", kill_on_drop: false }` [INFO] [stdout] d3cbf658d0fbbbaa09ce4473631cd918dba126e4dca34b2b041ccbb32e96fe47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c871e56241748e684ff8b1f73cece6556a40842767db034537159c75d5dc07fb [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" "c871e56241748e684ff8b1f73cece6556a40842767db034537159c75d5dc07fb", 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.44s [INFO] running `Command { std: "docker" "inspect" "c871e56241748e684ff8b1f73cece6556a40842767db034537159c75d5dc07fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c871e56241748e684ff8b1f73cece6556a40842767db034537159c75d5dc07fb", kill_on_drop: false }` [INFO] [stdout] c871e56241748e684ff8b1f73cece6556a40842767db034537159c75d5dc07fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 12255dff282a24255f8d05c002fede6a28c51c8c0164ac6f2857d5b330cb44ba [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" "12255dff282a24255f8d05c002fede6a28c51c8c0164ac6f2857d5b330cb44ba", 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.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pos_pso-7fe61194e095d338) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test opt_quad_test_collab ... ok [INFO] [stdout] test expSinFunction has been running for over 60 seconds [INFO] [stdout] test expSinFunction ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- expSinFunction stdout ---- [INFO] [stdout] PSO initialized with 8 swarm-threads of 256 particles each [INFO] [stdout] [INFO] [stdout] Swarm Configurations: [INFO] [stdout] 0: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 1: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 2: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 3: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 4: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 5: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 6: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 7: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] Job Starting... [INFO] [stdout] Optimizer will search a 5 variable space bounded by [(-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586)] [INFO] [stdout] [INFO] [stdout] and velocities bounded by [(-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25)] [INFO] [stdout] [INFO] [stdout] Optimizer will run for 10000 itterations, unless the minimum cost drops below 0.000000001 [INFO] [stdout] [INFO] [stdout] Swarm_3 iter 1000: c = 988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04262655329142363975 @ [1.18800, 1.23691, 1.24567, -1.21969, 1.15397] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_1 iter 1000: c = 962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241077139979944344 @ [1.19688, 1.17796, 1.24751, -1.25810, 1.20306] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_6 iter 1000: c = 976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260040241287980228 @ [1.20814, 1.21589, 1.28738, -1.27265, 1.23643] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_2 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04247926899340950802 @ [1.21675, 1.19540, 1.24677, -1.26416, 1.27789] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_7 iter 1000: c = 974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_5 iter 1000: c = 992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08324069204657195964 @ [-1.35826, -1.34704, -1.08205, 0.92587, -0.78705] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_4 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04289369748955652178 @ [1.22077, 1.26199, 1.19866, -1.27448, 1.29201] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_0 iter 1000: c = 972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244407401838406341 @ [1.19609, 1.25146, 1.18501, -1.21276, 1.18025] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_1 iter 2000: c = 1962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241077139979944344 @ [1.19688, 1.17796, 1.24751, -1.25810, 1.20306] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_3 iter 2000: c = 1988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04262655329142363975 @ [1.18800, 1.23691, 1.24567, -1.21969, 1.15397] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_6 iter 2000: c = 1976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260040241287980228 @ [1.20814, 1.21589, 1.28738, -1.27265, 1.23643] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_5 iter 2000: c = 1992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08324069204657195964 @ [-1.35826, -1.34704, -1.08205, 0.92587, -0.78705] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_4 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04266836247063591353 @ [1.25567, 1.21525, 1.17038, -1.19838, 1.17553] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_2 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04247926899340950802 @ [1.21675, 1.19540, 1.24677, -1.26416, 1.27789] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_7 iter 2000: c = 1974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_0 iter 2000: c = 1972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244407401838406341 @ [1.19609, 1.25146, 1.18501, -1.21276, 1.18025] [INFO] [stdout] Global Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Swarm_1 iter 3000: c = 2962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241077139979944344 @ [1.19688, 1.17796, 1.24751, -1.25810, 1.20306] [INFO] [stdout] Global Record of: 0.04231764803047354667 @ [1.20547, 1.20589, 1.16616, -1.23664, 1.22789] [INFO] [stdout] Swarm_6 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260040241287980228 @ [1.20814, 1.21589, 1.28738, -1.27265, 1.23643] [INFO] [stdout] Global Record of: 0.04231764803047354667 @ [1.20547, 1.20589, 1.16616, -1.23664, 1.22789] [INFO] [stdout] Swarm_3 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Global Record of: 0.04230966483125184890 @ [1.21475, 1.16574, 1.24799, -1.22780, 1.24069] [INFO] [stdout] Swarm_2 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04247926899340950802 @ [1.21675, 1.19540, 1.24677, -1.26416, 1.27789] [INFO] [stdout] Global Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Swarm_7 iter 3000: c = 2974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Global Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Swarm_0 iter 3000: c = 2972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244407401838406341 @ [1.19609, 1.25146, 1.18501, -1.21276, 1.18025] [INFO] [stdout] Global Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Swarm_4 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04231764803047354667 @ [1.20547, 1.20589, 1.16616, -1.23664, 1.22789] [INFO] [stdout] Global Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Swarm_5 iter 3000: c = 2992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08324069204657195964 @ [-1.35826, -1.34704, -1.08205, 0.92587, -0.78705] [INFO] [stdout] Global Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Swarm_2 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04234885657475118831 @ [1.21658, 1.22977, 1.17780, -1.18514, 1.20050] [INFO] [stdout] Global Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Swarm_3 iter 4000: c = 3986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Global Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Swarm_0 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04238724244605621139 @ [1.22340, 1.17409, 1.26616, -1.24051, 1.24791] [INFO] [stdout] Global Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Swarm_7 iter 4000: c = 3974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04235035055262009740 @ [1.24211, 1.19315, 1.27578, -1.22335, 1.25385] [INFO] [stdout] Global Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Swarm_6 iter 4000: c = 3974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04230966483125184890 @ [1.21475, 1.16574, 1.24799, -1.22780, 1.24069] [INFO] [stdout] Global Record of: 0.04230935006817387878 @ [1.23226, 1.16975, 1.20854, -1.24797, 1.24682] [INFO] [stdout] Swarm_1 iter 4000: c = 3962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241077139979944344 @ [1.19688, 1.17796, 1.24751, -1.25810, 1.20306] [INFO] [stdout] Global Record of: 0.04209328105956119948 @ [1.26879, 1.21154, 1.22004, -1.20555, 1.22541] [INFO] [stdout] Swarm_5 iter 4000: c = 3992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08324069204657195964 @ [-1.35826, -1.34704, -1.08205, 0.92587, -0.78705] [INFO] [stdout] Global Record of: 0.04209328105956119948 @ [1.26879, 1.21154, 1.22004, -1.20555, 1.22541] [INFO] [stdout] Swarm_4 iter 4000: c = 3974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04212579596777418084 @ [1.20292, 1.20705, 1.26192, -1.21242, 1.24647] [INFO] [stdout] Global Record of: 0.04209328105956119948 @ [1.26879, 1.21154, 1.22004, -1.20555, 1.22541] [INFO] [stdout] Swarm_7 iter 5000: c = 4968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04202097587246406835 @ [1.20271, 1.23375, 1.19572, -1.24716, 1.22819] [INFO] [stdout] Global Record of: 0.04197024507488227030 @ [1.22848, 1.22826, 1.21876, -1.20833, 1.19166] [INFO] [stdout] Swarm_2 iter 5000: c = 4970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04197024507488227030 @ [1.22848, 1.22826, 1.21876, -1.20833, 1.19166] [INFO] [stdout] Global Record of: 0.04197024507488227030 @ [1.22848, 1.22826, 1.21876, -1.20833, 1.19166] [INFO] [stdout] Swarm_6 iter 5000: c = 4968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198019630388007128 @ [1.22252, 1.23798, 1.24511, -1.24917, 1.20154] [INFO] [stdout] Global Record of: 0.04197024507488227030 @ [1.22848, 1.22826, 1.21876, -1.20833, 1.19166] [INFO] [stdout] Swarm_0 iter 5000: c = 4962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04180445900732345649 @ [1.22676, 1.22008, 1.21753, -1.22098, 1.23374] [INFO] [stdout] Global Record of: 0.04179625507397488615 @ [1.22050, 1.23053, 1.22707, -1.22571, 1.21730] [INFO] [stdout] Swarm_3 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04190236741092149414 @ [1.19465, 1.22786, 1.22362, -1.22527, 1.22332] [INFO] [stdout] Global Record of: 0.04179625507397488615 @ [1.22050, 1.23053, 1.22707, -1.22571, 1.21730] [INFO] [stdout] Swarm_5 iter 5000: c = 4992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08324069204657195964 @ [-1.35826, -1.34704, -1.08205, 0.92587, -0.78705] [INFO] [stdout] Global Record of: 0.04179625507397488615 @ [1.22050, 1.23053, 1.22707, -1.22571, 1.21730] [INFO] [stdout] Swarm_4 iter 5000: c = 4968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04184615650559480454 @ [1.21027, 1.23039, 1.23948, -1.23083, 1.21760] [INFO] [stdout] Global Record of: 0.04179625507397488615 @ [1.22050, 1.23053, 1.22707, -1.22571, 1.21730] [INFO] [stdout] Swarm_1 iter 5000: c = 4952, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04179625507397488615 @ [1.22050, 1.23053, 1.22707, -1.22571, 1.21730] [INFO] [stdout] Global Record of: 0.04179625507397488615 @ [1.22050, 1.23053, 1.22707, -1.22571, 1.21730] [INFO] [stdout] Swarm_2 iter 6000: c = 5954, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178871484800870256 @ [1.22240, 1.22313, 1.22005, -1.22392, 1.22680] [INFO] [stdout] Global Record of: 0.04178372511116584115 @ [1.22416, 1.22211, 1.22548, -1.22373, 1.22758] [INFO] [stdout] Swarm_6 iter 6000: c = 5956, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178296720037456835 @ [1.22803, 1.22304, 1.22407, -1.22492, 1.22413] [INFO] [stdout] Global Record of: 0.04178300039305675451 @ [1.22738, 1.22748, 1.22734, -1.22317, 1.23029] [INFO] [stdout] Swarm_7 iter 6000: c = 5940, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178911329010773223 @ [1.22208, 1.22844, 1.22044, -1.22578, 1.23072] [INFO] [stdout] Global Record of: 0.04178300039305675451 @ [1.22738, 1.22748, 1.22734, -1.22317, 1.23029] [INFO] [stdout] Swarm_3 iter 6000: c = 5964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178132090036427992 @ [1.22319, 1.22645, 1.22583, -1.22477, 1.22694] [INFO] [stdout] Global Record of: 0.04178037835541712625 @ [1.22789, 1.22534, 1.22674, -1.22692, 1.22825] [INFO] [stdout] Swarm_4 iter 6000: c = 5964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178672521136896773 @ [1.22844, 1.22748, 1.22832, -1.23351, 1.22765] [INFO] [stdout] Global Record of: 0.04178005546739083781 @ [1.22763, 1.22727, 1.22685, -1.22702, 1.22780] [INFO] [stdout] Swarm_0 iter 6000: c = 5954, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178545452836056329 @ [1.22534, 1.22682, 1.22579, -1.22265, 1.23208] [INFO] [stdout] Global Record of: 0.04177962416921113253 @ [1.22686, 1.22609, 1.22643, -1.22622, 1.22615] [INFO] [stdout] Swarm_1 iter 6000: c = 5944, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178226061600558150 @ [1.22658, 1.22575, 1.22720, -1.22802, 1.23081] [INFO] [stdout] Global Record of: 0.04177961176775847607 @ [1.22616, 1.22621, 1.22643, -1.22620, 1.22681] [INFO] [stdout] Swarm_5 iter 6000: c = 5992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08324069204657195964 @ [-1.35826, -1.34704, -1.08205, 0.92587, -0.78705] [INFO] [stdout] Global Record of: 0.04177961176775847607 @ [1.22616, 1.22621, 1.22643, -1.22620, 1.22681] [INFO] [stdout] Swarm_7 iter 7000: c = 6806, 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 = 6834, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 7000: c = 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.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 7000: c = 6992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08324069204657195964 @ [-1.35826, -1.34704, -1.08205, 0.92587, -0.78705] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 7000: c = 6886, 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 = 6862, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 7000: c = 6848, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] Swarm_1 iter 7000: c = 6832, 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 = 7806, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 8000: c = 7834, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 8000: c = 7856, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 8000: c = 7832, 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 = 7992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08324069204657195964 @ [-1.35826, -1.34704, -1.08205, 0.92587, -0.78705] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7848, 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 = 7884, 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 = 7860, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 8804, 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 = 8856, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 9000: c = 8832, 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 = 8992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08324069204657195964 @ [-1.35826, -1.34704, -1.08205, 0.92587, -0.78705] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 9000: c = 8884, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 9000: c = 8832, 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 = 8848, 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 = 8860, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 10000: c = 9804, 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 = 9832, 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 = 9856, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 10000: c = 9992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08324069204657195964 @ [-1.35826, -1.34704, -1.08205, 0.92587, -0.78705] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 10000: c = 9884, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 10000: c = 9848, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 10000: c = 9832, 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 = 9860, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, -1.22649, 1.22649] [INFO] [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: 0x555ca7d39190 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x555ca7d39190 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555ca7d39190 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555ca7d39190 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555ca7d5bfcc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x555ca7d36205 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x555ca7d3b34b - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x555ca7d3b34b - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x555ca7d3b34b - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x555ca7d3ae5c - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x555ca7d3ba14 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x555ca7ce72f3 - std::panicking::begin_panic::{{closure}}::h69beec0ebffa44f4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x555ca7ce7179 - std::sys_common::backtrace::__rust_end_short_backtrace::hde20bfeb801753ae [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x555ca7ce7229 - std::panicking::begin_panic::haf9d4969ca7649f7 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x555ca7ca0999 - pos_pso::expSinFunction::h9f705d5693df66c7 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 15: 0x555ca7ca063a - pos_pso::expSinFunction::{{closure}}::h98ada03304e59366 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:1 [INFO] [stdout] 16: 0x555ca7ca676e - core::ops::function::FnOnce::call_once::h508534b8c9acf555 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x555ca7cd1503 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x555ca7cd1503 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:577:5 [INFO] [stdout] 19: 0x555ca7ccff90 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 20: 0x555ca7ccff90 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 21: 0x555ca7ccff90 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 22: 0x555ca7ccff90 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 23: 0x555ca7ccff90 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 24: 0x555ca7ccff90 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:600:18 [INFO] [stdout] 25: 0x555ca7ccff90 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:492:39 [INFO] [stdout] 26: 0x555ca7ca9552 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:519:37 [INFO] [stdout] 27: 0x555ca7ca9552 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x555ca7cad1a8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 29: 0x555ca7cad1a8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 30: 0x555ca7cad1a8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 31: 0x555ca7cad1a8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 32: 0x555ca7cad1a8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 33: 0x555ca7cad1a8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 34: 0x555ca7cad1a8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x555ca7d405a7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 36: 0x555ca7d405a7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x555ca7d405a7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 38: 0x7f239be65609 - start_thread [INFO] [stdout] 39: 0x7f239c0f0293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] expSinFunction [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 147.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "12255dff282a24255f8d05c002fede6a28c51c8c0164ac6f2857d5b330cb44ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12255dff282a24255f8d05c002fede6a28c51c8c0164ac6f2857d5b330cb44ba", kill_on_drop: false }` [INFO] [stdout] 12255dff282a24255f8d05c002fede6a28c51c8c0164ac6f2857d5b330cb44ba