[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [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 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ec8567868d5bb6d6bcec546438c537ebfd7a019c45dc20e3f76cefb4b8ac189 [INFO] running `Command { std: "docker" "start" "-a" "5ec8567868d5bb6d6bcec546438c537ebfd7a019c45dc20e3f76cefb4b8ac189", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ec8567868d5bb6d6bcec546438c537ebfd7a019c45dc20e3f76cefb4b8ac189", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ec8567868d5bb6d6bcec546438c537ebfd7a019c45dc20e3f76cefb4b8ac189", kill_on_drop: false }` [INFO] [stdout] 5ec8567868d5bb6d6bcec546438c537ebfd7a019c45dc20e3f76cefb4b8ac189 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c127d4240b20b8bd8374fb12542b8b0352b596e5a79522c20f70276cf7fd227 [INFO] running `Command { std: "docker" "start" "-a" "8c127d4240b20b8bd8374fb12542b8b0352b596e5a79522c20f70276cf7fd227", 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)]` 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)]` 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.13s [INFO] running `Command { std: "docker" "inspect" "8c127d4240b20b8bd8374fb12542b8b0352b596e5a79522c20f70276cf7fd227", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c127d4240b20b8bd8374fb12542b8b0352b596e5a79522c20f70276cf7fd227", kill_on_drop: false }` [INFO] [stdout] 8c127d4240b20b8bd8374fb12542b8b0352b596e5a79522c20f70276cf7fd227 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9638398294d6c97590a30cfe451a5ff2535a914655282a0d496f2a7822a22962 [INFO] running `Command { std: "docker" "start" "-a" "9638398294d6c97590a30cfe451a5ff2535a914655282a0d496f2a7822a22962", kill_on_drop: false }` [INFO] [stderr] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::f64::consts::PI` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::f64::consts::PI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `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)]` 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)]` 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)]` 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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `Command { std: "docker" "inspect" "9638398294d6c97590a30cfe451a5ff2535a914655282a0d496f2a7822a22962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9638398294d6c97590a30cfe451a5ff2535a914655282a0d496f2a7822a22962", kill_on_drop: false }` [INFO] [stdout] 9638398294d6c97590a30cfe451a5ff2535a914655282a0d496f2a7822a22962 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 39064a617bbd26f1b37466ab6ab27f8b8b7d549101d0cb31e77353e01a85b0cd [INFO] running `Command { std: "docker" "start" "-a" "39064a617bbd26f1b37466ab6ab27f8b8b7d549101d0cb31e77353e01a85b0cd", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::f64::consts::PI` [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::f64::consts::PI; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `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)]` 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)]` 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)]` 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-3f0dca6601908e4e) [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] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] test expSinFunction ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- expSinFunction stdout ---- [INFO] [stdout] PSO initialized with 8 swarm-threads of 256 particles each [INFO] [stdout] [INFO] [stdout] Swarm Configurations: [INFO] [stdout] 0: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 1: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 2: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 3: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 4: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 5: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 6: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 7: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] Job Starting... [INFO] [stdout] Optimizer will search a 5 variable space bounded by [(-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586)] [INFO] [stdout] [INFO] [stdout] and velocities bounded by [(-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25)] [INFO] [stdout] [INFO] [stdout] Optimizer will run for 10000 itterations, unless the minimum cost drops below 0.000000001 [INFO] [stdout] [INFO] [stdout] Swarm_3 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04317066437730235351 @ [1.29982, -1.22322, -1.20312, 1.28585, -1.19112] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_0 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04257586838245697169 @ [1.21354, 1.19551, 1.21779, 1.15372, 1.24542] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_4 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_7 iter 1000: c = 978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272997949611268692 @ [1.23887, -1.23451, -1.14310, 1.24906, -1.20357] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_6 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04207425803116394969 @ [1.20346, 1.23760, 1.25371, 1.19606, 1.21673] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_5 iter 1000: c = 976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272241074927739246 @ [1.25173, -1.26299, -1.18115, 1.21165, -1.28342] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_2 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04213603652805755079 @ [1.19639, 1.22789, 1.20896, 1.19664, 1.25530] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_1 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259945228952806417 @ [1.21849, 1.19273, 1.22926, 1.29638, 1.21009] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_3 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04317066437730235351 @ [1.29982, -1.22322, -1.20312, 1.28585, -1.19112] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_5 iter 2000: c = 1976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272241074927739246 @ [1.25173, -1.26299, -1.18115, 1.21165, -1.28342] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_4 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_6 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04207425803116394969 @ [1.20346, 1.23760, 1.25371, 1.19606, 1.21673] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_2 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04213603652805755079 @ [1.19639, 1.22789, 1.20896, 1.19664, 1.25530] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_1 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259945228952806417 @ [1.21849, 1.19273, 1.22926, 1.29638, 1.21009] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_7 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272997949611268692 @ [1.23887, -1.23451, -1.14310, 1.24906, -1.20357] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_0 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04257586838245697169 @ [1.21354, 1.19551, 1.21779, 1.15372, 1.24542] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_6 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04207425803116394969 @ [1.20346, 1.23760, 1.25371, 1.19606, 1.21673] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_1 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04259945228952806417 @ [1.21849, 1.19273, 1.22926, 1.29638, 1.21009] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_5 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272241074927739246 @ [1.25173, -1.26299, -1.18115, 1.21165, -1.28342] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_3 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04317066437730235351 @ [1.29982, -1.22322, -1.20312, 1.28585, -1.19112] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_0 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04257586838245697169 @ [1.21354, 1.19551, 1.21779, 1.15372, 1.24542] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_4 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_2 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04213603652805755079 @ [1.19639, 1.22789, 1.20896, 1.19664, 1.25530] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_7 iter 3000: c = 2978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272997949611268692 @ [1.23887, -1.23451, -1.14310, 1.24906, -1.20357] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_1 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04221726515563359317 @ [1.22027, 1.25729, 1.21141, 1.26806, 1.20334] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_5 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272241074927739246 @ [1.25173, -1.26299, -1.18115, 1.21165, -1.28342] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_6 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04207425803116394969 @ [1.20346, 1.23760, 1.25371, 1.19606, 1.21673] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_3 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04317066437730235351 @ [1.29982, -1.22322, -1.20312, 1.28585, -1.19112] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_0 iter 4000: c = 3976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216454318946637192 @ [1.20291, 1.22974, 1.25802, 1.19009, 1.24271] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_4 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_7 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272997949611268692 @ [1.23887, -1.23451, -1.14310, 1.24906, -1.20357] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_2 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04213603652805755079 @ [1.19639, 1.22789, 1.20896, 1.19664, 1.25530] [INFO] [stdout] Global Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Swarm_1 iter 5000: c = 4972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04185799705715973623 @ [1.23090, 1.23008, 1.20834, 1.23778, 1.23885] [INFO] [stdout] Global Record of: 0.04185799705715973623 @ [1.23090, 1.23008, 1.20834, 1.23778, 1.23885] [INFO] [stdout] Swarm_6 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04194205460376793093 @ [1.24462, 1.21933, 1.20918, 1.21338, 1.24802] [INFO] [stdout] Global Record of: 0.04185799705715973623 @ [1.23090, 1.23008, 1.20834, 1.23778, 1.23885] [INFO] [stdout] Swarm_2 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04212198932482424246 @ [1.24220, 1.25858, 1.20082, 1.21734, 1.19883] [INFO] [stdout] Global Record of: 0.04185799705715973623 @ [1.23090, 1.23008, 1.20834, 1.23778, 1.23885] [INFO] [stdout] Swarm_0 iter 5000: c = 4972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04203882854113502598 @ [1.23188, 1.24529, 1.19373, 1.25224, 1.22646] [INFO] [stdout] Global Record of: 0.04185799705715973623 @ [1.23090, 1.23008, 1.20834, 1.23778, 1.23885] [INFO] [stdout] Swarm_5 iter 5000: c = 4976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272241074927739246 @ [1.25173, -1.26299, -1.18115, 1.21165, -1.28342] [INFO] [stdout] Global Record of: 0.04185799705715973623 @ [1.23090, 1.23008, 1.20834, 1.23778, 1.23885] [INFO] [stdout] Swarm_3 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04317066437730235351 @ [1.29982, -1.22322, -1.20312, 1.28585, -1.19112] [INFO] [stdout] Global Record of: 0.04185799705715973623 @ [1.23090, 1.23008, 1.20834, 1.23778, 1.23885] [INFO] [stdout] Swarm_4 iter 5000: c = 4982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04206252582388027295 @ [1.21523, 1.20401, 1.20225, 1.19253, 1.23108] [INFO] [stdout] Global Record of: 0.04185799705715973623 @ [1.23090, 1.23008, 1.20834, 1.23778, 1.23885] [INFO] [stdout] Swarm_7 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272997949611268692 @ [1.23887, -1.23451, -1.14310, 1.24906, -1.20357] [INFO] [stdout] Global Record of: 0.04185799705715973623 @ [1.23090, 1.23008, 1.20834, 1.23778, 1.23885] [INFO] [stdout] Swarm_1 iter 6000: c = 5966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178168188242489117 @ [1.22628, 1.22395, 1.22362, 1.22770, 1.22535] [INFO] [stdout] Global Record of: 0.04178168188242489117 @ [1.22628, 1.22395, 1.22362, 1.22770, 1.22535] [INFO] [stdout] Swarm_2 iter 6000: c = 5952, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178284154694598962 @ [1.22477, 1.23064, 1.22429, 1.22735, 1.22555] [INFO] [stdout] Global Record of: 0.04178023389854535613 @ [1.22597, 1.22807, 1.22570, 1.22694, 1.22786] [INFO] [stdout] Swarm_5 iter 6000: c = 5976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272241074927739246 @ [1.25173, -1.26299, -1.18115, 1.21165, -1.28342] [INFO] [stdout] Global Record of: 0.04177976824890019397 @ [1.22622, 1.22707, 1.22566, 1.22590, 1.22696] [INFO] [stdout] Swarm_6 iter 6000: c = 5968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04179124420315433880 @ [1.21950, 1.22450, 1.23204, 1.22837, 1.22361] [INFO] [stdout] Global Record of: 0.04177967800932578385 @ [1.22643, 1.22651, 1.22562, 1.22607, 1.22642] [INFO] [stdout] Swarm_7 iter 6000: c = 5978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272997949611268692 @ [1.23887, -1.23451, -1.14310, 1.24906, -1.20357] [INFO] [stdout] Global Record of: 0.04177958488535046810 @ [1.22612, 1.22654, 1.22635, 1.22647, 1.22647] [INFO] [stdout] Swarm_0 iter 6000: c = 5962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178570614614231932 @ [1.22912, 1.22942, 1.22257, 1.22261, 1.22443] [INFO] [stdout] Global Record of: 0.04177956637156671899 @ [1.22649, 1.22647, 1.22649, 1.22644, 1.22655] [INFO] [stdout] Swarm_4 iter 6000: c = 5962, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178417545115303833 @ [1.23147, 1.22466, 1.22779, 1.22909, 1.22548] [INFO] [stdout] Global Record of: 0.04177956565763882996 @ [1.22651, 1.22646, 1.22648, 1.22649, 1.22650] [INFO] [stdout] Swarm_3 iter 6000: c = 5980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04317066437730235351 @ [1.29982, -1.22322, -1.20312, 1.28585, -1.19112] [INFO] [stdout] Global Record of: 0.04177956553082160657 @ [1.22649, 1.22649, 1.22649, 1.22648, 1.22649] [INFO] [stdout] Swarm_2 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_1 iter 7000: c = 6848, 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 = 6978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272997949611268692 @ [1.23887, -1.23451, -1.14310, 1.24906, -1.20357] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 7000: c = 6976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272241074927739246 @ [1.25173, -1.26299, -1.18115, 1.21165, -1.28342] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 7000: c = 6884, 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 = 6852, 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 7000: c = 6980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04317066437730235351 @ [1.29982, -1.22322, -1.20312, 1.28585, -1.19112] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 7000: c = 6828, 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 = 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_1 iter 8000: c = 7846, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 8000: c = 7978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272997949611268692 @ [1.23887, -1.23451, -1.14310, 1.24906, -1.20357] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7882, 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 = 7976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272241074927739246 @ [1.25173, -1.26299, -1.18115, 1.21165, -1.28342] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 8000: c = 7850, 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 = 7980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04317066437730235351 @ [1.29982, -1.22322, -1.20312, 1.28585, -1.19112] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 8000: c = 7826, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 9000: c = 8854, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 9000: c = 8846, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 9000: c = 8976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272241074927739246 @ [1.25173, -1.26299, -1.18115, 1.21165, -1.28342] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 9000: c = 8850, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 9000: c = 8882, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 8978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272997949611268692 @ [1.23887, -1.23451, -1.14310, 1.24906, -1.20357] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 9000: c = 8826, 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 9000: c = 8980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04317066437730235351 @ [1.29982, -1.22322, -1.20312, 1.28585, -1.19112] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 10000: c = 9846, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 10000: c = 9854, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 10000: c = 9976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272241074927739246 @ [1.25173, -1.26299, -1.18115, 1.21165, -1.28342] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 10000: c = 9882, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 10000: c = 9850, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 10000: c = 9826, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 10000: c = 9978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272997949611268692 @ [1.23887, -1.23451, -1.14310, 1.24906, -1.20357] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 10000: c = 9980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04317066437730235351 @ [1.29982, -1.22322, -1.20312, 1.28585, -1.19112] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] Minimum Record of: 0.04177956552970308463 @ [1.22649, 1.22649, 1.22649, 1.22649, 1.22649] [INFO] [stdout] [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: 0x64e30fdb0952 - std::backtrace_rs::backtrace::libunwind::trace::h0fb8082ca5562a61 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x64e30fdb0952 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa258994374a3cd [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x64e30fdb0952 - std::sys::backtrace::_print_fmt::h11496fe34963a885 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64e30fdb0952 - ::fmt::hff1a9408d012ee89 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64e30fdd483f - core::fmt::rt::Argument::fmt::hf11195b61445f5d1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x64e30fdd483f - core::fmt::write::h2f1fc679f228cc52 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x64e30fd9d5f3 - std::io::default_write_fmt::h12bd533187bc883d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x64e30fd9d5f3 - std::io::Write::write_fmt::h926a1fdfdcb90065 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x64e30fdb07a2 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x64e30fd9bd9c - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x64e30fd9bc19 - std::panicking::default_hook::h43da101644971931 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x64e30fd0e04e - as core::ops::function::Fn>::call::h4b2012949041da5d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x64e30fd0e04e - test::test_main_with_exit_callback::{{closure}}::h53c9154cdc260357 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x64e30fd9c3a3 - as core::ops::function::Fn>::call::h911f2e3e7e84b764 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x64e30fd9c3a3 - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x64e30fdb0a6c - std::panicking::begin_panic::{{closure}}::had6744d4383f8db4 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x64e30fdb0a39 - std::sys::backtrace::__rust_end_short_backtrace::h9e71ce60034cb491 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x64e30fd9b78e - std::panicking::begin_panic::h2e210272532eb6ed [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x64e30fcfb080 - pos_pso::expSinFunction::h37a84e584f3e275b [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 19: 0x64e30fcfa9f7 - pos_pso::expSinFunction::{{closure}}::he9e1f3b32ad7404c [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:20 [INFO] [stdout] 20: 0x64e30fcf3146 - core::ops::function::FnOnce::call_once::h33650db7439c14cf [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 21: 0x64e30fd1358b - core::ops::function::FnOnce::call_once::haf4e03bb51ef1351 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 22: 0x64e30fd1358b - test::__rust_begin_short_backtrace::h50f5566ee84f2f21 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:663:18 [INFO] [stdout] 23: 0x64e30fd16785 - test::run_test_in_process::{{closure}}::heb3733b71d876eca [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:686:74 [INFO] [stdout] 24: 0x64e30fd16785 - as core::ops::function::FnOnce<()>>::call_once::he2fe41e1b161faa9 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 25: 0x64e30fd16785 - std::panicking::catch_unwind::do_call::h00aa383d8fd97a09 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 26: 0x64e30fd16785 - std::panicking::catch_unwind::he482e1914bc21641 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 27: 0x64e30fd16785 - std::panic::catch_unwind::h86ac9705098f4f22 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 28: 0x64e30fd16785 - test::run_test_in_process::h636a992821e3c6aa [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:686:27 [INFO] [stdout] 29: 0x64e30fd16785 - test::run_test::{{closure}}::he454cc9a192df79f [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:607:43 [INFO] [stdout] 30: 0x64e30fd3c134 - test::run_test::{{closure}}::haec47455908dff86 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/lib.rs:637:41 [INFO] [stdout] 31: 0x64e30fd3c134 - std::sys::backtrace::__rust_begin_short_backtrace::h230785972524cdc1 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 32: 0x64e30fd22d4a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::haa5a562db4cde838 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 33: 0x64e30fd22d4a - as core::ops::function::FnOnce<()>>::call_once::h89254f37a55d0a87 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 34: 0x64e30fd22d4a - std::panicking::catch_unwind::do_call::h499f5a462f019d9d [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:590:40 [INFO] [stdout] 35: 0x64e30fd22d4a - std::panicking::catch_unwind::h6736fbbb1a264383 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panicking.rs:553:19 [INFO] [stdout] 36: 0x64e30fd22d4a - std::panic::catch_unwind::h49ea7bdd1cbee572 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/panic.rs:359:14 [INFO] [stdout] 37: 0x64e30fd22d4a - std::thread::Builder::spawn_unchecked_::{{closure}}::h653dfa62acf32f5a [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 38: 0x64e30fd22d4a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h82582a626a045a45 [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 39: 0x64e30fd86fbf - as core::ops::function::FnOnce>::call_once::h4ab26c07513156cc [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 40: 0x64e30fd86fbf - std::sys::pal::unix::thread::Thread::new::thread_start::h66ff1bba185a50cf [INFO] [stdout] at /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 41: 0x7dddd03fdaa4 - [INFO] [stdout] 42: 0x7dddd048aa34 - 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 205.60s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "39064a617bbd26f1b37466ab6ab27f8b8b7d549101d0cb31e77353e01a85b0cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39064a617bbd26f1b37466ab6ab27f8b8b7d549101d0cb31e77353e01a85b0cd", kill_on_drop: false }` [INFO] [stdout] 39064a617bbd26f1b37466ab6ab27f8b8b7d549101d0cb31e77353e01a85b0cd