[INFO] cloning repository https://github.com/DerLando/RustNFP
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DerLando/RustNFP" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDerLando%2FRustNFP", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDerLando%2FRustNFP'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 067ce842ae756d07c5d496f88d0fe66790647df9
[INFO] testing DerLando/RustNFP against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDerLando%2FRustNFP" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DerLando/RustNFP
[INFO] finished tweaking git repo https://github.com/DerLando/RustNFP
[INFO] tweaked toml for git repo https://github.com/DerLando/RustNFP written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DerLando/RustNFP on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DerLando/RustNFP 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.94.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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c7c76cb3e4353789c2e4946238d19a8814946103edf0f4f7fc17d782aee5124
[INFO] running `Command { std: "docker" "start" "-a" "0c7c76cb3e4353789c2e4946238d19a8814946103edf0f4f7fc17d782aee5124", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c7c76cb3e4353789c2e4946238d19a8814946103edf0f4f7fc17d782aee5124", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c7c76cb3e4353789c2e4946238d19a8814946103edf0f4f7fc17d782aee5124", kill_on_drop: false }`
[INFO] [stdout] 0c7c76cb3e4353789c2e4946238d19a8814946103edf0f4f7fc17d782aee5124
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5537560c70a3e32a0acb3b436ecba1503915a4b0858819defb8d24762cace5ba
[INFO] running `Command { std: "docker" "start" "-a" "5537560c70a3e32a0acb3b436ecba1503915a4b0858819defb8d24762cace5ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling no_fit_polygon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `constants`
[INFO] [stdout]  --> src/geometry/point.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::{Vector, constants};
[INFO] [stdout]   |                     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NEG_INFINITY`
[INFO] [stdout]  --> src/geometry/line.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::f64::{INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `constants`
[INFO] [stdout]  --> src/geometry/vector.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::{Point, constants};
[INFO] [stdout]   |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub extern fn test_link() {
[INFO] [stdout]   |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Line` and `Vector`
[INFO] [stdout]   --> src/lib.rs:12:56
[INFO] [stdout]    |
[INFO] [stdout] 12 |     use super::geometry::{Point, Polygon, LineSegment, Line, Vector};
[INFO] [stdout]    |                                                        ^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PI`
[INFO] [stdout]   --> src/lib.rs:13:28
[INFO] [stdout]    |
[INFO] [stdout] 13 |     use std::f64::consts::{PI};
[INFO] [stdout]    |                            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/geometry/polygon.rs:295:21
[INFO] [stdout]     |
[INFO] [stdout] 295 |                 let mut all: HashSet<usize> = [self.from, self.middle, self.to].iter().cloned().collect();
[INFO] [stdout]     |                     ----^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other_shared_vertex_indices`
[INFO] [stdout]    --> src/geometry/polygon.rs:404:13
[INFO] [stdout]     |
[INFO] [stdout] 404 |         let other_shared_vertex_indices = other.edge_from_to(other_edge_index);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shared_vertex_indices`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `first_edge_index` is never read
[INFO] [stdout]    --> src/geometry/polygon.rs:391:43
[INFO] [stdout]     |
[INFO] [stdout] 391 |         let mut first_edge_index: usize = 0;
[INFO] [stdout]     |                                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `other_edge_index` is never read
[INFO] [stdout]    --> src/geometry/polygon.rs:392:43
[INFO] [stdout]     |
[INFO] [stdout] 392 |         let mut other_edge_index: usize = 0;
[INFO] [stdout]     |                                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `all_indices`, `is_index_intersecting`, and `contains_other_middle` are never used
[INFO] [stdout]    --> src/geometry/polygon.rs:294:20
[INFO] [stdout]     |
[INFO] [stdout] 293 |         impl PartitionLine {
[INFO] [stdout]     |         ------------------ methods in this implementation
[INFO] [stdout] 294 |             pub fn all_indices(&self) -> HashSet<usize> {
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 299 |             pub fn is_index_intersecting(&self, other: &PartitionLine) -> bool {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |             pub fn contains_other_middle(&self, other: &PartitionLine) -> bool {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "5537560c70a3e32a0acb3b436ecba1503915a4b0858819defb8d24762cace5ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5537560c70a3e32a0acb3b436ecba1503915a4b0858819defb8d24762cace5ba", kill_on_drop: false }`
[INFO] [stdout] 5537560c70a3e32a0acb3b436ecba1503915a4b0858819defb8d24762cace5ba
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b926e818a4b27b977d3384fb65ee4e4626bf3a11d41073b539eeb3c70f1d6eb8
[INFO] running `Command { std: "docker" "start" "-a" "b926e818a4b27b977d3384fb65ee4e4626bf3a11d41073b539eeb3c70f1d6eb8", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `constants`
[INFO] [stdout]  --> src/geometry/point.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::{Vector, constants};
[INFO] [stdout]   |                     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NEG_INFINITY`
[INFO] [stdout]  --> src/geometry/line.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::f64::{INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `constants`
[INFO] [stdout]  --> src/geometry/vector.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::{Point, constants};
[INFO] [stdout]   |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub extern fn test_link() {
[INFO] [stdout]   |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Line` and `Vector`
[INFO] [stdout]   --> src/lib.rs:12:56
[INFO] [stdout]    |
[INFO] [stdout] 12 |     use super::geometry::{Point, Polygon, LineSegment, Line, Vector};
[INFO] [stdout]    |                                                        ^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PI`
[INFO] [stdout]   --> src/lib.rs:13:28
[INFO] [stdout]    |
[INFO] [stdout] 13 |     use std::f64::consts::{PI};
[INFO] [stdout]    |                            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/geometry/polygon.rs:295:21
[INFO] [stdout]     |
[INFO] [stdout] 295 |                 let mut all: HashSet<usize> = [self.from, self.middle, self.to].iter().cloned().collect();
[INFO] [stdout]     |                     ----^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other_shared_vertex_indices`
[INFO] [stdout]    --> src/geometry/polygon.rs:404:13
[INFO] [stdout]     |
[INFO] [stdout] 404 |         let other_shared_vertex_indices = other.edge_from_to(other_edge_index);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shared_vertex_indices`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `first_edge_index` is never read
[INFO] [stdout]    --> src/geometry/polygon.rs:391:43
[INFO] [stdout]     |
[INFO] [stdout] 391 |         let mut first_edge_index: usize = 0;
[INFO] [stdout]     |                                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `other_edge_index` is never read
[INFO] [stdout]    --> src/geometry/polygon.rs:392:43
[INFO] [stdout]     |
[INFO] [stdout] 392 |         let mut other_edge_index: usize = 0;
[INFO] [stdout]     |                                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling no_fit_polygon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `all_indices`, `is_index_intersecting`, and `contains_other_middle` are never used
[INFO] [stdout]    --> src/geometry/polygon.rs:294:20
[INFO] [stdout]     |
[INFO] [stdout] 293 |         impl PartitionLine {
[INFO] [stdout]     |         ------------------ methods in this implementation
[INFO] [stdout] 294 |             pub fn all_indices(&self) -> HashSet<usize> {
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 299 |             pub fn is_index_intersecting(&self, other: &PartitionLine) -> bool {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |             pub fn contains_other_middle(&self, other: &PartitionLine) -> bool {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `constants`
[INFO] [stdout]  --> src/geometry/point.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::{Vector, constants};
[INFO] [stdout]   |                     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NEG_INFINITY`
[INFO] [stdout]  --> src/geometry/line.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::f64::{INFINITY, NEG_INFINITY};
[INFO] [stdout]   |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `constants`
[INFO] [stdout]  --> src/geometry/vector.rs:1:20
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::{Point, constants};
[INFO] [stdout]   |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `LineSegment`, `Point`, and `Polygon`
[INFO] [stdout]    --> src/tests/mod.rs:164:42
[INFO] [stdout]     |
[INFO] [stdout] 164 |     use super::super::geometry::{Vector, Polygon, Point, LineSegment, constants::ZERO_TOLERANCE};
[INFO] [stdout]     |                                          ^^^^^^^  ^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub extern fn test_link() {
[INFO] [stdout]   |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Line` and `Vector`
[INFO] [stdout]   --> src/lib.rs:12:56
[INFO] [stdout]    |
[INFO] [stdout] 12 |     use super::geometry::{Point, Polygon, LineSegment, Line, Vector};
[INFO] [stdout]    |                                                        ^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PI`
[INFO] [stdout]   --> src/lib.rs:13:28
[INFO] [stdout]    |
[INFO] [stdout] 13 |     use std::f64::consts::{PI};
[INFO] [stdout]    |                            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/geometry/polygon.rs:295:21
[INFO] [stdout]     |
[INFO] [stdout] 295 |                 let mut all: HashSet<usize> = [self.from, self.middle, self.to].iter().cloned().collect();
[INFO] [stdout]     |                     ----^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other_shared_vertex_indices`
[INFO] [stdout]    --> src/geometry/polygon.rs:404:13
[INFO] [stdout]     |
[INFO] [stdout] 404 |         let other_shared_vertex_indices = other.edge_from_to(other_edge_index);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shared_vertex_indices`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `first_edge_index` is never read
[INFO] [stdout]    --> src/geometry/polygon.rs:391:43
[INFO] [stdout]     |
[INFO] [stdout] 391 |         let mut first_edge_index: usize = 0;
[INFO] [stdout]     |                                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `other_edge_index` is never read
[INFO] [stdout]    --> src/geometry/polygon.rs:392:43
[INFO] [stdout]     |
[INFO] [stdout] 392 |         let mut other_edge_index: usize = 0;
[INFO] [stdout]     |                                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `all_indices`, `is_index_intersecting`, and `contains_other_middle` are never used
[INFO] [stdout]    --> src/geometry/polygon.rs:294:20
[INFO] [stdout]     |
[INFO] [stdout] 293 |         impl PartitionLine {
[INFO] [stdout]     |         ------------------ methods in this implementation
[INFO] [stdout] 294 |             pub fn all_indices(&self) -> HashSet<usize> {
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 299 |             pub fn is_index_intersecting(&self, other: &PartitionLine) -> bool {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |             pub fn contains_other_middle(&self, other: &PartitionLine) -> bool {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/tests/mod.rs:466:75
[INFO] [stdout]     |
[INFO] [stdout] 466 |             LineSegmentLineSegmentIntersectionResult::Point(pt) => panic!(format!("Found a point, {:?}", pt)),
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 466 -             LineSegmentLineSegmentIntersectionResult::Point(pt) => panic!(format!("Found a point, {:?}", pt)),
[INFO] [stdout] 466 +             LineSegmentLineSegmentIntersectionResult::Point(pt) => panic!("Found a point, {:?}", pt),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/tests/mod.rs:512:32
[INFO] [stdout]     |
[INFO] [stdout] 512 |                         panic!(format!("Points were not equal under epsilon on index {}!, {:?}, {:?}", n, pt, original_corners[n]))
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 512 -                         panic!(format!("Points were not equal under epsilon on index {}!, {:?}, {:?}", n, pt, original_corners[n]))
[INFO] [stdout] 512 +                         panic!("Points were not equal under epsilon on index {}!, {:?}, {:?}", n, pt, original_corners[n])
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.80s
[INFO] running `Command { std: "docker" "inspect" "b926e818a4b27b977d3384fb65ee4e4626bf3a11d41073b539eeb3c70f1d6eb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b926e818a4b27b977d3384fb65ee4e4626bf3a11d41073b539eeb3c70f1d6eb8", kill_on_drop: false }`
[INFO] [stdout] b926e818a4b27b977d3384fb65ee4e4626bf3a11d41073b539eeb3c70f1d6eb8
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9b0c898377abd8c19b4a9b70dc3abe33d5d3c4233aa39486203b4ed2d465bc30
[INFO] running `Command { std: "docker" "start" "-a" "9b0c898377abd8c19b4a9b70dc3abe33d5d3c4233aa39486203b4ed2d465bc30", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `constants`
[INFO] [stderr]  --> src/geometry/point.rs:1:21
[INFO] [stderr]   |
[INFO] [stderr] 1 | use super::{Vector, constants};
[INFO] [stderr]   |                     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `NEG_INFINITY`
[INFO] [stderr]  --> src/geometry/line.rs:2:26
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::f64::{INFINITY, NEG_INFINITY};
[INFO] [stderr]   |                          ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `constants`
[INFO] [stderr]  --> src/geometry/vector.rs:1:20
[INFO] [stderr]   |
[INFO] [stderr] 1 | use super::{Point, constants};
[INFO] [stderr]   |                    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]  --> src/lib.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub extern fn test_link() {
[INFO] [stderr]   |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Line` and `Vector`
[INFO] [stderr]   --> src/lib.rs:12:56
[INFO] [stderr]    |
[INFO] [stderr] 12 |     use super::geometry::{Point, Polygon, LineSegment, Line, Vector};
[INFO] [stderr]    |                                                        ^^^^  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `PI`
[INFO] [stderr]   --> src/lib.rs:13:28
[INFO] [stderr]    |
[INFO] [stderr] 13 |     use std::f64::consts::{PI};
[INFO] [stderr]    |                            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/geometry/polygon.rs:295:21
[INFO] [stderr]     |
[INFO] [stderr] 295 |                 let mut all: HashSet<usize> = [self.from, self.middle, self.to].iter().cloned().collect();
[INFO] [stderr]     |                     ----^^^
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `other_shared_vertex_indices`
[INFO] [stderr]    --> src/geometry/polygon.rs:404:13
[INFO] [stderr]     |
[INFO] [stderr] 404 |         let other_shared_vertex_indices = other.edge_from_to(other_edge_index);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shared_vertex_indices`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `first_edge_index` is never read
[INFO] [stderr]    --> src/geometry/polygon.rs:391:43
[INFO] [stderr]     |
[INFO] [stderr] 391 |         let mut first_edge_index: usize = 0;
[INFO] [stderr]     |                                           ^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `other_edge_index` is never read
[INFO] [stderr]    --> src/geometry/polygon.rs:392:43
[INFO] [stderr]     |
[INFO] [stderr] 392 |         let mut other_edge_index: usize = 0;
[INFO] [stderr]     |                                           ^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: methods `all_indices`, `is_index_intersecting`, and `contains_other_middle` are never used
[INFO] [stderr]    --> src/geometry/polygon.rs:294:20
[INFO] [stderr]     |
[INFO] [stderr] 293 |         impl PartitionLine {
[INFO] [stderr]     |         ------------------ methods in this implementation
[INFO] [stderr] 294 |             pub fn all_indices(&self) -> HashSet<usize> {
[INFO] [stderr]     |                    ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 299 |             pub fn is_index_intersecting(&self, other: &PartitionLine) -> bool {
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 303 |             pub fn contains_other_middle(&self, other: &PartitionLine) -> bool {
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `no_fit_polygon` (lib) generated 11 warnings (run `cargo fix --lib -p no_fit_polygon` to apply 8 suggestions)
[INFO] [stderr] warning: unused imports: `LineSegment`, `Point`, and `Polygon`
[INFO] [stderr]    --> src/tests/mod.rs:164:42
[INFO] [stderr]     |
[INFO] [stderr] 164 |     use super::super::geometry::{Vector, Polygon, Point, LineSegment, constants::ZERO_TOLERANCE};
[INFO] [stderr]     |                                          ^^^^^^^  ^^^^^  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests/mod.rs:466:75
[INFO] [stderr]     |
[INFO] [stderr] 466 |             LineSegmentLineSegmentIntersectionResult::Point(pt) => panic!(format!("Found a point, {:?}", pt)),
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 466 -             LineSegmentLineSegmentIntersectionResult::Point(pt) => panic!(format!("Found a point, {:?}", pt)),
[INFO] [stderr] 466 +             LineSegmentLineSegmentIntersectionResult::Point(pt) => panic!("Found a point, {:?}", pt),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests/mod.rs:512:32
[INFO] [stderr]     |
[INFO] [stderr] 512 |                         panic!(format!("Points were not equal under epsilon on index {}!, {:?}, {:?}", n, pt, original_corners[n]))
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 512 -                         panic!(format!("Points were not equal under epsilon on index {}!, {:?}, {:?}", n, pt, original_corners[n]))
[INFO] [stderr] 512 +                         panic!("Points were not equal under epsilon on index {}!, {:?}, {:?}", n, pt, original_corners[n])
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `no_fit_polygon` (lib test) generated 14 warnings (11 duplicates) (run `cargo fix --lib -p no_fit_polygon --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_nfp-ff6f1705b7a2fda5)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test tests::intersection_tests::test_line_line_intersection_equal ... ok
[INFO] [stdout] test tests::intersection_tests::test_line_line_intersection_none ... ok
[INFO] [stdout] test tests::intersection_tests::test_line_segment_line_segment_intersection_point ... ok
[INFO] [stdout] test tests::intersection_tests::test_line_segment_line_segment_vertical_horizontal_point ... ok
[INFO] [stdout] test tests::intersection_tests::test_polygon_polygon_intersection_none ... ok
[INFO] [stdout] test tests::intersection_tests::test_polygon_polygon_intersection_point ... ok
[INFO] [stdout] test tests::intersection_tests::test_line_segment_line_segment_vertical_horizontal_none ... ok
[INFO] [stdout] test tests::intersection_tests::test_line_line_intersection_point ... ok
[INFO] [stdout] test tests::line_segment_tests::test_denominator_zero_on_parallel ... ok
[INFO] [stdout] test tests::line_segment_tests::test_line_segment_is_point_on ... ok
[INFO] [stdout] test tests::line_tests::test_point_at ... ok
[INFO] [stdout] test tests::line_tests::test_point_on_line ... ok
[INFO] [stdout] test tests::line_tests::test_point_on_line_parallel_to_x_axis ... ok
[INFO] [stdout] test tests::line_tests::test_two_point_constructor ... ok
[INFO] [stdout] test tests::point_tests::test_point_distance ... ok
[INFO] [stdout] test tests::polygon_tests::test_angles_consistent ... ok
[INFO] [stdout] test tests::polygon_tests::test_area_any ... ok
[INFO] [stdout] test tests::polygon_tests::test_merge_square ... ok
[INFO] [stdout] test tests::polygon_tests::test_point_on ... ok
[INFO] [stdout] test tests::polygon_tests::test_subdivide_square ... ok
[INFO] [stdout] test tests::line_tests::test_point_not_on_line ... ok
[INFO] [stdout] test tests::polygon_tests::test_triangulation ... ok
[INFO] [stdout] test tests::vector_tests::test_vector_angle_225_degrees_edge_case ... ok
[INFO] [stdout] test tests::vector_tests::test_vector_angle_same ... ok
[INFO] [stdout] test tests::polygon_tests::test_area_square ... ok
[INFO] [stdout] test tests::vector_tests::test_vector_angle_order_matters ... ok
[INFO] [stdout] test tests::intersection_tests::test_line_segment_line_segment_intersection_overlap ... ok
[INFO] [stdout] test tests::polygon_tests::test_concave ... ok
[INFO] [stdout] test tests::polygon_tests::test_edges_consistent ... ok
[INFO] [stdout] test tests::vector_tests::test_vector_angle_anti_parallel ... ok
[INFO] [stdout] test tests::intersection_tests::test_polygon_edges_intersection_yields_corners ... ok
[INFO] [stdout] test tests::polygon_tests::test_convex ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test tests::polygon_tests::test_subdivide_circle ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::polygon_tests::test_subdivide_circle stdout ----
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 9.510565162951535, y: 3.090169943749474 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 5.877852522924732, y: 8.090169943749475 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 6.123233995736766e-16, y: 10.0 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -5.87785252292473, y: 8.090169943749475 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -9.510565162951536, y: -3.0901699437494727 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -5.877852522924733, y: -8.090169943749473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: -1.8369701987210296e-15, y: -10.0 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 5.877852522924729, y: -8.090169943749476 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 9.510565162951535, y: 3.090169943749474 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 5.877852522924732, y: 8.090169943749475 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 6.123233995736766e-16, y: 10.0 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -5.87785252292473, y: 8.090169943749475 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -9.510565162951536, y: -3.0901699437494727 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -5.877852522924733, y: -8.090169943749473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: -1.8369701987210296e-15, y: -10.0 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 9.510565162951535, y: 3.090169943749474 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 5.877852522924732, y: 8.090169943749475 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 6.123233995736766e-16, y: 10.0 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -5.87785252292473, y: 8.090169943749475 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -9.510565162951536, y: -3.0901699437494727 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -5.877852522924733, y: -8.090169943749473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 9.510565162951535, y: 3.090169943749474 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 5.877852522924732, y: 8.090169943749475 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 6.123233995736766e-16, y: 10.0 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -5.87785252292473, y: 8.090169943749475 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -5.877852522924733, y: -8.090169943749473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 9.510565162951535, y: 3.090169943749474 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 5.877852522924732, y: 8.090169943749475 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 6.123233995736766e-16, y: 10.0 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -5.877852522924733, y: -8.090169943749473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 9.510565162951535, y: 3.090169943749474 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 6.123233995736766e-16, y: 10.0 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -5.877852522924733, y: -8.090169943749473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 9.510565162951535, y: 3.090169943749474 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -5.877852522924733, y: -8.090169943749473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -5.877852522924733, y: -8.090169943749473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 8.090169943749473, y: -5.877852522924734 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 8.090169943749473, y: -5.877852522924734 }] }
[INFO] [stdout] Current poly is: Polygon { points: [Point { x: 10.0, y: 0.0 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }] }
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 5.877852522924729, y: -8.090169943749476 }, Point { x: 8.090169943749473, y: -5.877852522924734 }]
[INFO] [stdout] Appending... corners are now: [Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 5.877852522924729, y: -8.090169943749476 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -9.510565162951536, y: -3.0901699437494727 }, Point { x: -8.090169943749476, y: -5.87785252292473 }]
[INFO] [stdout] Appending... corners are now: [Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -9.510565162951536, y: -3.0901699437494727 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: 3.0901699437494745, y: 9.510565162951535 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -5.87785252292473, y: 8.090169943749475 }, Point { x: -8.090169943749473, y: 5.877852522924733 }]
[INFO] [stdout] Appending... corners are now: [Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -5.87785252292473, y: 8.090169943749475 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: 10.0, y: 0.0 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 5.877852522924732, y: 8.090169943749475 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }]
[INFO] [stdout] Appending... corners are now: [Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 5.877852522924732, y: 8.090169943749475 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 10.0, y: 0.0 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }]
[INFO] [stdout] Appending... corners are now: [Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }, Point { x: 10.0, y: 0.0 }]
[INFO] [stdout] Appending... corners are now: [Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }, Point { x: 10.0, y: 0.0 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: 3.0901699437494745, y: 9.510565162951535 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 10.0, y: 0.0 }]
[INFO] [stdout] Appending... corners are now: [Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 10.0, y: 0.0 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 5.877852522924729, y: -8.090169943749476 }, Point { x: 8.090169943749473, y: -5.877852522924734 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: -1.8369701987210296e-15, y: -10.0 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }]
[INFO] [stdout] Appending... corners are now: [Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: -1.8369701987210296e-15, y: -10.0 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 5.877852522924729, y: -8.090169943749476 }, Point { x: 8.090169943749473, y: -5.877852522924734 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -5.87785252292473, y: 8.090169943749475 }, Point { x: -8.090169943749473, y: 5.877852522924733 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 6.123233995736766e-16, y: 10.0 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }]
[INFO] [stdout] Appending... corners are now: [Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 6.123233995736766e-16, y: 10.0 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -5.87785252292473, y: 8.090169943749475 }, Point { x: -8.090169943749473, y: 5.877852522924733 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 10.0, y: 0.0 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 5.877852522924732, y: 8.090169943749475 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: 10.0, y: 0.0 }, Point { x: 9.510565162951535, y: 3.090169943749474 }, Point { x: 8.090169943749475, y: 5.877852522924732 }]
[INFO] [stdout] Appending... corners are now: [Point { x: 10.0, y: 0.0 }, Point { x: 9.510565162951535, y: 3.090169943749474 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 10.0, y: 0.0 }, Point { x: 8.090169943749475, y: 5.877852522924732 }, Point { x: 5.877852522924732, y: 8.090169943749475 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: -9.510565162951536, y: -3.0901699437494727 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: -10.0, y: 1.2246467991473533e-15 }]
[INFO] [stdout] Attempting to take slice from 2, to 0 on vec: [Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -5.877852522924733, y: -8.090169943749473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Appending... corners are now: [Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -5.877852522924733, y: -8.090169943749473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: -9.510565162951536, y: -3.0901699437494727 }, Point { x: -8.090169943749476, y: -5.87785252292473 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: -10.0, y: 1.2246467991473533e-15 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] other_corners are: [Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 10.0, y: 0.0 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }]
[INFO] [stdout] Attempting to take slice from 3, to 0 on vec: [Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Appending... corners are now: [Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 10.0, y: 0.0 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] WithoutEdge: trying to take slice from 2 to 5 on [Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: -1.8369701987210296e-15, y: -10.0 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 5.877852522924729, y: -8.090169943749476 }, Point { x: 8.090169943749473, y: -5.877852522924734 }]
[INFO] [stdout] other_corners are: [Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Attempting to take slice from 3, to 0 on vec: [Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }, Point { x: 10.0, y: 0.0 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Appending... corners are now: [Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: 9.510565162951535, y: -3.0901699437494763 }, Point { x: 10.0, y: 0.0 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494723, y: -9.510565162951536 }, Point { x: 8.090169943749473, y: -5.877852522924734 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }]
[INFO] [stdout] Passed shared edge test...
[INFO] [stdout] Passed first point relation test...
[INFO] [stdout] Passed second vertex relation test...
[INFO] [stdout] WithoutEdge: trying to take slice from 3 to 6 on [Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -9.510565162951535, y: 3.090169943749475 }, Point { x: -10.0, y: 1.2246467991473533e-15 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 10.0, y: 0.0 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }]
[INFO] [stdout] other_corners are: [Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }]
[INFO] [stdout] Attempting to take slice from 3, to 4 on vec: [Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 6.123233995736766e-16, y: 10.0 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -5.87785252292473, y: 8.090169943749475 }, Point { x: -8.090169943749473, y: 5.877852522924733 }]
[INFO] [stdout] Splicing... corners are now: [Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: 6.123233995736766e-16, y: 10.0 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -3.0901699437494754, y: -9.510565162951535 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -8.090169943749473, y: 5.877852522924733 }, Point { x: 3.0901699437494745, y: 9.510565162951535 }, Point { x: -3.0901699437494736, y: 9.510565162951536 }, Point { x: -5.87785252292473, y: 8.090169943749475 }, Point { x: -8.090169943749473, y: 5.877852522924733 }]
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::polygon_tests::test_subdivide_circle' (50) panicked at src/tests/mod.rs:143:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 4
[INFO] [stdout]  right: 1
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59c666189c82 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59c666189c82 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59c666189c82 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59c666189c82 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59c66619a29a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59c66619a29a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x59c6661588b6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59c6661588b6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x59c6661690b9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59c6661690b9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59c666168f51 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59c66612d59e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x59c66612d59e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59c666169332 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x59c666169332 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59c666169178 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59c6661646a9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59c66614d6ed - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59c6661a17ac - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59c6661a1663 - core::panicking::assert_failed_inner::h3c3301979dc81b81
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59c6661a14f3 - core::panicking::assert_failed::h59d9a1fd9655a77e
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59c66610713f - rust_nfp::tests::polygon_tests::test_subdivide_circle::h667a46548946bce7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:143:9
[INFO] [stdout]   22:     0x59c666107217 - rust_nfp::tests::polygon_tests::test_subdivide_circle::{{closure}}::h246ea2ca3810e82a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:133:31
[INFO] [stdout]   23:     0x59c666104386 - core::ops::function::FnOnce::call_once::h4f0a2bf45c0e1d85
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x59c66612d35b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x59c66612d35b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x59c666140d6a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x59c666140d6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x59c666140d6a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x59c666140d6a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x59c666140d6a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x59c666140d6a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x59c666140d6a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x59c66611b1c4 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x59c66611b1c4 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x59c66611eb62 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x59c66611eb62 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x59c66611eb62 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x59c66611eb62 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x59c66611eb62 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x59c66611eb62 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x59c66611eb62 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x59c66615f93f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x59c66615f93f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   44:     0x72c9733eaaa4 - <unknown>
[INFO] [stdout]   45:     0x72c973477a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::polygon_tests::test_subdivide_circle
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 32 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9b0c898377abd8c19b4a9b70dc3abe33d5d3c4233aa39486203b4ed2d465bc30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b0c898377abd8c19b4a9b70dc3abe33d5d3c4233aa39486203b4ed2d465bc30", kill_on_drop: false }`
[INFO] [stdout] 9b0c898377abd8c19b4a9b70dc3abe33d5d3c4233aa39486203b4ed2d465bc30
