[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-1-tc2/source [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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding rand v0.7.3 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 898c909d5eea7b8205482e29c80def09ef06c40835353ebbc031d09ad51beb6e [INFO] running `Command { std: "docker" "start" "-a" "898c909d5eea7b8205482e29c80def09ef06c40835353ebbc031d09ad51beb6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "898c909d5eea7b8205482e29c80def09ef06c40835353ebbc031d09ad51beb6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "898c909d5eea7b8205482e29c80def09ef06c40835353ebbc031d09ad51beb6e", kill_on_drop: false }` [INFO] [stdout] 898c909d5eea7b8205482e29c80def09ef06c40835353ebbc031d09ad51beb6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c25c24bef4b7768aef238cc7d6c45ae45d555d7443d5ee023351b28171b8adb9 [INFO] running `Command { std: "docker" "start" "-a" "c25c24bef4b7768aef238cc7d6c45ae45d555d7443d5ee023351b28171b8adb9", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.16 [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)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct SwarmColaborative { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 218 | pub struct SwarmIndependant { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s [INFO] running `Command { std: "docker" "inspect" "c25c24bef4b7768aef238cc7d6c45ae45d555d7443d5ee023351b28171b8adb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c25c24bef4b7768aef238cc7d6c45ae45d555d7443d5ee023351b28171b8adb9", kill_on_drop: false }` [INFO] [stdout] c25c24bef4b7768aef238cc7d6c45ae45d555d7443d5ee023351b28171b8adb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca4b917517c648b0ee7d5251c001b15bb32a565ea9f70b24a31015c27e7b619c [INFO] running `Command { std: "docker" "start" "-a" "ca4b917517c648b0ee7d5251c001b15bb32a565ea9f70b24a31015c27e7b619c", kill_on_drop: false }` [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)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct SwarmColaborative { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 218 | pub struct SwarmIndependant { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [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)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct SwarmColaborative { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 218 | pub struct SwarmIndependant { [INFO] [stdout] | ---------------- field in this struct [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)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "ca4b917517c648b0ee7d5251c001b15bb32a565ea9f70b24a31015c27e7b619c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca4b917517c648b0ee7d5251c001b15bb32a565ea9f70b24a31015c27e7b619c", kill_on_drop: false }` [INFO] [stdout] ca4b917517c648b0ee7d5251c001b15bb32a565ea9f70b24a31015c27e7b619c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a4171eb835d3cb489dc19616296bfa4efd6fcd955b49a37b8683d8fa9449abaa [INFO] running `Command { std: "docker" "start" "-a" "a4171eb835d3cb489dc19616296bfa4efd6fcd955b49a37b8683d8fa9449abaa", 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)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `igf` is never read [INFO] [stderr] --> src/optimizer/swarm.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 24 | pub struct SwarmColaborative { [INFO] [stderr] | ----------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 27 | igf: f64, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `igf` is never read [INFO] [stderr] --> src/optimizer/swarm.rs:221:5 [INFO] [stderr] | [INFO] [stderr] 218 | pub struct SwarmIndependant { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 221 | igf: f64, [INFO] [stderr] | ^^^ [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)]` (part of `#[warn(unused)]`) on by default [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)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `pos_pso` (lib) generated 3 warnings (run `cargo fix --lib -p pos_pso` to apply 1 suggestion) [INFO] [stderr] warning: `pos_pso` (lib test) generated 4 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-80ae4a903645da0e) [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_5 iter 1000: c = 966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04288849211507978626 @ [-1.29506, 1.28002, 1.23880, -1.24045, -1.20049] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_7 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_6 iter 1000: c = 968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04275457214438978942 @ [-1.25240, 1.24430, 1.22604, -1.30199, -1.19759] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_4 iter 1000: c = 962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04287742987647878007 @ [1.29595, -1.19288, -1.25723, 1.22540, 1.18502] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_1 iter 1000: c = 988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04312250836453771635 @ [-1.30354, 1.21280, 1.24055, 1.17553, 1.18595] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_0 iter 1000: c = 996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08395710713380373502 @ [1.35719, -1.23097, -1.41838, 1.24621, -0.62679] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_3 iter 1000: c = 988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04301667497371700066 @ [-1.23095, 1.14584, 1.22250, 1.16647, 1.24934] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_2 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218986710393165390 @ [-1.22354, 1.23966, 1.25216, 1.19424, 1.26420] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_6 iter 2000: c = 1964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04246058221382588427 @ [-1.20678, 1.28175, 1.20861, -1.24948, -1.19325] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_5 iter 2000: c = 1966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04288849211507978626 @ [-1.29506, 1.28002, 1.23880, -1.24045, -1.20049] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_7 iter 2000: c = 1984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_0 iter 2000: c = 1996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08395710713380373502 @ [1.35719, -1.23097, -1.41838, 1.24621, -0.62679] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_1 iter 2000: c = 1988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04312250836453771635 @ [-1.30354, 1.21280, 1.24055, 1.17553, 1.18595] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_3 iter 2000: c = 1988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04301667497371700066 @ [-1.23095, 1.14584, 1.22250, 1.16647, 1.24934] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_2 iter 2000: c = 1984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218986710393165390 @ [-1.22354, 1.23966, 1.25216, 1.19424, 1.26420] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_4 iter 2000: c = 1962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04287742987647878007 @ [1.29595, -1.19288, -1.25723, 1.22540, 1.18502] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_5 iter 3000: c = 2962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04273462963729081354 @ [-1.21444, 1.25675, 1.14897, -1.22698, -1.25817] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_6 iter 3000: c = 2964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04246058221382588427 @ [-1.20678, 1.28175, 1.20861, -1.24948, -1.19325] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_7 iter 3000: c = 2984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_0 iter 3000: c = 2996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08395710713380373502 @ [1.35719, -1.23097, -1.41838, 1.24621, -0.62679] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_1 iter 3000: c = 2988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04312250836453771635 @ [-1.30354, 1.21280, 1.24055, 1.17553, 1.18595] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_3 iter 3000: c = 2988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04301667497371700066 @ [-1.23095, 1.14584, 1.22250, 1.16647, 1.24934] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_4 iter 3000: c = 2962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04287742987647878007 @ [1.29595, -1.19288, -1.25723, 1.22540, 1.18502] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_2 iter 3000: c = 2984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218986710393165390 @ [-1.22354, 1.23966, 1.25216, 1.19424, 1.26420] [INFO] [stdout] Global Record of: 0.04217981965746502027 @ [-1.20874, 1.21160, 1.22335, -1.19928, -1.18033] [INFO] [stdout] Swarm_5 iter 4000: c = 3960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04237219194940384376 @ [-1.22641, 1.23854, 1.23196, -1.27552, -1.27217] [INFO] [stdout] Global Record of: 0.04204742904774239065 @ [-1.21613, 1.18591, 1.22865, -1.23605, -1.24604] [INFO] [stdout] Swarm_6 iter 4000: c = 3962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240717056770213628 @ [-1.27040, 1.22482, 1.27263, -1.20122, -1.24261] [INFO] [stdout] Global Record of: 0.04204742904774239065 @ [-1.21613, 1.18591, 1.22865, -1.23605, -1.24604] [INFO] [stdout] Swarm_3 iter 4000: c = 3988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04301667497371700066 @ [-1.23095, 1.14584, 1.22250, 1.16647, 1.24934] [INFO] [stdout] Global Record of: 0.04204742904774239065 @ [-1.21613, 1.18591, 1.22865, -1.23605, -1.24604] [INFO] [stdout] Swarm_7 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04204742904774239065 @ [-1.21613, 1.18591, 1.22865, -1.23605, -1.24604] [INFO] [stdout] Global Record of: 0.04204742904774239065 @ [-1.21613, 1.18591, 1.22865, -1.23605, -1.24604] [INFO] [stdout] Swarm_1 iter 4000: c = 3988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04312250836453771635 @ [-1.30354, 1.21280, 1.24055, 1.17553, 1.18595] [INFO] [stdout] Global Record of: 0.04204742904774239065 @ [-1.21613, 1.18591, 1.22865, -1.23605, -1.24604] [INFO] [stdout] Swarm_0 iter 4000: c = 3996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.08395710713380373502 @ [1.35719, -1.23097, -1.41838, 1.24621, -0.62679] [INFO] [stdout] Global Record of: 0.04204742904774239065 @ [-1.21613, 1.18591, 1.22865, -1.23605, -1.24604] [INFO] [stdout] Swarm_2 iter 4000: c = 3984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218986710393165390 @ [-1.22354, 1.23966, 1.25216, 1.19424, 1.26420] [INFO] [stdout] Global Record of: 0.04204742904774239065 @ [-1.21613, 1.18591, 1.22865, -1.23605, -1.24604] [INFO] [stdout] Swarm_4 iter 4000: c = 3962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04287742987647878007 @ [1.29595, -1.19288, -1.25723, 1.22540, 1.18502] [INFO] [stdout] Global Record of: 0.04199596807108374463 @ [-1.21758, 1.19513, 1.24222, -1.21708, -1.20629] [INFO] [stdout] Swarm_5 iter 5000: c = 4952, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199596807108374463 @ [-1.21758, 1.19513, 1.24222, -1.21708, -1.20629] [INFO] [stdout] Global Record of: 0.04199596807108374463 @ [-1.21758, 1.19513, 1.24222, -1.21708, -1.20629] [INFO] [stdout] Swarm_7 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04192698331522745625 @ [-1.21761, 1.22210, 1.20210, -1.20305, -1.22656] [INFO] [stdout] Global Record of: 0.04180839454080752249 @ [-1.22232, 1.22936, 1.22085, -1.21819, -1.21583] [INFO] [stdout] Swarm_6 iter 5000: c = 4956, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04188477307426433094 @ [-1.21585, 1.24417, 1.23623, -1.24436, -1.22314] [INFO] [stdout] Global Record of: 0.04180839454080752249 @ [-1.22232, 1.22936, 1.22085, -1.21819, -1.21583] [INFO] [stdout] Swarm_3 iter 5000: c = 4988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04301667497371700066 @ [-1.23095, 1.14584, 1.22250, 1.16647, 1.24934] [INFO] [stdout] Global Record of: 0.04180839454080752249 @ [-1.22232, 1.22936, 1.22085, -1.21819, -1.21583] [INFO] [stdout] Swarm_1 iter 5000: c = 4988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04312250836453771635 @ [-1.30354, 1.21280, 1.24055, 1.17553, 1.18595] [INFO] [stdout] Global Record of: 0.04180839454080752249 @ [-1.22232, 1.22936, 1.22085, -1.21819, -1.21583] [INFO] [stdout] Swarm_0 iter 5000: c = 4982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04196413724543714141 @ [-1.20764, 1.21800, 1.25212, -1.21908, -1.20739] [INFO] [stdout] Global Record of: 0.04180839454080752249 @ [-1.22232, 1.22936, 1.22085, -1.21819, -1.21583] [INFO] [stdout] Swarm_4 iter 5000: c = 4962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04287742987647878007 @ [1.29595, -1.19288, -1.25723, 1.22540, 1.18502] [INFO] [stdout] Global Record of: 0.04179789891577571914 @ [-1.23026, 1.21573, 1.22445, -1.22685, -1.22235] [INFO] [stdout] Swarm_2 iter 5000: c = 4984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218986710393165390 @ [-1.22354, 1.23966, 1.25216, 1.19424, 1.26420] [INFO] [stdout] Global Record of: 0.04179789891577571914 @ [-1.23026, 1.21573, 1.22445, -1.22685, -1.22235] [INFO] [stdout] Swarm_5 iter 6000: c = 5936, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178348214808635941 @ [-1.22736, 1.22811, 1.22239, -1.22849, -1.22928] [INFO] [stdout] Global Record of: 0.04178348214808635941 @ [-1.22736, 1.22811, 1.22239, -1.22849, -1.22928] [INFO] [stdout] Swarm_7 iter 6000: c = 5964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178572257119234079 @ [-1.22844, 1.22458, 1.23284, -1.22531, -1.22746] [INFO] [stdout] Global Record of: 0.04177956576728816818 @ [-1.22649, 1.22651, 1.22645, -1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 6000: c = 5940, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178052931618320837 @ [-1.22662, 1.22627, 1.22386, -1.22558, -1.22682] [INFO] [stdout] Global Record of: 0.04177956552970409770 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 6000: c = 5988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04312250836453771635 @ [-1.30354, 1.21280, 1.24055, 1.17553, 1.18595] [INFO] [stdout] Global Record of: 0.04177956552970310544 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_3 iter 6000: c = 5988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04301667497371700066 @ [-1.23095, 1.14584, 1.22250, 1.16647, 1.24934] [INFO] [stdout] Global Record of: 0.04177956552970310544 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 6000: c = 5958, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178427444854967282 @ [-1.22394, 1.22476, 1.22443, -1.22351, -1.22239] [INFO] [stdout] Global Record of: 0.04177956552970309850 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 6000: c = 5962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04287742987647878007 @ [1.29595, -1.19288, -1.25723, 1.22540, 1.18502] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_2 iter 6000: c = 5984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218986710393165390 @ [-1.22354, 1.23966, 1.25216, 1.19424, 1.26420] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 7000: c = 6826, 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 = 6868, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309850 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 7000: c = 6842, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309850 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 7000: c = 6988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04312250836453771635 @ [-1.30354, 1.21280, 1.24055, 1.17553, 1.18595] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-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.04177956552970309850 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 7000: c = 6834, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309850 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 7826, 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 = 6984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218986710393165390 @ [-1.22354, 1.23966, 1.25216, 1.19424, 1.26420] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 7000: c = 6962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04287742987647878007 @ [1.29595, -1.19288, -1.25723, 1.22540, 1.18502] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_7 iter 8000: c = 7866, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 8000: c = 7842, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309850 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 8000: c = 7988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04312250836453771635 @ [-1.30354, 1.21280, 1.24055, 1.17553, 1.18595] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-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.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7832, 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 9000: c = 8826, 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 8000: c = 7984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218986710393165390 @ [-1.22354, 1.23966, 1.25216, 1.19424, 1.26420] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 8000: c = 7960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04280470716734593312 @ [0.00408, 0.00957, -0.00823, 0.01775, 0.00320] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 8866, 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 9000: c = 8988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04312250836453771635 @ [-1.30354, 1.21280, 1.24055, 1.17553, 1.18595] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 9000: c = 8840, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_3 iter 9000: c = 8884, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 9000: c = 8832, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 9000: c = 8960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04280470716734593312 @ [0.00408, 0.00957, -0.00823, 0.01775, 0.00320] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_2 iter 9000: c = 8984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218986710393165390 @ [-1.22354, 1.23966, 1.25216, 1.19424, 1.26420] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 10000: c = 9826, 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 10000: c = 9866, 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 10000: c = 9988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04312250836453771635 @ [-1.30354, 1.21280, 1.24055, 1.17553, 1.18595] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 10000: c = 9840, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_3 iter 10000: c = 9884, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 10000: c = 9832, 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 10000: c = 9984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04218986710393165390 @ [-1.22354, 1.23966, 1.25216, 1.19424, 1.26420] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 10000: c = 9960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04280470716734593312 @ [0.00408, 0.00957, -0.00823, 0.01775, 0.00320] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] Minimum Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, -1.22649, -1.22649] [INFO] [stdout] [INFO] [stdout] thread 'expSinFunction' (25) panicked at src/lib.rs:38:5: [INFO] [stdout] optimizer did not converge! [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56b1c9f26292 - std::backtrace_rs::backtrace::libunwind::trace::h589a96ef7638b383 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56b1c9f26292 - std::backtrace_rs::backtrace::trace_unsynchronized::h23a30a7548c40de4 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56b1c9f26292 - std::sys::backtrace::_print_fmt::h87dabd6535c8c07a [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56b1c9f26292 - ::fmt::hffd20ad4e5eca8ab [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56b1c9f3763f - core::fmt::rt::Argument::fmt::h75c83e3fd5ce2419 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56b1c9f3763f - core::fmt::write::h6d9d3a7cfd7b84f5 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x56b1c9ef3b43 - std::io::default_write_fmt::he11a713685e2464d [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56b1c9ef3b43 - std::io::Write::write_fmt::h9d08f7e050bd2612 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x56b1c9eff902 - std::sys::backtrace::BacktraceLock::print::hb28797143397220e [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56b1c9f0435f - std::panicking::default_hook::{{closure}}::h7555113b62983743 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56b1c9f041f1 - std::panicking::default_hook::h2714b564abe8d914 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x56b1c9e8d2ce - as core::ops::function::Fn>::call::h0e9de8cceb22406e [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x56b1c9e8d2ce - test::test_main_with_exit_callback::{{closure}}::h8125bd66cf4739d0 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56b1c9f049fe - as core::ops::function::Fn>::call::h1fd0a0802eaec16b [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x56b1c9f049fe - std::panicking::panic_with_hook::h190dc82263685ec5 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56b1c9f0406c - std::panicking::begin_panic::{{closure}}::h371cca45440e6abf [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x56b1c9effa49 - std::sys::backtrace::__rust_end_short_backtrace::h9b3a6b121b8c060d [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x56b1c9f0403c - std::panicking::begin_panic::h3af9d90983463902 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x56b1c9e61a40 - pos_pso::expSinFunction::hf9110adaadc595e5 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 19: 0x56b1c9e61bf7 - pos_pso::expSinFunction::{{closure}}::h9c04ec152dcb178d [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:20 [INFO] [stdout] 20: 0x56b1c9e4ed56 - core::ops::function::FnOnce::call_once::h0cb35e0d9b0086c8 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 21: 0x56b1c9e8d08b - core::ops::function::FnOnce::call_once::hdbf42be2a49fb464 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 22: 0x56b1c9e8d08b - test::__rust_begin_short_backtrace::h8ae08814d38cb356 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/test/src/lib.rs:663:18 [INFO] [stdout] 23: 0x56b1c9ea2b75 - test::run_test_in_process::{{closure}}::h54574ee4f414d690 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/test/src/lib.rs:686:74 [INFO] [stdout] 24: 0x56b1c9ea2b75 - as core::ops::function::FnOnce<()>>::call_once::h01a0b7e7aad1a501 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] 25: 0x56b1c9ea2b75 - std::panicking::catch_unwind::do_call::h23820e817c5612cd [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:590:40 [INFO] [stdout] 26: 0x56b1c9ea2b75 - std::panicking::catch_unwind::h89c73a1febce5587 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:553:19 [INFO] [stdout] 27: 0x56b1c9ea2b75 - std::panic::catch_unwind::h6f55caf410861914 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panic.rs:359:14 [INFO] [stdout] 28: 0x56b1c9ea2b75 - test::run_test_in_process::h4db851878e5d3983 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/test/src/lib.rs:686:27 [INFO] [stdout] 29: 0x56b1c9ea2b75 - test::run_test::{{closure}}::h57e8c5acaceacd24 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/test/src/lib.rs:607:43 [INFO] [stdout] 30: 0x56b1c9e79564 - test::run_test::{{closure}}::he775ccc3a9d3b97e [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/test/src/lib.rs:637:41 [INFO] [stdout] 31: 0x56b1c9e79564 - std::sys::backtrace::__rust_begin_short_backtrace::hcd94d85d7765225a [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 32: 0x56b1c9e7cdaa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::ha814de8393f07830 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 33: 0x56b1c9e7cdaa - as core::ops::function::FnOnce<()>>::call_once::h8deb00af0abdeaf1 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 34: 0x56b1c9e7cdaa - std::panicking::catch_unwind::do_call::h1917979b0c279ea2 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:590:40 [INFO] [stdout] 35: 0x56b1c9e7cdaa - std::panicking::catch_unwind::h791ad91fee6ce34e [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panicking.rs:553:19 [INFO] [stdout] 36: 0x56b1c9e7cdaa - std::panic::catch_unwind::h982b8f40ed9c3cce [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/panic.rs:359:14 [INFO] [stdout] 37: 0x56b1c9e7cdaa - std::thread::Builder::spawn_unchecked_::{{closure}}::h545e54700c945db4 [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 38: 0x56b1c9e7cdaa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb427481a5227d78a [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 39: 0x56b1c9ef9cbf - as core::ops::function::FnOnce>::call_once::h1d452951a81e9d0a [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 40: 0x56b1c9ef9cbf - std::sys::pal::unix::thread::Thread::new::thread_start::h29c84e109630689a [INFO] [stdout] at /rustc/b83b707f97d809763b7861afa7638871f3339a33/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 41: 0x745e3dae3aa4 - [INFO] [stdout] 42: 0x745e3db70a34 - clone [INFO] [stdout] 43: 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 140.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a4171eb835d3cb489dc19616296bfa4efd6fcd955b49a37b8683d8fa9449abaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4171eb835d3cb489dc19616296bfa4efd6fcd955b49a37b8683d8fa9449abaa", kill_on_drop: false }` [INFO] [stdout] a4171eb835d3cb489dc19616296bfa4efd6fcd955b49a37b8683d8fa9449abaa