[INFO] fetching crate shape-convex 0.0.1...
[INFO] testing shape-convex-0.0.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate shape-convex 0.0.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate shape-convex 0.0.1
[INFO] finished tweaking crates.io crate shape-convex 0.0.1
[INFO] tweaked toml for crates.io crate shape-convex 0.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate shape-convex 0.0.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded projective v0.3.0
[INFO] [stderr]   Downloaded distantia v0.0.0
[INFO] [stderr]   Downloaded color-core v0.1.6
[INFO] [stderr]   Downloaded shape-core v0.1.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f8633b337ea2daa059056ee39bc0fb65c2ce5b4e014d6580a39fdaabf8a0f50b
[INFO] running `Command { std: "docker" "start" "-a" "f8633b337ea2daa059056ee39bc0fb65c2ce5b4e014d6580a39fdaabf8a0f50b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8633b337ea2daa059056ee39bc0fb65c2ce5b4e014d6580a39fdaabf8a0f50b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8633b337ea2daa059056ee39bc0fb65c2ce5b4e014d6580a39fdaabf8a0f50b", kill_on_drop: false }`
[INFO] [stdout] f8633b337ea2daa059056ee39bc0fb65c2ce5b4e014d6580a39fdaabf8a0f50b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 85e81472ed3b31a7a6cf3eec994b20dc9559c8e800b512541ecb5bd3cba344bc
[INFO] running `Command { std: "docker" "start" "-a" "85e81472ed3b31a7a6cf3eec994b20dc9559c8e800b512541ecb5bd3cba344bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling distantia v0.0.0
[INFO] [stderr]    Compiling color-core v0.1.6
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling projective v0.3.0
[INFO] [stderr]    Compiling shape-core v0.1.17
[INFO] [stderr]    Compiling shape-convex v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `bounds` and `inners` are never read
[INFO] [stdout]   --> src/convex2d/mod.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct ConvexHull<T> {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 22 |     bounds: BTreeSet<Point<T>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 23 |     inners: BTreeSet<Point<T>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConvexHull` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/convex2d/mod.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn bound_points(&self) -> impl Iterator<Item=Point<&T>> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/convex2d/mod.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn inner_points(&self) -> impl Iterator<Item=Point<&T>> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/convex2d/mod.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn as_polygon(&self) -> Polygon<T> where T: Clone {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]  --> src/convex2d/solver.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub fn new(points: &[Point<T>]) -> Self where T: Real {
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
[INFO] running `Command { std: "docker" "inspect" "85e81472ed3b31a7a6cf3eec994b20dc9559c8e800b512541ecb5bd3cba344bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85e81472ed3b31a7a6cf3eec994b20dc9559c8e800b512541ecb5bd3cba344bc", kill_on_drop: false }`
[INFO] [stdout] 85e81472ed3b31a7a6cf3eec994b20dc9559c8e800b512541ecb5bd3cba344bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 11b1ff47aff56bf4c0b991d3ccea6c8f3cce95944bc005799f5c58127d4e0797
[INFO] running `Command { std: "docker" "start" "-a" "11b1ff47aff56bf4c0b991d3ccea6c8f3cce95944bc005799f5c58127d4e0797", kill_on_drop: false }`
[INFO] [stderr]    Compiling shape-convex v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `bounds` and `inners` are never read
[INFO] [stdout]   --> src/convex2d/mod.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct ConvexHull<T> {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 22 |     bounds: BTreeSet<Point<T>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 23 |     inners: BTreeSet<Point<T>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConvexHull` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/convex2d/mod.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn bound_points(&self) -> impl Iterator<Item=Point<&T>> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/convex2d/mod.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn inner_points(&self) -> impl Iterator<Item=Point<&T>> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/convex2d/mod.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn as_polygon(&self) -> Polygon<T> where T: Clone {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]  --> src/convex2d/solver.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub fn new(points: &[Point<T>]) -> Self where T: Real {
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `projective`
[INFO] [stdout]  --> tests/point.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use projective::Projective;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `projective`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `projective`, use `cargo add projective` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `projective`
[INFO] [stdout]  --> tests/point3d.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use projective::Projective3D;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `projective`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `projective`, use `cargo add projective` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: fields `bounds` and `inners` are never read
[INFO] [stdout]   --> src/convex2d/mod.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct ConvexHull<T> {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 22 |     bounds: BTreeSet<Point<T>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 23 |     inners: BTreeSet<Point<T>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConvexHull` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/convex2d/mod.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn bound_points(&self) -> impl Iterator<Item=Point<&T>> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/convex2d/mod.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn inner_points(&self) -> impl Iterator<Item=Point<&T>> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/convex2d/mod.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn as_polygon(&self) -> Polygon<T> where T: Clone {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]  --> src/convex2d/solver.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub fn new(points: &[Point<T>]) -> Self where T: Real {
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shape-convex` (test "point") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shape-convex` (test "point3d") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "11b1ff47aff56bf4c0b991d3ccea6c8f3cce95944bc005799f5c58127d4e0797", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11b1ff47aff56bf4c0b991d3ccea6c8f3cce95944bc005799f5c58127d4e0797", kill_on_drop: false }`
[INFO] [stdout] 11b1ff47aff56bf4c0b991d3ccea6c8f3cce95944bc005799f5c58127d4e0797
