[INFO] fetching crate nostd_structs 0.5.0... [INFO] testing nostd_structs-0.5.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate nostd_structs 0.5.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate nostd_structs 0.5.0 [INFO] finished tweaking crates.io crate nostd_structs 0.5.0 [INFO] tweaked toml for crates.io crate nostd_structs 0.5.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate nostd_structs 0.5.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate nostd_structs 0.5.0 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0fd6eee66daf20370e6e2a3c7934d8b011e4d8292c2cbde27d7d14ff990b73f2 [INFO] running `Command { std: "docker" "start" "-a" "0fd6eee66daf20370e6e2a3c7934d8b011e4d8292c2cbde27d7d14ff990b73f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0fd6eee66daf20370e6e2a3c7934d8b011e4d8292c2cbde27d7d14ff990b73f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fd6eee66daf20370e6e2a3c7934d8b011e4d8292c2cbde27d7d14ff990b73f2", kill_on_drop: false }` [INFO] [stdout] 0fd6eee66daf20370e6e2a3c7934d8b011e4d8292c2cbde27d7d14ff990b73f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4a9846932a6fba48af11cf22891c0ab6fc7a9a217857113bec00ae2d1808675 [INFO] running `Command { std: "docker" "start" "-a" "d4a9846932a6fba48af11cf22891c0ab6fc7a9a217857113bec00ae2d1808675", kill_on_drop: false }` [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling nostd_structs v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | fn rotate_rad(self, point: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:47:46 [INFO] [stdout] | [INFO] [stdout] 47 | fn rotate_rad(self, point: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:51:34 [INFO] [stdout] | [INFO] [stdout] 51 | fn rotate_rad_mut(&mut self, point: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:51:55 [INFO] [stdout] | [INFO] [stdout] 51 | fn rotate_rad_mut(&mut self, point: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | fn rotate_rad(self, point2d: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:37:48 [INFO] [stdout] | [INFO] [stdout] 37 | fn rotate_rad(self, point2d: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:41:57 [INFO] [stdout] | [INFO] [stdout] 41 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other_shape` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | other_shape: SHAPE, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:149:25 [INFO] [stdout] | [INFO] [stdout] 149 | fn rotate_rad(self, point2d: Point2D, radians: f64) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:149:48 [INFO] [stdout] | [INFO] [stdout] 149 | fn rotate_rad(self, point2d: Point2D, radians: f64) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:153:34 [INFO] [stdout] | [INFO] [stdout] 153 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f64) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:153:57 [INFO] [stdout] | [INFO] [stdout] 153 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f64) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other_shape` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | other_shape: SHAPE, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `Command { std: "docker" "inspect" "d4a9846932a6fba48af11cf22891c0ab6fc7a9a217857113bec00ae2d1808675", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4a9846932a6fba48af11cf22891c0ab6fc7a9a217857113bec00ae2d1808675", kill_on_drop: false }` [INFO] [stdout] d4a9846932a6fba48af11cf22891c0ab6fc7a9a217857113bec00ae2d1808675 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5862c8f121d83de7b3257b6ce67b1bca559515b869c3030b23dc0b35ea3075dd [INFO] running `Command { std: "docker" "start" "-a" "5862c8f121d83de7b3257b6ce67b1bca559515b869c3030b23dc0b35ea3075dd", kill_on_drop: false }` [INFO] [stderr] Compiling nostd_structs v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | fn rotate_rad(self, point: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:47:46 [INFO] [stdout] | [INFO] [stdout] 47 | fn rotate_rad(self, point: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:51:34 [INFO] [stdout] | [INFO] [stdout] 51 | fn rotate_rad_mut(&mut self, point: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:51:55 [INFO] [stdout] | [INFO] [stdout] 51 | fn rotate_rad_mut(&mut self, point: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | fn rotate_rad(self, point2d: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:37:48 [INFO] [stdout] | [INFO] [stdout] 37 | fn rotate_rad(self, point2d: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:41:57 [INFO] [stdout] | [INFO] [stdout] 41 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other_shape` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | other_shape: SHAPE, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:149:25 [INFO] [stdout] | [INFO] [stdout] 149 | fn rotate_rad(self, point2d: Point2D, radians: f64) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:149:48 [INFO] [stdout] | [INFO] [stdout] 149 | fn rotate_rad(self, point2d: Point2D, radians: f64) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:153:34 [INFO] [stdout] | [INFO] [stdout] 153 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f64) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:153:57 [INFO] [stdout] | [INFO] [stdout] 153 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f64) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other_shape` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | other_shape: SHAPE, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | fn rotate_rad(self, point: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:47:46 [INFO] [stdout] | [INFO] [stdout] 47 | fn rotate_rad(self, point: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:51:34 [INFO] [stdout] | [INFO] [stdout] 51 | fn rotate_rad_mut(&mut self, point: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/polygon_2d.rs:51:55 [INFO] [stdout] | [INFO] [stdout] 51 | fn rotate_rad_mut(&mut self, point: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | fn rotate_rad(self, point2d: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:37:48 [INFO] [stdout] | [INFO] [stdout] 37 | fn rotate_rad(self, point2d: Point2D, radians: f32) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:41:57 [INFO] [stdout] | [INFO] [stdout] 41 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f32) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other_shape` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | other_shape: SHAPE, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:149:25 [INFO] [stdout] | [INFO] [stdout] 149 | fn rotate_rad(self, point2d: Point2D, radians: f64) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:149:48 [INFO] [stdout] | [INFO] [stdout] 149 | fn rotate_rad(self, point2d: Point2D, radians: f64) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point2d` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:153:34 [INFO] [stdout] | [INFO] [stdout] 153 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f64) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `radians` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:153:57 [INFO] [stdout] | [INFO] [stdout] 153 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f64) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other_shape` [INFO] [stdout] --> src/structs/geom/triangle_2d.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | other_shape: SHAPE, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.25s [INFO] running `Command { std: "docker" "inspect" "5862c8f121d83de7b3257b6ce67b1bca559515b869c3030b23dc0b35ea3075dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5862c8f121d83de7b3257b6ce67b1bca559515b869c3030b23dc0b35ea3075dd", kill_on_drop: false }` [INFO] [stdout] 5862c8f121d83de7b3257b6ce67b1bca559515b869c3030b23dc0b35ea3075dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 05507a3595f91dbea53418e8aa0046e1c6b99bb89497b1120d66b8318ce34eda [INFO] running `Command { std: "docker" "start" "-a" "05507a3595f91dbea53418e8aa0046e1c6b99bb89497b1120d66b8318ce34eda", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `point` [INFO] [stderr] --> src/structs/geom/polygon_2d.rs:47:25 [INFO] [stderr] | [INFO] [stderr] 47 | fn rotate_rad(self, point: Point2D, radians: f32) -> Self { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `radians` [INFO] [stderr] --> src/structs/geom/polygon_2d.rs:47:46 [INFO] [stderr] | [INFO] [stderr] 47 | fn rotate_rad(self, point: Point2D, radians: f32) -> Self { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `point` [INFO] [stderr] --> src/structs/geom/polygon_2d.rs:51:34 [INFO] [stderr] | [INFO] [stderr] 51 | fn rotate_rad_mut(&mut self, point: Point2D, radians: f32) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `radians` [INFO] [stderr] --> src/structs/geom/polygon_2d.rs:51:55 [INFO] [stderr] | [INFO] [stderr] 51 | fn rotate_rad_mut(&mut self, point: Point2D, radians: f32) { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `point2d` [INFO] [stderr] --> src/structs/geom/triangle_2d.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | fn rotate_rad(self, point2d: Point2D, radians: f32) -> Self { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `radians` [INFO] [stderr] --> src/structs/geom/triangle_2d.rs:37:48 [INFO] [stderr] | [INFO] [stderr] 37 | fn rotate_rad(self, point2d: Point2D, radians: f32) -> Self { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `point2d` [INFO] [stderr] --> src/structs/geom/triangle_2d.rs:41:34 [INFO] [stderr] | [INFO] [stderr] 41 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f32) { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `radians` [INFO] [stderr] --> src/structs/geom/triangle_2d.rs:41:57 [INFO] [stderr] | [INFO] [stderr] 41 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f32) { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `other_shape` [INFO] [stderr] --> src/structs/geom/triangle_2d.rs:121:9 [INFO] [stderr] | [INFO] [stderr] 121 | other_shape: SHAPE, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shape` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `point2d` [INFO] [stderr] --> src/structs/geom/triangle_2d.rs:149:25 [INFO] [stderr] | [INFO] [stderr] 149 | fn rotate_rad(self, point2d: Point2D, radians: f64) -> Self { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `radians` [INFO] [stderr] --> src/structs/geom/triangle_2d.rs:149:48 [INFO] [stderr] | [INFO] [stderr] 149 | fn rotate_rad(self, point2d: Point2D, radians: f64) -> Self { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `point2d` [INFO] [stderr] --> src/structs/geom/triangle_2d.rs:153:34 [INFO] [stderr] | [INFO] [stderr] 153 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f64) { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_point2d` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `radians` [INFO] [stderr] --> src/structs/geom/triangle_2d.rs:153:57 [INFO] [stderr] | [INFO] [stderr] 153 | fn rotate_rad_mut(&mut self, point2d: Point2D, radians: f64) { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_radians` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `other_shape` [INFO] [stderr] --> src/structs/geom/triangle_2d.rs:233:9 [INFO] [stderr] | [INFO] [stderr] 233 | other_shape: SHAPE, [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_other_shape` [INFO] [stderr] [INFO] [stderr] warning: `nostd_structs` (lib) generated 14 warnings [INFO] [stderr] warning: `nostd_structs` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nostd_structs-c28704f0d9cbdf46) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test algos::rand::lcg::tests::test_lcg ... ok [INFO] [stdout] test algos::slice::rotating::test::test_rotate_slice ... ok [INFO] [stdout] test algos::slice::subslice::tests::test_find_subslice ... ok [INFO] [stdout] test conversion::colour::tests::validate_1bpp_5bpp ... ok [INFO] [stdout] test conversion::colour::tests::test_vflip_1bpp ... ok [INFO] [stdout] test structs::geom::polygon_2d::test::test_convex_hull ... ok [INFO] [stdout] test structs::geom::polygon_2d::test::test_rotate ... ok [INFO] [stdout] test structs::lru_map::test::can_add_and_remove_lru ... ok [INFO] [stdout] test structs::test::can_compare_aabb ... ok [INFO] [stdout] test structs::geom::triangle_2d::test::test_surface ... ok [INFO] [stdout] test structs::geom::triangle_2d::test::test_rotate_around_0 ... ok [INFO] [stdout] test structs::geom::triangle_2d::test::test_rotate_around_center ... ok [INFO] [stdout] test structs::test::can_reference ... ok [INFO] [stdout] test structs::test::check_intersects_inc ... ok [INFO] [stdout] test structs::test::can_compare_ndimensional_point ... ok [INFO] [stdout] test structs::test::check_intersects_exc ... ok [INFO] [stdout] test structs::trig::cos::test::test_cos_degrees ... ok [INFO] [stdout] test structs::trig::sin::test::test_sin_degrees ... ok [INFO] [stdout] test algos::slice::rotating::test::input_shorter_than_width ... ok [INFO] [stdout] test algos::rand::lcg::tests::doesnt_overflow ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.73s [INFO] [stdout] [INFO] [stderr] Doc-tests nostd_structs [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/algos/rand/lcg.rs - algos::rand::lcg::LcgRng (line 14) ... ok [INFO] [stdout] test src/structs/mod.rs - structs::NDimensionalPoint (line 26) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "05507a3595f91dbea53418e8aa0046e1c6b99bb89497b1120d66b8318ce34eda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05507a3595f91dbea53418e8aa0046e1c6b99bb89497b1120d66b8318ce34eda", kill_on_drop: false }` [INFO] [stdout] 05507a3595f91dbea53418e8aa0046e1c6b99bb89497b1120d66b8318ce34eda