[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against 1.60.0 for beta-1.61-1 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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-18/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77c2d3431f54c8335170b4c1a24e74d25a440e39910c347146bf32fd7630a2c2 [INFO] running `Command { std: "docker" "start" "-a" "77c2d3431f54c8335170b4c1a24e74d25a440e39910c347146bf32fd7630a2c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77c2d3431f54c8335170b4c1a24e74d25a440e39910c347146bf32fd7630a2c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77c2d3431f54c8335170b4c1a24e74d25a440e39910c347146bf32fd7630a2c2", kill_on_drop: false }` [INFO] [stdout] 77c2d3431f54c8335170b4c1a24e74d25a440e39910c347146bf32fd7630a2c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c7f9f383c52ed34a2da413cef41df42753cf9ca03dfef2a5eda8aec8b7564b31 [INFO] running `Command { std: "docker" "start" "-a" "c7f9f383c52ed34a2da413cef41df42753cf9ca03dfef2a5eda8aec8b7564b31", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [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 3.31s [INFO] running `Command { std: "docker" "inspect" "c7f9f383c52ed34a2da413cef41df42753cf9ca03dfef2a5eda8aec8b7564b31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7f9f383c52ed34a2da413cef41df42753cf9ca03dfef2a5eda8aec8b7564b31", kill_on_drop: false }` [INFO] [stdout] c7f9f383c52ed34a2da413cef41df42753cf9ca03dfef2a5eda8aec8b7564b31 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5e25b611e9e4a36ef1ad8a7f8ec0a559384ada49ce0a186dcc27f555ba45373 [INFO] running `Command { std: "docker" "start" "-a" "f5e25b611e9e4a36ef1ad8a7f8ec0a559384ada49ce0a186dcc27f555ba45373", 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] [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] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `min` [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | let min = opt.minimize(job_config, swarm_config, move |pt: &[f64]| -> f64 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_min` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` 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 0.89s [INFO] running `Command { std: "docker" "inspect" "f5e25b611e9e4a36ef1ad8a7f8ec0a559384ada49ce0a186dcc27f555ba45373", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5e25b611e9e4a36ef1ad8a7f8ec0a559384ada49ce0a186dcc27f555ba45373", kill_on_drop: false }` [INFO] [stdout] f5e25b611e9e4a36ef1ad8a7f8ec0a559384ada49ce0a186dcc27f555ba45373 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 04f2a4c6a60b8385363c28c8d3b6dc1bf8991e2630aa2f4a703da4b3d5fe9f84 [INFO] running `Command { std: "docker" "start" "-a" "04f2a4c6a60b8385363c28c8d3b6dc1bf8991e2630aa2f4a703da4b3d5fe9f84", 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.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pos_pso-bbf6a7da9a87f067) [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_4 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04306371922010961140 @ [-1.27385, -1.16915, 1.21225, 1.23514, -1.29242] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_6 iter 1000: c = 970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245545872797924780 @ [-1.17397, -1.17952, 1.19853, -1.22382, 1.23198] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_0 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233439310605167927 @ [-1.18998, -1.20129, 1.27012, 1.20139, -1.22667] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_5 iter 1000: c = 996, w = 0.5 [INFO] [stdout] Tribal Record of: 0.09393419823352033848 @ [-1.30236, 1.39663, 0.51754, 1.38091, 1.21556] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_7 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_3 iter 1000: c = 978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240177773715697596 @ [-1.27444, -1.19297, 1.25306, -1.24516, 1.20438] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_2 iter 1000: c = 976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245778549376558186 @ [1.26421, -1.19872, -1.23336, -1.24243, -1.17065] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_1 iter 1000: c = 970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215619436549995075 @ [-1.24074, -1.18719, 1.25794, 1.22690, -1.24498] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_4 iter 2000: c = 1984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04306371922010961140 @ [-1.27385, -1.16915, 1.21225, 1.23514, -1.29242] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_5 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240139386946852745 @ [1.23926, -1.20628, -1.26515, -1.25225, -1.27340] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_6 iter 2000: c = 1970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245545872797924780 @ [-1.17397, -1.17952, 1.19853, -1.22382, 1.23198] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_0 iter 2000: c = 1982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233439310605167927 @ [-1.18998, -1.20129, 1.27012, 1.20139, -1.22667] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_3 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240177773715697596 @ [-1.27444, -1.19297, 1.25306, -1.24516, 1.20438] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_2 iter 2000: c = 1976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245778549376558186 @ [1.26421, -1.19872, -1.23336, -1.24243, -1.17065] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_7 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_1 iter 2000: c = 1970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215619436549995075 @ [-1.24074, -1.18719, 1.25794, 1.22690, -1.24498] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_6 iter 3000: c = 2970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245545872797924780 @ [-1.17397, -1.17952, 1.19853, -1.22382, 1.23198] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_0 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233439310605167927 @ [-1.18998, -1.20129, 1.27012, 1.20139, -1.22667] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_4 iter 3000: c = 2984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04306371922010961140 @ [-1.27385, -1.16915, 1.21225, 1.23514, -1.29242] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_2 iter 3000: c = 2976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245778549376558186 @ [1.26421, -1.19872, -1.23336, -1.24243, -1.17065] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_3 iter 3000: c = 2978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240177773715697596 @ [-1.27444, -1.19297, 1.25306, -1.24516, 1.20438] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_7 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_1 iter 3000: c = 2970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215619436549995075 @ [-1.24074, -1.18719, 1.25794, 1.22690, -1.24498] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_5 iter 3000: c = 2982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240139386946852745 @ [1.23926, -1.20628, -1.26515, -1.25225, -1.27340] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_0 iter 4000: c = 3982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233439310605167927 @ [-1.18998, -1.20129, 1.27012, 1.20139, -1.22667] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_6 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245545872797924780 @ [-1.17397, -1.17952, 1.19853, -1.22382, 1.23198] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_2 iter 4000: c = 3974, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04230174130933347237 @ [1.26182, -1.20815, -1.18127, -1.25038, -1.23479] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_3 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240177773715697596 @ [-1.27444, -1.19297, 1.25306, -1.24516, 1.20438] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_1 iter 4000: c = 3970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215619436549995075 @ [-1.24074, -1.18719, 1.25794, 1.22690, -1.24498] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_5 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04209134436209022168 @ [1.22390, -1.24190, -1.25440, -1.20705, -1.19255] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_4 iter 4000: c = 3984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04306371922010961140 @ [-1.27385, -1.16915, 1.21225, 1.23514, -1.29242] [INFO] [stdout] Global Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Swarm_7 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Global Record of: 0.04197832798607337157 @ [1.24586, -1.22504, -1.23492, -1.22189, -1.19217] [INFO] [stdout] Swarm_0 iter 5000: c = 4982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233439310605167927 @ [-1.18998, -1.20129, 1.27012, 1.20139, -1.22667] [INFO] [stdout] Global Record of: 0.04197832798607337157 @ [1.24586, -1.22504, -1.23492, -1.22189, -1.19217] [INFO] [stdout] Swarm_2 iter 5000: c = 4970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04197832798607337157 @ [1.24586, -1.22504, -1.23492, -1.22189, -1.19217] [INFO] [stdout] Global Record of: 0.04191381909021855284 @ [1.24897, -1.24143, -1.22527, -1.23468, -1.24366] [INFO] [stdout] Swarm_3 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240177773715697596 @ [-1.27444, -1.19297, 1.25306, -1.24516, 1.20438] [INFO] [stdout] Global Record of: 0.04191381909021855284 @ [1.24897, -1.24143, -1.22527, -1.23468, -1.24366] [INFO] [stdout] Swarm_5 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04191381909021855284 @ [1.24897, -1.24143, -1.22527, -1.23468, -1.24366] [INFO] [stdout] Global Record of: 0.04191381909021855284 @ [1.24897, -1.24143, -1.22527, -1.23468, -1.24366] [INFO] [stdout] Swarm_1 iter 5000: c = 4970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215619436549995075 @ [-1.24074, -1.18719, 1.25794, 1.22690, -1.24498] [INFO] [stdout] Global Record of: 0.04191381909021855284 @ [1.24897, -1.24143, -1.22527, -1.23468, -1.24366] [INFO] [stdout] Swarm_4 iter 5000: c = 4984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04306371922010961140 @ [-1.27385, -1.16915, 1.21225, 1.23514, -1.29242] [INFO] [stdout] Global Record of: 0.04191381909021855284 @ [1.24897, -1.24143, -1.22527, -1.23468, -1.24366] [INFO] [stdout] Swarm_6 iter 5000: c = 4970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245545872797924780 @ [-1.17397, -1.17952, 1.19853, -1.22382, 1.23198] [INFO] [stdout] Global Record of: 0.04191381909021855284 @ [1.24897, -1.24143, -1.22527, -1.23468, -1.24366] [INFO] [stdout] Swarm_7 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04203866208272235422 @ [1.24530, -1.26350, -1.23248, -1.24175, -1.21748] [INFO] [stdout] Global Record of: 0.04191381909021855284 @ [1.24897, -1.24143, -1.22527, -1.23468, -1.24366] [INFO] [stdout] Swarm_2 iter 6000: c = 5960, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178593028592091085 @ [1.22974, -1.22387, -1.22709, -1.22806, -1.22085] [INFO] [stdout] Global Record of: 0.04178593028592091085 @ [1.22974, -1.22387, -1.22709, -1.22806, -1.22085] [INFO] [stdout] Swarm_0 iter 6000: c = 5982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233439310605167927 @ [-1.18998, -1.20129, 1.27012, 1.20139, -1.22667] [INFO] [stdout] Global Record of: 0.04178593028592091085 @ [1.22974, -1.22387, -1.22709, -1.22806, -1.22085] [INFO] [stdout] Swarm_3 iter 6000: c = 5978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240177773715697596 @ [-1.27444, -1.19297, 1.25306, -1.24516, 1.20438] [INFO] [stdout] Global Record of: 0.04178593028592091085 @ [1.22974, -1.22387, -1.22709, -1.22806, -1.22085] [INFO] [stdout] Swarm_1 iter 6000: c = 5970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215619436549995075 @ [-1.24074, -1.18719, 1.25794, 1.22690, -1.24498] [INFO] [stdout] Global Record of: 0.04177960987211642302 @ [1.22681, -1.22616, -1.22633, -1.22682, -1.22663] [INFO] [stdout] Swarm_5 iter 6000: c = 5966, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178809087754516843 @ [1.22948, -1.22749, -1.23317, -1.22269, -1.22578] [INFO] [stdout] Global Record of: 0.04177960987211642302 @ [1.22681, -1.22616, -1.22633, -1.22682, -1.22663] [INFO] [stdout] Swarm_4 iter 6000: c = 5984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04306371922010961140 @ [-1.27385, -1.16915, 1.21225, 1.23514, -1.29242] [INFO] [stdout] Global Record of: 0.04177956680921967453 @ [1.22650, -1.22643, -1.22656, -1.22645, -1.22646] [INFO] [stdout] Swarm_7 iter 6000: c = 5954, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04179944195149767200 @ [1.22887, -1.21540, -1.22283, -1.22373, -1.22257] [INFO] [stdout] Global Record of: 0.04177956579111621188 @ [1.22648, -1.22649, -1.22648, -1.22645, -1.22646] [INFO] [stdout] Swarm_6 iter 6000: c = 5970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245545872797924780 @ [-1.17397, -1.17952, 1.19853, -1.22382, 1.23198] [INFO] [stdout] Global Record of: 0.04177956555338253886 @ [1.22648, -1.22649, -1.22648, -1.22649, -1.22648] [INFO] [stdout] Swarm_2 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_0 iter 7000: c = 6982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233439310605167927 @ [-1.18998, -1.20129, 1.27012, 1.20139, -1.22667] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_3 iter 7000: c = 6978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240177773715697596 @ [-1.27444, -1.19297, 1.25306, -1.24516, 1.20438] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 7000: c = 6860, 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 = 6970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215619436549995075 @ [-1.24074, -1.18719, 1.25794, 1.22690, -1.24498] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 7000: c = 6984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04306371922010961140 @ [-1.27385, -1.16915, 1.21225, 1.23514, -1.29242] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_6 iter 7000: c = 6970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245545872797924780 @ [-1.17397, -1.17952, 1.19853, -1.22382, 1.23198] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_7 iter 7000: c = 6812, 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 = 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_3 iter 8000: c = 7978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240177773715697596 @ [-1.27444, -1.19297, 1.25306, -1.24516, 1.20438] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 8000: c = 7982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233439310605167927 @ [-1.18998, -1.20129, 1.27012, 1.20139, -1.22667] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 7858, 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 = 7970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215619436549995075 @ [-1.24074, -1.18719, 1.25794, 1.22690, -1.24498] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 8000: c = 7984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04306371922010961140 @ [-1.27385, -1.16915, 1.21225, 1.23514, -1.29242] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_7 iter 8000: c = 7810, 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 = 7970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245545872797924780 @ [-1.17397, -1.17952, 1.19853, -1.22382, 1.23198] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_2 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 = 8978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240177773715697596 @ [-1.27444, -1.19297, 1.25306, -1.24516, 1.20438] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 9000: c = 8982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233439310605167927 @ [-1.18998, -1.20129, 1.27012, 1.20139, -1.22667] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 9000: c = 8858, 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 = 8970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215619436549995075 @ [-1.24074, -1.18719, 1.25794, 1.22690, -1.24498] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 9000: c = 8984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04306371922010961140 @ [-1.27385, -1.16915, 1.21225, 1.23514, -1.29242] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 8810, 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 = 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_6 iter 9000: c = 8970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245545872797924780 @ [-1.17397, -1.17952, 1.19853, -1.22382, 1.23198] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_3 iter 10000: c = 9978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240177773715697596 @ [-1.27444, -1.19297, 1.25306, -1.24516, 1.20438] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_0 iter 10000: c = 9982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04233439310605167927 @ [-1.18998, -1.20129, 1.27012, 1.20139, -1.22667] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_5 iter 10000: c = 9858, 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 = 9970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04215619436549995075 @ [-1.24074, -1.18719, 1.25794, 1.22690, -1.24498] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_4 iter 10000: c = 9984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04306371922010961140 @ [-1.27385, -1.16915, 1.21225, 1.23514, -1.29242] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, -1.22649, -1.22649] [INFO] [stdout] Swarm_7 iter 10000: c = 9810, 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 = 9970, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04245545872797924780 @ [-1.17397, -1.17952, 1.19853, -1.22382, 1.23198] [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: 0x55b61964b81d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55b61964b81d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b61964b81d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55b61964b81d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55b6196716bc - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55b619647118 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55b61964db47 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55b61964db47 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55b61964db47 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55b61964d87c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55b61964e299 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55b6195f38c8 - std::panicking::begin_panic::{{closure}}::h0c8914f4d487074e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:617:9 [INFO] [stdout] 12: 0x55b6195f2f89 - std::sys_common::backtrace::__rust_end_short_backtrace::h7d5c9914ae7bf328 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55b6195f3843 - std::panicking::begin_panic::heb77916889eb0bde [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:616:12 [INFO] [stdout] 14: 0x55b6195af689 - pos_pso::expSinFunction::h510ba3fb38f6118f [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 15: 0x55b6195af32a - pos_pso::expSinFunction::{{closure}}::h88cf287a83917b3a [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:1 [INFO] [stdout] 16: 0x55b6195907fe - core::ops::function::FnOnce::call_once::hb75430da72be3bb5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 17: 0x55b6195e0633 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55b6195e0633 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 19: 0x55b6195df314 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 20: 0x55b6195df314 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 21: 0x55b6195df314 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 22: 0x55b6195df314 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 23: 0x55b6195df314 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 24: 0x55b6195df314 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 25: 0x55b6195df314 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 26: 0x55b6195e8c31 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 27: 0x55b6195e8c31 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 28: 0x55b6195b52af - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 29: 0x55b6195b52af - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 30: 0x55b6195b52af - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 31: 0x55b6195b52af - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 32: 0x55b6195b52af - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 33: 0x55b6195b52af - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 34: 0x55b6195b52af - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 35: 0x55b619653f83 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 36: 0x55b619653f83 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 37: 0x55b619653f83 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 38: 0x7fa2c1101609 - start_thread [INFO] [stdout] 39: 0x7fa2c138a163 - 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 85.73s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "04f2a4c6a60b8385363c28c8d3b6dc1bf8991e2630aa2f4a703da4b3d5fe9f84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04f2a4c6a60b8385363c28c8d3b6dc1bf8991e2630aa2f4a703da4b3d5fe9f84", kill_on_drop: false }` [INFO] [stdout] 04f2a4c6a60b8385363c28c8d3b6dc1bf8991e2630aa2f4a703da4b3d5fe9f84