[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against 1.55.0 for beta-1.56-1 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-32/source [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.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-32/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.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-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4810600fd9f467ac899ed5472d14643628ae4fc05ee8554db60725ff6d67a132 [INFO] running `Command { std: "docker" "start" "-a" "4810600fd9f467ac899ed5472d14643628ae4fc05ee8554db60725ff6d67a132", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4810600fd9f467ac899ed5472d14643628ae4fc05ee8554db60725ff6d67a132", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4810600fd9f467ac899ed5472d14643628ae4fc05ee8554db60725ff6d67a132", kill_on_drop: false }` [INFO] [stdout] 4810600fd9f467ac899ed5472d14643628ae4fc05ee8554db60725ff6d67a132 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 53ceba307e671ae8081cb5c11c7a0410b4b5b20400ee8b8f561656443e513b13 [INFO] running `Command { std: "docker" "start" "-a" "53ceba307e671ae8081cb5c11c7a0410b4b5b20400ee8b8f561656443e513b13", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.101 [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 is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.97s [INFO] running `Command { std: "docker" "inspect" "53ceba307e671ae8081cb5c11c7a0410b4b5b20400ee8b8f561656443e513b13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53ceba307e671ae8081cb5c11c7a0410b4b5b20400ee8b8f561656443e513b13", kill_on_drop: false }` [INFO] [stdout] 53ceba307e671ae8081cb5c11c7a0410b4b5b20400ee8b8f561656443e513b13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4f8ec15192f13a979a243d7108b4e1a2e2ad57030aaa76f151296418f72adab [INFO] running `Command { std: "docker" "start" "-a" "d4f8ec15192f13a979a243d7108b4e1a2e2ad57030aaa76f151296418f72adab", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `std::f64::consts::PI` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::f64::consts::PI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` 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] [stderr] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `min` [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | let min = opt.minimize(job_config, swarm_config, move |pt: &[f64]| -> f64 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_min` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `igf` [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `expSinFunction` should have a snake case name [INFO] [stdout] --> src/lib.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn expSinFunction() { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_sin_function` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.84s [INFO] running `Command { std: "docker" "inspect" "d4f8ec15192f13a979a243d7108b4e1a2e2ad57030aaa76f151296418f72adab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4f8ec15192f13a979a243d7108b4e1a2e2ad57030aaa76f151296418f72adab", kill_on_drop: false }` [INFO] [stdout] d4f8ec15192f13a979a243d7108b4e1a2e2ad57030aaa76f151296418f72adab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 20957713b345f7a7eec2ffa2f40e88d868a4fe4f4b0d6700df429c0a376776ec [INFO] running `Command { std: "docker" "start" "-a" "20957713b345f7a7eec2ffa2f40e88d868a4fe4f4b0d6700df429c0a376776ec", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 1.81s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pos_pso-49abdf45b6844257) [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_4 iter 1000: c = 990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272870020075146547 @ [1.23793, -1.21215, -1.25494, -1.18657, -1.29494] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_6 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198521533160737979 @ [-1.21155, -1.22763, 1.22083, 1.26311, -1.23257] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_5 iter 1000: c = 974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233744489100884495 @ [-1.21905, -1.21924, -1.28410, -1.23442, 1.19669] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_2 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_7 iter 1000: c = 972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216411622732139930 @ [-1.21318, -1.20086, -1.18651, -1.23714, 1.19990] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_0 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244239621150296821 @ [-1.23031, -1.21602, 1.26347, -1.22661, 1.28707] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_3 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04221068704410903261 @ [-1.21431, -1.24143, 1.17373, 1.24752, -1.23150] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_1 iter 1000: c = 978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04304716469510566634 @ [-1.24446, -1.20055, -1.13574, -1.18404, 1.22568] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_4 iter 2000: c = 1990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272870020075146547 @ [1.23793, -1.21215, -1.25494, -1.18657, -1.29494] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_6 iter 2000: c = 1984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198521533160737979 @ [-1.21155, -1.22763, 1.22083, 1.26311, -1.23257] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_5 iter 2000: c = 1974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233744489100884495 @ [-1.21905, -1.21924, -1.28410, -1.23442, 1.19669] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_2 iter 2000: c = 1984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_7 iter 2000: c = 1972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216411622732139930 @ [-1.21318, -1.20086, -1.18651, -1.23714, 1.19990] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_0 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244239621150296821 @ [-1.23031, -1.21602, 1.26347, -1.22661, 1.28707] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_1 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04304716469510566634 @ [-1.24446, -1.20055, -1.13574, -1.18404, 1.22568] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_3 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04221068704410903261 @ [-1.21431, -1.24143, 1.17373, 1.24752, -1.23150] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_4 iter 3000: c = 2990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272870020075146547 @ [1.23793, -1.21215, -1.25494, -1.18657, -1.29494] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_6 iter 3000: c = 2984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198521533160737979 @ [-1.21155, -1.22763, 1.22083, 1.26311, -1.23257] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_5 iter 3000: c = 2974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233744489100884495 @ [-1.21905, -1.21924, -1.28410, -1.23442, 1.19669] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_2 iter 3000: c = 2984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_1 iter 3000: c = 2978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04304716469510566634 @ [-1.24446, -1.20055, -1.13574, -1.18404, 1.22568] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_7 iter 3000: c = 2972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216411622732139930 @ [-1.21318, -1.20086, -1.18651, -1.23714, 1.19990] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_0 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244239621150296821 @ [-1.23031, -1.21602, 1.26347, -1.22661, 1.28707] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_3 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04221068704410903261 @ [-1.21431, -1.24143, 1.17373, 1.24752, -1.23150] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_4 iter 4000: c = 3990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272870020075146547 @ [1.23793, -1.21215, -1.25494, -1.18657, -1.29494] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_7 iter 4000: c = 3972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216411622732139930 @ [-1.21318, -1.20086, -1.18651, -1.23714, 1.19990] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_6 iter 4000: c = 3984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198521533160737979 @ [-1.21155, -1.22763, 1.22083, 1.26311, -1.23257] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_2 iter 4000: c = 3984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_1 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04304716469510566634 @ [-1.24446, -1.20055, -1.13574, -1.18404, 1.22568] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_5 iter 4000: c = 3974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233744489100884495 @ [-1.21905, -1.21924, -1.28410, -1.23442, 1.19669] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_0 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04244239621150296821 @ [-1.23031, -1.21602, 1.26347, -1.22661, 1.28707] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_3 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04221068704410903261 @ [-1.21431, -1.24143, 1.17373, 1.24752, -1.23150] [INFO] [stdout] Global Record of: 0.04195742912456975476 @ [-1.24047, -1.20929, 1.24197, -1.22560, 1.25303] [INFO] [stdout] Swarm_4 iter 5000: c = 4990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272870020075146547 @ [1.23793, -1.21215, -1.25494, -1.18657, -1.29494] [INFO] [stdout] Global Record of: 0.04184643948020642934 @ [-1.22940, -1.23280, 1.24387, -1.21798, 1.23745] [INFO] [stdout] Swarm_7 iter 5000: c = 4972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216411622732139930 @ [-1.21318, -1.20086, -1.18651, -1.23714, 1.19990] [INFO] [stdout] Global Record of: 0.04184643948020642934 @ [-1.22940, -1.23280, 1.24387, -1.21798, 1.23745] [INFO] [stdout] Swarm_2 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04179238387537246441 @ [-1.21990, -1.23244, 1.22595, -1.22283, 1.22296] [INFO] [stdout] Global Record of: 0.04184643948020642934 @ [-1.22940, -1.23280, 1.24387, -1.21798, 1.23745] [INFO] [stdout] Swarm_6 iter 5000: c = 4984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198521533160737979 @ [-1.21155, -1.22763, 1.22083, 1.26311, -1.23257] [INFO] [stdout] Global Record of: 0.04184643948020642934 @ [-1.22940, -1.23280, 1.24387, -1.21798, 1.23745] [INFO] [stdout] Swarm_5 iter 5000: c = 4974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233744489100884495 @ [-1.21905, -1.21924, -1.28410, -1.23442, 1.19669] [INFO] [stdout] Global Record of: 0.04179238387537246441 @ [-1.21990, -1.23244, 1.22595, -1.22283, 1.22296] [INFO] [stdout] Swarm_1 iter 5000: c = 4960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04200042903683370854 @ [-1.22511, -1.24459, 1.19003, -1.21297, 1.22667] [INFO] [stdout] Global Record of: 0.04179238387537246441 @ [-1.21990, -1.23244, 1.22595, -1.22283, 1.22296] [INFO] [stdout] Swarm_0 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04180303209134353382 @ [-1.22041, -1.22788, 1.23470, -1.22469, 1.23551] [INFO] [stdout] Global Record of: 0.04179238387537246441 @ [-1.21990, -1.23244, 1.22595, -1.22283, 1.22296] [INFO] [stdout] Swarm_3 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04221068704410903261 @ [-1.21431, -1.24143, 1.17373, 1.24752, -1.23150] [INFO] [stdout] Global Record of: 0.04179238387537246441 @ [-1.21990, -1.23244, 1.22595, -1.22283, 1.22296] [INFO] [stdout] Swarm_4 iter 6000: c = 5990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272870020075146547 @ [1.23793, -1.21215, -1.25494, -1.18657, -1.29494] [INFO] [stdout] Global Record of: 0.04178702443283414253 @ [-1.22885, -1.23185, 1.22792, -1.22824, 1.23119] [INFO] [stdout] Swarm_7 iter 6000: c = 5972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216411622732139930 @ [-1.21318, -1.20086, -1.18651, -1.23714, 1.19990] [INFO] [stdout] Global Record of: 0.04178702443283414253 @ [-1.22885, -1.23185, 1.22792, -1.22824, 1.23119] [INFO] [stdout] Swarm_6 iter 6000: c = 5984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198521533160737979 @ [-1.21155, -1.22763, 1.22083, 1.26311, -1.23257] [INFO] [stdout] Global Record of: 0.04178702443283414253 @ [-1.22885, -1.23185, 1.22792, -1.22824, 1.23119] [INFO] [stdout] Swarm_2 iter 6000: c = 5978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178702443283414253 @ [-1.22885, -1.23185, 1.22792, -1.22824, 1.23119] [INFO] [stdout] Global Record of: 0.04178702443283414253 @ [-1.22885, -1.23185, 1.22792, -1.22824, 1.23119] [INFO] [stdout] Swarm_5 iter 6000: c = 5974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233744489100884495 @ [-1.21905, -1.21924, -1.28410, -1.23442, 1.19669] [INFO] [stdout] Global Record of: 0.04178702443283414253 @ [-1.22885, -1.23185, 1.22792, -1.22824, 1.23119] [INFO] [stdout] Swarm_1 iter 6000: c = 5950, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04179090447048960932 @ [-1.22613, -1.22290, 1.22815, -1.22059, 1.21990] [INFO] [stdout] Global Record of: 0.04178702443283414253 @ [-1.22885, -1.23185, 1.22792, -1.22824, 1.23119] [INFO] [stdout] Swarm_3 iter 6000: c = 5980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04221068704410903261 @ [-1.21431, -1.24143, 1.17373, 1.24752, -1.23150] [INFO] [stdout] Global Record of: 0.04178238803612033259 @ [-1.22742, -1.22983, 1.22916, -1.22718, 1.22463] [INFO] [stdout] Swarm_0 iter 6000: c = 5974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178296514185776689 @ [-1.22786, -1.22773, 1.22703, -1.22430, 1.22209] [INFO] [stdout] Global Record of: 0.04178238803612033259 @ [-1.22742, -1.22983, 1.22916, -1.22718, 1.22463] [INFO] [stdout] Swarm_4 iter 7000: c = 6990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272870020075146547 @ [1.23793, -1.21215, -1.25494, -1.18657, -1.29494] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 7000: c = 6972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216411622732139930 @ [-1.21318, -1.20086, -1.18651, -1.23714, 1.19990] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 7000: c = 6984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198521533160737979 @ [-1.21155, -1.22763, 1.22083, 1.26311, -1.23257] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 7000: c = 6864, 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 7000: c = 6866, 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.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 7000: c = 6826, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 7000: c = 6864, 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_3 iter 7000: c = 6980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04221068704410903261 @ [-1.21431, -1.24143, 1.17373, 1.24752, -1.23150] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 8000: c = 7990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272870020075146547 @ [1.23793, -1.21215, -1.25494, -1.18657, -1.29494] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 8000: c = 7972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216411622732139930 @ [-1.21318, -1.20086, -1.18651, -1.23714, 1.19990] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 8000: c = 7984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198521533160737979 @ [-1.21155, -1.22763, 1.22083, 1.26311, -1.23257] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 8000: c = 7864, 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 = 7826, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 7862, 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 = 7862, 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.04221068704410903261 @ [-1.21431, -1.24143, 1.17373, 1.24752, -1.23150] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 8972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216411622732139930 @ [-1.21318, -1.20086, -1.18651, -1.23714, 1.19990] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 9000: c = 8990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272870020075146547 @ [1.23793, -1.21215, -1.25494, -1.18657, -1.29494] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 9000: c = 8984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198521533160737979 @ [-1.21155, -1.22763, 1.22083, 1.26311, -1.23257] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 9000: c = 8864, 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 = 8862, 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 = 8824, 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 = 8862, 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.04221068704410903261 @ [-1.21431, -1.24143, 1.17373, 1.24752, -1.23150] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 10000: c = 9972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04216411622732139930 @ [-1.21318, -1.20086, -1.18651, -1.23714, 1.19990] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 10000: c = 9990, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04272870020075146547 @ [1.23793, -1.21215, -1.25494, -1.18657, -1.29494] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 10000: c = 9984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04198521533160737979 @ [-1.21155, -1.22763, 1.22083, 1.26311, -1.23257] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 10000: c = 9864, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [-1.22649, -1.22649, 1.22649, -1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 10000: c = 9824, 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 = 9860, 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_0 iter 10000: c = 9862, 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 = 9980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04221068704410903261 @ [-1.21431, -1.24143, 1.17373, 1.24752, -1.23150] [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] thread 'expSinFunction' panicked at 'optimizer did not converge!', src/lib.rs:38:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b50a238b60 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b50a238b60 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b50a238b60 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b50a238b60 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b50a25b97c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55b50a235c15 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55b50a23ad1b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b50a23ad1b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b50a23ad1b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b50a23a82c - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b50a23b3e4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55b50a1e6dd3 - std::panicking::begin_panic::{{closure}}::h82edb4cf4a366be4 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x55b50a1e6c59 - std::sys_common::backtrace::__rust_end_short_backtrace::hff748052eaef27f8 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b50a1e6d09 - std::panicking::begin_panic::h823ef5b9ee50825b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x55b50a1a0c49 - pos_pso::expSinFunction::h41c9b351c9caa0bc [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 15: 0x55b50a1a08ea - pos_pso::expSinFunction::{{closure}}::h122196200da102d4 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:1 [INFO] [stdout] 16: 0x55b50a1a848e - core::ops::function::FnOnce::call_once::h41810f0c74a26c31 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55b50a1de183 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55b50a1de183 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 19: 0x55b50a1dcc38 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 20: 0x55b50a1dcc38 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 21: 0x55b50a1dcc38 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 22: 0x55b50a1dcc38 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 23: 0x55b50a1dcc38 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 24: 0x55b50a1dcc38 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 25: 0x55b50a1dcc38 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 26: 0x55b50a1ab3cd - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 27: 0x55b50a1ab3cd - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 28: 0x55b50a1afba8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 29: 0x55b50a1afba8 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 30: 0x55b50a1afba8 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 31: 0x55b50a1afba8 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 32: 0x55b50a1afba8 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 33: 0x55b50a1afba8 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 34: 0x55b50a1afba8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55b50a23ff57 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 36: 0x55b50a23ff57 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x55b50a23ff57 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 38: 0x7fda90b7a609 - start_thread [INFO] [stdout] 39: 0x7fda90e05293 - 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 92.33s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "20957713b345f7a7eec2ffa2f40e88d868a4fe4f4b0d6700df429c0a376776ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20957713b345f7a7eec2ffa2f40e88d868a4fe4f4b0d6700df429c0a376776ec", kill_on_drop: false }` [INFO] [stdout] 20957713b345f7a7eec2ffa2f40e88d868a4fe4f4b0d6700df429c0a376776ec