[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-4-tc1/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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b204fee03b55caddc3e2ca6c0bac916608ffb837c52f13b52e642d51f93fd1e9 [INFO] running `Command { std: "docker" "start" "-a" "b204fee03b55caddc3e2ca6c0bac916608ffb837c52f13b52e642d51f93fd1e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b204fee03b55caddc3e2ca6c0bac916608ffb837c52f13b52e642d51f93fd1e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b204fee03b55caddc3e2ca6c0bac916608ffb837c52f13b52e642d51f93fd1e9", kill_on_drop: false }` [INFO] [stdout] b204fee03b55caddc3e2ca6c0bac916608ffb837c52f13b52e642d51f93fd1e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb6b9d8ac2babdf58d4ab95a9712ff285aaad9155a1fbc212db4c86204cc8a4b [INFO] running `Command { std: "docker" "start" "-a" "fb6b9d8ac2babdf58d4ab95a9712ff285aaad9155a1fbc212db4c86204cc8a4b", 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.88s [INFO] running `Command { std: "docker" "inspect" "fb6b9d8ac2babdf58d4ab95a9712ff285aaad9155a1fbc212db4c86204cc8a4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb6b9d8ac2babdf58d4ab95a9712ff285aaad9155a1fbc212db4c86204cc8a4b", kill_on_drop: false }` [INFO] [stdout] fb6b9d8ac2babdf58d4ab95a9712ff285aaad9155a1fbc212db4c86204cc8a4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 486cb6cb499ea05addb2ba657a7767d6149a25b65c8e90c9006e2c3a118097a1 [INFO] running `Command { std: "docker" "start" "-a" "486cb6cb499ea05addb2ba657a7767d6149a25b65c8e90c9006e2c3a118097a1", 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)]` (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: 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 1.28s [INFO] running `Command { std: "docker" "inspect" "486cb6cb499ea05addb2ba657a7767d6149a25b65c8e90c9006e2c3a118097a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "486cb6cb499ea05addb2ba657a7767d6149a25b65c8e90c9006e2c3a118097a1", kill_on_drop: false }` [INFO] [stdout] 486cb6cb499ea05addb2ba657a7767d6149a25b65c8e90c9006e2c3a118097a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 19dbf568c64293f7e67f4382e2cfe64754213695a3f14e0e35d19cc9bbaea5c7 [INFO] running `Command { std: "docker" "start" "-a" "19dbf568c64293f7e67f4382e2cfe64754213695a3f14e0e35d19cc9bbaea5c7", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::f64::consts::PI` [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stdout] running 2 tests [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) (run `cargo fix --lib -p pos_pso --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-4976cf254bd68837) [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_4 iter 1000: c = 988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04325028600563266684 @ [1.14541, 1.25021, -1.26627, 1.28170, 1.24372] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_7 iter 1000: c = 968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251648739474333388 @ [1.20191, 1.18386, -1.27552, 1.22698, 1.25936] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_0 iter 1000: c = 988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04750671833649148385 @ [1.11700, -1.12221, 1.16421, -1.19889, 1.07525] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_3 iter 1000: c = 1002, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07697077605343073670 @ [-1.30086, -1.23309, -1.04788, -1.43670, -0.76908] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_2 iter 1000: c = 968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04249342905219286731 @ [1.20006, 1.15936, -1.21855, 1.24229, 1.24990] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_5 iter 1000: c = 979, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04247850813571164147 @ [1.21046, 1.21182, -1.19613, 1.18040, 1.27319] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_1 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04270409889218585581 @ [1.17006, 1.18327, -1.22020, 1.17492, 1.23913] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_6 iter 1000: c = 986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_4 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04265807321350850029 @ [1.24858, 1.19583, -1.28885, 1.19359, 1.24939] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_3 iter 2000: c = 2002, w = 0.5 [INFO] [stdout] Tribal Record of: 0.07697077605343073670 @ [-1.30086, -1.23309, -1.04788, -1.43670, -0.76908] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_6 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_0 iter 2000: c = 1988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04750671833649148385 @ [1.11700, -1.12221, 1.16421, -1.19889, 1.07525] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_7 iter 2000: c = 1968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04251648739474333388 @ [1.20191, 1.18386, -1.27552, 1.22698, 1.25936] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_1 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04258992518825178292 @ [1.28632, 1.20778, -1.25298, 1.24882, 1.26168] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_5 iter 2000: c = 1979, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04247850813571164147 @ [1.21046, 1.21182, -1.19613, 1.18040, 1.27319] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_2 iter 2000: c = 1966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04238316112458997975 @ [1.19293, 1.26924, -1.25194, 1.24324, 1.19518] [INFO] [stdout] Global Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Swarm_4 iter 3000: c = 2984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04258910930763394609 @ [1.22731, 1.18572, -1.17486, 1.25837, 1.18850] [INFO] [stdout] Global Record of: 0.04199310733397268458 @ [1.20948, 1.22671, -1.24157, 1.20108, 1.25054] [INFO] [stdout] Swarm_3 iter 3000: c = 2994, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199310733397268458 @ [1.20948, 1.22671, -1.24157, 1.20108, 1.25054] [INFO] [stdout] Global Record of: 0.04199310733397268458 @ [1.20948, 1.22671, -1.24157, 1.20108, 1.25054] [INFO] [stdout] Swarm_7 iter 3000: c = 2966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04237905471268389040 @ [1.26254, 1.28049, -1.24334, 1.23129, 1.24118] [INFO] [stdout] Global Record of: 0.04199310733397268458 @ [1.20948, 1.22671, -1.24157, 1.20108, 1.25054] [INFO] [stdout] Swarm_0 iter 3000: c = 2988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04750671833649148385 @ [1.11700, -1.12221, 1.16421, -1.19889, 1.07525] [INFO] [stdout] Global Record of: 0.04199310733397268458 @ [1.20948, 1.22671, -1.24157, 1.20108, 1.25054] [INFO] [stdout] Swarm_6 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Global Record of: 0.04199310733397268458 @ [1.20948, 1.22671, -1.24157, 1.20108, 1.25054] [INFO] [stdout] Swarm_2 iter 3000: c = 2964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216006402646879647 @ [1.26009, 1.23932, -1.18997, 1.20581, 1.21927] [INFO] [stdout] Global Record of: 0.04199310733397268458 @ [1.20948, 1.22671, -1.24157, 1.20108, 1.25054] [INFO] [stdout] Swarm_5 iter 3000: c = 2979, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04247850813571164147 @ [1.21046, 1.21182, -1.19613, 1.18040, 1.27319] [INFO] [stdout] Global Record of: 0.04199310733397268458 @ [1.20948, 1.22671, -1.24157, 1.20108, 1.25054] [INFO] [stdout] Swarm_1 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04253169999863789380 @ [1.18657, 1.19152, -1.23309, 1.27845, 1.20396] [INFO] [stdout] Global Record of: 0.04199310733397268458 @ [1.20948, 1.22671, -1.24157, 1.20108, 1.25054] [INFO] [stdout] Swarm_4 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04196204841940688601 @ [1.25002, 1.21628, -1.24669, 1.24064, 1.21215] [INFO] [stdout] Global Record of: 0.04196204841940688601 @ [1.25002, 1.21628, -1.24669, 1.24064, 1.21215] [INFO] [stdout] Swarm_3 iter 4000: c = 3994, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199310733397268458 @ [1.20948, 1.22671, -1.24157, 1.20108, 1.25054] [INFO] [stdout] Global Record of: 0.04196204841940688601 @ [1.25002, 1.21628, -1.24669, 1.24064, 1.21215] [INFO] [stdout] Swarm_0 iter 4000: c = 3988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04750671833649148385 @ [1.11700, -1.12221, 1.16421, -1.19889, 1.07525] [INFO] [stdout] Global Record of: 0.04196204841940688601 @ [1.25002, 1.21628, -1.24669, 1.24064, 1.21215] [INFO] [stdout] Swarm_7 iter 4000: c = 3966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04237905471268389040 @ [1.26254, 1.28049, -1.24334, 1.23129, 1.24118] [INFO] [stdout] Global Record of: 0.04196204841940688601 @ [1.25002, 1.21628, -1.24669, 1.24064, 1.21215] [INFO] [stdout] Swarm_5 iter 4000: c = 3977, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04237380301943062533 @ [1.21224, 1.27301, -1.21544, 1.27065, 1.24193] [INFO] [stdout] Global Record of: 0.04196204841940688601 @ [1.25002, 1.21628, -1.24669, 1.24064, 1.21215] [INFO] [stdout] Swarm_6 iter 4000: c = 3986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04229600935515501897 @ [1.21901, 1.26014, -1.18845, 1.19691, 1.19901] [INFO] [stdout] Global Record of: 0.04196204841940688601 @ [1.25002, 1.21628, -1.24669, 1.24064, 1.21215] [INFO] [stdout] Swarm_2 iter 4000: c = 3962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206882016828596138 @ [1.26982, 1.23127, -1.21273, 1.23209, 1.23957] [INFO] [stdout] Global Record of: 0.04196204841940688601 @ [1.25002, 1.21628, -1.24669, 1.24064, 1.21215] [INFO] [stdout] Swarm_1 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04247848974537596356 @ [1.20542, 1.27620, -1.21955, 1.27640, 1.22309] [INFO] [stdout] Global Record of: 0.04196204841940688601 @ [1.25002, 1.21628, -1.24669, 1.24064, 1.21215] [INFO] [stdout] Swarm_4 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04188117398896994137 @ [1.21383, 1.23111, -1.21554, 1.24925, 1.22563] [INFO] [stdout] Global Record of: 0.04188117398896994137 @ [1.21383, 1.23111, -1.21554, 1.24925, 1.22563] [INFO] [stdout] Swarm_3 iter 5000: c = 4992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04194450393649219733 @ [1.21618, 1.23493, -1.22841, 1.25831, 1.23778] [INFO] [stdout] Global Record of: 0.04188117398896994137 @ [1.21383, 1.23111, -1.21554, 1.24925, 1.22563] [INFO] [stdout] Swarm_0 iter 5000: c = 4988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04750671833649148385 @ [1.11700, -1.12221, 1.16421, -1.19889, 1.07525] [INFO] [stdout] Global Record of: 0.04182471132221744770 @ [1.22733, 1.23862, -1.23288, 1.22447, 1.23973] [INFO] [stdout] Swarm_7 iter 5000: c = 4960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198021824029325721 @ [1.23954, 1.22125, -1.25062, 1.19767, 1.22112] [INFO] [stdout] Global Record of: 0.04182471132221744770 @ [1.22733, 1.23862, -1.23288, 1.22447, 1.23973] [INFO] [stdout] Swarm_6 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04191392112723991981 @ [1.21479, 1.23597, -1.22891, 1.25497, 1.23246] [INFO] [stdout] Global Record of: 0.04182471132221744770 @ [1.22733, 1.23862, -1.23288, 1.22447, 1.23973] [INFO] [stdout] Swarm_5 iter 5000: c = 4971, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04196734713362235830 @ [1.23343, 1.20902, -1.25376, 1.20897, 1.23720] [INFO] [stdout] Global Record of: 0.04182471132221744770 @ [1.22733, 1.23862, -1.23288, 1.22447, 1.23973] [INFO] [stdout] Swarm_2 iter 5000: c = 4960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04204765078708173898 @ [1.21936, 1.23726, -1.20387, 1.22493, 1.26470] [INFO] [stdout] Global Record of: 0.04182471132221744770 @ [1.22733, 1.23862, -1.23288, 1.22447, 1.23973] [INFO] [stdout] Swarm_1 iter 5000: c = 4966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04189375034208699805 @ [1.24417, 1.23242, -1.23188, 1.20730, 1.21278] [INFO] [stdout] Global Record of: 0.04179384769860364918 @ [1.23093, 1.23196, -1.23036, 1.21928, 1.22685] [INFO] [stdout] Swarm_4 iter 6000: c = 5968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178364482828995918 @ [1.22465, 1.22306, -1.22455, 1.22504, 1.23001] [INFO] [stdout] Global Record of: 0.04178364482828995918 @ [1.22465, 1.22306, -1.22455, 1.22504, 1.23001] [INFO] [stdout] Swarm_3 iter 6000: c = 5986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178676618792815517 @ [1.23167, 1.22136, -1.22816, 1.22487, 1.22615] [INFO] [stdout] Global Record of: 0.04178005293729435826 @ [1.22701, 1.22635, -1.22677, 1.22505, 1.22523] [INFO] [stdout] Swarm_7 iter 6000: c = 5938, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178200978300498913 @ [1.22897, 1.22840, -1.22768, 1.22799, 1.22394] [INFO] [stdout] Global Record of: 0.04177956867600025187 @ [1.22646, 1.22648, -1.22649, 1.22644, 1.22664] [INFO] [stdout] Swarm_6 iter 6000: c = 5972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178767254501756373 @ [1.22202, 1.22657, -1.22292, 1.22092, 1.22831] [INFO] [stdout] Global Record of: 0.04177956554369264414 @ [1.22648, 1.22648, -1.22648, 1.22649, 1.22648] [INFO] [stdout] Swarm_0 iter 6000: c = 5988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04750671833649148385 @ [1.11700, -1.12221, 1.16421, -1.19889, 1.07525] [INFO] [stdout] Global Record of: 0.04177956553302778625 @ [1.22648, 1.22649, -1.22649, 1.22649, 1.22648] [INFO] [stdout] Swarm_5 iter 6000: c = 5957, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178412742746030056 @ [1.22750, 1.22056, -1.22559, 1.22577, 1.22612] [INFO] [stdout] Global Record of: 0.04177956552972970916 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 6000: c = 5944, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178268365256381650 @ [1.23118, 1.22558, -1.22725, 1.22601, 1.22782] [INFO] [stdout] Global Record of: 0.04177956552970366749 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 6000: c = 5948, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04179175693387636448 @ [1.22773, 1.22727, -1.22475, 1.23452, 1.23196] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 7000: c = 6842, 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 7000: c = 6988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04750671833649148385 @ [1.11700, -1.12221, 1.16421, -1.19889, 1.07525] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 7000: c = 6900, 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 = 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.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 7000: c = 6856, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 7000: c = 6851, 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 = 6838, 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_1 iter 7000: c = 6836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04750671833649148385 @ [1.11700, -1.12221, 1.16421, -1.19889, 1.07525] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 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_4 iter 8000: c = 7840, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 8000: c = 7898, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 8000: c = 7854, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 7849, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 8000: c = 7836, 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 = 7836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 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.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 9000: c = 8988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04750671833649148385 @ [1.11700, -1.12221, 1.16421, -1.19889, 1.07525] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 9000: c = 8840, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 9000: c = 8898, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 9000: c = 8849, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 9000: c = 8852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 9000: c = 8836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 9000: c = 8836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 10000: c = 9988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04750671833649148385 @ [1.11700, -1.12221, 1.16421, -1.19889, 1.07525] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 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.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 10000: c = 9840, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 10000: c = 9849, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 10000: c = 9898, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 10000: c = 9836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 10000: c = 9852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 10000: c = 9836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970307769 @ [1.22649, 1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Minimum Record of: 0.04177956552970307769 @ [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: 0x5c065ec63782 - std::backtrace_rs::backtrace::libunwind::trace::ha50a1f28c7a10cf8 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5c065ec63782 - std::backtrace_rs::backtrace::trace_unsynchronized::h34f8c4ec82a320bc [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5c065ec63782 - std::sys::backtrace::_print_fmt::h2d23e84e13d343bc [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5c065ec63782 - ::fmt::hde21067283f7e82e [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5c065ec749ef - core::fmt::rt::Argument::fmt::he65307037dca33c6 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5c065ec749ef - core::fmt::write::h24186904251c31cb [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x5c065ec31273 - std::io::default_write_fmt::h4e8d11c5c4b9cafe [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5c065ec31273 - std::io::Write::write_fmt::ha849be0824d095ef [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5c065ec3cee2 - std::sys::backtrace::BacktraceLock::print::he038489aba5894a6 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5c065ec41a1f - std::panicking::default_hook::{{closure}}::h80a26d916c49679b [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5c065ec418b1 - std::panicking::default_hook::he2e9efee79b3dce9 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5c065ebce1ee - as core::ops::function::Fn>::call::h202f496763929329 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x5c065ebce1ee - test::test_main_with_exit_callback::{{closure}}::h805a6913adddaea3 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5c065ec4202f - as core::ops::function::Fn>::call::h2883c9d2dbd4e81c [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x5c065ec4202f - std::panicking::panic_with_hook::hf5648b7cec6bc73e [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5c065ec4172c - std::panicking::begin_panic::{{closure}}::h951933a6bd82ace8 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x5c065ec3d019 - std::sys::backtrace::__rust_end_short_backtrace::h9b4e44a1bc04f345 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5c065ec416fc - std::panicking::begin_panic::h937ac98a8122532e [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x5c065ebabfc2 - pos_pso::expSinFunction::hac31ef4e0aa7f7cc [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 19: 0x5c065ebac177 - pos_pso::expSinFunction::{{closure}}::hc660477aa45b817d [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:20 [INFO] [stdout] 20: 0x5c065eb9b896 - core::ops::function::FnOnce::call_once::hd1e84c8957559370 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 21: 0x5c065ebce05b - core::ops::function::FnOnce::call_once::h3a2d82edd1a9b770 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 22: 0x5c065ebce05b - test::__rust_begin_short_backtrace::h85d4fe5033219107 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:663:18 [INFO] [stdout] 23: 0x5c065ebe204d - test::run_test_in_process::{{closure}}::h67b48a81b9c9d7b6 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:686:74 [INFO] [stdout] 24: 0x5c065ebe204d - as core::ops::function::FnOnce<()>>::call_once::h7680585480377cb5 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 25: 0x5c065ebe204d - std::panicking::catch_unwind::do_call::hf71351b2657d4002 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:590:40 [INFO] [stdout] 26: 0x5c065ebe204d - std::panicking::catch_unwind::h7fcb5c0312d9e172 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:553:19 [INFO] [stdout] 27: 0x5c065ebe204d - std::panic::catch_unwind::h5cf3c9bdee894ebe [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panic.rs:359:14 [INFO] [stdout] 28: 0x5c065ebe204d - test::run_test_in_process::h1469cb85193a3a25 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:686:27 [INFO] [stdout] 29: 0x5c065ebe204d - test::run_test::{{closure}}::h59d45b3cd6453d69 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:607:43 [INFO] [stdout] 30: 0x5c065ebbb594 - test::run_test::{{closure}}::h9baa0c3d443f28c9 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:637:41 [INFO] [stdout] 31: 0x5c065ebbb594 - std::sys::backtrace::__rust_begin_short_backtrace::h97ea8cee4828663e [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 32: 0x5c065ebbedea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5d7539d5f78cee61 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 33: 0x5c065ebbedea - as core::ops::function::FnOnce<()>>::call_once::he4c551e23c5e9b22 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 34: 0x5c065ebbedea - std::panicking::catch_unwind::do_call::h522b41a6c157aaba [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:590:40 [INFO] [stdout] 35: 0x5c065ebbedea - std::panicking::catch_unwind::h0efbf72006b8e365 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:553:19 [INFO] [stdout] 36: 0x5c065ebbedea - std::panic::catch_unwind::h3b081041e6c97066 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panic.rs:359:14 [INFO] [stdout] 37: 0x5c065ebbedea - std::thread::Builder::spawn_unchecked_::{{closure}}::ha751309815d5d8cf [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 38: 0x5c065ebbedea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h2084b887a5fe25a7 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 39: 0x5c065ec3841f - as core::ops::function::FnOnce>::call_once::h3adbd6ccf5f737af [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 40: 0x5c065ec3841f - std::sys::thread::unix::Thread::new::thread_start::hb3dc6483caa1b987 [INFO] [stdout] at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 41: 0x7de1d9c26aa4 - [INFO] [stdout] 42: 0x7de1d9cb3a64 - 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 188.04s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "19dbf568c64293f7e67f4382e2cfe64754213695a3f14e0e35d19cc9bbaea5c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19dbf568c64293f7e67f4382e2cfe64754213695a3f14e0e35d19cc9bbaea5c7", kill_on_drop: false }` [INFO] [stdout] 19dbf568c64293f7e67f4382e2cfe64754213695a3f14e0e35d19cc9bbaea5c7