[INFO] crate flo_curves 0.3.1 is already in cache [INFO] testing flo_curves-0.3.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate flo_curves 0.3.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate flo_curves 0.3.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate flo_curves 0.3.1 [INFO] finished tweaking crates.io crate flo_curves 0.3.1 [INFO] tweaked toml for crates.io crate flo_curves 0.3.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 334d91320b57bfe1013c690e4dfba998e203df568e118e031be05e1bd28e8414 [INFO] running `"docker" "start" "-a" "334d91320b57bfe1013c690e4dfba998e203df568e118e031be05e1bd28e8414"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling roots v0.0.6 [INFO] [stderr] Compiling flo_curves v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/line/intersection.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | for (delta, edge) in delta.into_iter().zip(edge.into_iter()) { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/line/intersection.rs:55:53 [INFO] [stderr] | [INFO] [stderr] 55 | for (delta, edge) in delta.into_iter().zip(edge.into_iter()) { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/arc/circle.rs:72:16 [INFO] [stderr] | [INFO] [stderr] 72 | angles.into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.70s [INFO] running `"docker" "inspect" "334d91320b57bfe1013c690e4dfba998e203df568e118e031be05e1bd28e8414"` [INFO] running `"docker" "rm" "-f" "334d91320b57bfe1013c690e4dfba998e203df568e118e031be05e1bd28e8414"` [INFO] [stdout] 334d91320b57bfe1013c690e4dfba998e203df568e118e031be05e1bd28e8414 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 70d1384316f19d78f39a6e1b3cee799fa9fc816f390bf0a1e1090563d036b58f [INFO] running `"docker" "start" "-a" "70d1384316f19d78f39a6e1b3cee799fa9fc816f390bf0a1e1090563d036b58f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/line/intersection.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | for (delta, edge) in delta.into_iter().zip(edge.into_iter()) { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/line/intersection.rs:55:53 [INFO] [stderr] | [INFO] [stderr] 55 | for (delta, edge) in delta.into_iter().zip(edge.into_iter()) { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/arc/circle.rs:72:16 [INFO] [stderr] | [INFO] [stderr] 72 | angles.into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling flo_curves v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/line/intersection.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | for (delta, edge) in delta.into_iter().zip(edge.into_iter()) { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/line/intersection.rs:55:53 [INFO] [stderr] | [INFO] [stderr] 55 | for (delta, edge) in delta.into_iter().zip(edge.into_iter()) { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/arc/circle.rs:72:16 [INFO] [stderr] | [INFO] [stderr] 72 | angles.into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> tests/bezier/path/rays.rs:149:115 [INFO] [stderr] | [INFO] [stderr] 149 | for y in [1.9, 1.99, 1.999, 1.9999, 1.99999, 1.99999, 2.1, 2.01, 2.001, 2.0001, 2.00001, 2.000001, 2.0000001].into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> tests/bezier/path/rays.rs:335:115 [INFO] [stderr] | [INFO] [stderr] 335 | for y in [1.9, 1.99, 1.999, 1.9999, 1.99999, 1.99999, 2.1, 2.01, 2.001, 2.0001, 2.00001, 2.000001, 2.0000001].into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.06s [INFO] running `"docker" "inspect" "70d1384316f19d78f39a6e1b3cee799fa9fc816f390bf0a1e1090563d036b58f"` [INFO] running `"docker" "rm" "-f" "70d1384316f19d78f39a6e1b3cee799fa9fc816f390bf0a1e1090563d036b58f"` [INFO] [stdout] 70d1384316f19d78f39a6e1b3cee799fa9fc816f390bf0a1e1090563d036b58f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0e7aad71fad7d1e1dd48170bd637c949dd8518ec3e392ca8d2888cf26ed0a410 [INFO] running `"docker" "start" "-a" "0e7aad71fad7d1e1dd48170bd637c949dd8518ec3e392ca8d2888cf26ed0a410"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/line/intersection.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | for (delta, edge) in delta.into_iter().zip(edge.into_iter()) { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/line/intersection.rs:55:53 [INFO] [stderr] | [INFO] [stderr] 55 | for (delta, edge) in delta.into_iter().zip(edge.into_iter()) { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/arc/circle.rs:72:16 [INFO] [stderr] | [INFO] [stderr] 72 | angles.into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/line/intersection.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | for (delta, edge) in delta.into_iter().zip(edge.into_iter()) { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/line/intersection.rs:55:53 [INFO] [stderr] | [INFO] [stderr] 55 | for (delta, edge) in delta.into_iter().zip(edge.into_iter()) { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/arc/circle.rs:72:16 [INFO] [stderr] | [INFO] [stderr] 72 | angles.into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> tests/bezier/path/rays.rs:149:115 [INFO] [stderr] | [INFO] [stderr] 149 | for y in [1.9, 1.99, 1.999, 1.9999, 1.99999, 1.99999, 2.1, 2.01, 2.001, 2.0001, 2.00001, 2.000001, 2.0000001].into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> tests/bezier/path/rays.rs:335:115 [INFO] [stderr] | [INFO] [stderr] 335 | for y in [1.9, 1.99, 1.999, 1.9999, 1.99999, 1.99999, 2.1, 2.01, 2.001, 2.0001, 2.00001, 2.000001, 2.0000001].into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/flo_curves-32c761206e1d10d9 [INFO] [stdout] [INFO] [stdout] running 58 tests [INFO] [stdout] test arc::circle::test::can_convert_unit_arc ... ok [INFO] [stdout] test bezier::characteristics::test::arch_2 ... ok [INFO] [stdout] test bezier::characteristics::test::degenerate_cubic_curve_feature ... ok [INFO] [stdout] test bezier::characteristics::test::degenerate_single_point ... ok [INFO] [stdout] test bezier::characteristics::test::degenerate_needs_reversal ... ok [INFO] [stdout] test bezier::characteristics::test::degenerate_horizontal_line_overlapping_control_points ... ok [INFO] [stdout] test bezier::characteristics::test::degenerate_line_only_two_control_points ... ok [INFO] [stdout] test bezier::characteristics::test::canonical_curve_coeffs_are_valid_1 ... ok [INFO] [stdout] test arc::circle::test::circle_is_roughly_circular ... ok [INFO] [stdout] test arc::circle::test::circle_path_is_roughly_circular ... ok [INFO] [stdout] test bezier::characteristics::test::cusp_1 ... ok [INFO] [stdout] test bezier::characteristics::test::degenerate_cubic_curve ... ok [INFO] [stdout] test bezier::characteristics::test::arch_1 ... ok [INFO] [stdout] test bezier::characteristics::test::degenerate_horizontal_line ... ok [INFO] [stdout] test bezier::characteristics::test::not_loop_1 ... ok [INFO] [stdout] test bezier::characteristics::test::not_loop_3 ... ok [INFO] [stdout] test bezier::characteristics::test::single_inflection_1 ... ok [INFO] [stdout] test bezier::characteristics::test::single_inflection_1_feature ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::can_always_refine ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_curve_1 ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_curve_in_line ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_curve_outside_line ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_curve_start_in_line ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_curves_1 ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_curves_2 ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_curves_3 ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_curves_4 ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_line_1 ... ok [INFO] [stdout] test bezier::characteristics::test::not_loop_2 ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_curve_end_in_line ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::convex_hull_basic ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::clip_t_1 ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::convex_hull_concave_cp1 ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::convex_hull_concave_cp2 ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::convex_hull_opposite_sides ... ok [INFO] [stdout] test bezier::characteristics::test::detect_loop_3 ... ok [INFO] [stdout] test bezier::characteristics::test::not_loop_4 ... ok [INFO] [stdout] test bezier::characteristics::test::double_inflection_1 ... ok [INFO] [stdout] test bezier::characteristics::test::not_loop_5 ... ok [INFO] [stdout] test bezier::characteristics::test::double_inflection_1_feature ... ok [INFO] [stdout] test bezier::characteristics::test::detect_loop_1_feature ... ok [INFO] [stdout] test bezier::path::ray::test::collinear_collision_along_concave_edge_produces_single_collision ... ok [INFO] [stdout] test bezier::path::ray::test::collinear_collision_along_convex_edge_produces_no_collisions ... ok [INFO] [stdout] test bezier::path::ray::test::concave_collision_breakdown ... ok [INFO] [stdout] test bezier::characteristics::test::detect_loop_2 ... ok [INFO] [stdout] test bezier::characteristics::test::detect_loop_1 ... ok [INFO] [stdout] test bezier::path::ray::test::interior_point_produces_four_collisions ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::distance_curve_1 ... ok [INFO] [stdout] test bezier::intersection::fat_line::test::distance_to_horizontal_line ... ok [INFO] [stdout] test bezier::path::graph_path::test::find_gaps ... ok [INFO] [stdout] test bezier::path::graph_path::test::overlapping_rectangle_ray_cast_after_self_collide ... ok [INFO] [stdout] test bezier::path::graph_path::test::single_difficult_ray_cast_with_tricky_path_before_self_collide ... ok [INFO] [stdout] test bezier::path::graph_path::test::looped_rectangle_ray_cast_after_self_collide ... ok [INFO] [stdout] test bezier::path::ray::test::raw_donut_collisions ... ok [INFO] [stdout] test bezier::path::ray::test::raw_collision_along_concave_edge_produces_single_collision ... ok [INFO] [stdout] test bezier::path::ray::test::raw_collision_along_convex_edge_produces_no_collisions ... ok [INFO] [stdout] test bezier::path::graph_path::test::ray_cast_with_tricky_path_after_self_collide ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bez-01352d2467d37aa3 [INFO] [stdout] test bezier::path::graph_path::test::single_difficult_ray_cast_with_tricky_path_after_self_collide ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 258 tests [INFO] [stdout] test bezier::curve_intersection_clip::find_intersection_on_line_end_to_start_2 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::find_intersection_on_straight_line_end_1 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::find_intersection_on_straight_line_end_to_start_1 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::find_intersection_on_line_end_to_end_3 ... ok [INFO] [stdout] test bezier::characteristics::detect_loop_2 ... ok [INFO] [stdout] test bezier::characteristics::detect_loop_1 ... ok [INFO] [stdout] test bezier::bounds::get_straight_line_bounds ... ok [INFO] [stdout] test bezier::curve_intersection_clip::find_intersection_on_straight_line_middle ... ok [INFO] [stdout] test bezier::curve_intersection_clip::find_intersection_on_straight_line_near_end ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersection_curve_1 ... ok [INFO] [stdout] test bezier::basis::basis_agrees_with_de_casteljau ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersection_curve_2 ... ok [INFO] [stdout] test bezier::algorithms::fill_convex::fill_convex_circle ... ok [INFO] [stdout] test bezier::characteristics::detect_loop_2_features ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersection_curve_3 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::find_intersection_on_line_end_to_end_2 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersection_curve_4 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersection_curve_5 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::find_intersections_on_curve ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersection_curve_6 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersections_with_nearby_curves_2 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::find_intersection_on_straight_line_start ... ok [INFO] [stdout] test bezier::curve_intersection_clip::find_intersection_on_straight_line_not_middle ... ok [INFO] [stdout] test bezier::bounds::get_curved_line_bounds ... ok [INFO] [stdout] test bezier::deform::deform_curve_at_halfway_point ... ok [INFO] [stdout] test bezier::deform::deform_curve_at_many_other_points ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersection_curve_7 ... ok [INFO] [stdout] test bezier::basis::basis_at_t0_is_w1 ... ok [INFO] [stdout] test bezier::basis::basis_at_t1_is_w4 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersection_curve_8 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersection_curve_9 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersections_with_nearby_curves_1 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersections_with_nearby_curves_3 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersections_with_nearby_curves_4 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersections_with_overlapping_curves_2 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersections_with_overlapping_curves_3 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::solve_for_end_1 ... ok [INFO] [stdout] test bezier::curve_intersection_clip::solve_for_end_2 ... ok [INFO] [stdout] test bezier::deform::deform_curve_at_other_point ... ok [INFO] [stdout] test bezier::curve_intersection_clip::intersections_with_overlapping_curves_1 ... ok [INFO] [stdout] test bezier::deform::deform_line_upwards ... ok [INFO] [stdout] test bezier::derivative::take_first_derivative ... ok [INFO] [stdout] test bezier::intersection::find_intersection_on_curve_short_line ... ok [INFO] [stdout] test bezier::intersection::find_intersection_on_straight_line ... ok [INFO] [stdout] test bezier::intersection::find_intersection_on_curve ... ok [INFO] [stdout] test bezier::intersection::find_intersection_with_vertical_ray ... ok [INFO] [stdout] test bezier::intersection::lines_intersect_at_end ... ok [INFO] [stdout] test bezier::intersection::lines_intersect_start_to_end ... ok [INFO] [stdout] test bezier::intersection::no_intersection_if_line_does_not_cross_curve ... ok [INFO] [stdout] test bezier::intersection::lines_intersect_at_start ... ok [INFO] [stdout] test bezier::intersection::ray_intersects_collinear_line_1 ... ok [INFO] [stdout] test bezier::intersection::ray_intersects_collinear_line_2 ... ok [INFO] [stdout] test bezier::intersection::ray_intersects_collinear_line_3 ... ok [INFO] [stdout] test bezier::intersection::ray_intersects_curve_1 ... ok [INFO] [stdout] test bezier::intersection::ray_intersects_curve_1a ... ok [INFO] [stdout] test bezier::intersection::dot_intersects_nothing ... ok [INFO] [stdout] test bezier::intersection::ray_missing_root_2 ... ok [INFO] [stdout] test bezier::intersection::ray_missing_root_3 ... ok [INFO] [stdout] test bezier::intersection::ray_intersects_curve_1b ... ok [INFO] [stdout] test bezier::intersection::roots_library_does_not_have_missing_root_bug ... ok [INFO] [stdout] test bezier::normal::normal_at_start_of_curve_matches_control_points ... ok [INFO] [stdout] test bezier::normal::normal_for_line_is_straight_up ... ok [INFO] [stdout] test bezier::overlaps::overlapping_lines_same ... ok [INFO] [stdout] test bezier::overlaps::overlapping_lines_with_different_t_values ... ok [INFO] [stdout] test bezier::overlaps::overlaps_with_known_curve_1 ... ok [INFO] [stdout] test bezier::overlaps::simple_overlapping_curves_reversed ... ok [INFO] [stdout] test bezier::overlaps::overlaps_with_known_curve_2 ... ok [INFO] [stdout] test bezier::intersection::ray_intersects_curve_1e ... ok [INFO] [stdout] test bezier::intersection::find_intersection_with_horizontal_ray ... ok [INFO] [stdout] test bezier::overlaps::overlaps_with_known_curve_3 ... ok [INFO] [stdout] test bezier::overlaps::simple_overlapping_curves ... ok [INFO] [stdout] test bezier::overlaps::simple_overlapping_curves_curve2_larger ... ok [INFO] [stdout] test bezier::intersection::find_intersection_on_straight_line_against_ray ... ok [INFO] [stdout] test bezier::overlaps::simple_overlapping_curves_same ... ok [INFO] [stdout] test bezier::overlaps::simple_overlapping_lines ... ok [INFO] [stdout] test bezier::path::arithmetic_add::add_circle_inside_circle ... ok [INFO] [stdout] test bezier::path::arithmetic_add::rectangle_add_graph_path ... ok [INFO] [stdout] test bezier::intersection::ray_intersects_curve_1c ... ok [INFO] [stdout] test bezier::intersection::ray_intersects_curve_1d ... ok [INFO] [stdout] test bezier::path::arithmetic_add::add_two_overlapping_circles_further_apart ... ok [INFO] [stdout] test bezier::path::arithmetic_add::add_two_overlapping_circles_via_combination_chain ... ok [INFO] [stdout] test bezier::path::arithmetic_add::add_two_doughnuts ... ok [INFO] [stdout] test bezier::path::arithmetic_add::add_two_overlapping_circles_with_one_reversed ... ok [INFO] [stdout] test bezier::path::arithmetic_add::rectangle_add ... ok [INFO] [stdout] test bezier::path::arithmetic_add::add_two_non_overlapping_circles ... ok [INFO] [stdout] test bezier::path::arithmetic_add::rectangle_add_with_shared_point_6 ... ok [INFO] [stdout] test bezier::path::arithmetic_add::add_two_overlapping_circles ... ok [INFO] [stdout] test bezier::path::arithmetic_add::remove_interior_for_ring_with_crossbar_removes_center ... ok [INFO] [stdout] test bezier::path::arithmetic_add::rectangle_add_with_shared_point ... ok [INFO] [stdout] test bezier::path::arithmetic_add::rectangle_add_with_shared_point_2 ... ok [INFO] [stdout] test bezier::path::arithmetic_add::rectangle_add_with_shared_point_3 ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::add_circle_inside_circle ... ok [INFO] [stdout] test bezier::path::arithmetic_add::self_collide_is_stable ... ok [INFO] [stdout] test bezier::path::arithmetic_add::ring_with_offset_crossbar_ray_casting_issue ... ok [INFO] [stdout] test bezier::path::arithmetic_add::remove_interior_for_ring_with_cross_removes_center ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::add_two_non_overlapping_circles ... ok [INFO] [stdout] test bezier::path::arithmetic_add::remove_interior_from_circle_removes_nothing ... ok [INFO] [stdout] test bezier::path::arithmetic_add::remove_interior_points_basic ... ok [INFO] [stdout] test bezier::path::arithmetic_add::remove_overlapped_for_ring_with_crossbar_in_space ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::add_two_overlapping_circles_with_one_reversed ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::add_two_overlapping_circles ... ok [INFO] [stdout] test bezier::path::arithmetic_add::remove_interior_for_ring_with_offset_crossbar_removes_center ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::rectangle_add_graph_path ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::add_two_overlapping_circles_further_apart ... ok [INFO] [stdout] test bezier::path::arithmetic_add::remove_interior_for_ring_removes_center ... ok [INFO] [stdout] test bezier::path::arithmetic_add::remove_overlapped_for_ring_does_not_remove_center ... ok [INFO] [stdout] test bezier::path::arithmetic_add::rectangle_add_with_shared_point_4 ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::rectangle_add_with_shared_point ... ok [INFO] [stdout] test bezier::path::arithmetic_add::rectangle_add_with_shared_point_5 ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::remove_interior_points_basic ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::add_two_doughnuts ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::rectangle_add_with_shared_point_5 ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::rectangle_add_with_shared_point_3 ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::rectangle_add ... ok [INFO] [stdout] test bezier::path::arithmetic_sub::create_doughnut ... ok [INFO] [stdout] test bezier::path::arithmetic_sub::cut_corners ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::rectangle_add_with_shared_point_6 ... ok [INFO] [stdout] test bezier::path::arithmetic_sub::erase_all ... ok [INFO] [stdout] test bezier::path::arithmetic_add::add_series_of_circles_via_combination_chain ... ok [INFO] [stdout] test bezier::path::bounds::circle_path_bounds ... ok [INFO] [stdout] test bezier::path::graph_path::cast_ray_to_nowhere ... ok [INFO] [stdout] test bezier::path::graph_path::cast_ray_across_rectangle ... ok [INFO] [stdout] test bezier::path::graph_path::cast_ray_to_rectangle_far_corner_backwards ... ok [INFO] [stdout] test bezier::path::arithmetic_sub::subtract_circles ... ok [INFO] [stdout] test bezier::path::bounds::circle_path_fast_bounds ... ok [INFO] [stdout] test bezier::path::graph_path::cast_ray_to_rectangle_far_corner ... ok [INFO] [stdout] test bezier::path::graph_path::casting_ray_across_corner_produces_no_collision ... ok [INFO] [stdout] test bezier::path::graph_path::collide_rectangle_with_self ... ok [INFO] [stdout] test bezier::path::arithmetic_add::remove_overlapped_for_ring_with_overlapping_crossbar ... ok [INFO] [stdout] test bezier::path::graph_path::collide_circles ... ok [INFO] [stdout] test bezier::path::graph_path::collide_at_shared_point ... ok [INFO] [stdout] test bezier::path::graph_path::collide_two_rectangles ... ok [INFO] [stdout] test bezier::path::graph_path::casting_ray_to_intersection_point_produces_two_collisions ... ok [INFO] [stdout] test bezier::path::arithmetic_complicated_paths::remove_interior_points_1_without_failing_section ... ok [INFO] [stdout] test bezier::path::graph_path::collision_at_same_point ... ok [INFO] [stdout] test bezier::path::graph_path::get_path_from_exterior_lines ... ok [INFO] [stdout] test bezier::path::graph_path::get_path_from_exterior_lines_multiple_paths ... ok [INFO] [stdout] test bezier::path::graph_path::heal_two_line_gap ... ok [INFO] [stdout] test bezier::path::graph_path::collision_exactly_on_edge_src ... ok [INFO] [stdout] test bezier::path::graph_path::create_and_read_simple_graph_path ... ok [INFO] [stdout] test bezier::path::graph_path::create_and_read_simple_graph_path_reverse ... ok [INFO] [stdout] test bezier::path::graph_path::multiple_collisions_on_one_edge ... ok [INFO] [stdout] test bezier::path::graph_path::multiple_collisions_on_one_edge_opposite_direction ... ok [INFO] [stdout] test bezier::path::graph_path::ray_cast_at_tiny_line_4 ... ok [INFO] [stdout] test bezier::path::graph_path::heal_one_line_gap ... ok [INFO] [stdout] test bezier::path::graph_path::ray_cast_at_tiny_line_1 ... ok [INFO] [stdout] test bezier::path::graph_path::ray_cast_at_tiny_line_3 ... ok [INFO] [stdout] test bezier::path::graph_path::cast_ray_to_rectangle_corner ... ok [INFO] [stdout] test bezier::path::graph_path::collision_exactly_on_edge_tgt ... ok [INFO] [stdout] test bezier::path::graph_path::ray_collide_along_convex_edge ... ok [INFO] [stdout] test bezier::path::graph_path::ray_collide_along_seam_with_intersection ... ok [INFO] [stdout] test bezier::path::graph_path::ray_cast_at_tiny_line_6 ... ok [INFO] [stdout] test bezier::path::graph_path::ray_cast_at_tiny_line_5 ... ok [INFO] [stdout] test bezier::path::graph_path::ray_cast_grazing_circle_produces_0_hits ... ok [INFO] [stdout] test bezier::path::graph_path::ray_collide_along_concave_edge ... ok [INFO] [stdout] test bezier::path::graph_path::ray_cast_close_to_circle_produces_2_hits ... ok [INFO] [stdout] test bezier::path::arithmetic_complicated_paths::remove_interior_points_3 ... ok [INFO] [stdout] test bezier::path::graph_path::self_collide_divides_lines_2 ... ok [INFO] [stdout] test bezier::path::graph_path::ray_collide_seam_with_intersection ... ok [INFO] [stdout] test bezier::path::graph_path::self_collide_divides_lines_1 ... ok [INFO] [stdout] test bezier::path::graph_path::self_collide_removes_shared_point_1 ... ok [INFO] [stdout] test bezier::path::graph_path::ray_collide_with_edges_and_convex_point_intersection ... ok [INFO] [stdout] test bezier::path::graph_path::ray_cast_at_tiny_line_2 ... ok [INFO] [stdout] test bezier::path::graph_path::self_collide_divides_lines_3 ... ok [INFO] [stdout] test bezier::path::graph_path::self_collide_simple_path ... ok [INFO] [stdout] test bezier::path::graph_path::set_collision_as_exterior ... ok [INFO] [stdout] test bezier::path::arithmetic_chain_add::rectangle_add_with_shared_point_2 ... ok [INFO] [stdout] test bezier::path::intersection::awkward_line_intersects_circle ... ok [INFO] [stdout] test bezier::path::graph_path::set_simple_path_as_interior ... ok [INFO] [stdout] test bezier::path::graph_path::self_collide_removes_shared_point_2 ... ok [INFO] [stdout] test bezier::path::graph_path::casting_ray_to_exact_point_produces_one_collision ... ok [INFO] [stdout] test bezier::path::intersection::circle_intersects_circle ... ok [INFO] [stdout] test bezier::path::path::reverse_rectangle ... ok [INFO] [stdout] test bezier::path::point::circle_edges_do_not_contain_point ... ok [INFO] [stdout] test bezier::path::intersection::line_does_not_intersect_circle ... ok [INFO] [stdout] test bezier::path::point::circle_contains_point ... ok [INFO] [stdout] test bezier::path::point::crossing_first_point_leaves_us_outside_circle ... ok [INFO] [stdout] test bezier::path::point::simple_path_contains_point ... ok [INFO] [stdout] test bezier::path::is_clockwise::rectangle_is_clockwise ... ok [INFO] [stdout] test bezier::path::is_clockwise::rectangle_is_anticlockwise ... ok [INFO] [stdout] test bezier::path::intersection::line_intersects_circle ... ok [INFO] [stdout] test bezier::path::rays::crossing_figure_of_8_intersection_from_inside ... ok [INFO] [stdout] test bezier::path::point::corner_is_in_path ... ok [INFO] [stdout] test bezier::path::point::points_outside_bounds_are_outside_path ... ok [INFO] [stdout] test bezier::path::rays::crossing_figure_of_8_intersection_from_outside ... ok [INFO] [stdout] test bezier::path::rays::crossing_figure_of_8_intersection_from_inside_reversed ... ok [INFO] [stdout] test bezier::path::point::point_on_edge_is_not_in_path ... ok [INFO] [stdout] test bezier::path::rays::ray_crossing_and_glancing ... ok [INFO] [stdout] test bezier::path::arithmetic_complicated_paths::remove_interior_points_4 ... ok [INFO] [stdout] test bezier::path::rays::crossing_figure_of_8_intersection_collinear ... ok [INFO] [stdout] test bezier::path::rays::ray_entering_triangle_through_apex_1 ... ok [INFO] [stdout] test bezier::path::rays::ray_glancing_1 ... ok [INFO] [stdout] test bezier::path::rays::ray_entering_triangle_through_apex_3 ... ok [INFO] [stdout] test bezier::path::rays::crossing_intersection_with_collinear_edge ... ok [INFO] [stdout] test bezier::path::rays::ray_glancing_1_reversed ... ok [INFO] [stdout] test bezier::path::rays::ray_glancing_2 ... ok [INFO] [stdout] test bezier::path::graph_path::ray_collide_doughnuts_near_intersection ... ok [INFO] [stdout] test bezier::path::point::circle_edge_is_inside ... ok [INFO] [stdout] test bezier::path::rays::ray_hitting_intersection_bad ... ok [INFO] [stdout] test bezier::path::rays::ray_hitting_tangent_at_point ... ok [INFO] [stdout] test bezier::path::rays::ray_hitting_start_and_end_of_curve_1 ... ok [INFO] [stdout] test bezier::path::rays::ray_hitting_start_and_end_of_line_3 ... ok [INFO] [stdout] test bezier::path::rays::ray_entering_triangle_through_apex_2 ... ok [INFO] [stdout] test bezier::read_curve_control_points ... ok [INFO] [stdout] test bezier::read_curve_points ... ok [INFO] [stdout] test bezier::path::rays::ray_hitting_start_and_end_of_line_4 ... ok [INFO] [stdout] test bezier::path::rays::crossing_figure_of_8_intersection_from_inside_nearby ... ok [INFO] [stdout] test bezier::section::generate_curve_from_section ... ok [INFO] [stdout] test bezier::path::to_curves::no_points_means_no_curve ... ok [INFO] [stdout] test bezier::path::to_curves::convert_path_to_bezier_curves ... ok [INFO] [stdout] test bezier::path::arithmetic_complicated_paths::remove_interior_points_1 ... ok [INFO] [stdout] test bezier::section::map_t_values_back_to_section ... ok [INFO] [stdout] test bezier::search::search_for_x_coordinate ... ok [INFO] [stdout] test bezier::section::recover_original_t_values_from_subsection ... ok [INFO] [stdout] test bezier::self_intersection::whole_curve_is_a_loop ... ok [INFO] [stdout] test bezier::section::section_of_section ... ok [INFO] [stdout] test bezier::section::section_points_match ... ok [INFO] [stdout] test bezier::solve::basis_solve_many ... ok [INFO] [stdout] test bezier::self_intersection::narrow_loop ... ok [INFO] [stdout] test bezier::search::coordinate_outside_curve_produces_no_results ... ok [INFO] [stdout] test bezier::solve::solve_t_for_many_positions ... ok [INFO] [stdout] test bezier::section::recover_original_t_values ... ok [INFO] [stdout] test bezier::path::rays::ray_hitting_start_and_end_of_line_1 ... ok [INFO] [stdout] test bezier::subdivide::subdivide_2 ... ok [INFO] [stdout] test bezier::tangent::calculate_tangent_for_straight_line ... ok [INFO] [stdout] test bezier::solve::basis_solve_middle ... ok [INFO] [stdout] test bezier::solve::solve_t_for_end ... ok [INFO] [stdout] test bezier::solve::solve_t_for_pos ... ok [INFO] [stdout] test bezier::subdivide::subdivide_1 ... ok [INFO] [stdout] test line::coefficients::distance_from_diagonal_line ... ok [INFO] [stdout] test line::coefficients::points_on_line_are_on_line_1 ... ok [INFO] [stdout] test bezier::solve::solve_t_for_start ... ok [INFO] [stdout] test line::coefficients::points_on_line_are_on_line_2 ... ok [INFO] [stdout] test line::intersection::horizontal_clipped_line ... ok [INFO] [stdout] test bezier::solve::solve_t_for_out_of_bounds ... ok [INFO] [stdout] test bezier::self_intersection::find_simple_self_intersection ... ok [INFO] [stdout] test line::coefficients::distance_from_vertical_line ... ok [INFO] [stdout] test line::coefficients::distance_from_horizontal_line ... ok [INFO] [stdout] test line::intersection::horizontal_clipped_line_inside_to_outside ... ok [INFO] [stdout] test line::intersection::intersection_at_0_0 ... ok [INFO] [stdout] test line::intersection::horizontal_clipped_line_inside_to_outside_reverse ... ok [INFO] [stdout] test line::intersection::intersection_at_other_point ... ok [INFO] [stdout] test line::intersection::line_out_of_bounds_crossing ... ok [INFO] [stdout] test line::intersection::line_out_of_bounds_right ... ok [INFO] [stdout] test line::intersection::no_intersection ... ok [INFO] [stdout] test line::intersection::line_in_bounds ... ok [INFO] [stdout] test line::intersection::vertical_clipped_line_inside_to_outside ... ok [INFO] [stdout] test line::to_curve::convert_line_to_bezier_curve ... ok [INFO] [stdout] test line::intersection::line_out_of_bounds_left ... ok [INFO] [stdout] test line::coefficients::points_on_line_are_on_line_3 ... ok [INFO] [stdout] test line::coefficients::points_on_line_are_on_line_4 ... ok [INFO] [stdout] test bezier::path::rays::ray_hitting_start_and_end_of_curve_2 ... ok [INFO] [stdout] test bezier::path::rays::ray_glancing_2_reversed ... ok [INFO] [stdout] test line::coefficients::points_on_line_are_on_line_5 ... ok [INFO] [stdout] test bezier::path::rays::ray_hitting_start_and_end_of_line_2 ... ok [INFO] [stdout] test bezier::path::arithmetic_complicated_paths::remove_interior_points_complex_2_without_healing ... ok [INFO] [stdout] test bezier::path::arithmetic_complicated_paths::remove_interior_points_complex_2 ... ok [INFO] [stdout] test bezier::path::graph_path::ray_collide_doughnuts_many_angles ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bounds-13f73692a6b532ca [INFO] [stdout] [INFO] [stdout] test result: ok. 258 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test from_points ... ok [INFO] [stdout] test non_overlapping_rects ... ok [INFO] [stdout] test touching_rects ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/coordinates-eb8737af06422e45 [INFO] [stdout] test overlapping_rects ... ok [INFO] [stdout] test same_rects ... ok [INFO] [stdout] test overlap_interior_rect ... ok [INFO] [stdout] test overlap_exterior_rect ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test can_get_dot_product ... ok [INFO] [stderr] Doc-tests flo_curves [INFO] [stdout] test round_to_units ... ok [INFO] [stdout] test round_to_hundredths ... ok [INFO] [stdout] test round_up_to_units ... ok [INFO] [stdout] test can_find_unit_vector ... ok [INFO] [stdout] test can_get_distance_between_points ... ok [INFO] [stdout] test unit_vector_of_0_0_is_0_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0e7aad71fad7d1e1dd48170bd637c949dd8518ec3e392ca8d2888cf26ed0a410"` [INFO] running `"docker" "rm" "-f" "0e7aad71fad7d1e1dd48170bd637c949dd8518ec3e392ca8d2888cf26ed0a410"` [INFO] [stdout] 0e7aad71fad7d1e1dd48170bd637c949dd8518ec3e392ca8d2888cf26ed0a410