[INFO] fetching crate i_shape_js 0.7.1...
[INFO] testing i_shape_js-0.7.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate i_shape_js 0.7.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate i_shape_js 0.7.1
[INFO] finished tweaking crates.io crate i_shape_js 0.7.1
[INFO] tweaked toml for crates.io crate i_shape_js 0.7.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate i_shape_js 0.7.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 24 packages to latest compatible versions
[INFO] [stderr]       Adding i_overlay v1.3.0 (available: v1.10.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f71f1f00642de8cbcb9378b0357bf482edfe81263509f64648d07e1278a45c6e
[INFO] running `Command { std: "docker" "start" "-a" "f71f1f00642de8cbcb9378b0357bf482edfe81263509f64648d07e1278a45c6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f71f1f00642de8cbcb9378b0357bf482edfe81263509f64648d07e1278a45c6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f71f1f00642de8cbcb9378b0357bf482edfe81263509f64648d07e1278a45c6e", kill_on_drop: false }`
[INFO] [stdout] f71f1f00642de8cbcb9378b0357bf482edfe81263509f64648d07e1278a45c6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d1f5b8e4182be42476629f3978612b3f01dc704dcc33fda3b4e86b6ade21949c
[INFO] running `Command { std: "docker" "start" "-a" "d1f5b8e4182be42476629f3978612b3f01dc704dcc33fda3b4e86b6ade21949c", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling i_tree v0.8.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling i_float v1.15.0
[INFO] [stderr]    Compiling i_shape v1.14.0
[INFO] [stderr]    Compiling i_overlay v1.3.0
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/fill/fill_segments.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/fill/scan_store.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/fill/scan_list.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/fill/scan_tree.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/overlay.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_shape::int::path::PointPathExtension`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/overlay.rs:2:35
[INFO] [stdout]   |
[INFO] [stdout] 2 | use i_shape::int::path::{IntPath, PointPathExtension};
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   no `PointPathExtension` in `int::path`
[INFO] [stdout]   |                                   help: a similar name exists in the module: `ContourExtension`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_shape::int::shape::PointsCount`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/overlay.rs:3:37
[INFO] [stdout]   |
[INFO] [stdout] 3 | use i_shape::int::shape::{IntShape, PointsCount};
[INFO] [stdout]   |                                     ^^^^^^^^^^^ no `PointsCount` in `int::shape`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these traits instead:
[INFO] [stdout]           crate::i_shape::float::count::PointsCount
[INFO] [stdout]           crate::i_shape::int::count::PointsCount
[INFO] [stdout]           i_shape::float::count::PointsCount
[INFO] [stdout]           i_shape::int::count::PointsCount
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/overlay_graph.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/overlay_link.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_shape::int::path::PointPathExtension`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/extract.rs:1:35
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_shape::int::path::{IntPath, PointPathExtension};
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   no `PointPathExtension` in `int::path`
[INFO] [stdout]   |                                   help: a similar name exists in the module: `ContourExtension`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::adapter::PointAdapter`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/float_overlay.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::adapter::PointAdapter;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PointAdapter` in `adapter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::f64_point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/float_overlay.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use i_float::f64_point::F64Point;
[INFO] [stdout]   |              ^^^^^^^^^ could not find `f64_point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `f64` in `i_shape`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/float_overlay.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use i_shape::f64::adapter::ShapeToInt;
[INFO] [stdout]   |              ^^^ could not find `f64` in `i_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `f64` in `i_shape`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/float_overlay.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use i_shape::f64::rect::RectInit;
[INFO] [stdout]   |              ^^^ could not find `f64` in `i_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `f64` in `i_shape`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/float_overlay.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use i_shape::f64::shape::F64Path;
[INFO] [stdout]   |              ^^^ could not find `f64` in `i_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::f64_rect`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/float_overlay.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use i_float::f64_rect::F64Rect;
[INFO] [stdout]   |              ^^^^^^^^ could not find `f64_rect` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `f64` in `i_shape`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/float_graph.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use i_shape::f64::adapter::ShapesToFloat;
[INFO] [stdout]   |              ^^^ could not find `f64` in `i_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `f64` in `i_shape`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/float_graph.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use i_shape::f64::shape::F64Shapes;
[INFO] [stdout]   |              ^^^ could not find `f64` in `i_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::adapter::PointAdapter`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/float_graph.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::adapter::PointAdapter;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PointAdapter` in `adapter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/split/shape_edge.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/split/cross_solver.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/split/scan_tree.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/split/solver_list.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/split/solver_tree.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/vector/vector.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/bind/segment.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/bind/scan_list.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/bind/scan_tree.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/bind/scan_store.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/x_segment.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i_float::point`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/id_point.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use i_float::point::IntPoint;
[INFO] [stdout]   |              ^^^^^ could not find `point` in `i_float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `points_count` found for reference `&[Vec<IntPoint>]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/overlay.rs:52:51
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let mut overlay = Self::new(subject_paths.points_count() + clip_paths.points_count());
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^ method not found in `&[Vec<IntPoint>]`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `PointsCount` which provides `points_count` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use i_shape::int::count::PointsCount;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `points_count` found for reference `&[Vec<IntPoint>]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/overlay.rs:52:79
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let mut overlay = Self::new(subject_paths.points_count() + clip_paths.points_count());
[INFO] [stdout]    |                                                                               ^^^^^^^^^^^^ method not found in `&[Vec<IntPoint>]`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `PointsCount` which provides `points_count` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use i_shape::int::count::PointsCount;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `points_count` found for reference `&[Vec<Vec<IntPoint>>]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/overlay.rs:62:52
[INFO] [stdout]    |
[INFO] [stdout] 62 |         let mut overlay = Self::new(subject_shapes.points_count() + clip_shapes.points_count());
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^ method not found in `&[Vec<Vec<IntPoint>>]`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `PointsCount` which provides `points_count` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use i_shape::int::count::PointsCount;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `points_count` found for reference `&[Vec<Vec<IntPoint>>]` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/overlay.rs:62:81
[INFO] [stdout]    |
[INFO] [stdout] 62 |         let mut overlay = Self::new(subject_shapes.points_count() + clip_shapes.points_count());
[INFO] [stdout]    |                                                                                 ^^^^^^^^^^^^ method not found in `&[Vec<Vec<IntPoint>>]`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `PointsCount` which provides `points_count` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use i_shape::int::count::PointsCount;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `remove_degenerates` found for mutable reference `&mut Vec<IntPoint>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/extract.rs:179:14
[INFO] [stdout]     |
[INFO] [stdout] 179 |         self.remove_degenerates();
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ method not found in `&mut Vec<IntPoint>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `unsafe_area` found for mutable reference `&mut Vec<IntPoint>` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/extract.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 |         let area = self.unsafe_area();
[INFO] [stdout]     |                         ^^^^^^^^^^^ method not found in `&mut Vec<IntPoint>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ContourExtension` which provides `unsafe_area` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use i_shape::int::path::ContourExtension;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_float` found for struct `Vec<Vec<Vec<IntPoint>>>` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/i_overlay-1.3.0/src/core/float_graph.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |         shapes.to_float(&self.adapter)
[INFO] [stdout]    |                ^^^^^^^^ method not found in `Vec<Vec<Vec<IntPoint>>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ShapesToFloat` which provides `to_float` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use i_shape::float::adapter::ShapesToFloat;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `i_overlay` (lib) due to 38 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d1f5b8e4182be42476629f3978612b3f01dc704dcc33fda3b4e86b6ade21949c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1f5b8e4182be42476629f3978612b3f01dc704dcc33fda3b4e86b6ade21949c", kill_on_drop: false }`
[INFO] [stdout] d1f5b8e4182be42476629f3978612b3f01dc704dcc33fda3b4e86b6ade21949c
