[INFO] fetching crate shape-convex 0.0.1... [INFO] testing shape-convex-0.0.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate shape-convex 0.0.1 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate shape-convex 0.0.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "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 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" "+b83b707f97d809763b7861afa7638871f3339a33" "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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 78b532bb0781b0f37745c1b2cf4aad6c96acca1c533a67f63b1520e80bdb24a2 [INFO] running `Command { std: "docker" "start" "-a" "78b532bb0781b0f37745c1b2cf4aad6c96acca1c533a67f63b1520e80bdb24a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "78b532bb0781b0f37745c1b2cf4aad6c96acca1c533a67f63b1520e80bdb24a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78b532bb0781b0f37745c1b2cf4aad6c96acca1c533a67f63b1520e80bdb24a2", kill_on_drop: false }` [INFO] [stdout] 78b532bb0781b0f37745c1b2cf4aad6c96acca1c533a67f63b1520e80bdb24a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ffc634893d344415b486b39cea9295e9d1dca0d4060b051f509ffa0023257478 [INFO] running `Command { std: "docker" "start" "-a" "ffc634893d344415b486b39cea9295e9d1dca0d4060b051f509ffa0023257478", kill_on_drop: false }` [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 { [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 2.27s [INFO] running `Command { std: "docker" "inspect" "ffc634893d344415b486b39cea9295e9d1dca0d4060b051f509ffa0023257478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffc634893d344415b486b39cea9295e9d1dca0d4060b051f509ffa0023257478", kill_on_drop: false }` [INFO] [stdout] ffc634893d344415b486b39cea9295e9d1dca0d4060b051f509ffa0023257478 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3aa7c45b69e9ddde1d3f7314887a13997604f60b7e8d570c17d832748be3381 [INFO] running `Command { std: "docker" "start" "-a" "a3aa7c45b69e9ddde1d3f7314887a13997604f60b7e8d570c17d832748be3381", kill_on_drop: false }` [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] Compiling shape-convex v0.0.1 (/opt/rustwide/workdir) [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] [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] [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" "a3aa7c45b69e9ddde1d3f7314887a13997604f60b7e8d570c17d832748be3381", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3aa7c45b69e9ddde1d3f7314887a13997604f60b7e8d570c17d832748be3381", kill_on_drop: false }` [INFO] [stdout] a3aa7c45b69e9ddde1d3f7314887a13997604f60b7e8d570c17d832748be3381