[INFO] fetching crate pos_pso 0.1.6... [INFO] testing pos_pso-0.1.6 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate pos_pso 0.1.6 [INFO] finished tweaking crates.io crate pos_pso 0.1.6 [INFO] tweaked toml for crates.io crate pos_pso 0.1.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding rand v0.7.3 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3226822f7a6ca756c26b807c300a69808ddc2f1f1ee30d9026e6fe31192800ea [INFO] running `Command { std: "docker" "start" "-a" "3226822f7a6ca756c26b807c300a69808ddc2f1f1ee30d9026e6fe31192800ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3226822f7a6ca756c26b807c300a69808ddc2f1f1ee30d9026e6fe31192800ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3226822f7a6ca756c26b807c300a69808ddc2f1f1ee30d9026e6fe31192800ea", kill_on_drop: false }` [INFO] [stdout] 3226822f7a6ca756c26b807c300a69808ddc2f1f1ee30d9026e6fe31192800ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a870a6ab6fe402f691f17c1f272ad83f3b5ec778f6da5df882274d41639ed94 [INFO] running `Command { std: "docker" "start" "-a" "8a870a6ab6fe402f691f17c1f272ad83f3b5ec778f6da5df882274d41639ed94", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::f64::consts::PI` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::f64::consts::PI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct SwarmColaborative { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 218 | pub struct SwarmIndependant { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s [INFO] running `Command { std: "docker" "inspect" "8a870a6ab6fe402f691f17c1f272ad83f3b5ec778f6da5df882274d41639ed94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a870a6ab6fe402f691f17c1f272ad83f3b5ec778f6da5df882274d41639ed94", kill_on_drop: false }` [INFO] [stdout] 8a870a6ab6fe402f691f17c1f272ad83f3b5ec778f6da5df882274d41639ed94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6fe9cafb85c10c246e8cad3928b6df6e3e79b8a040281d3008a6bf7c759d0fdc [INFO] running `Command { std: "docker" "start" "-a" "6fe9cafb85c10c246e8cad3928b6df6e3e79b8a040281d3008a6bf7c759d0fdc", 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 `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct SwarmColaborative { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pos_pso v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 218 | pub struct SwarmIndependant { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `min` [INFO] [stdout] --> src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | let min = opt.minimize(job_config, swarm_config, move |pt: &[f64]| -> f64 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_min` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct SwarmColaborative { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 27 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `igf` is never read [INFO] [stdout] --> src/optimizer/swarm.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 218 | pub struct SwarmIndependant { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 221 | igf: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `expSinFunction` should have a snake case name [INFO] [stdout] --> src/lib.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn expSinFunction() { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_sin_function` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "6fe9cafb85c10c246e8cad3928b6df6e3e79b8a040281d3008a6bf7c759d0fdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fe9cafb85c10c246e8cad3928b6df6e3e79b8a040281d3008a6bf7c759d0fdc", kill_on_drop: false }` [INFO] [stdout] 6fe9cafb85c10c246e8cad3928b6df6e3e79b8a040281d3008a6bf7c759d0fdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 270c67a81fc8655a5e5699ce8398c24fbfa80f15c1bb196f913ad790753792bd [INFO] running `Command { std: "docker" "start" "-a" "270c67a81fc8655a5e5699ce8398c24fbfa80f15c1bb196f913ad790753792bd", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::f64::consts::PI` [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::f64::consts::PI; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `igf` is never read [INFO] [stderr] --> src/optimizer/swarm.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 24 | pub struct SwarmColaborative { [INFO] [stderr] | ----------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 27 | igf: f64, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `igf` is never read [INFO] [stderr] --> src/optimizer/swarm.rs:221:5 [INFO] [stderr] | [INFO] [stderr] 218 | pub struct SwarmIndependant { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 221 | igf: f64, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `pos_pso` (lib) generated 3 warnings (run `cargo fix --lib -p pos_pso` to apply 1 suggestion) [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 test) generated 4 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-3f0dca6601908e4e) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test opt_quad_test_collab ... ok [INFO] [stdout] test expSinFunction has been running for over 60 seconds [INFO] [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_5 iter 1000: c = 982, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04263461518426473612 @ [1.18768, -1.23605, -1.15723, 1.24585, 1.24848] [INFO] [stdout] Global Record of: 0.04240274219595943639 @ [1.24939, -1.17546, -1.23877, 1.21448, 1.18380] [INFO] [stdout] Swarm_0 iter 1000: c = 978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04362109666408589548 @ [-1.22144, 1.16955, -1.29027, -1.15763, 1.27874] [INFO] [stdout] Global Record of: 0.04240274219595943639 @ [1.24939, -1.17546, -1.23877, 1.21448, 1.18380] [INFO] [stdout] Swarm_3 iter 1000: c = 988, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04279026683500664063 @ [1.19755, -1.24017, -1.25186, 1.28511, 1.17155] [INFO] [stdout] Global Record of: 0.04240274219595943639 @ [1.24939, -1.17546, -1.23877, 1.21448, 1.18380] [INFO] [stdout] Swarm_4 iter 1000: c = 986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04333634102014192330 @ [-1.23300, 1.18240, -1.19445, -1.16532, 1.14442] [INFO] [stdout] Global Record of: 0.04240274219595943639 @ [1.24939, -1.17546, -1.23877, 1.21448, 1.18380] [INFO] [stdout] Swarm_1 iter 1000: c = 980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04437059601646472368 @ [-1.31073, 1.29799, -1.25608, -1.28431, 1.28376] [INFO] [stdout] Global Record of: 0.04240274219595943639 @ [1.24939, -1.17546, -1.23877, 1.21448, 1.18380] [INFO] [stdout] Swarm_2 iter 1000: c = 984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240274219595943639 @ [1.24939, -1.17546, -1.23877, 1.21448, 1.18380] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_6 iter 1000: c = 986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04617338109760282111 @ [-1.31474, 1.24343, -1.08704, -1.16758, 1.15128] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_7 iter 1000: c = 978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04441116141784035021 @ [1.20866, -1.24839, -1.30552, -1.13354, -1.14989] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_0 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04362109666408589548 @ [-1.22144, 1.16955, -1.29027, -1.15763, 1.27874] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_3 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04248061682105955944 @ [1.27136, -1.22632, -1.17081, 1.21227, 1.24711] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_5 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_4 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04333634102014192330 @ [-1.23300, 1.18240, -1.19445, -1.16532, 1.14442] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_2 iter 2000: c = 1984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240274219595943639 @ [1.24939, -1.17546, -1.23877, 1.21448, 1.18380] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_1 iter 2000: c = 1980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04437059601646472368 @ [-1.31073, 1.29799, -1.25608, -1.28431, 1.28376] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_6 iter 2000: c = 1986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04617338109760282111 @ [-1.31474, 1.24343, -1.08704, -1.16758, 1.15128] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_7 iter 2000: c = 1978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04441116141784035021 @ [1.20866, -1.24839, -1.30552, -1.13354, -1.14989] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_0 iter 3000: c = 2978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04362109666408589548 @ [-1.22144, 1.16955, -1.29027, -1.15763, 1.27874] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_1 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04437059601646472368 @ [-1.31073, 1.29799, -1.25608, -1.28431, 1.28376] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_3 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04248061682105955944 @ [1.27136, -1.22632, -1.17081, 1.21227, 1.24711] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_5 iter 3000: c = 2980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_6 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04617338109760282111 @ [-1.31474, 1.24343, -1.08704, -1.16758, 1.15128] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_2 iter 3000: c = 2984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240274219595943639 @ [1.24939, -1.17546, -1.23877, 1.21448, 1.18380] [INFO] [stdout] Global Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Swarm_7 iter 3000: c = 2978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04441116141784035021 @ [1.20866, -1.24839, -1.30552, -1.13354, -1.14989] [INFO] [stdout] Global Record of: 0.04231540606501320301 @ [1.17828, -1.19145, -1.20299, 1.21241, 1.20963] [INFO] [stdout] Swarm_4 iter 3000: c = 2986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04333634102014192330 @ [-1.23300, 1.18240, -1.19445, -1.16532, 1.14442] [INFO] [stdout] Global Record of: 0.04231540606501320301 @ [1.17828, -1.19145, -1.20299, 1.21241, 1.20963] [INFO] [stdout] Swarm_3 iter 4000: c = 3984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04231540606501320301 @ [1.17828, -1.19145, -1.20299, 1.21241, 1.20963] [INFO] [stdout] Global Record of: 0.04231540606501320301 @ [1.17828, -1.19145, -1.20299, 1.21241, 1.20963] [INFO] [stdout] Swarm_6 iter 4000: c = 3986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04617338109760282111 @ [-1.31474, 1.24343, -1.08704, -1.16758, 1.15128] [INFO] [stdout] Global Record of: 0.04231540606501320301 @ [1.17828, -1.19145, -1.20299, 1.21241, 1.20963] [INFO] [stdout] Swarm_5 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04236045647802296615 @ [1.22228, -1.18547, -1.21124, 1.26225, 1.26482] [INFO] [stdout] Global Record of: 0.04231540606501320301 @ [1.17828, -1.19145, -1.20299, 1.21241, 1.20963] [INFO] [stdout] Swarm_0 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04362109666408589548 @ [-1.22144, 1.16955, -1.29027, -1.15763, 1.27874] [INFO] [stdout] Global Record of: 0.04231540606501320301 @ [1.17828, -1.19145, -1.20299, 1.21241, 1.20963] [INFO] [stdout] Swarm_1 iter 4000: c = 3980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04437059601646472368 @ [-1.31073, 1.29799, -1.25608, -1.28431, 1.28376] [INFO] [stdout] Global Record of: 0.04231540606501320301 @ [1.17828, -1.19145, -1.20299, 1.21241, 1.20963] [INFO] [stdout] Swarm_7 iter 4000: c = 3978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04441116141784035021 @ [1.20866, -1.24839, -1.30552, -1.13354, -1.14989] [INFO] [stdout] Global Record of: 0.04222521967073859794 @ [1.22904, -1.27500, -1.24465, 1.23301, 1.25487] [INFO] [stdout] Swarm_2 iter 4000: c = 3984, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04240274219595943639 @ [1.24939, -1.17546, -1.23877, 1.21448, 1.18380] [INFO] [stdout] Global Record of: 0.04201749355114423046 @ [1.23820, -1.20119, -1.21711, 1.22709, 1.25895] [INFO] [stdout] Swarm_4 iter 4000: c = 3986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04333634102014192330 @ [-1.23300, 1.18240, -1.19445, -1.16532, 1.14442] [INFO] [stdout] Global Record of: 0.04201749355114423046 @ [1.23820, -1.20119, -1.21711, 1.22709, 1.25895] [INFO] [stdout] Swarm_3 iter 5000: c = 4976, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04194615975299265803 @ [1.21607, -1.24734, -1.24548, 1.22403, 1.20548] [INFO] [stdout] Global Record of: 0.04194615975299265803 @ [1.21607, -1.24734, -1.24548, 1.22403, 1.20548] [INFO] [stdout] Swarm_6 iter 5000: c = 4986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04617338109760282111 @ [-1.31474, 1.24343, -1.08704, -1.16758, 1.15128] [INFO] [stdout] Global Record of: 0.04194615975299265803 @ [1.21607, -1.24734, -1.24548, 1.22403, 1.20548] [INFO] [stdout] Swarm_0 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04362109666408589548 @ [-1.22144, 1.16955, -1.29027, -1.15763, 1.27874] [INFO] [stdout] Global Record of: 0.04183645606329118583 @ [1.22416, -1.24007, -1.24042, 1.22255, 1.21869] [INFO] [stdout] Swarm_1 iter 5000: c = 4980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04437059601646472368 @ [-1.31073, 1.29799, -1.25608, -1.28431, 1.28376] [INFO] [stdout] Global Record of: 0.04183645606329118583 @ [1.22416, -1.24007, -1.24042, 1.22255, 1.21869] [INFO] [stdout] Swarm_5 iter 5000: c = 4972, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04201491122516692878 @ [1.21804, -1.20905, -1.25474, 1.19918, 1.22741] [INFO] [stdout] Global Record of: 0.04183645606329118583 @ [1.22416, -1.24007, -1.24042, 1.22255, 1.21869] [INFO] [stdout] Swarm_7 iter 5000: c = 4964, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04212257933176148661 @ [1.23229, -1.20469, -1.19752, 1.24315, 1.19121] [INFO] [stdout] Global Record of: 0.04183645606329118583 @ [1.22416, -1.24007, -1.24042, 1.22255, 1.21869] [INFO] [stdout] Swarm_4 iter 5000: c = 4986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04333634102014192330 @ [-1.23300, 1.18240, -1.19445, -1.16532, 1.14442] [INFO] [stdout] Global Record of: 0.04182782579899253783 @ [1.22343, -1.24213, -1.23558, 1.23019, 1.22011] [INFO] [stdout] Swarm_2 iter 5000: c = 4978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04205966548131421373 @ [1.24322, -1.21575, -1.24829, 1.24750, 1.25725] [INFO] [stdout] Global Record of: 0.04182782579899253783 @ [1.22343, -1.24213, -1.23558, 1.23019, 1.22011] [INFO] [stdout] Swarm_3 iter 6000: c = 5968, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178170659040032764 @ [1.22930, -1.22497, -1.22853, 1.22762, 1.22514] [INFO] [stdout] Global Record of: 0.04178170659040032764 @ [1.22930, -1.22497, -1.22853, 1.22762, 1.22514] [INFO] [stdout] Swarm_7 iter 6000: c = 5946, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178597262307746224 @ [1.22817, -1.23059, -1.23038, 1.22386, 1.22325] [INFO] [stdout] Global Record of: 0.04178132849182033398 @ [1.22595, -1.22315, -1.22526, 1.22755, 1.22580] [INFO] [stdout] Swarm_6 iter 6000: c = 5986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04617338109760282111 @ [-1.31474, 1.24343, -1.08704, -1.16758, 1.15128] [INFO] [stdout] Global Record of: 0.04178132849182033398 @ [1.22595, -1.22315, -1.22526, 1.22755, 1.22580] [INFO] [stdout] Swarm_0 iter 6000: c = 5978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04362109666408589548 @ [-1.22144, 1.16955, -1.29027, -1.15763, 1.27874] [INFO] [stdout] Global Record of: 0.04178074785542822828 @ [1.22457, -1.22610, -1.22676, 1.22793, 1.22457] [INFO] [stdout] Swarm_1 iter 6000: c = 5980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04437059601646472368 @ [-1.31073, 1.29799, -1.25608, -1.28431, 1.28376] [INFO] [stdout] Global Record of: 0.04177957971319292557 @ [1.22617, -1.22651, -1.22650, 1.22651, 1.22636] [INFO] [stdout] Swarm_5 iter 6000: c = 5958, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04179436955044388974 @ [1.22350, -1.23030, -1.22398, 1.22788, 1.23590] [INFO] [stdout] Global Record of: 0.04177956552971032189 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 6000: c = 5950, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04178477966549437594 @ [1.22891, -1.23129, -1.22753, 1.22611, 1.22297] [INFO] [stdout] Global Record of: 0.04177956552970362586 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 6000: c = 5986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04333634102014192330 @ [-1.23300, 1.18240, -1.19445, -1.16532, 1.14442] [INFO] [stdout] Global Record of: 0.04177956552970314014 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 7000: c = 6838, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 7000: c = 6836, 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 = 6986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04617338109760282111 @ [-1.31474, 1.24343, -1.08704, -1.16758, 1.15128] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_0 iter 7000: c = 6978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04362109666408589548 @ [-1.22144, 1.16955, -1.29027, -1.15763, 1.27874] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 7000: c = 6980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04437059601646472368 @ [-1.31073, 1.29799, -1.25608, -1.28431, 1.28376] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 7000: c = 6848, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 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.04177956552970309156 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 7000: c = 6986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04333634102014192330 @ [-1.23300, 1.18240, -1.19445, -1.16532, 1.14442] [INFO] [stdout] Global Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 8000: c = 7836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 8000: c = 7986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04617338109760282111 @ [-1.31474, 1.24343, -1.08704, -1.16758, 1.15128] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 8000: c = 7834, 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 = 7980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04437059601646472368 @ [-1.31073, 1.29799, -1.25608, -1.28431, 1.28376] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 8000: c = 7864, 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 8000: c = 7978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04362109666408589548 @ [-1.22144, 1.16955, -1.29027, -1.15763, 1.27874] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 8000: c = 7848, 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 = 7986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04333634102014192330 @ [-1.23300, 1.18240, -1.19445, -1.16532, 1.14442] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 9000: c = 8986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04617338109760282111 @ [-1.31474, 1.24343, -1.08704, -1.16758, 1.15128] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 9000: c = 8836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 9000: c = 8980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04437059601646472368 @ [-1.31073, 1.29799, -1.25608, -1.28431, 1.28376] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 9000: c = 8834, 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 = 8864, 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 9000: c = 8978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04362109666408589548 @ [-1.22144, 1.16955, -1.29027, -1.15763, 1.27874] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 9000: c = 8846, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 9000: c = 8986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04333634102014192330 @ [-1.23300, 1.18240, -1.19445, -1.16532, 1.14442] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_7 iter 10000: c = 9836, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_6 iter 10000: c = 9986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04617338109760282111 @ [-1.31474, 1.24343, -1.08704, -1.16758, 1.15128] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_1 iter 10000: c = 9980, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04437059601646472368 @ [-1.31073, 1.29799, -1.25608, -1.28431, 1.28376] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_3 iter 10000: c = 9834, 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 10000: c = 9978, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04362109666408589548 @ [-1.22144, 1.16955, -1.29027, -1.15763, 1.27874] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_5 iter 10000: c = 9864, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970309156 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_2 iter 10000: c = 9846, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Swarm_4 iter 10000: c = 9986, w = 0.5 [INFO] [stdout] Tribal Record of: 0.04333634102014192330 @ [-1.23300, 1.18240, -1.19445, -1.16532, 1.14442] [INFO] [stdout] Global Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] Minimum Record of: 0.04177956552970308463 @ [1.22649, -1.22649, -1.22649, 1.22649, 1.22649] [INFO] [stdout] [INFO] [stdout] thread 'expSinFunction' (24) panicked at src/lib.rs:38:5: [INFO] [stdout] optimizer did not converge! [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5e58889c7402 - std::backtrace_rs::backtrace::libunwind::trace::hc4a5f428cfb78751 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5e58889c7402 - std::backtrace_rs::backtrace::trace_unsynchronized::h20e1095684b4c296 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5e58889c7402 - std::sys::backtrace::_print_fmt::h461f2e3a8f6b29e2 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e58889c7402 - ::fmt::h4ee3a75aa71a2c45 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e58889ea8cf - core::fmt::rt::Argument::fmt::h6f1564705cd089af [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5e58889ea8cf - core::fmt::write::h21ca93b65a7c281a [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5e58889b42f3 - std::io::default_write_fmt::h6f3360f4711e9130 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5e58889b42f3 - std::io::Write::write_fmt::hf4539125c0e0bc30 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5e58889c7a52 - std::sys::backtrace::BacktraceLock::print::h58d5d73f9e953cf1 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5e58889b289c - std::panicking::default_hook::{{closure}}::h1457fbe47c9457d1 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5e58889b2714 - std::panicking::default_hook::hccb5e73b206c0830 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5e588892d54e - as core::ops::function::Fn>::call::h04940a86aa899793 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5e588892d54e - test::test_main_with_exit_callback::{{closure}}::hca6cc295403b83e8 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5e58889b3543 - as core::ops::function::Fn>::call::h9d85285925beb538 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5e58889b3543 - std::panicking::panic_with_hook::h3190ecc6229cdd29 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5e58889c779c - std::panicking::begin_panic::{{closure}}::hed6f84fd20def0ad [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:771:9 [INFO] [stdout] 16: 0x5e58889c7769 - std::sys::backtrace::__rust_end_short_backtrace::hc7a0655cd188b296 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5e58889b2644 - std::panicking::begin_panic::h61fda8f8436d19b1 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:770:5 [INFO] [stdout] 18: 0x5e5888911bc0 - pos_pso::expSinFunction::hbc05fff29b282480 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:38:5 [INFO] [stdout] 19: 0x5e58889118e7 - pos_pso::expSinFunction::{{closure}}::h5b4db7aff7c3573a [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:11:20 [INFO] [stdout] 20: 0x5e5888909a86 - core::ops::function::FnOnce::call_once::h11b235d6602d3faa [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 21: 0x5e588892e5cb - core::ops::function::FnOnce::call_once::h70d190c46966003b [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 22: 0x5e588892e5cb - test::__rust_begin_short_backtrace::hb077ccaabb17d2ec [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:663:18 [INFO] [stdout] 23: 0x5e588892c235 - test::run_test_in_process::{{closure}}::hd73eeb633a1507bd [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:686:74 [INFO] [stdout] 24: 0x5e588892c235 - as core::ops::function::FnOnce<()>>::call_once::h033c82756fc9d192 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 25: 0x5e588892c235 - std::panicking::catch_unwind::do_call::h734b44e243d34585 [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 26: 0x5e588892c235 - std::panicking::catch_unwind::h5e85417122517fb1 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 27: 0x5e588892c235 - std::panic::catch_unwind::h0900e58a82a7d188 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14 [INFO] [stdout] 28: 0x5e588892c235 - test::run_test_in_process::h27721efd62ae77d0 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:686:27 [INFO] [stdout] 29: 0x5e588892c235 - test::run_test::{{closure}}::h8b1264838cc597aa [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:607:43 [INFO] [stdout] 30: 0x5e5888953144 - test::run_test::{{closure}}::h6ecb96835e2eae4f [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/test/src/lib.rs:637:41 [INFO] [stdout] 31: 0x5e5888953144 - std::sys::backtrace::__rust_begin_short_backtrace::h098f38ee82a820a7 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 32: 0x5e5888939d5a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h042592f748f5e369 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 33: 0x5e5888939d5a - as core::ops::function::FnOnce<()>>::call_once::h134fe7f3a2d9ec8d [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 34: 0x5e5888939d5a - std::panicking::catch_unwind::do_call::heb87d604f60aee16 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 35: 0x5e5888939d5a - std::panicking::catch_unwind::h2203a0f553b89fd7 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 36: 0x5e5888939d5a - std::panic::catch_unwind::h4d383e0b0e25d838 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/panic.rs:359:14 [INFO] [stdout] 37: 0x5e5888939d5a - std::thread::Builder::spawn_unchecked_::{{closure}}::h76cbdd4635cfd58b [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 38: 0x5e5888939d5a - core::ops::function::FnOnce::call_once{{vtable.shim}}::he72e066680f5e267 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 39: 0x5e588899dfcf - as core::ops::function::FnOnce>::call_once::h1b9c6fea2cbefc68 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 40: 0x5e588899dfcf - std::sys::pal::unix::thread::Thread::new::thread_start::h92caa992bc760789 [INFO] [stdout] at /rustc/b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 41: 0x7df8eb2deaa4 - [INFO] [stdout] 42: 0x7df8eb36ba34 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] expSinFunction [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 199.61s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "270c67a81fc8655a5e5699ce8398c24fbfa80f15c1bb196f913ad790753792bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "270c67a81fc8655a5e5699ce8398c24fbfa80f15c1bb196f913ad790753792bd", kill_on_drop: false }` [INFO] [stdout] 270c67a81fc8655a5e5699ce8398c24fbfa80f15c1bb196f913ad790753792bd