[INFO] fetching crate kiss2d 0.1.6... [INFO] checking kiss2d-0.1.6 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate kiss2d 0.1.6 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate kiss2d 0.1.6 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate kiss2d 0.1.6 [INFO] finished tweaking crates.io crate kiss2d 0.1.6 [INFO] tweaked toml for crates.io crate kiss2d 0.1.6 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81689cbdb0d503982022c2271197a854e0b74b11978f695eb7063bc3c058f1f3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "81689cbdb0d503982022c2271197a854e0b74b11978f695eb7063bc3c058f1f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81689cbdb0d503982022c2271197a854e0b74b11978f695eb7063bc3c058f1f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81689cbdb0d503982022c2271197a854e0b74b11978f695eb7063bc3c058f1f3", kill_on_drop: false }` [INFO] [stdout] 81689cbdb0d503982022c2271197a854e0b74b11978f695eb7063bc3c058f1f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f061bde9acabbdff99e9bb32aaaa27718a05e2cb7be9f05656cf9298382b950c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f061bde9acabbdff99e9bb32aaaa27718a05e2cb7be9f05656cf9298382b950c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling minifb v0.11.2 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.1.1 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking kiss2d v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stdout] --> src/vg/raster_fixed.rs:251:33 [INFO] [stdout] | [INFO] [stdout] 251 | #[allow(exceeding_bitshifts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stdout] --> src/vg/raster_fixed.rs:251:33 [INFO] [stdout] | [INFO] [stdout] 251 | #[allow(exceeding_bitshifts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stdout] --> src/vg/raster_fixed.rs:251:33 [INFO] [stdout] | [INFO] [stdout] 251 | #[allow(exceeding_bitshifts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stdout] --> src/vg/raster_fixed.rs:251:33 [INFO] [stdout] | [INFO] [stdout] 251 | #[allow(exceeding_bitshifts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | const ϕ: int1ϕ = 9; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(uncommon_codepoints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | const ϕ: int1ϕ = 9; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 32 | type int2ϕ = i32; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | let ayϕ = (ay * (fxOne as f32)) as int1ϕ; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | let byϕ = (by * (fxOne as f32)) as int1ϕ; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int1ϕ` should have an upper camel case name [INFO] [stdout] --> src/vg/raster_fixed.rs:21:6 [INFO] [stdout] | [INFO] [stdout] 21 | type int1ϕ = i32; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Int1ϕ` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int2ϕ` should have an upper camel case name [INFO] [stdout] --> src/vg/raster_fixed.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 32 | type int2ϕ = i32; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Int2ϕ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/vg/raster_fixed.rs:37:47 [INFO] [stdout] | [INFO] [stdout] 37 | #[inline(always)] fn floor(x: int1ϕ) -> i32 { (x >> ϕ) } [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/vg/raster_fixed.rs:38:47 [INFO] [stdout] | [INFO] [stdout] 38 | #[inline(always)] fn ceil(x: int1ϕ) -> i32 { ((x + fxOneMinusIota) >> ϕ) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/vg/vector.rs:2:37 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::image::{RGBA, Rectangle, Point}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | const ϕ: int1ϕ = 9; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(uncommon_codepoints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | const ϕ: int1ϕ = 9; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 32 | type int2ϕ = i32; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | let ayϕ = (ay * (fxOne as f32)) as int1ϕ; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: identifier contains uncommon Unicode codepoints [INFO] [stdout] --> src/vg/raster_fixed.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | let byϕ = (by * (fxOne as f32)) as int1ϕ; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int1ϕ` should have an upper camel case name [INFO] [stdout] --> src/vg/raster_fixed.rs:21:6 [INFO] [stdout] | [INFO] [stdout] 21 | type int1ϕ = i32; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Int1ϕ` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int2ϕ` should have an upper camel case name [INFO] [stdout] --> src/vg/raster_fixed.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 32 | type int2ϕ = i32; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Int2ϕ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/vg/raster_fixed.rs:37:47 [INFO] [stdout] | [INFO] [stdout] 37 | #[inline(always)] fn floor(x: int1ϕ) -> i32 { (x >> ϕ) } [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/vg/raster_fixed.rs:38:47 [INFO] [stdout] | [INFO] [stdout] 38 | #[inline(always)] fn ceil(x: int1ϕ) -> i32 { ((x + fxOneMinusIota) >> ϕ) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Point` [INFO] [stdout] --> src/vg/vector.rs:2:37 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::image::{RGBA, Rectangle, Point}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `h` [INFO] [stdout] --> src/image.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | let (w, h) = (r.dx(), r.dy()); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `h` [INFO] [stdout] --> src/image.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | let (w, h) = (r.dx(), r.dy()); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/vg/mod.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/vg/mod.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int2ϕ` [INFO] [stdout] --> src/vg/raster_fixed.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | type int2ϕ = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `PorterDuff` [INFO] [stdout] --> src/vg/mod.rs:146:6 [INFO] [stdout] | [INFO] [stdout] 146 | enum PorterDuff { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `PD` [INFO] [stdout] --> src/vg/mod.rs:161:6 [INFO] [stdout] | [INFO] [stdout] 161 | enum PD { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `int_to_from_bytes` has been stable since 1.32.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(int_to_from_bytes, decl_macro, non_ascii_idents)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ϕ` should have an upper case name [INFO] [stdout] --> src/vg/raster_fixed.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | const ϕ: int1ϕ = 9; [INFO] [stdout] | ^ help: convert the identifier to upper case: `Φ` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `fxOne` should have an upper case name [INFO] [stdout] --> src/vg/raster_fixed.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | const fxOne: int1ϕ = 1 << ϕ; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `FX_ONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `fxOneAndAHalf` should have an upper case name [INFO] [stdout] --> src/vg/raster_fixed.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | const fxOneAndAHalf: int1ϕ = 1<<ϕ + 1<<(ϕ-1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `FX_ONE_AND_AHALF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `fxOneMinusIota` should have an upper case name [INFO] [stdout] --> src/vg/raster_fixed.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | const fxOneMinusIota: int1ϕ = 1<<ϕ - 1; // Used for rounding up. [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FX_ONE_MINUS_IOTA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/vg/raster_fixed.rs:134:29 [INFO] [stdout] | [INFO] [stdout] 134 | let mut D = one_minus_x0f_squared; // D ranges up to ±1<<(2*ϕ). [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/vg/raster_fixed.rs:147:33 [INFO] [stdout] | [INFO] [stdout] 147 | let mut D = two_over_s<<ϕ - one_minus_x0f_squared - x1f_squared; // D ranges up to ±1<<(2*ϕ+2). [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/vg/raster_fixed.rs:191:33 [INFO] [stdout] | [INFO] [stdout] 191 | let mut D = (fxOneAndAHalf-x0f)<<(ϕ+1) - one_minus_x0f_squared; // D ranges up to ±1<<(2*ϕ+2). [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/vg/raster_fixed.rs:252:33 [INFO] [stdout] | [INFO] [stdout] 252 | let mut D = x1f<<1 + (1<<(ϕ+2) - fxOneAndAHalf<<1); // D ranges up to ±1<<(1*ϕ+2). [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/vg/raster_fixed.rs:263:29 [INFO] [stdout] | [INFO] [stdout] 263 | let mut D = x1f_squared; // D ranges up to ±1<<(2*ϕ). [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/vg/mod.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/vg/mod.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int2ϕ` [INFO] [stdout] --> src/vg/raster_fixed.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | type int2ϕ = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `PorterDuff` [INFO] [stdout] --> src/vg/mod.rs:146:6 [INFO] [stdout] | [INFO] [stdout] 146 | enum PorterDuff { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `PD` [INFO] [stdout] --> src/vg/mod.rs:161:6 [INFO] [stdout] | [INFO] [stdout] 161 | enum PD { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `int_to_from_bytes` has been stable since 1.32.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(int_to_from_bytes, decl_macro, non_ascii_idents)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ϕ` should have an upper case name [INFO] [stdout] --> src/vg/raster_fixed.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | const ϕ: int1ϕ = 9; [INFO] [stdout] | ^ help: convert the identifier to upper case: `Φ` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `fxOne` should have an upper case name [INFO] [stdout] --> src/vg/raster_fixed.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | const fxOne: int1ϕ = 1 << ϕ; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `FX_ONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `fxOneAndAHalf` should have an upper case name [INFO] [stdout] --> src/vg/raster_fixed.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | const fxOneAndAHalf: int1ϕ = 1<<ϕ + 1<<(ϕ-1); [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `FX_ONE_AND_AHALF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `fxOneMinusIota` should have an upper case name [INFO] [stdout] --> src/vg/raster_fixed.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | const fxOneMinusIota: int1ϕ = 1<<ϕ - 1; // Used for rounding up. [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FX_ONE_MINUS_IOTA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/vg/raster_fixed.rs:134:29 [INFO] [stdout] | [INFO] [stdout] 134 | let mut D = one_minus_x0f_squared; // D ranges up to ±1<<(2*ϕ). [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/vg/raster_fixed.rs:147:33 [INFO] [stdout] | [INFO] [stdout] 147 | let mut D = two_over_s<<ϕ - one_minus_x0f_squared - x1f_squared; // D ranges up to ±1<<(2*ϕ+2). [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/vg/raster_fixed.rs:191:33 [INFO] [stdout] | [INFO] [stdout] 191 | let mut D = (fxOneAndAHalf-x0f)<<(ϕ+1) - one_minus_x0f_squared; // D ranges up to ±1<<(2*ϕ+2). [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/vg/raster_fixed.rs:252:33 [INFO] [stdout] | [INFO] [stdout] 252 | let mut D = x1f<<1 + (1<<(ϕ+2) - fxOneAndAHalf<<1); // D ranges up to ±1<<(1*ϕ+2). [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `D` should have a snake case name [INFO] [stdout] --> src/vg/raster_fixed.rs:263:29 [INFO] [stdout] | [INFO] [stdout] 263 | let mut D = x1f_squared; // D ranges up to ±1<<(2*ϕ). [INFO] [stdout] | ^ help: convert the identifier to snake case: `d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `pointOnCircle` [INFO] [stdout] --> tests/vector.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | fn pointOnCircle(center: isize, radius: isize, index: isize, number: isize) -> (f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `BASIC_MASK` [INFO] [stdout] --> tests/vector.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | / static BASIC_MASK: &[u8] = &[ [INFO] [stdout] 217 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [INFO] [stdout] 218 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [INFO] [stdout] 219 | | 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xaa, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, [INFO] [stdout] ... | [INFO] [stdout] 232 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [INFO] [stdout] 233 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GLYPH_W` [INFO] [stdout] --> tests/vector.rs:362:1 [INFO] [stdout] | [INFO] [stdout] 362 | const GLYPH_W: usize = 893; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GLYPH_H` [INFO] [stdout] --> tests/vector.rs:363:1 [INFO] [stdout] | [INFO] [stdout] 363 | const GLYPH_H: usize = 1122; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MOVE_TO` [INFO] [stdout] --> tests/vector.rs:365:1 [INFO] [stdout] | [INFO] [stdout] 365 | const MOVE_TO: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LINE_TO` [INFO] [stdout] --> tests/vector.rs:366:1 [INFO] [stdout] | [INFO] [stdout] 366 | const LINE_TO: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `QUAD_TO` [INFO] [stdout] --> tests/vector.rs:367:1 [INFO] [stdout] | [INFO] [stdout] 367 | const QUAD_TO: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `G` [INFO] [stdout] --> tests/vector.rs:369:8 [INFO] [stdout] | [INFO] [stdout] 369 | struct G { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `move_to` [INFO] [stdout] --> tests/vector.rs:379:14 [INFO] [stdout] | [INFO] [stdout] 379 | const fn move_to(px: f32, py: f32) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `line_to` [INFO] [stdout] --> tests/vector.rs:383:14 [INFO] [stdout] | [INFO] [stdout] 383 | const fn line_to(px: f32, py: f32) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `quad_to` [INFO] [stdout] --> tests/vector.rs:387:14 [INFO] [stdout] | [INFO] [stdout] 387 | const fn quad_to(px: f32, py: f32, qx: f32, qy: f32) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `GLYPH_DATA` [INFO] [stdout] --> tests/vector.rs:394:1 [INFO] [stdout] | [INFO] [stdout] 394 | / static GLYPH_DATA: &[G] = &[ [INFO] [stdout] 395 | | G::move_to(699., 1102.), [INFO] [stdout] 396 | | G::quad_to(683., 1070., 673., 988.), [INFO] [stdout] 397 | | G::quad_to(544., 1122., 365., 1122.), [INFO] [stdout] ... | [INFO] [stdout] 425 | | G::quad_to(301., 961., 392., 961.), [INFO] [stdout] 426 | | ]; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `pointOnCircle` should have a snake case name [INFO] [stdout] --> tests/vector.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | fn pointOnCircle(center: isize, radius: isize, index: isize, number: isize) -> (f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `point_on_circle` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `int_to_from_bytes` has been stable since 1.32.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/fb.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(int_to_from_bytes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.28s [INFO] running `Command { std: "docker" "inspect" "f061bde9acabbdff99e9bb32aaaa27718a05e2cb7be9f05656cf9298382b950c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f061bde9acabbdff99e9bb32aaaa27718a05e2cb7be9f05656cf9298382b950c", kill_on_drop: false }` [INFO] [stdout] f061bde9acabbdff99e9bb32aaaa27718a05e2cb7be9f05656cf9298382b950c