[INFO] cloning repository https://github.com/AndrewB330/convexhull-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AndrewB330/convexhull-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrewB330%2Fconvexhull-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrewB330%2Fconvexhull-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b450934e35c1733dbb9ae5321265b0442c23fa7c
[INFO] documenting AndrewB330/convexhull-rs against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrewB330%2Fconvexhull-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AndrewB330/convexhull-rs
[INFO] finished tweaking git repo https://github.com/AndrewB330/convexhull-rs
[INFO] tweaked toml for git repo https://github.com/AndrewB330/convexhull-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AndrewB330/convexhull-rs on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AndrewB330/convexhull-rs 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aba1506bac03dace901855637b5d3a8a6e3a8f076ad7df334641903a90bb7415
[INFO] running `Command { std: "docker" "start" "-a" "aba1506bac03dace901855637b5d3a8a6e3a8f076ad7df334641903a90bb7415", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aba1506bac03dace901855637b5d3a8a6e3a8f076ad7df334641903a90bb7415", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aba1506bac03dace901855637b5d3a8a6e3a8f076ad7df334641903a90bb7415", kill_on_drop: false }`
[INFO] [stdout] aba1506bac03dace901855637b5d3a8a6e3a8f076ad7df334641903a90bb7415
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 647f2af39dd8ea763da7d0ea245df697a80be17108e555b691e6266753f67f82
[INFO] running `Command { std: "docker" "start" "-a" "647f2af39dd8ea763da7d0ea245df697a80be17108e555b691e6266753f67f82", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling rustls v0.20.8
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling anyhow v1.0.70
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling iana-time-zone v0.1.56
[INFO] [stderr]    Compiling cpufeatures v0.2.6
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling xattr v0.2.3
[INFO] [stderr]    Compiling getrandom v0.2.9
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling filetime v0.2.21
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling uuid v1.3.1
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling chrono v0.4.24
[INFO] [stderr]    Compiling intel-mkl-tool v0.8.1
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking lapack-sys v0.14.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking cblas-sys v0.1.4
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling regex v1.7.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]     Checking num-complex v0.4.3
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling getset v0.1.2
[INFO] [stderr]    Compiling katexit v0.1.4
[INFO] [stderr]     Checking cauchy v0.4.0
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.11.2
[INFO] [stderr]    Compiling derive_builder_macro v0.11.2
[INFO] [stderr]    Compiling derive_builder v0.11.2
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling ureq v2.6.2
[INFO] [stderr]    Compiling oci-spec v0.5.8
[INFO] [stderr]    Compiling ocipkg v0.2.8
[INFO] [stderr]    Compiling intel-mkl-src v0.8.1
[INFO] [stderr]     Checking lax v0.16.0
[INFO] [stderr]     Checking ndarray-linalg v0.16.0
[INFO] [stderr]  Documenting convexhull v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]  --> src/convex_hull_kd.rs:8:49
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]   |                                                 ^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout] note: required by an implicit `Sized` bound in `std::ops::Sub`
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/arith.rs:190:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add + std::marker::Sized
[INFO] [stdout]   |                                                           ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot add `[T; N]` to `[T; N]`
[INFO] [stdout]   --> src/convex_hull_kd.rs:29:45
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl<T: Float, const N: usize> Point<N> for [T; N] {}
[INFO] [stdout]    |                                             ^^^^^^ no implementation for `[T; N] + [T; N]`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::ops::Add` is not implemented for `[T; N]`
[INFO] [stdout] note: required by a bound in `convex_hull_kd::Point`
[INFO] [stdout]   --> src/convex_hull_kd.rs:8:55
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]    |                                                       ^^^ required by this bound in `Point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot subtract `[T; N]` from `[T; N]`
[INFO] [stdout]   --> src/convex_hull_kd.rs:29:45
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl<T: Float, const N: usize> Point<N> for [T; N] {}
[INFO] [stdout]    |                                             ^^^^^^ no implementation for `[T; N] - [T; N]`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::ops::Sub` is not implemented for `[T; N]`
[INFO] [stdout] note: required by a bound in `convex_hull_kd::Point`
[INFO] [stdout]   --> src/convex_hull_kd.rs:8:49
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]    |                                                 ^^^ required by this bound in `Point`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0221]: ambiguous associated type `Output` in bounds of `P`
[INFO] [stdout]   --> src/convex_hull_kd.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     P::Output: Float,
[INFO] [stdout]    |     ^^^^^^^^^ ambiguous associated type `Output`
[INFO] [stdout]    |
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Add`
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Sub`
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Index<usize>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: struct takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/convex_hull_kd.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |     facets: Vec<Facet<N>>,
[INFO] [stdout]    |                 ^^^^^ - supplied 1 generic argument
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 expected 2 generic arguments
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 2 generic parameters: `N`, `P`
[INFO] [stdout]   --> src/convex_hull_kd.rs:66:8
[INFO] [stdout]    |
[INFO] [stdout] 66 | struct Facet<const N: usize, P>
[INFO] [stdout]    |        ^^^^^ --------------  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]    |
[INFO] [stdout] 37 |     facets: Vec<Facet<N, P>>,
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0221]: ambiguous associated type `Output` in bounds of `P`
[INFO] [stdout]   --> src/convex_hull_kd.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     P::Output: Float,
[INFO] [stdout]    |     ^^^^^^^^^ ambiguous associated type `Output`
[INFO] [stdout]    |
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Add`
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Sub`
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Index<usize>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0221]: ambiguous associated type `Output` in bounds of `P`
[INFO] [stdout]   --> src/convex_hull_kd.rs:38:48
[INFO] [stdout]    |
[INFO] [stdout] 38 |     facets_candidates: BTreeSet<FacetCandidate<P::Output>>,
[INFO] [stdout]    |                                                ^^^^^^^^^ ambiguous associated type `Output`
[INFO] [stdout]    |
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Add`
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Sub`
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Index<usize>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0221]: ambiguous associated type `Output` in bounds of `P`
[INFO] [stdout]    --> src/convex_hull_kd.rs:145:74
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn get_gramian_matrix_det(&self, simplex: &[usize], other: usize) -> P::Output {
[INFO] [stdout]     |                                                                          ^^^^^^^^^ ambiguous associated type `Output`
[INFO] [stdout]     |
[INFO] [stdout]     = note: associated type `Output` could derive from `std::ops::Add`
[INFO] [stdout]     = note: associated type `Output` could derive from `std::ops::Sub`
[INFO] [stdout]     = note: associated type `Output` could derive from `std::ops::Index<usize>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: struct takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/convex_hull_kd.rs:157:36
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn add_facet(&mut self, facet: Facet<N>) {
[INFO] [stdout]     |                                    ^^^^^ - supplied 1 generic argument
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: struct defined here, with 2 generic parameters: `N`, `P`
[INFO] [stdout]    --> src/convex_hull_kd.rs:66:8
[INFO] [stdout]     |
[INFO] [stdout]  66 | struct Facet<const N: usize, P>
[INFO] [stdout]     |        ^^^^^ --------------  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn add_facet(&mut self, facet: Facet<N, P>) {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Index<usize>>::Output: num::Float` is not satisfied
[INFO] [stdout]   --> src/convex_hull_kd.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 |     P: Point<N>,
[INFO] [stdout]    |        ^^^^^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Index<usize>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::Point`
[INFO] [stdout]   --> src/convex_hull_kd.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]    |           ----- required by a bound in this trait
[INFO] [stdout]  9 | where
[INFO] [stdout] 10 |     <Self as Index<usize>>::Output: Float,
[INFO] [stdout]    |                                     ^^^^^ required by this bound in `Point`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 34 |     P::Output: Float, <P as std::ops::Index<usize>>::Output: num::Float
[INFO] [stdout]    |                       +++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0221]: ambiguous associated type `Output` in bounds of `P`
[INFO] [stdout]   --> src/convex_hull_kd.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     P::Output: Float,
[INFO] [stdout]    |     ^^^^^^^^^ ambiguous associated type `Output`
[INFO] [stdout]    |
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Add`
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Sub`
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Index<usize>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Index<usize>>::Output: num::Float` is not satisfied
[INFO] [stdout]   --> src/convex_hull_kd.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 43 |     P: Point<N>,
[INFO] [stdout]    |        ^^^^^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Index<usize>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::Point`
[INFO] [stdout]   --> src/convex_hull_kd.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]    |           ----- required by a bound in this trait
[INFO] [stdout]  9 | where
[INFO] [stdout] 10 |     <Self as Index<usize>>::Output: Float,
[INFO] [stdout]    |                                     ^^^^^ required by this bound in `Point`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 44 |     P::Output: Float, <P as std::ops::Index<usize>>::Output: num::Float
[INFO] [stdout]    |                       +++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Index<usize>>::Output: num::Float` is not satisfied
[INFO] [stdout]   --> src/convex_hull_kd.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout] 68 |     P: Point<N>,
[INFO] [stdout]    |        ^^^^^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Index<usize>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::Point`
[INFO] [stdout]   --> src/convex_hull_kd.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]    |           ----- required by a bound in this trait
[INFO] [stdout]  9 | where
[INFO] [stdout] 10 |     <Self as Index<usize>>::Output: Float,
[INFO] [stdout]    |                                     ^^^^^ required by this bound in `Point`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 69 |     P::Output: Float, <P as std::ops::Index<usize>>::Output: num::Float
[INFO] [stdout]    |                       +++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0221]: ambiguous associated type `Output` in bounds of `P`
[INFO] [stdout]   --> src/convex_hull_kd.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     P::Output: Float,
[INFO] [stdout]    |     ^^^^^^^^^ ambiguous associated type `Output`
[INFO] [stdout]    |
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Add`
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Sub`
[INFO] [stdout]    = note: associated type `Output` could derive from `std::ops::Index<usize>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Index<usize>>::Output: num::Float` is not satisfied
[INFO] [stdout]   --> src/convex_hull_kd.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 |     P: Point<N>,
[INFO] [stdout]    |        ^^^^^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Index<usize>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::Point`
[INFO] [stdout]   --> src/convex_hull_kd.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]    |           ----- required by a bound in this trait
[INFO] [stdout]  9 | where
[INFO] [stdout] 10 |     <Self as Index<usize>>::Output: Float,
[INFO] [stdout]    |                                     ^^^^^ required by this bound in `Point`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]    |
[INFO] [stdout] 82 |     P::Output: Float, <P as std::ops::Index<usize>>::Output: num::Float
[INFO] [stdout]    |                       +++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Add>::Output: num::Float` is not satisfied
[INFO] [stdout]    --> src/convex_hull_kd.rs:100:29
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<'p, const N: usize, P> ConvexHull<'p, N, P>
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Add>::Output`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::ConvexHull`
[INFO] [stdout]    --> src/convex_hull_kd.rs:34:16
[INFO] [stdout]     |
[INFO] [stdout]  31 | pub struct ConvexHull<'p, const N: usize, P>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout]  34 |     P::Output: Float,
[INFO] [stdout]     |                ^^^^^ required by this bound in `ConvexHull`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 103 |     <P as Index<usize>>::Output: Float + ndarray_linalg::Lapack, <P as std::ops::Add>::Output: num::Float
[INFO] [stdout]     |                                                                  ++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Index<usize>>::Output: num::Float` is not satisfied
[INFO] [stdout]   --> src/convex_hull_kd.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 |     P: Point<N>,
[INFO] [stdout]    |        ^^^^^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Index<usize>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::Point`
[INFO] [stdout]   --> src/convex_hull_kd.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]    |           ----- required by a bound in this trait
[INFO] [stdout]  9 | where
[INFO] [stdout] 10 |     <Self as Index<usize>>::Output: Float,
[INFO] [stdout]    |                                     ^^^^^ required by this bound in `Point`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn len(&self) -> usize where <P as std::ops::Index<usize>>::Output: num::Float {
[INFO] [stdout]    |                                +++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Index<usize>>::Output: num::Float` is not satisfied
[INFO] [stdout]   --> src/convex_hull_kd.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 |     P: Point<N>,
[INFO] [stdout]    |        ^^^^^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Index<usize>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::Point`
[INFO] [stdout]   --> src/convex_hull_kd.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]    |           ----- required by a bound in this trait
[INFO] [stdout]  9 | where
[INFO] [stdout] 10 |     <Self as Index<usize>>::Output: Float,
[INFO] [stdout]    |                                     ^^^^^ required by this bound in `Point`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn facet(&self, index: usize) -> FacetRef<N, P> where <P as std::ops::Index<usize>>::Output: num::Float {
[INFO] [stdout]    |                                                         +++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Index<usize>>::Output: num::Float` is not satisfied
[INFO] [stdout]   --> src/convex_hull_kd.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 81 |     P: Point<N>,
[INFO] [stdout]    |        ^^^^^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Index<usize>>::Output`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::Point`
[INFO] [stdout]   --> src/convex_hull_kd.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]    |           ----- required by a bound in this trait
[INFO] [stdout]  9 | where
[INFO] [stdout] 10 |     <Self as Index<usize>>::Output: Float,
[INFO] [stdout]    |                                     ^^^^^ required by this bound in `Point`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn facets(&self) -> Vec<FacetRef<N, P>> where <P as std::ops::Index<usize>>::Output: num::Float {
[INFO] [stdout]    |                                                 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Add>::Output: num::Float` is not satisfied
[INFO] [stdout]    --> src/convex_hull_kd.rs:105:38
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn build(points: &'p [P]) -> Self {
[INFO] [stdout]     |                                      ^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Add>::Output`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::ConvexHull`
[INFO] [stdout]    --> src/convex_hull_kd.rs:34:16
[INFO] [stdout]     |
[INFO] [stdout]  31 | pub struct ConvexHull<'p, const N: usize, P>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout]  34 |     P::Output: Float,
[INFO] [stdout]     |                ^^^^^ required by this bound in `ConvexHull`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn build(points: &'p [P]) -> Self where <P as std::ops::Add>::Output: num::Float {
[INFO] [stdout]     |                                           ++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Add>::Output: num::Float` is not satisfied
[INFO] [stdout]    --> src/convex_hull_kd.rs:112:34
[INFO] [stdout]     |
[INFO] [stdout] 112 |     fn build_initial_facets(&mut self) {
[INFO] [stdout]     |                                  ^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Add>::Output`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::ConvexHull`
[INFO] [stdout]    --> src/convex_hull_kd.rs:34:16
[INFO] [stdout]     |
[INFO] [stdout]  31 | pub struct ConvexHull<'p, const N: usize, P>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout]  34 |     P::Output: Float,
[INFO] [stdout]     |                ^^^^^ required by this bound in `ConvexHull`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 112 |     fn build_initial_facets(&mut self) where <P as std::ops::Add>::Output: num::Float {
[INFO] [stdout]     |                                        ++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Add>::Output: num::Float` is not satisfied
[INFO] [stdout]    --> src/convex_hull_kd.rs:123:29
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn get_furthest_vertex(&self, simplex: &[usize]) -> usize {
[INFO] [stdout]     |                             ^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Add>::Output`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::ConvexHull`
[INFO] [stdout]    --> src/convex_hull_kd.rs:34:16
[INFO] [stdout]     |
[INFO] [stdout]  31 | pub struct ConvexHull<'p, const N: usize, P>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout]  34 |     P::Output: Float,
[INFO] [stdout]     |                ^^^^^ required by this bound in `ConvexHull`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn get_furthest_vertex(&self, simplex: &[usize]) -> usize where <P as std::ops::Add>::Output: num::Float {
[INFO] [stdout]     |                                                               ++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Add>::Output: num::Float` is not satisfied
[INFO] [stdout]    --> src/convex_hull_kd.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn get_gramian_matrix_det(&self, simplex: &[usize], other: usize) -> P::Output {
[INFO] [stdout]     |                                ^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Add>::Output`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::ConvexHull`
[INFO] [stdout]    --> src/convex_hull_kd.rs:34:16
[INFO] [stdout]     |
[INFO] [stdout]  31 | pub struct ConvexHull<'p, const N: usize, P>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout]  34 |     P::Output: Float,
[INFO] [stdout]     |                ^^^^^ required by this bound in `ConvexHull`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn get_gramian_matrix_det(&self, simplex: &[usize], other: usize) -> P::Output where <P as std::ops::Add>::Output: num::Float {
[INFO] [stdout]     |                                                                                    ++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `<P as std::ops::Add>::Output: num::Float` is not satisfied
[INFO] [stdout]    --> src/convex_hull_kd.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn add_facet(&mut self, facet: Facet<N>) {
[INFO] [stdout]     |                       ^^^^ the trait `num::Float` is not implemented for `<P as std::ops::Add>::Output`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `convex_hull_kd::ConvexHull`
[INFO] [stdout]    --> src/convex_hull_kd.rs:34:16
[INFO] [stdout]     |
[INFO] [stdout]  31 | pub struct ConvexHull<'p, const N: usize, P>
[INFO] [stdout]     |            ---------- required by a bound in this struct
[INFO] [stdout] ...
[INFO] [stdout]  34 |     P::Output: Float,
[INFO] [stdout]     |                ^^^^^ required by this bound in `ConvexHull`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn add_facet(&mut self, facet: Facet<N>) where <P as std::ops::Add>::Output: num::Float {
[INFO] [stdout]     |                                              ++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]  --> src/convex_hull_kd.rs:8:49
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]   |                                                 ^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout] note: required by an implicit `Sized` bound in `std::ops::Sub`
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/arith.rs:190:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]   |
[INFO] [stdout] 12|     fn dot(&self, other: &Self) -> <Self as Index<usize>>::Output where Self: std::marker::Sized {
[INFO] [stdout]   |                                                                   ++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]  --> src/convex_hull_kd.rs:8:49
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub trait Point<const N: usize>: Index<usize> + Sub + Add
[INFO] [stdout]   |                                                 ^^^ doesn't have a size known at compile-time
[INFO] [stdout]   |
[INFO] [stdout] note: required by an implicit `Sized` bound in `std::ops::Sub`
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/arith.rs:190:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]   |
[INFO] [stdout] 20|     fn dot_tri(&self, a: &Self, b: &Self) -> <Self as Index<usize>>::Output where Self: std::marker::Sized {
[INFO] [stdout]   |                                                                             ++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0221, E0277.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not document `convexhull`
[INFO] running `Command { std: "docker" "inspect" "647f2af39dd8ea763da7d0ea245df697a80be17108e555b691e6266753f67f82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "647f2af39dd8ea763da7d0ea245df697a80be17108e555b691e6266753f67f82", kill_on_drop: false }`
[INFO] [stdout] 647f2af39dd8ea763da7d0ea245df697a80be17108e555b691e6266753f67f82
