[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against 1.59.0 for beta-1.60-1 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-16/source [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pos_pso 0.1.6 [INFO] finished tweaking crates.io crate pos_pso 0.1.6 [INFO] tweaked toml for crates.io crate pos_pso 0.1.6 written to /workspace/builds/worker-16/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6ed38f28163c9e6a83bc077d3309ec0c414e4c8b50b33887cf943a01c8124a6 [INFO] running `Command { std: "docker" "start" "-a" "c6ed38f28163c9e6a83bc077d3309ec0c414e4c8b50b33887cf943a01c8124a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6ed38f28163c9e6a83bc077d3309ec0c414e4c8b50b33887cf943a01c8124a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6ed38f28163c9e6a83bc077d3309ec0c414e4c8b50b33887cf943a01c8124a6", kill_on_drop: false }` [INFO] [stdout] c6ed38f28163c9e6a83bc077d3309ec0c414e4c8b50b33887cf943a01c8124a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0cf879de2d7e10a510a2f4da9de547c73024f36b01c4c918e269a9fd85170089 [INFO] running `Command { std: "docker" "start" "-a" "0cf879de2d7e10a510a2f4da9de547c73024f36b01c4c918e269a9fd85170089", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ppv-lite86 v0.2.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 is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.81s [INFO] running `Command { std: "docker" "inspect" "0cf879de2d7e10a510a2f4da9de547c73024f36b01c4c918e269a9fd85170089", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cf879de2d7e10a510a2f4da9de547c73024f36b01c4c918e269a9fd85170089", kill_on_drop: false }` [INFO] [stdout] 0cf879de2d7e10a510a2f4da9de547c73024f36b01c4c918e269a9fd85170089 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91448cc8264d5a5e71a36ee2832530d834a7a98cfd1c18988f22192818c0e714 [INFO] running `Command { std: "docker" "start" "-a" "91448cc8264d5a5e71a36ee2832530d834a7a98cfd1c18988f22192818c0e714", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `min` [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | let min = opt.minimize(job_config, swarm_config, move |pt: &[f64]| -> f64 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_min` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `expSinFunction` should have a snake case name [INFO] [stdout] --> src/lib.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn expSinFunction() { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_sin_function` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.80s [INFO] running `Command { std: "docker" "inspect" "91448cc8264d5a5e71a36ee2832530d834a7a98cfd1c18988f22192818c0e714", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91448cc8264d5a5e71a36ee2832530d834a7a98cfd1c18988f22192818c0e714", kill_on_drop: false }` [INFO] [stdout] 91448cc8264d5a5e71a36ee2832530d834a7a98cfd1c18988f22192818c0e714 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 55d08526826e140e7bcd8825e5490297a6980d2f1943e8da8b82aeb4de71a5d5 [INFO] running `Command { std: "docker" "start" "-a" "55d08526826e140e7bcd8825e5490297a6980d2f1943e8da8b82aeb4de71a5d5", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::f64::consts::PI` [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::f64::consts::PI; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `igf` [INFO] [stderr] --> src/optimizer/swarm.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | igf: f64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `igf` [INFO] [stderr] --> src/optimizer/swarm.rs:221:5 [INFO] [stderr] | [INFO] [stderr] 221 | igf: f64, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 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 [INFO] [stderr] warning: `pos_pso` (lib test) generated 4 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pos_pso-0e5dffeba31e9a6b) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test opt_quad_test_collab ... ok [INFO] [stdout] test expSinFunction has been running for over 60 seconds [INFO] [stdout] test expSinFunction ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- expSinFunction stdout ---- [INFO] [stdout] PSO initialized with 8 swarm-threads of 256 particles each [INFO] [stdout] [INFO] [stdout] Swarm Configurations: [INFO] [stdout] 0: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 1: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 2: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 3: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 4: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 5: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 6: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] 7: Collaborative Swarm [shares record with global collective every 32 itterations]: [INFO] [stdout] Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125 [INFO] [stdout] Job Starting... [INFO] [stdout] Optimizer will search a 5 variable space bounded by [(-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586)] [INFO] [stdout] [INFO] [stdout] and velocities bounded by [(-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25)] [INFO] [stdout] [INFO] [stdout] Optimizer will run for 10000 itterations, unless the minimum cost drops below 0.000000001 [INFO] [stdout] [INFO] [stdout] Swarm_0 iter 1000: c = 976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04243967291257060015 @ [-1.23618, 1.24198, 1.19826, 1.26561, -1.17380] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_2 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260423676255585546 @ [-1.21708, 1.24965, 1.28033, 1.25915, -1.18195] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_7 iter 1000: c = 970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04309830233020243290 @ [1.22321, -1.16234, -1.26434, -1.27431, -1.27878] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_4 iter 1000: c = 986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04237866147790096683 @ [-1.25273, 1.21498, 1.27484, 1.24593, -1.19123] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_3 iter 1000: c = 988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_1 iter 1000: c = 977, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04269774879144847685 @ [-1.22235, 1.27780, 1.20333, 1.26521, -1.17463] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_6 iter 1000: c = 978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04524166142617552788 @ [-1.22681, -1.35169, -1.23419, -1.32237, 1.22294] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_5 iter 1000: c = 992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04486061423185493113 @ [-1.14787, -1.23725, -1.27635, -1.27267, 1.10261] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_7 iter 2000: c = 1970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04309830233020243290 @ [1.22321, -1.16234, -1.26434, -1.27431, -1.27878] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_0 iter 2000: c = 1974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241751155125968176 @ [-1.16735, 1.21972, 1.19793, 1.24136, -1.25444] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_2 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04260423676255585546 @ [-1.21708, 1.24965, 1.28033, 1.25915, -1.18195] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_1 iter 2000: c = 1977, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04269774879144847685 @ [-1.22235, 1.27780, 1.20333, 1.26521, -1.17463] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_6 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04524166142617552788 @ [-1.22681, -1.35169, -1.23419, -1.32237, 1.22294] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_4 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04237866147790096683 @ [-1.25273, 1.21498, 1.27484, 1.24593, -1.19123] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_3 iter 2000: c = 1988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_5 iter 2000: c = 1992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04486061423185493113 @ [-1.14787, -1.23725, -1.27635, -1.27267, 1.10261] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_7 iter 3000: c = 2970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04309830233020243290 @ [1.22321, -1.16234, -1.26434, -1.27431, -1.27878] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_0 iter 3000: c = 2974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241751155125968176 @ [-1.16735, 1.21972, 1.19793, 1.24136, -1.25444] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_1 iter 3000: c = 2975, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04266245916690052792 @ [-1.17723, 1.16534, 1.26167, 1.22560, -1.23088] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_2 iter 3000: c = 2978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04222240722630807991 @ [-1.17383, 1.21903, 1.25306, 1.21296, -1.22781] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_6 iter 3000: c = 2978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04524166142617552788 @ [-1.22681, -1.35169, -1.23419, -1.32237, 1.22294] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_4 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04237866147790096683 @ [-1.25273, 1.21498, 1.27484, 1.24593, -1.19123] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_3 iter 3000: c = 2988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_5 iter 3000: c = 2992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04486061423185493113 @ [-1.14787, -1.23725, -1.27635, -1.27267, 1.10261] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_7 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04309830233020243290 @ [1.22321, -1.16234, -1.26434, -1.27431, -1.27878] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_0 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04232929876511659639 @ [-1.20810, 1.24261, 1.24295, 1.23707, -1.28421] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_1 iter 4000: c = 3973, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04241173927255293546 @ [-1.17548, 1.25287, 1.21150, 1.23685, -1.26572] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_2 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04222240722630807991 @ [-1.17383, 1.21903, 1.25306, 1.21296, -1.22781] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_4 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04227862606953388530 @ [-1.21618, 1.27596, 1.22936, 1.19824, -1.25087] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_6 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04524166142617552788 @ [-1.22681, -1.35169, -1.23419, -1.32237, 1.22294] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_3 iter 4000: c = 3988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_5 iter 4000: c = 3992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04486061423185493113 @ [-1.14787, -1.23725, -1.27635, -1.27267, 1.10261] [INFO] [stdout] Global Record of: 0.04204004052680091613 @ [-1.24102, 1.19384, 1.21395, 1.20032, -1.23392] [INFO] [stdout] Swarm_7 iter 5000: c = 4970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04309830233020243290 @ [1.22321, -1.16234, -1.26434, -1.27431, -1.27878] [INFO] [stdout] Global Record of: 0.04191159513635100281 @ [-1.22034, 1.23517, 1.21293, 1.19809, -1.22555] [INFO] [stdout] Swarm_0 iter 5000: c = 4964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199389810650062255 @ [-1.19665, 1.23129, 1.21401, 1.23291, -1.20023] [INFO] [stdout] Global Record of: 0.04191159513635100281 @ [-1.22034, 1.23517, 1.21293, 1.19809, -1.22555] [INFO] [stdout] Swarm_1 iter 5000: c = 4967, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04207279897418640668 @ [-1.23134, 1.21648, 1.19348, 1.22860, -1.19097] [INFO] [stdout] Global Record of: 0.04191159513635100281 @ [-1.22034, 1.23517, 1.21293, 1.19809, -1.22555] [INFO] [stdout] Swarm_2 iter 5000: c = 4972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04201366693866462332 @ [-1.19072, 1.21012, 1.22027, 1.20899, -1.23553] [INFO] [stdout] Global Record of: 0.04191159513635100281 @ [-1.22034, 1.23517, 1.21293, 1.19809, -1.22555] [INFO] [stdout] Swarm_4 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04191159513635100281 @ [-1.22034, 1.23517, 1.21293, 1.19809, -1.22555] [INFO] [stdout] Global Record of: 0.04191159513635100281 @ [-1.22034, 1.23517, 1.21293, 1.19809, -1.22555] [INFO] [stdout] Swarm_6 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04524166142617552788 @ [-1.22681, -1.35169, -1.23419, -1.32237, 1.22294] [INFO] [stdout] Global Record of: 0.04191159513635100281 @ [-1.22034, 1.23517, 1.21293, 1.19809, -1.22555] [INFO] [stdout] Swarm_3 iter 5000: c = 4986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04199284639572613970 @ [-1.20348, 1.24810, 1.20226, 1.21327, -1.22655] [INFO] [stdout] Global Record of: 0.04191159513635100281 @ [-1.22034, 1.23517, 1.21293, 1.19809, -1.22555] [INFO] [stdout] Swarm_5 iter 5000: c = 4992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04486061423185493113 @ [-1.14787, -1.23725, -1.27635, -1.27267, 1.10261] [INFO] [stdout] Global Record of: 0.04191159513635100281 @ [-1.22034, 1.23517, 1.21293, 1.19809, -1.22555] [INFO] [stdout] Swarm_7 iter 6000: c = 5970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04309830233020243290 @ [1.22321, -1.16234, -1.26434, -1.27431, -1.27878] [INFO] [stdout] Global Record of: 0.04178118181327711289 @ [-1.22821, 1.22839, 1.22674, 1.22520, -1.22427] [INFO] [stdout] Swarm_0 iter 6000: c = 5938, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178142394704284501 @ [-1.22353, 1.22637, 1.22540, 1.22460, -1.22510] [INFO] [stdout] Global Record of: 0.04178118181327711289 @ [-1.22821, 1.22839, 1.22674, 1.22520, -1.22427] [INFO] [stdout] Swarm_1 iter 6000: c = 5937, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178484869339710306 @ [-1.22833, 1.23015, 1.23108, 1.22562, -1.22437] [INFO] [stdout] Global Record of: 0.04178118181327711289 @ [-1.22821, 1.22839, 1.22674, 1.22520, -1.22427] [INFO] [stdout] Swarm_2 iter 6000: c = 5960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178118181327711289 @ [-1.22821, 1.22839, 1.22674, 1.22520, -1.22427] [INFO] [stdout] Global Record of: 0.04178118181327711289 @ [-1.22821, 1.22839, 1.22674, 1.22520, -1.22427] [INFO] [stdout] Swarm_4 iter 6000: c = 5968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178401022661176745 @ [-1.22832, 1.22614, 1.22546, 1.22083, -1.22639] [INFO] [stdout] Global Record of: 0.04178118181327711289 @ [-1.22821, 1.22839, 1.22674, 1.22520, -1.22427] [INFO] [stdout] Swarm_6 iter 6000: c = 5978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04524166142617552788 @ [-1.22681, -1.35169, -1.23419, -1.32237, 1.22294] [INFO] [stdout] Global Record of: 0.04178118181327711289 @ [-1.22821, 1.22839, 1.22674, 1.22520, -1.22427] [INFO] [stdout] Swarm_3 iter 6000: c = 5966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178779777166198584 @ [-1.22681, 1.22985, 1.22729, 1.23061, -1.23271] [INFO] [stdout] Global Record of: 0.04178118181327711289 @ [-1.22821, 1.22839, 1.22674, 1.22520, -1.22427] [INFO] [stdout] Swarm_5 iter 6000: c = 5992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04486061423185493113 @ [-1.14787, -1.23725, -1.27635, -1.27267, 1.10261] [INFO] [stdout] Global Record of: 0.04178031936913986777 @ [-1.22586, 1.22433, 1.22596, 1.22588, -1.22574] [INFO] [stdout] Swarm_7 iter 7000: c = 6970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04309830233020243290 @ [1.22321, -1.16234, -1.26434, -1.27431, -1.27878] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 7000: c = 6830, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309850 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 7000: c = 6850, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_2 iter 7000: c = 6834, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 7000: c = 6978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04524166142617552788 @ [-1.22681, -1.35169, -1.23419, -1.32237, 1.22294] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_3 iter 7000: c = 6854, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 7000: c = 6992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04486061423185493113 @ [-1.14787, -1.23725, -1.27635, -1.27267, 1.10261] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 7000: c = 6843, 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 8000: c = 7970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04309830233020243290 @ [1.22321, -1.16234, -1.26434, -1.27431, -1.27878] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7828, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 8000: c = 7848, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_2 iter 8000: c = 7832, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 8000: c = 7978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04524166142617552788 @ [-1.22681, -1.35169, -1.23419, -1.32237, 1.22294] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_3 iter 8000: c = 7852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 7992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04486061423185493113 @ [-1.14787, -1.23725, -1.27635, -1.27267, 1.10261] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 8000: c = 7841, 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 = 8970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04309830233020243290 @ [1.22321, -1.16234, -1.26434, -1.27431, -1.27878] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_0 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_4 iter 9000: c = 8848, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_2 iter 9000: c = 8832, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 9000: c = 8978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04524166142617552788 @ [-1.22681, -1.35169, -1.23419, -1.32237, 1.22294] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_3 iter 9000: c = 8852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 9000: c = 8992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04486061423185493113 @ [-1.14787, -1.23725, -1.27635, -1.27267, 1.10261] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 9000: c = 8841, 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 = 9970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04309830233020243290 @ [1.22321, -1.16234, -1.26434, -1.27431, -1.27878] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_0 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_2 iter 10000: c = 9832, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 10000: c = 9848, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 10000: c = 9978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04524166142617552788 @ [-1.22681, -1.35169, -1.23419, -1.32237, 1.22294] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_3 iter 10000: c = 9852, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 10000: c = 9992, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04486061423185493113 @ [-1.14787, -1.23725, -1.27635, -1.27267, 1.10261] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Swarm_1 iter 10000: c = 9841, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] Minimum Record of: 0.04177956552970308463 @ [-1.22649, 1.22649, 1.22649, 1.22649, -1.22649] [INFO] [stdout] thread 'expSinFunction' panicked at 'optimizer did not converge!', src/lib.rs:38:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556ec274416c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x556ec274416c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556ec274416c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x556ec274416c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x556ec276a53c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x556ec273f3d3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x556ec2746892 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x556ec2746892 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x556ec2746892 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x556ec27464e1 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x556ec2746ee3 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x556ec26ec992 - std::panicking::begin_panic::{{closure}}::h95f11d1535bb6236 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:526:9 [INFO] [stdout] 12: 0x556ec26ec459 - std::sys_common::backtrace::__rust_end_short_backtrace::h63aad27386079794 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x556ec26ec913 - std::panicking::begin_panic::ha1edef9584ebf7d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:525:12 [INFO] [stdout] 14: 0x556ec26aa5b9 - pos_pso::expSinFunction::h18f46baf4ef04625 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 15: 0x556ec26aa25a - pos_pso::expSinFunction::{{closure}}::he1a589ac98466de8 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:1 [INFO] [stdout] 16: 0x556ec26abb6e - core::ops::function::FnOnce::call_once::hb82e008099529404 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x556ec26d9ca3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x556ec26d9ca3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 19: 0x556ec26d898f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 20: 0x556ec26d898f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x556ec26d898f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 22: 0x556ec26d898f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 23: 0x556ec26d898f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 24: 0x556ec26d898f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 25: 0x556ec26d898f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 26: 0x556ec26e1d51 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 27: 0x556ec26e1d51 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 28: 0x556ec26ae7df - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 29: 0x556ec26ae7df - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x556ec26ae7df - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 31: 0x556ec26ae7df - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 32: 0x556ec26ae7df - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 33: 0x556ec26ae7df - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 34: 0x556ec26ae7df - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x556ec274ca63 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 36: 0x556ec274ca63 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 37: 0x556ec274ca63 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 38: 0x7fe03967b609 - start_thread [INFO] [stdout] 39: 0x7fe039906293 - clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] expSinFunction [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 93.54s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "55d08526826e140e7bcd8825e5490297a6980d2f1943e8da8b82aeb4de71a5d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55d08526826e140e7bcd8825e5490297a6980d2f1943e8da8b82aeb4de71a5d5", kill_on_drop: false }` [INFO] [stdout] 55d08526826e140e7bcd8825e5490297a6980d2f1943e8da8b82aeb4de71a5d5