[INFO] fetching crate shape-convex 0.0.1... [INFO] testing shape-convex-0.0.1 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate shape-convex 0.0.1 into /workspace/builds/worker-6-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate shape-convex 0.0.1 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91a4405971bbc94c189d55622145c74fd000feb22f3a1449bf50ee4a229a2d63 [INFO] running `Command { std: "docker" "start" "-a" "91a4405971bbc94c189d55622145c74fd000feb22f3a1449bf50ee4a229a2d63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91a4405971bbc94c189d55622145c74fd000feb22f3a1449bf50ee4a229a2d63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91a4405971bbc94c189d55622145c74fd000feb22f3a1449bf50ee4a229a2d63", kill_on_drop: false }` [INFO] [stdout] 91a4405971bbc94c189d55622145c74fd000feb22f3a1449bf50ee4a229a2d63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ecb4cc6678290301b65c9d470d0b00dd2aab22241eb5da902ef6dd81893ba719 [INFO] running `Command { std: "docker" "start" "-a" "ecb4cc6678290301b65c9d470d0b00dd2aab22241eb5da902ef6dd81893ba719", kill_on_drop: false }` [INFO] [stderr] Compiling distantia v0.0.0 [INFO] [stderr] Compiling color-core v0.1.6 [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 { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 22 | bounds: BTreeSet>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 23 | inners: BTreeSet>, [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)]` (part of `#[warn(unused)]`) 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> { [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> { [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 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]) -> Self where T: Real { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "ecb4cc6678290301b65c9d470d0b00dd2aab22241eb5da902ef6dd81893ba719", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecb4cc6678290301b65c9d470d0b00dd2aab22241eb5da902ef6dd81893ba719", kill_on_drop: false }` [INFO] [stdout] ecb4cc6678290301b65c9d470d0b00dd2aab22241eb5da902ef6dd81893ba719 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3fa73860ff71d192da2803fbbd757ef49902d85e59cd66083dddacef0b31282d [INFO] running `Command { std: "docker" "start" "-a" "3fa73860ff71d192da2803fbbd757ef49902d85e59cd66083dddacef0b31282d", 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 { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 22 | bounds: BTreeSet>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 23 | inners: BTreeSet>, [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)]` (part of `#[warn(unused)]`) 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> { [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> { [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 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]) -> Self where T: Real { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] [stderr] error: could not compile `shape-convex` (test "point3d") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `shape-convex` (test "point") due to 1 previous error [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 { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 22 | bounds: BTreeSet>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 23 | inners: BTreeSet>, [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)]` (part of `#[warn(unused)]`) 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> { [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> { [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 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]) -> Self where T: Real { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3fa73860ff71d192da2803fbbd757ef49902d85e59cd66083dddacef0b31282d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fa73860ff71d192da2803fbbd757ef49902d85e59cd66083dddacef0b31282d", kill_on_drop: false }` [INFO] [stdout] 3fa73860ff71d192da2803fbbd757ef49902d85e59cd66083dddacef0b31282d