[INFO] cloning repository https://github.com/Fibration/rust-algorithms [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Fibration/rust-algorithms" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFibration%2Frust-algorithms", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFibration%2Frust-algorithms'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f922c76cf549d67f7864ec89c29206d630bcbcc2 [INFO] testing Fibration/rust-algorithms against 1.73.0 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFibration%2Frust-algorithms" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Fibration/rust-algorithms on toolchain 1.73.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.73.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Fibration/rust-algorithms [INFO] finished tweaking git repo https://github.com/Fibration/rust-algorithms [INFO] tweaked toml for git repo https://github.com/Fibration/rust-algorithms written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Fibration/rust-algorithms already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.73.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a0001a3849a4bcc5519fe67f69fc1afcce89742ae6c61d34f16fd760dfac877 [INFO] running `Command { std: "docker" "start" "-a" "9a0001a3849a4bcc5519fe67f69fc1afcce89742ae6c61d34f16fd760dfac877", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a0001a3849a4bcc5519fe67f69fc1afcce89742ae6c61d34f16fd760dfac877", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a0001a3849a4bcc5519fe67f69fc1afcce89742ae6c61d34f16fd760dfac877", kill_on_drop: false }` [INFO] [stdout] 9a0001a3849a4bcc5519fe67f69fc1afcce89742ae6c61d34f16fd760dfac877 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8977e57874eb7f5f133bf5c39ce70cf0800e181691c818fe47481636ef18b05 [INFO] running `Command { std: "docker" "start" "-a" "f8977e57874eb7f5f133bf5c39ce70cf0800e181691c818fe47481636ef18b05", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling rust-algorithms v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/minimax.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Instant` [INFO] [stdout] --> src/minimax.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::time::Instant; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::connect4::connect4_new` [INFO] [stdout] --> src/minimax.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use self::connect4::connect4_new; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `minimax` is never used [INFO] [stdout] --> src/minimax.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn minimax(node: (u32, i32, String), tree: Vec<(u32, i32, String)>, maximize: bool) -> i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_nodes_by_id` is never used [INFO] [stdout] --> src/minimax.rs:91:4 [INFO] [stdout] | [INFO] [stdout] 91 | fn get_nodes_by_id(node_ids: Vec, tree: &Vec<(u32, i32, String)>) -> Vec<&(u32, i32, String)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `string_to_idx` is never used [INFO] [stdout] --> src/minimax.rs:99:4 [INFO] [stdout] | [INFO] [stdout] 99 | fn string_to_idx(string: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `negamax` is never used [INFO] [stdout] --> src/minimax.rs:108:4 [INFO] [stdout] | [INFO] [stdout] 108 | fn negamax(node: (u32, i32, String), tree: Vec<(u32, i32, String)>) -> i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `negamax_alphabeta` is never used [INFO] [stdout] --> src/minimax.rs:125:4 [INFO] [stdout] | [INFO] [stdout] 125 | fn negamax_alphabeta( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mtd` is never used [INFO] [stdout] --> src/minimax.rs:154:4 [INFO] [stdout] | [INFO] [stdout] 154 | fn mtd(node: &(u32, i32, String), tree: &Vec<(u32, i32, String)>, guess: i32, depth: u8) -> i32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `game_to_node` is never used [INFO] [stdout] --> src/minimax.rs:196:4 [INFO] [stdout] | [INFO] [stdout] 196 | fn game_to_node(game: &Connect4) -> u128 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `node_to_game` is never used [INFO] [stdout] --> src/minimax.rs:212:4 [INFO] [stdout] | [INFO] [stdout] 212 | fn node_to_game(node: u128) -> Connect4 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `connect4_new` is never used [INFO] [stdout] --> src/minimax/connect4.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn connect4_new(num_columns: u8, height: u8) -> Connect4 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `connect4_legal` is never used [INFO] [stdout] --> src/minimax/connect4.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn connect4_legal(game: Connect4) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check_contiguous` is never used [INFO] [stdout] --> src/minimax/connect4.rs:27:4 [INFO] [stdout] | [INFO] [stdout] 27 | fn check_contiguous(sequence: &Vec, player: bool) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `connect4_move` is never used [INFO] [stdout] --> src/minimax/connect4.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn connect4_move(player_move: u8, game: &Connect4) -> (bool, Connect4) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `binary_search` is never used [INFO] [stdout] --> src/search.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn binary_search(list: &[i32], target: i32) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `depth_first_search` is never used [INFO] [stdout] --> src/search.rs:81:4 [INFO] [stdout] | [INFO] [stdout] 81 | fn depth_first_search( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `breadth_first_search` is never used [INFO] [stdout] --> src/search.rs:102:4 [INFO] [stdout] | [INFO] [stdout] 102 | fn breadth_first_search(target_node: &str, tree: &HashMap<&str, Vec<&str>>) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `sample` is never used [INFO] [stdout] --> src/svm.rs:20:4 [INFO] [stdout] | [INFO] [stdout] 20 | fn sample( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `train_svm` is never used [INFO] [stdout] --> src/svm.rs:50:4 [INFO] [stdout] | [INFO] [stdout] 50 | fn train_svm(data: &Vec>, labels: &Vec) -> (Vec, f64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `svm_predict` is never used [INFO] [stdout] --> src/svm.rs:81:4 [INFO] [stdout] | [INFO] [stdout] 81 | fn svm_predict(w: &Vec, b: f64, point: &Vec) -> f64 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.69s [INFO] running `Command { std: "docker" "inspect" "f8977e57874eb7f5f133bf5c39ce70cf0800e181691c818fe47481636ef18b05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8977e57874eb7f5f133bf5c39ce70cf0800e181691c818fe47481636ef18b05", kill_on_drop: false }` [INFO] [stdout] f8977e57874eb7f5f133bf5c39ce70cf0800e181691c818fe47481636ef18b05 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40db96ed4b73839f62bfd669871d85ff45badd715443782e1555720f0283fd84 [INFO] running `Command { std: "docker" "start" "-a" "40db96ed4b73839f62bfd669871d85ff45badd715443782e1555720f0283fd84", kill_on_drop: false }` [INFO] [stderr] Compiling rust-algorithms v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/minimax.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Instant` [INFO] [stdout] --> src/minimax.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::time::Instant; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `game` [INFO] [stdout] --> src/minimax.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | let game = connect4_new(7, 6); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_game` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `connect4_legal` is never used [INFO] [stdout] --> src/minimax/connect4.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn connect4_legal(game: Connect4) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` 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.44s [INFO] running `Command { std: "docker" "inspect" "40db96ed4b73839f62bfd669871d85ff45badd715443782e1555720f0283fd84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40db96ed4b73839f62bfd669871d85ff45badd715443782e1555720f0283fd84", kill_on_drop: false }` [INFO] [stdout] 40db96ed4b73839f62bfd669871d85ff45badd715443782e1555720f0283fd84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 96e7f6f60fd8453a6690fc2392015255d9b0128d27bee217fce0a8a70677580d [INFO] running `Command { std: "docker" "start" "-a" "96e7f6f60fd8453a6690fc2392015255d9b0128d27bee217fce0a8a70677580d", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/minimax.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Instant` [INFO] [stderr] --> src/minimax.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::time::Instant; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `game` [INFO] [stderr] --> src/minimax.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | let game = connect4_new(7, 6); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_game` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `connect4_legal` is never used [INFO] [stderr] --> src/minimax/connect4.rs:20:8 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn connect4_legal(game: Connect4) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rust-algorithms` (bin "rust-algorithms" test) generated 4 warnings (run `cargo fix --bin "rust-algorithms" --tests` to apply 3 suggestions) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_algorithms-8f74f851b2490041) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test minimax::connect4::test_connect4 ... ok [INFO] [stdout] test minimax::test_mcts ... ok [INFO] [stdout] test minimax::test_game_to_columns ... ok [INFO] [stdout] test minimax::test_minimax::test_terminal_state ... ok [INFO] [stdout] test minimax::test_minimax::test_choice ... ok [INFO] [stdout] test minimax::test_minimax::test_two_steps ... ok [INFO] [stdout] test search::test_binary_search::full ... ok [INFO] [stdout] test search::test_binary_search::single ... ok [INFO] [stdout] test search::test_binary_search::two ... ok [INFO] [stdout] test search::test_graph_search::find_node ... ok [INFO] [stdout] test svm::test_svm ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- svm::test_svm stdout ---- [INFO] [stdout] [42, 97, 96, 0, 36, 40, 59, 63, 59, 88, 11, 82, 16, 15, 40, 50][0.45087257888906507, -0.7260274280551424][8, 38, 75, 48, 22, 82, 73, 34, 81, 93, 10, 8, 53, 36, 11, 30][0.3308766862704008, -1.328506452331675][53, 68, 91, 56, 5, 67, 54, 12, 94, 50, 14, 82, 75, 34, 74, 77][0.4287968565024485, -2.095869081248585][43, 63, 11, 46, 13, 47, 97, 80, 89, 34, 22, 96, 31, 57, 21, 20][1.2027945492617107, -1.369195103581134][53, 38, 33, 6, 72, 16, 94, 94, 37, 93, 48, 31, 41, 91, 46, 76][0.5932912661225362, -1.7737220647224938][8, 90, 71, 44, 90, 70, 35, 49, 73, 63, 87, 14, 71, 6, 3, 29][1.3428545926343982, -1.094900522924964][77, 44, 57, 73, 80, 72, 95, 93, 82, 80, 36, 80, 10, 32, 27, 57][1.290453309052396, -1.8969634972814002][76, 16, 31, 85, 39, 74, 4, 92, 56, 31, 92, 29, 29, 98, 95, 85][1.687233640963559, -1.3396043847312569][3, 92, 65, 85, 49, 92, 72, 54, 82, 38, 42, 68, 9, 23, 49, 22][1.9868367006413057, -1.1573086284613872][97, 70, 95, 13, 28, 13, 34, 37, 95, 43, 29, 21, 79, 91, 93, 70][1.4185295908729563, -1.79485600103528][99, 68, 93, 39, 83, 59, 3, 63, 26, 10, 1, 75, 42, 89, 3, 53][1.7301198849043637, -1.4469572901482053][64, 83, 74, 76, 22, 97, 90, 61, 22, 65, 70, 82, 92, 33, 89, 49][2.400465235427451, -1.1639907747137301][29, 87, 64, 3, 13, 42, 64, 93, 78, 63, 55, 99, 93, 68, 52, 16][2.8358853105929716, -0.8148457443198024][33, 86, 76, 76, 5, 79, 84, 74, 21, 85, 39, 78, 53, 91, 21, 42][1.9999515754786874, -1.1429663113656992][47, 95, 58, 16, 41, 46, 12, 93, 56, 58, 70, 12, 31, 28, 15, 74][1.5527388394910764, -1.8000133599922385][17, 19, 74, 68, 99, 20, 77, 87, 98, 8, 41, 87, 91, 19, 86, 62][1.1644816093594639, -2.302704932745941][2, 48, 45, 44, 50, 44, 55, 45, 16, 80, 23, 90, 27, 94, 80, 43][0.7640589678476603, -2.9310983197528087][11, 30, 9, 30, 56, 27, 63, 92, 44, 42, 8, 19, 59, 60, 76, 70][0.5796988254181594, -3.5022005087678396][98, 10, 26, 44, 37, 10, 12, 47, 86, 20, 43, 35, 55, 1, 20, 13][0.203363600256079, -3.8475784367474266][97, 96, 99, 65, 86, 89, 28, 43, 50, 48, 74, 85, 58, 88, 88, 14][0.9775251354541077, -3.080678784197525][67, 52, 5, 80, 87, 89, 32, 0, 84, 79, 76, 97, 90, 42, 70, 51][1.3546232142505217, -2.5417810911225365][3, 27, 2, 54, 80, 50, 2, 17, 59, 48, 14, 36, 12, 3, 61, 70][2.0457076030552406, -1.9410699126782909][76, 82, 62, 94, 63, 12, 44, 1, 83, 37, 95, 30, 63, 14, 29, 2][1.4686556782246694, -2.462195637165065][70, 27, 25, 30, 49, 51, 99, 40, 18, 39, 69, 47, 74, 31, 25, 99][1.8007267956771917, -2.1131476741092827][36, 96, 1, 67, 48, 6, 32, 60, 35, 26, 10, 31, 38, 1, 36, 59][2.3644237986624894, -1.6097833715347152][68, 31, 89, 67, 84, 74, 49, 76, 72, 56, 82, 59, 86, 17, 67, 64][1.9669318670693807, -2.0972726789041][52, 18, 23, 90, 36, 33, 22, 62, 16, 20, 13, 39, 36, 53, 45, 45][2.501544949894879, -1.5185377865885732][23, 67, 51, 45, 7, 53, 76, 89, 44, 19, 65, 11, 93, 62, 91, 53][2.7626627297690645, -1.4106315371192877][11, 72, 13, 6, 69, 21, 45, 64, 24, 90, 25, 27, 9, 0, 15, 48][2.0310188482284013, -1.7297496316658791][40, 98, 43, 67, 61, 17, 16, 61, 88, 62, 43, 55, 60, 77, 37, 43][1.4391013120234502, -2.3384113635550343][17, 25, 99, 24, 66, 61, 2, 29, 50, 12, 44, 41, 31, 73, 94, 55][1.3673843262875345, -2.864681493122209][46, 68, 69, 11, 80, 63, 37, 32, 13, 24, 0, 60, 60, 7, 45, 4][0.9368220629523296, -3.409597629258352][29, 69, 64, 4, 63, 32, 26, 37, 24, 90, 30, 89, 41, 89, 76, 92][0.6211606020830487, -3.623080461085982][57, 93, 87, 98, 63, 37, 68, 62, 96, 14, 52, 42, 33, 71, 78, 15][0.11420701158207897, -3.53405958401468][72, 24, 33, 1, 80, 30, 47, 39, 25, 49, 82, 1, 27, 99, 32, 47][0.923942777806865, -2.9690368964347034][28, 72, 86, 77, 72, 69, 78, 36, 75, 27, 3, 71, 68, 29, 77, 60][1.3115494406273747, -2.3520225690774264][40, 29, 33, 8, 96, 54, 6, 10, 1, 43, 75, 86, 34, 64, 16, 99][1.0285888705765496, -2.843467244290198][26, 60, 49, 33, 81, 17, 32, 80, 78, 72, 12, 37, 39, 21, 24, 47][1.0178503178864409, -3.294715247611331][85, 65, 77, 79, 74, 92, 59, 22, 42, 0, 81, 74, 56, 31, 87, 35][0.5884754172101566, -3.5607936161472926][11, 54, 89, 69, 84, 34, 4, 80, 80, 6, 39, 37, 61, 5, 79, 39][0.8642206359650423, -2.729691947846944][14, 45, 18, 8, 21, 45, 24, 22, 61, 24, 4, 45, 47, 58, 20, 63][0.4456219068922066, -3.1898200193140114][83, 94, 27, 73, 56, 14, 95, 3, 25, 27, 50, 13, 79, 79, 75, 52][0.24872386504440075, -3.439785379003462][93, 26, 47, 61, 9, 63, 96, 78, 81, 86, 17, 83, 90, 91, 89, 71][0.9880939270106137, -2.7911637709408623][34, 6, 92, 75, 40, 27, 41, 79, 3, 97, 19, 15, 69, 56, 80, 97][1.7138818009688368, -2.0154731113564766][96, 75, 97, 79, 87, 40, 49, 33, 30, 86, 71, 17, 15, 23, 90, 37][1.1030920153376194, -2.289485557299068][38, 80, 26, 84, 52, 16, 13, 73, 34, 42, 60, 33, 43, 16, 26, 58][1.5582095213049092, -1.7563068282073724][77, 76, 74, 53, 32, 92, 11, 91, 76, 61, 18, 95, 49, 10, 48, 49][1.273104943815161, -2.287450595756943][66, 53, 24, 16, 66, 99, 67, 65, 48, 51, 76, 3, 38, 71, 61, 66][1.6724622405665233, -1.6720876592405465][34, 92, 73, 31, 58, 60, 21, 82, 89, 37, 12, 75, 53, 4, 27, 88][2.1219412258600303, -1.2195485652150893][97, 18, 33, 28, 5, 38, 63, 63, 36, 65, 23, 12, 44, 80, 6, 46][1.4505373837297313, -1.6117894172818183][6, 48, 75, 12, 61, 7, 93, 77, 92, 33, 97, 58, 61, 42, 64, 36][1.7573731688678602, -1.2910838247835292][94, 73, 36, 89, 2, 87, 10, 8, 1, 0, 28, 67, 19, 24, 57, 13][1.5930617882312978, -1.7957801712675465][39, 6, 84, 86, 43, 77, 70, 6, 59, 55, 29, 24, 59, 0, 62, 85][1.9763798710413354, -1.2882249644082562][37, 56, 57, 99, 56, 53, 2, 88, 85, 11, 14, 76, 66, 21, 74, 67][1.5680272735856942, -2.0217455295583937][24, 97, 99, 29, 11, 48, 6, 18, 87, 93, 92, 69, 75, 87, 7, 55][0.9460435039166649, -2.586461884559069][79, 10, 22, 61, 40, 61, 20, 40, 99, 84, 92, 0, 80, 20, 65, 87][0.47381947707118144, -2.8668602585437015][1, 32, 22, 28, 20, 82, 5, 96, 66, 82, 56, 71, 97, 7, 80, 77][1.0574648856632816, -2.2065029370310367][97, 83, 39, 59, 60, 88, 73, 52, 71, 18, 57, 6, 69, 59, 3, 5][1.0228351768972546, -2.524280205908528][42, 32, 65, 12, 50, 51, 58, 20, 86, 58, 3, 81, 10, 87, 40, 50][1.3932028011459203, -2.068031197812229][13, 94, 98, 46, 91, 52, 13, 27, 37, 99, 50, 12, 14, 56, 68, 46][1.133231076948563, -2.4711659909299666][64, 45, 53, 98, 93, 1, 75, 33, 12, 86, 30, 21, 94, 10, 11, 0][0.8362435576033563, -2.787623384006478][46, 39, 83, 9, 15, 12, 0, 6, 84, 15, 44, 52, 1, 69, 1, 67][1.5040166072945775, -2.1973003469051626][94, 21, 10, 49, 98, 63, 83, 64, 73, 49, 92, 29, 52, 63, 79, 10][1.104102804585874, -2.5908605191491603][64, 82, 8, 81, 66, 43, 31, 72, 7, 79, 11, 55, 84, 65, 89, 96][1.5600519446697867, -1.9652023052568763][87, 88, 85, 64, 4, 51, 98, 34, 42, 92, 41, 60, 74, 20, 80, 48][2.1203088832459382, -1.4970435282915842][33, 39, 89, 22, 28, 58, 46, 9, 63, 16, 49, 67, 69, 5, 67, 52][2.661799744030946, -1.0951281441104586][38, 40, 52, 39, 16, 90, 5, 99, 36, 19, 25, 88, 61, 38, 36, 34][2.1162746058898088, -1.759281180727827][85, 33, 37, 95, 81, 10, 28, 12, 64, 51, 48, 13, 73, 84, 52, 27][1.7482737968616926, -2.289983131324459][97, 88, 59, 75, 77, 82, 9, 2, 77, 61, 42, 55, 39, 1, 86, 81][1.851739979222589, -1.6476504849556923][19, 4, 70, 94, 61, 83, 52, 56, 87, 19, 12, 53, 34, 10, 21, 98][2.098980236583688, -1.3216180095342083][43, 37, 2, 17, 94, 87, 15, 67, 3, 72, 69, 64, 50, 20, 48, 56][1.7045410376704184, -1.8314551478849257][12, 99, 74, 1, 13, 64, 56, 21, 92, 84, 53, 47, 64, 23, 9, 45][1.0205072127976955, -2.1673169717116205][25, 68, 98, 86, 78, 91, 57, 21, 49, 42, 82, 86, 86, 77, 13, 24][0.808953233400507, -2.5723722562195728][41, 88, 85, 62, 8, 75, 56, 33, 10, 86, 32, 5, 4, 47, 16, 11][0.4657592156820649, -2.903641258841894][13, 6, 98, 81, 49, 23, 39, 8, 70, 63, 34, 87, 52, 48, 34, 11][0.0657647122395161, -3.2541528717082078][25, 62, 9, 67, 79, 38, 72, 60, 27, 7, 80, 2, 87, 32, 18, 40][-0.07265897401055849, -3.4543036483104492][19, 0, 25, 26, 48, 59, 99, 3, 20, 60, 36, 71, 13, 57, 18, 27][-0.28489634941019426, -3.654568596210192][56, 77, 30, 45, 48, 27, 60, 57, 28, 61, 75, 66, 47, 18, 26, 34][-0.3252292068051948, -3.8178640544905456][66, 59, 36, 89, 87, 42, 95, 92, 40, 82, 20, 16, 53, 61, 93, 7][0.5516172920558665, -3.13998469406724][42, 24, 71, 69, 62, 18, 81, 7, 18, 26, 16, 62, 33, 69, 30, 33][1.1675890842581957, -2.469400902685399][60, 9, 93, 15, 94, 3, 79, 2, 45, 76, 47, 98, 74, 62, 20, 18][0.9411305244389109, -2.8129153452262847][25, 8, 8, 85, 56, 76, 18, 3, 47, 67, 37, 83, 79, 72, 75, 81][1.44247831333519, -2.152003042314786][12, 19, 15, 33, 58, 42, 80, 77, 57, 77, 64, 80, 10, 32, 8, 23][1.0051790681759527, -2.545714624933619][86, 54, 24, 28, 45, 41, 79, 90, 20, 49, 61, 82, 49, 84, 29, 14][0.7959019655458575, -2.8945618786195078][2, 84, 58, 41, 7, 72, 50, 64, 19, 97, 8, 34, 58, 30, 95, 23][1.5266693634464552, -2.3685379127329202][64, 50, 94, 11, 69, 30, 44, 80, 41, 39, 15, 5, 66, 6, 14, 61][1.2290293730684927, -3.0232040785004592][45, 33, 92, 96, 40, 9, 42, 63, 54, 8, 46, 75, 55, 86, 31, 39][1.8384571422482059, -2.3978873599519903][31, 94, 82, 78, 88, 89, 8, 65, 64, 1, 7, 36, 20, 3, 19, 39][1.6196421165584103, -2.7273128922467484][20, 94, 67, 18, 92, 70, 83, 79, 73, 83, 90, 72, 58, 23, 66, 70][1.2059548109708667, -2.9281074436351076][53, 52, 4, 67, 87, 51, 76, 40, 37, 90, 89, 31, 31, 61, 15, 84][1.112511704048078, -3.232471516474049][77, 59, 61, 29, 21, 63, 39, 24, 41, 8, 74, 37, 9, 82, 34, 22][1.7849488694173854, -2.3369640796992184][71, 85, 72, 44, 71, 4, 80, 27, 75, 43, 34, 85, 12, 88, 78, 29][2.1082757286082434, -1.7142462999171781][57, 49, 89, 68, 66, 29, 5, 92, 86, 61, 87, 25, 88, 72, 9, 45][2.4938144317835538, -1.4835257191342][93, 41, 47, 13, 17, 58, 60, 14, 18, 92, 48, 89, 61, 12, 90, 78][2.9500780078924427, -1.2230939022890097][83, 3, 6, 13, 16, 18, 41, 41, 13, 80, 53, 6, 71, 19, 31, 62][3.3844283934001096, -0.6803278360731361][91, 27, 50, 5, 27, 48, 6, 38, 90, 59, 8, 6, 35, 19, 87, 98][3.658013915536476, -0.44160220200646333][46, 83, 59, 18, 26, 11, 56, 96, 10, 17, 25, 48, 38, 10, 22, 38][3.9282123195568652, -0.08132254099198549][90, 53, 40, 38, 12, 49, 20, 20, 30, 17, 68, 74, 24, 19, 82, 83][3.1682030824464755, -0.7891947728401026][19, 59, 61, 61, 83, 43, 41, 61, 38, 86, 3, 38, 94, 95, 75, 17][3.2379906427981275, -0.4409829949561455][93, 42, 63, 74, 10, 62, 69, 61, 35, 65, 45, 17, 30, 36, 13, 70][2.6743602993996376, -1.0816316212241857][89, 70, 4, 76, 32, 99, 9, 74, 5, 42, 83, 57, 2, 20, 83, 6][3.1496664078754395, -0.5598786775436841][14, 21, 7, 92, 83, 91, 89, 14, 5, 42, 66, 83, 44, 99, 23, 79][3.2230770611065034, -0.4969011511950697][35, 1, 15, 29, 71, 17, 48, 14, 66, 59, 77, 56, 83, 33, 11, 16][2.6136096399676823, -1.146878681815576][2, 78, 36, 45, 55, 24, 67, 50, 68, 26, 37, 25, 16, 93, 37, 94][2.0704625565900274, -1.8687216440505336][32, 17, 51, 88, 50, 90, 76, 27, 19, 10, 98, 97, 4, 74, 54, 54][1.6920463132390828, -2.597631632411197][0, 36, 52, 96, 32, 29, 1, 64, 4, 68, 83, 12, 65, 72, 19, 47][1.2302076636644987, -2.7675993207391154][65, 30, 10, 24, 29, 15, 42, 28, 5, 13, 80, 46, 87, 8, 50, 87][0.9554830914158855, -3.1378894707153906][27, 91, 73, 17, 12, 36, 44, 15, 92, 48, 77, 71, 56, 15, 37, 25][1.7238896072064096, -2.541310064992862][35, 65, 36, 98, 83, 69, 72, 21, 22, 4, 71, 42, 15, 93, 98, 4][1.497371819337808, -3.038912635877887][1, 68, 19, 31, 43, 91, 32, 46, 66, 38, 45, 86, 53, 7, 83, 45][1.1200331898247105, -3.47970865741225][8, 83, 36, 34, 8, 29, 42, 67, 29, 72, 26, 52, 93, 19, 28, 84][1.0761094456997304, -3.6083611107295614][81, 25, 6, 55, 60, 37, 70, 34, 29, 19, 91, 88, 17, 79, 15, 60][1.0633310807930287, -4.03706904710832][97, 76, 16, 6, 77, 44, 61, 68, 97, 36, 27, 92, 53, 13, 76, 10][1.5062322483652044, -3.2762523200331466][72, 26, 49, 15, 93, 83, 89, 47, 79, 67, 86, 70, 89, 17, 17, 25][1.8047949941718107, -2.708303698030279][6, 16, 12, 86, 56, 43, 50, 15, 54, 7, 26, 64, 69, 25, 88, 64][2.0615579054374527, -2.1300192611135573][63, 7, 26, 61, 69, 21, 81, 86, 93, 33, 39, 84, 1, 20, 21, 16][1.8520622460319258, -2.5100982679776194][74, 37, 84, 36, 3, 14, 40, 26, 88, 36, 45, 46, 27, 4, 80, 91][2.3276247691067633, -2.113877958029693][10, 14, 62, 11, 60, 77, 62, 17, 39, 46, 36, 34, 31, 85, 95, 60][2.790154306598599, -1.4948784403030848][2, 23, 52, 68, 13, 22, 99, 30, 25, 34, 49, 26, 7, 35, 42, 7][2.1729238751849285, -1.7928982450687616][11, 33, 79, 29, 39, 83, 87, 65, 67, 29, 90, 11, 49, 33, 0, 35][1.7792877991933396, -2.5330712101173405][72, 84, 95, 90, 85, 43, 21, 70, 51, 56, 17, 74, 87, 44, 48, 23][1.2247629540966816, -3.0224057642157334][88, 67, 8, 95, 47, 30, 34, 6, 44, 54, 61, 69, 55, 17, 95, 82][1.5676851174314694, -2.3974639062841194][95, 14, 86, 48, 0, 1, 7, 47, 58, 79, 0, 28, 31, 40, 17, 88][2.0513818621087454, -1.6464192926645596][88, 13, 10, 5, 33, 28, 63, 28, 9, 63, 46, 88, 3, 35, 21, 4][2.607760536813706, -1.2209611202986441][90, 76, 55, 15, 71, 76, 60, 36, 4, 42, 31, 58, 82, 66, 36, 5][2.936962160466516, -0.6446768528224573][16, 15, 89, 42, 9, 91, 86, 93, 71, 62, 31, 39, 24, 72, 31, 36][3.0410987627831463, -0.31793208889465385][14, 87, 85, 80, 88, 27, 96, 76, 73, 35, 72, 89, 81, 51, 95, 62][2.6687497508893756, -1.0366767050207573][95, 42, 3, 64, 10, 73, 89, 13, 54, 31, 57, 28, 65, 77, 73, 63][2.141623343953189, -1.6064747717674979][38, 7, 21, 48, 46, 67, 68, 31, 49, 47, 75, 14, 2, 45, 32, 52][2.684597347805275, -1.1869500475681791][91, 72, 73, 14, 25, 20, 51, 48, 0, 37, 94, 17, 54, 98, 49, 96][2.232176611955565, -1.802667340356141][74, 14, 78, 55, 45, 92, 50, 36, 87, 52, 72, 29, 71, 88, 44, 53][2.7141720671059346, -1.2402120300061406][25, 73, 30, 35, 80, 32, 60, 17, 7, 83, 53, 66, 85, 1, 9, 98][3.1192830073757207, -0.7509887965466144][35, 44, 15, 83, 33, 49, 87, 87, 96, 82, 14, 74, 41, 74, 3, 82][2.4329074555251275, -1.3528101579596867][0, 25, 93, 84, 47, 34, 29, 36, 65, 2, 54, 71, 1, 76, 77, 41][1.9166022773925948, -2.0440635997264756][84, 70, 1, 90, 35, 49, 75, 34, 65, 39, 2, 18, 45, 82, 13, 26][1.5399191193123387, -2.5218293583944456][51, 3, 12, 90, 93, 26, 96, 20, 83, 11, 60, 55, 15, 91, 46, 6][1.9297992257217869, -1.9324216524260542][87, 59, 31, 65, 23, 45, 77, 39, 56, 11, 19, 14, 8, 91, 21, 34][2.4423111783853315, -1.2176266225265482][26, 74, 81, 36, 35, 86, 7, 75, 17, 31, 23, 20, 50, 69, 62, 61][2.9359711005377687, -0.8572164483215348][74, 70, 79, 63, 31, 15, 15, 73, 51, 55, 51, 74, 10, 36, 91, 5][2.221674263497216, -1.4853663214575685][44, 79, 53, 47, 80, 51, 62, 74, 7, 46, 40, 61, 0, 65, 55, 74][2.6999419252459194, -0.9597273231201917][6, 84, 85, 91, 84, 10, 77, 60, 5, 24, 70, 94, 10, 46, 29, 6][2.166033139371862, -1.412005486423751][37, 24, 14, 63, 30, 27, 96, 31, 62, 72, 45, 97, 56, 32, 88, 8][1.9410184958523347, -1.898739859764819][61, 29, 46, 54, 46, 55, 30, 83, 20, 15, 16, 57, 84, 91, 37, 16][1.2636297786657724, -2.4817277511246014][93, 90, 65, 95, 28, 6, 58, 77, 81, 65, 55, 35, 81, 49, 54, 57][2.006211195323262, -2.0079402994333146][4, 30, 40, 88, 20, 55, 71, 69, 20, 29, 43, 54, 3, 31, 93, 30][2.5807656609595306, -1.3485914000374697][63, 20, 43, 31, 64, 70, 99, 47, 44, 81, 3, 53, 24, 17, 77, 91][1.8637654147792708, -1.6439378795330364][82, 21, 79, 40, 79, 33, 24, 55, 62, 99, 80, 54, 40, 49, 18, 18][2.3375895230831247, -1.3763789642739954][58, 85, 22, 82, 41, 36, 73, 56, 36, 1, 13, 68, 75, 70, 16, 19][2.987927382573617, -0.8600004178006643][88, 38, 48, 53, 94, 13, 7, 17, 25, 90, 77, 25, 57, 87, 44, 80][3.4628973876604587, -0.8258104532269364][10, 54, 18, 38, 38, 86, 6, 3, 81, 31, 61, 2, 9, 99, 30, 70][3.665075077469582, -0.30822274659092747][77, 24, 28, 16, 2, 73, 55, 3, 91, 86, 39, 91, 29, 17, 58, 64][2.9178819646353453, -0.7825110330435648][76, 37, 43, 84, 94, 23, 36, 29, 59, 90, 98, 60, 88, 95, 30, 60][3.072920416662143, -0.39069517354011674][86, 12, 80, 91, 3, 65, 81, 44, 72, 2, 56, 84, 22, 23, 7, 19][3.1666904741132633, -0.3493525065291815][94, 59, 21, 93, 34, 69, 28, 62, 63, 0, 50, 42, 21, 91, 27, 90][3.545295662688603, -0.20139961380310042][39, 49, 49, 70, 75, 29, 79, 51, 55, 88, 55, 79, 24, 91, 9, 92][3.638624574442669, 0.06932275132742546][14, 81, 64, 3, 9, 95, 57, 78, 52, 75, 61, 63, 71, 67, 45, 32][2.983358443758059, -0.8658509773631491][37, 1, 29, 43, 91, 52, 8, 15, 8, 99, 51, 76, 27, 97, 68, 24][2.4094993603502313, -1.4610238784504908][8, 13, 89, 17, 52, 47, 67, 55, 2, 51, 1, 69, 15, 29, 3, 15][1.6625214513517517, -2.1090310773020984][85, 66, 25, 16, 63, 43, 32, 77, 60, 38, 55, 34, 82, 80, 51, 39][1.5626361400687736, -2.7604528387105667][64, 83, 27, 42, 87, 21, 99, 61, 60, 71, 96, 33, 23, 70, 9, 23][1.6936773537384147, -2.048235573374328][22, 53, 3, 37, 87, 38, 47, 70, 13, 0, 64, 15, 83, 83, 24, 14][2.2340852762131544, -1.5677428496895927][44, 74, 62, 85, 66, 74, 5, 85, 43, 56, 55, 45, 90, 91, 42, 20][1.7534322385465289, -2.158463477513641][41, 40, 9, 55, 12, 59, 91, 74, 79, 76, 25, 15, 32, 5, 3, 19][1.360120111215087, -2.43267870057444][56, 59, 74, 89, 59, 49, 54, 32, 54, 7, 93, 60, 9, 49, 99, 5][0.8272752469044798, -2.85314814157666][8, 41, 15, 20, 14, 56, 87, 19, 24, 56, 33, 4, 28, 29, 26, 37][1.532926165388424, -2.3185698331178255][42, 84, 28, 28, 17, 68, 69, 45, 20, 95, 80, 47, 18, 84, 81, 11][1.4522912267380361, -2.938866240695418][78, 34, 53, 95, 38, 61, 56, 52, 2, 76, 85, 60, 54, 50, 75, 85][1.1835423761007315, -3.2126452555345977][59, 89, 80, 94, 13, 12, 63, 42, 23, 56, 54, 98, 85, 50, 74, 58][1.904586240300402, -2.6430488404334413][76, 26, 83, 71, 99, 81, 16, 27, 34, 80, 17, 52, 85, 90, 79, 55][2.226082877166239, -2.120454184495339][17, 47, 42, 92, 50, 39, 8, 88, 62, 16, 50, 22, 45, 45, 73, 32][2.4456440702546125, -1.8221692585283926][84, 25, 40, 76, 15, 89, 9, 37, 82, 10, 88, 64, 72, 15, 61, 50][1.8549147012118714, -2.521942485651963][64, 62, 53, 52, 39, 92, 50, 99, 38, 92, 7, 17, 98, 2, 2, 27][2.1980046617906983, -1.9325179755085904][28, 57, 17, 19, 55, 65, 92, 63, 20, 70, 90, 69, 88, 67, 55, 21][2.663498681829633, -1.4692142017343786][10, 55, 65, 44, 48, 54, 19, 3, 52, 37, 65, 21, 37, 18, 82, 98][2.179716558124033, -2.0917931995283823][75, 79, 70, 43, 0, 84, 16, 33, 55, 27, 45, 55, 84, 40, 32, 15][1.6531619104766015, -2.3011459554923688][96, 3, 94, 4, 6, 33, 78, 93, 35, 89, 3, 41, 42, 69, 85, 13][2.169374815658418, -1.925080306945241][28, 2, 77, 5, 5, 8, 64, 58, 80, 0, 87, 76, 69, 53, 57, 13][2.466104297822859, -1.4460311459658308][19, 52, 5, 63, 90, 48, 58, 4, 93, 34, 5, 9, 6, 59, 51, 85][2.0116435758909788, -2.072053806536527][28, 51, 66, 83, 90, 4, 85, 12, 77, 31, 91, 57, 88, 42, 20, 99][1.6301775592221341, -2.47041953895033][30, 63, 40, 23, 8, 9, 45, 88, 72, 7, 87, 42, 14, 42, 71, 36][1.2998872582433976, -2.944277264362566][56, 55, 66, 82, 28, 68, 89, 37, 98, 23, 28, 28, 98, 13, 41, 1][1.0572780583071502, -3.5019441334409387][1, 92, 69, 32, 24, 49, 35, 93, 42, 49, 65, 57, 1, 10, 53, 45][1.728763846530897, -2.8709922222458713][16, 90, 75, 19, 92, 55, 95, 15, 18, 93, 10, 92, 41, 79, 99, 11][1.5944178938559002, -3.090064771613979][30, 5, 85, 13, 54, 46, 47, 88, 4, 12, 10, 75, 54, 67, 59, 44][1.4369620827469878, -3.397030620228212][46, 51, 64, 55, 67, 0, 59, 43, 70, 33, 12, 19, 58, 73, 19, 67][1.1739914828521985, -3.8874444966820274][67, 64, 95, 0, 54, 83, 58, 98, 32, 32, 28, 3, 89, 24, 66, 14][0.8231003477228561, -4.0299468897472135][2, 95, 3, 11, 42, 19, 46, 86, 66, 22, 65, 24, 68, 75, 92, 83][1.5931383278356357, -3.2081802465948837][57, 37, 61, 81, 29, 19, 61, 34, 16, 86, 6, 38, 40, 13, 43, 14][1.285624889334289, -3.738124068607466][17, 48, 68, 73, 19, 64, 32, 23, 11, 85, 55, 93, 78, 32, 24, 53][1.9213556330184507, -3.1427891876457017][9, 75, 30, 84, 36, 93, 59, 99, 34, 98, 61, 97, 31, 6, 29, 87][1.4085052370319513, -3.646394586961659][37, 31, 16, 25, 70, 42, 86, 78, 4, 42, 22, 41, 7, 81, 4, 52][1.0756099298638964, -3.7739150258824843][74, 2, 23, 72, 12, 32, 1, 83, 82, 12, 93, 71, 91, 10, 24, 79][0.5267709299828451, -4.078360218479613][31, 3, 67, 46, 19, 25, 70, 1, 91, 42, 0, 74, 54, 29, 10, 69][1.2568033106705006, -3.1675521271411977][34, 76, 33, 88, 94, 65, 50, 37, 41, 51, 64, 88, 81, 39, 38, 72][0.8970128900428214, -3.302952561326847][9, 36, 1, 2, 16, 5, 94, 55, 74, 34, 61, 65, 70, 25, 58, 86][0.40756263316385427, -3.3857199401012963][35, 79, 49, 19, 60, 25, 78, 46, 42, 90, 36, 3, 21, 78, 18, 29][0.22334957138046446, -3.551961572085817][30, 7, 51, 46, 24, 56, 88, 27, 85, 13, 81, 4, 46, 61, 39, 86][0.035257046253668156, -3.9165481610984507][20, 73, 34, 94, 7, 7, 98, 38, 49, 97, 83, 76, 16, 9, 13, 46][-0.019501163252866216, -4.329791744076091][39, 57, 55, 29, 63, 26, 36, 72, 5, 49, 73, 86, 94, 45, 61, 50][0.06908769166063931, -4.425946506706209][85, 35, 10, 23, 34, 25, 2, 19, 22, 53, 66, 18, 3, 43, 33, 52][-0.0559514742964799, -4.693382920279787]thread 'svm::test_svm' panicked at src/svm.rs:14:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: -1.0 [INFO] [stdout] right: 1.0 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d751a0ec3c - std::backtrace_rs::backtrace::libunwind::trace::he43a6a3949163f8c [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d751a0ec3c - std::backtrace_rs::backtrace::trace_unsynchronized::h50db52ca99f692e7 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d751a0ec3c - std::sys_common::backtrace::_print_fmt::hd37d595f2ceb2d3c [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d751a0ec3c - ::fmt::h678bbcf9da6d7d75 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55d751a38cdc - core::fmt::rt::Argument::fmt::h3a159adc080a6fc9 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/fmt/rt.rs:138:9 [INFO] [stdout] 5: 0x55d751a38cdc - core::fmt::write::hb8eaf5a8e45a738e [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/fmt/mod.rs:1094:21 [INFO] [stdout] 6: 0x55d751a0bede - std::io::Write::write_fmt::hd8d55fcb462ed7e9 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/io/mod.rs:1714:15 [INFO] [stdout] 7: 0x55d751a0ea24 - std::sys_common::backtrace::_print::hcd4834796ee88ad2 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x55d751a0ea24 - std::sys_common::backtrace::print::h1360e9450e4f922a [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x55d751a10823 - std::panicking::default_hook::{{closure}}::h2609fa95cd5ab1f4 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:270:22 [INFO] [stdout] 10: 0x55d751a104bf - std::panicking::default_hook::h6d75f5747cab6e8d [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:287:9 [INFO] [stdout] 11: 0x55d7519a425c - as core::ops::function::Fn>::call::h22dfbb3222a0c5d6 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 12: 0x55d7519a425c - test::test_main::{{closure}}::hf2fa6099cd421171 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/test/src/lib.rs:136:21 [INFO] [stdout] 13: 0x55d751a10f1e - as core::ops::function::Fn>::call::h05249de742e1768e [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 14: 0x55d751a10f1e - std::panicking::rust_panic_with_hook::h57e78470c47c84de [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:711:13 [INFO] [stdout] 15: 0x55d751a10ca7 - std::panicking::begin_panic_handler::{{closure}}::h3dfd2453cf356ecb [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:599:13 [INFO] [stdout] 16: 0x55d751a0f166 - std::sys_common::backtrace::__rust_end_short_backtrace::hdb177d43678e4d7e [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/sys_common/backtrace.rs:170:18 [INFO] [stdout] 17: 0x55d751a109f2 - rust_begin_unwind [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:595:5 [INFO] [stdout] 18: 0x55d75194a893 - core::panicking::panic_fmt::hd1e971d8d7c78e0e [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/panicking.rs:67:14 [INFO] [stdout] 19: 0x55d75194acc5 - core::panicking::assert_failed_inner::h7e09b6414eab0f29 [INFO] [stdout] 20: 0x55d75196d5ce - core::panicking::assert_failed::h942ff885830798b4 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/panicking.rs:229:5 [INFO] [stdout] 21: 0x55d75196f89e - rust_algorithms::svm::test_svm::h58cd5a5cd9af35bc [INFO] [stdout] at /opt/rustwide/workdir/src/svm.rs:14:5 [INFO] [stdout] 22: 0x55d75196f377 - rust_algorithms::svm::test_svm::{{closure}}::hcb0ac7a1cf746cee [INFO] [stdout] at /opt/rustwide/workdir/src/svm.rs:5:15 [INFO] [stdout] 23: 0x55d751961596 - core::ops::function::FnOnce::call_once::h34368061044ad5dd [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x55d7519a92ef - core::ops::function::FnOnce::call_once::he2e7294d6e0366fc [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x55d7519a92ef - test::__rust_begin_short_backtrace::h13549e99f98e3254 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/test/src/lib.rs:626:18 [INFO] [stdout] 26: 0x55d7519a837e - test::run_test_in_process::{{closure}}::h9c2c3d1665ffe092 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/test/src/lib.rs:649:60 [INFO] [stdout] 27: 0x55d7519a837e - as core::ops::function::FnOnce<()>>::call_once::hec1896877d3d50ca [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 28: 0x55d7519a837e - std::panicking::try::do_call::hc7aed7412be3e0dc [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:502:40 [INFO] [stdout] 29: 0x55d7519a837e - std::panicking::try::h011fbc524cd7e3ba [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:466:19 [INFO] [stdout] 30: 0x55d7519a837e - std::panic::catch_unwind::hff05d0891bc5bb82 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panic.rs:142:14 [INFO] [stdout] 31: 0x55d7519a837e - test::run_test_in_process::h87f0657a1c0aaab4 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/test/src/lib.rs:649:27 [INFO] [stdout] 32: 0x55d7519a837e - test::run_test::{{closure}}::hc4dd34f501797e16 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/test/src/lib.rs:572:43 [INFO] [stdout] 33: 0x55d75196fcd3 - test::run_test::{{closure}}::h1201d47565297bcc [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/test/src/lib.rs:600:41 [INFO] [stdout] 34: 0x55d75196fcd3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h6de9d5784bb58c62 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/sys_common/backtrace.rs:154:18 [INFO] [stdout] 35: 0x55d7519758eb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h0a3dd4432bd9a04d [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 36: 0x55d7519758eb - as core::ops::function::FnOnce<()>>::call_once::h05af39418a9230d5 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 37: 0x55d7519758eb - std::panicking::try::do_call::h6f430b03009d827b [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:502:40 [INFO] [stdout] 38: 0x55d7519758eb - std::panicking::try::h3275ae04389ad69a [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:466:19 [INFO] [stdout] 39: 0x55d7519758eb - std::panic::catch_unwind::h77f388467ce5722e [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panic.rs:142:14 [INFO] [stdout] 40: 0x55d7519758eb - std::thread::Builder::spawn_unchecked_::{{closure}}::h308964f897d35a6e [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 41: 0x55d7519758eb - core::ops::function::FnOnce::call_once{{vtable.shim}}::h98d901cf00b6c865 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x55d751a155f5 - as core::ops::function::FnOnce>::call_once::haadd4e5af2ab0d62 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 43: 0x55d751a155f5 - as core::ops::function::FnOnce>::call_once::he4ba1fb09c16d807 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 44: 0x55d751a155f5 - std::sys::unix::thread::Thread::new::thread_start::he524ecf4b47bee95 [INFO] [stdout] at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 45: 0x7f0bddb1bb43 - [INFO] [stdout] 46: 0x7f0bddbacbb4 - __clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] svm::test_svm [INFO] [stdout] [INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin rust-algorithms` [INFO] running `Command { std: "docker" "inspect" "96e7f6f60fd8453a6690fc2392015255d9b0128d27bee217fce0a8a70677580d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96e7f6f60fd8453a6690fc2392015255d9b0128d27bee217fce0a8a70677580d", kill_on_drop: false }` [INFO] [stdout] 96e7f6f60fd8453a6690fc2392015255d9b0128d27bee217fce0a8a70677580d