[INFO] fetching crate skia-rs-paint 0.2.0... [INFO] testing skia-rs-paint-0.2.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate skia-rs-paint 0.2.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate skia-rs-paint 0.2.0 [INFO] finished tweaking crates.io crate skia-rs-paint 0.2.0 [INFO] tweaked toml for crates.io crate skia-rs-paint 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate skia-rs-paint 0.2.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate skia-rs-paint 0.2.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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded skia-rs-path v0.2.0 [INFO] [stderr] Downloaded skia-rs-core v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09dcfa15a7581736beb54b99a25a0c0d61735ecdc87aaa1a6761a994e8d3668c [INFO] running `Command { std: "docker" "start" "-a" "09dcfa15a7581736beb54b99a25a0c0d61735ecdc87aaa1a6761a994e8d3668c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09dcfa15a7581736beb54b99a25a0c0d61735ecdc87aaa1a6761a994e8d3668c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09dcfa15a7581736beb54b99a25a0c0d61735ecdc87aaa1a6761a994e8d3668c", kill_on_drop: false }` [INFO] [stdout] 09dcfa15a7581736beb54b99a25a0c0d61735ecdc87aaa1a6761a994e8d3668c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c3abf2902b87c5d0bb8b093218659c551783037aa8021d29150a09c1d63eacc [INFO] running `Command { std: "docker" "start" "-a" "0c3abf2902b87c5d0bb8b093218659c551783037aa8021d29150a09c1d63eacc", kill_on_drop: false }` [INFO] [stderr] Compiling glam v0.29.3 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling syn v2.0.112 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling skia-rs-core v0.2.0 [INFO] [stderr] Compiling skia-rs-path v0.2.0 [INFO] [stderr] Compiling skia-rs-paint v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `tile_mode` is never read [INFO] [stdout] --> src/filter.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 137 | pub struct BlurImageFilter { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 140 | tile_mode: crate::shader::TileMode, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BlurImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are 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: field `color` is never read [INFO] [stdout] --> src/filter.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct DropShadowImageFilter { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 170 | color: Color4f, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DropShadowImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `input` is never read [INFO] [stdout] --> src/filter.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 317 | pub struct MorphologyImageFilter { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 321 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MorphologyImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `input` is never read [INFO] [stdout] --> src/filter.rs:378:5 [INFO] [stdout] | [INFO] [stdout] 376 | pub struct ColorFilterImageFilter { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 377 | color_filter: ColorFilterRef, [INFO] [stdout] 378 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColorFilterImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `x_channel`, `y_channel`, `displacement`, and `color` are never read [INFO] [stdout] --> src/filter.rs:408:5 [INFO] [stdout] | [INFO] [stdout] 407 | pub struct DisplacementMapImageFilter { [INFO] [stdout] | -------------------------- fields in this struct [INFO] [stdout] 408 | x_channel: ColorChannel, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 409 | y_channel: ColorChannel, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 410 | scale: Scalar, [INFO] [stdout] 411 | displacement: ImageFilterRef, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 412 | color: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DisplacementMapImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/filter.rs:491:5 [INFO] [stdout] | [INFO] [stdout] 490 | pub struct LightingImageFilter { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 491 | light: LightType, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 492 | surface_scale: Scalar, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 493 | diffuse_constant: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 494 | specular_constant: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 495 | specular_exponent: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 496 | light_color: Color4f, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 497 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LightingImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `input` is never read [INFO] [stdout] --> src/filter.rs:606:5 [INFO] [stdout] | [INFO] [stdout] 603 | pub struct OffsetImageFilter { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 606 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OffsetImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `kernel`, `gain`, `bias`, `tile_mode`, `convolve_alpha`, and `input` are never read [INFO] [stdout] --> src/filter.rs:633:5 [INFO] [stdout] | [INFO] [stdout] 631 | pub struct MatrixConvolutionImageFilter { [INFO] [stdout] | ---------------------------- fields in this struct [INFO] [stdout] 632 | kernel_size: (i32, i32), [INFO] [stdout] 633 | kernel: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 634 | gain: Scalar, [INFO] [stdout] | ^^^^ [INFO] [stdout] 635 | bias: Scalar, [INFO] [stdout] | ^^^^ [INFO] [stdout] 636 | kernel_offset: (i32, i32), [INFO] [stdout] 637 | tile_mode: crate::shader::TileMode, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 638 | convolve_alpha: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 639 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MatrixConvolutionImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `src_rect` and `input` are never read [INFO] [stdout] --> src/filter.rs:685:5 [INFO] [stdout] | [INFO] [stdout] 684 | pub struct TileImageFilter { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 685 | src_rect: Rect, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 686 | dst_rect: Rect, [INFO] [stdout] 687 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TileImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `mode` is never read [INFO] [stdout] --> src/filter.rs:712:5 [INFO] [stdout] | [INFO] [stdout] 711 | pub struct BlendImageFilter { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 712 | mode: crate::BlendMode, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BlendImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `k1`, `k2`, `k3`, `k4`, and `enforce_pm_color` are never read [INFO] [stdout] --> src/filter.rs:753:5 [INFO] [stdout] | [INFO] [stdout] 752 | pub struct ArithmeticImageFilter { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] 753 | k1: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 754 | k2: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 755 | k3: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 756 | k4: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 757 | enforce_pm_color: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ArithmeticImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `source`, `glsl_cache`, and `wgsl_cache` are never read [INFO] [stdout] --> src/runtime_effect.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 183 | pub struct RuntimeEffect { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 184 | /// Original SkSL source. [INFO] [stdout] 185 | source: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | glsl_cache: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 196 | /// Compiled WGSL (cached). [INFO] [stdout] 197 | wgsl_cache: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RuntimeEffect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `peek` is never used [INFO] [stdout] --> src/sksl.rs:981:8 [INFO] [stdout] | [INFO] [stdout] 939 | impl<'a> Parser<'a> { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 981 | fn peek(&mut self) -> &Token { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/runtime_effect.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | InvalidChildCount { expected: usize, got: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/runtime_effect.rs:23:42 [INFO] [stdout] | [INFO] [stdout] 23 | InvalidChildCount { expected: usize, got: usize }, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s [INFO] running `Command { std: "docker" "inspect" "0c3abf2902b87c5d0bb8b093218659c551783037aa8021d29150a09c1d63eacc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c3abf2902b87c5d0bb8b093218659c551783037aa8021d29150a09c1d63eacc", kill_on_drop: false }` [INFO] [stdout] 0c3abf2902b87c5d0bb8b093218659c551783037aa8021d29150a09c1d63eacc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a8bfdc25449eb9ed0b1db05afe9cfddd1925beaa105cd422ee0302bf68b3fff [INFO] running `Command { std: "docker" "start" "-a" "7a8bfdc25449eb9ed0b1db05afe9cfddd1925beaa105cd422ee0302bf68b3fff", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling skia-rs-core v0.2.0 [INFO] [stderr] Compiling skia-rs-path v0.2.0 [INFO] [stderr] Compiling skia-rs-paint v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `tile_mode` is never read [INFO] [stdout] --> src/filter.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 137 | pub struct BlurImageFilter { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 140 | tile_mode: crate::shader::TileMode, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BlurImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are 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: field `color` is never read [INFO] [stdout] --> src/filter.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct DropShadowImageFilter { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 170 | color: Color4f, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DropShadowImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `input` is never read [INFO] [stdout] --> src/filter.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 317 | pub struct MorphologyImageFilter { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 321 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MorphologyImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `input` is never read [INFO] [stdout] --> src/filter.rs:378:5 [INFO] [stdout] | [INFO] [stdout] 376 | pub struct ColorFilterImageFilter { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 377 | color_filter: ColorFilterRef, [INFO] [stdout] 378 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColorFilterImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `x_channel`, `y_channel`, `displacement`, and `color` are never read [INFO] [stdout] --> src/filter.rs:408:5 [INFO] [stdout] | [INFO] [stdout] 407 | pub struct DisplacementMapImageFilter { [INFO] [stdout] | -------------------------- fields in this struct [INFO] [stdout] 408 | x_channel: ColorChannel, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 409 | y_channel: ColorChannel, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 410 | scale: Scalar, [INFO] [stdout] 411 | displacement: ImageFilterRef, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 412 | color: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DisplacementMapImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/filter.rs:491:5 [INFO] [stdout] | [INFO] [stdout] 490 | pub struct LightingImageFilter { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 491 | light: LightType, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 492 | surface_scale: Scalar, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 493 | diffuse_constant: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 494 | specular_constant: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 495 | specular_exponent: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 496 | light_color: Color4f, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 497 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LightingImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `input` is never read [INFO] [stdout] --> src/filter.rs:606:5 [INFO] [stdout] | [INFO] [stdout] 603 | pub struct OffsetImageFilter { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 606 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OffsetImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `kernel`, `gain`, `bias`, `tile_mode`, `convolve_alpha`, and `input` are never read [INFO] [stdout] --> src/filter.rs:633:5 [INFO] [stdout] | [INFO] [stdout] 631 | pub struct MatrixConvolutionImageFilter { [INFO] [stdout] | ---------------------------- fields in this struct [INFO] [stdout] 632 | kernel_size: (i32, i32), [INFO] [stdout] 633 | kernel: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 634 | gain: Scalar, [INFO] [stdout] | ^^^^ [INFO] [stdout] 635 | bias: Scalar, [INFO] [stdout] | ^^^^ [INFO] [stdout] 636 | kernel_offset: (i32, i32), [INFO] [stdout] 637 | tile_mode: crate::shader::TileMode, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 638 | convolve_alpha: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 639 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MatrixConvolutionImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `src_rect` and `input` are never read [INFO] [stdout] --> src/filter.rs:685:5 [INFO] [stdout] | [INFO] [stdout] 684 | pub struct TileImageFilter { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 685 | src_rect: Rect, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 686 | dst_rect: Rect, [INFO] [stdout] 687 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TileImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `mode` is never read [INFO] [stdout] --> src/filter.rs:712:5 [INFO] [stdout] | [INFO] [stdout] 711 | pub struct BlendImageFilter { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 712 | mode: crate::BlendMode, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BlendImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `k1`, `k2`, `k3`, `k4`, and `enforce_pm_color` are never read [INFO] [stdout] --> src/filter.rs:753:5 [INFO] [stdout] | [INFO] [stdout] 752 | pub struct ArithmeticImageFilter { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] 753 | k1: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 754 | k2: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 755 | k3: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 756 | k4: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 757 | enforce_pm_color: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ArithmeticImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `source`, `glsl_cache`, and `wgsl_cache` are never read [INFO] [stdout] --> src/runtime_effect.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 183 | pub struct RuntimeEffect { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 184 | /// Original SkSL source. [INFO] [stdout] 185 | source: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | glsl_cache: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 196 | /// Compiled WGSL (cached). [INFO] [stdout] 197 | wgsl_cache: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RuntimeEffect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `peek` is never used [INFO] [stdout] --> src/sksl.rs:981:8 [INFO] [stdout] | [INFO] [stdout] 939 | impl<'a> Parser<'a> { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 981 | fn peek(&mut self) -> &Token { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/runtime_effect.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | InvalidChildCount { expected: usize, got: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/runtime_effect.rs:23:42 [INFO] [stdout] | [INFO] [stdout] 23 | InvalidChildCount { expected: usize, got: usize }, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stdout] warning: field `tile_mode` is never read [INFO] [stdout] --> src/filter.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 137 | pub struct BlurImageFilter { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 140 | tile_mode: crate::shader::TileMode, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BlurImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are 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: field `color` is never read [INFO] [stdout] --> src/filter.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 165 | pub struct DropShadowImageFilter { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 170 | color: Color4f, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DropShadowImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `input` is never read [INFO] [stdout] --> src/filter.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 317 | pub struct MorphologyImageFilter { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 321 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MorphologyImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `input` is never read [INFO] [stdout] --> src/filter.rs:378:5 [INFO] [stdout] | [INFO] [stdout] 376 | pub struct ColorFilterImageFilter { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 377 | color_filter: ColorFilterRef, [INFO] [stdout] 378 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColorFilterImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `x_channel`, `y_channel`, `displacement`, and `color` are never read [INFO] [stdout] --> src/filter.rs:408:5 [INFO] [stdout] | [INFO] [stdout] 407 | pub struct DisplacementMapImageFilter { [INFO] [stdout] | -------------------------- fields in this struct [INFO] [stdout] 408 | x_channel: ColorChannel, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 409 | y_channel: ColorChannel, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 410 | scale: Scalar, [INFO] [stdout] 411 | displacement: ImageFilterRef, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 412 | color: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DisplacementMapImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/filter.rs:491:5 [INFO] [stdout] | [INFO] [stdout] 490 | pub struct LightingImageFilter { [INFO] [stdout] | ------------------- fields in this struct [INFO] [stdout] 491 | light: LightType, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 492 | surface_scale: Scalar, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 493 | diffuse_constant: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 494 | specular_constant: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 495 | specular_exponent: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 496 | light_color: Color4f, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 497 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LightingImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `input` is never read [INFO] [stdout] --> src/filter.rs:606:5 [INFO] [stdout] | [INFO] [stdout] 603 | pub struct OffsetImageFilter { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 606 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OffsetImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `kernel`, `gain`, `bias`, `tile_mode`, `convolve_alpha`, and `input` are never read [INFO] [stdout] --> src/filter.rs:633:5 [INFO] [stdout] | [INFO] [stdout] 631 | pub struct MatrixConvolutionImageFilter { [INFO] [stdout] | ---------------------------- fields in this struct [INFO] [stdout] 632 | kernel_size: (i32, i32), [INFO] [stdout] 633 | kernel: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 634 | gain: Scalar, [INFO] [stdout] | ^^^^ [INFO] [stdout] 635 | bias: Scalar, [INFO] [stdout] | ^^^^ [INFO] [stdout] 636 | kernel_offset: (i32, i32), [INFO] [stdout] 637 | tile_mode: crate::shader::TileMode, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 638 | convolve_alpha: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 639 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MatrixConvolutionImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `src_rect` and `input` are never read [INFO] [stdout] --> src/filter.rs:685:5 [INFO] [stdout] | [INFO] [stdout] 684 | pub struct TileImageFilter { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 685 | src_rect: Rect, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 686 | dst_rect: Rect, [INFO] [stdout] 687 | input: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TileImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `mode` is never read [INFO] [stdout] --> src/filter.rs:712:5 [INFO] [stdout] | [INFO] [stdout] 711 | pub struct BlendImageFilter { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 712 | mode: crate::BlendMode, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BlendImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `k1`, `k2`, `k3`, `k4`, and `enforce_pm_color` are never read [INFO] [stdout] --> src/filter.rs:753:5 [INFO] [stdout] | [INFO] [stdout] 752 | pub struct ArithmeticImageFilter { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] 753 | k1: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 754 | k2: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 755 | k3: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 756 | k4: Scalar, [INFO] [stdout] | ^^ [INFO] [stdout] 757 | enforce_pm_color: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ArithmeticImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `source`, `glsl_cache`, and `wgsl_cache` are never read [INFO] [stdout] --> src/runtime_effect.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 183 | pub struct RuntimeEffect { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 184 | /// Original SkSL source. [INFO] [stdout] 185 | source: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | glsl_cache: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 196 | /// Compiled WGSL (cached). [INFO] [stdout] 197 | wgsl_cache: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RuntimeEffect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `peek` is never used [INFO] [stdout] --> src/sksl.rs:981:8 [INFO] [stdout] | [INFO] [stdout] 939 | impl<'a> Parser<'a> { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 981 | fn peek(&mut self) -> &Token { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/runtime_effect.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | InvalidChildCount { expected: usize, got: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/runtime_effect.rs:23:42 [INFO] [stdout] | [INFO] [stdout] 23 | InvalidChildCount { expected: usize, got: usize }, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.29s [INFO] running `Command { std: "docker" "inspect" "7a8bfdc25449eb9ed0b1db05afe9cfddd1925beaa105cd422ee0302bf68b3fff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a8bfdc25449eb9ed0b1db05afe9cfddd1925beaa105cd422ee0302bf68b3fff", kill_on_drop: false }` [INFO] [stdout] 7a8bfdc25449eb9ed0b1db05afe9cfddd1925beaa105cd422ee0302bf68b3fff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8cebe576fe4e75e2b6b8a29b86e84b54440a9e7ba4902325eda66df60d8008e7 [INFO] running `Command { std: "docker" "start" "-a" "8cebe576fe4e75e2b6b8a29b86e84b54440a9e7ba4902325eda66df60d8008e7", kill_on_drop: false }` [INFO] [stderr] warning: field `tile_mode` is never read [INFO] [stderr] --> src/filter.rs:140:5 [INFO] [stderr] | [INFO] [stderr] 137 | pub struct BlurImageFilter { [INFO] [stderr] | --------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 140 | tile_mode: crate::shader::TileMode, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `BlurImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `color` is never read [INFO] [stderr] --> src/filter.rs:170:5 [INFO] [stderr] | [INFO] [stderr] 165 | pub struct DropShadowImageFilter { [INFO] [stderr] | --------------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 170 | color: Color4f, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `DropShadowImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `input` is never read [INFO] [stderr] --> src/filter.rs:321:5 [INFO] [stderr] | [INFO] [stderr] 317 | pub struct MorphologyImageFilter { [INFO] [stderr] | --------------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 321 | input: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `MorphologyImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `input` is never read [INFO] [stderr] --> src/filter.rs:378:5 [INFO] [stderr] | [INFO] [stderr] 376 | pub struct ColorFilterImageFilter { [INFO] [stderr] | ---------------------- field in this struct [INFO] [stderr] 377 | color_filter: ColorFilterRef, [INFO] [stderr] 378 | input: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ColorFilterImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `x_channel`, `y_channel`, `displacement`, and `color` are never read [INFO] [stderr] --> src/filter.rs:408:5 [INFO] [stderr] | [INFO] [stderr] 407 | pub struct DisplacementMapImageFilter { [INFO] [stderr] | -------------------------- fields in this struct [INFO] [stderr] 408 | x_channel: ColorChannel, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 409 | y_channel: ColorChannel, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 410 | scale: Scalar, [INFO] [stderr] 411 | displacement: ImageFilterRef, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 412 | color: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `DisplacementMapImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/filter.rs:491:5 [INFO] [stderr] | [INFO] [stderr] 490 | pub struct LightingImageFilter { [INFO] [stderr] | ------------------- fields in this struct [INFO] [stderr] 491 | light: LightType, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 492 | surface_scale: Scalar, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 493 | diffuse_constant: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 494 | specular_constant: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] 495 | specular_exponent: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] 496 | light_color: Color4f, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 497 | input: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `LightingImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `input` is never read [INFO] [stderr] --> src/filter.rs:606:5 [INFO] [stderr] | [INFO] [stderr] 603 | pub struct OffsetImageFilter { [INFO] [stderr] | ----------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 606 | input: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `OffsetImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `kernel`, `gain`, `bias`, `tile_mode`, `convolve_alpha`, and `input` are never read [INFO] [stderr] --> src/filter.rs:633:5 [INFO] [stderr] | [INFO] [stderr] 631 | pub struct MatrixConvolutionImageFilter { [INFO] [stderr] | ---------------------------- fields in this struct [INFO] [stderr] 632 | kernel_size: (i32, i32), [INFO] [stderr] 633 | kernel: Vec, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 634 | gain: Scalar, [INFO] [stderr] | ^^^^ [INFO] [stderr] 635 | bias: Scalar, [INFO] [stderr] | ^^^^ [INFO] [stderr] 636 | kernel_offset: (i32, i32), [INFO] [stderr] 637 | tile_mode: crate::shader::TileMode, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 638 | convolve_alpha: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 639 | input: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `MatrixConvolutionImageFilter` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `src_rect` and `input` are never read [INFO] [stderr] --> src/filter.rs:685:5 [INFO] [stderr] | [INFO] [stderr] 684 | pub struct TileImageFilter { [INFO] [stderr] | --------------- fields in this struct [INFO] [stderr] 685 | src_rect: Rect, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 686 | dst_rect: Rect, [INFO] [stderr] 687 | input: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `TileImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `mode` is never read [INFO] [stderr] --> src/filter.rs:712:5 [INFO] [stderr] | [INFO] [stderr] 711 | pub struct BlendImageFilter { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] 712 | mode: crate::BlendMode, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `BlendImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `k1`, `k2`, `k3`, `k4`, and `enforce_pm_color` are never read [INFO] [stderr] --> src/filter.rs:753:5 [INFO] [stderr] | [INFO] [stderr] 752 | pub struct ArithmeticImageFilter { [INFO] [stderr] | --------------------- fields in this struct [INFO] [stderr] 753 | k1: Scalar, [INFO] [stderr] | ^^ [INFO] [stderr] 754 | k2: Scalar, [INFO] [stderr] | ^^ [INFO] [stderr] 755 | k3: Scalar, [INFO] [stderr] | ^^ [INFO] [stderr] 756 | k4: Scalar, [INFO] [stderr] | ^^ [INFO] [stderr] 757 | enforce_pm_color: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ArithmeticImageFilter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `source`, `glsl_cache`, and `wgsl_cache` are never read [INFO] [stderr] --> src/runtime_effect.rs:185:5 [INFO] [stderr] | [INFO] [stderr] 183 | pub struct RuntimeEffect { [INFO] [stderr] | ------------- fields in this struct [INFO] [stderr] 184 | /// Original SkSL source. [INFO] [stderr] 185 | source: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 195 | glsl_cache: Option, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 196 | /// Compiled WGSL (cached). [INFO] [stderr] 197 | wgsl_cache: Option, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `RuntimeEffect` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: method `peek` is never used [INFO] [stderr] --> src/sksl.rs:981:8 [INFO] [stderr] | [INFO] [stderr] 939 | impl<'a> Parser<'a> { [INFO] [stderr] | ------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 981 | fn peek(&mut self) -> &Token { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a struct field [INFO] [stderr] --> src/runtime_effect.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | InvalidChildCount { expected: usize, got: usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a struct field [INFO] [stderr] --> src/runtime_effect.rs:23:42 [INFO] [stderr] | [INFO] [stderr] 23 | InvalidChildCount { expected: usize, got: usize }, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `skia-rs-paint` (lib) generated 15 warnings [INFO] [stderr] warning: `skia-rs-paint` (lib test) generated 15 warnings (15 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/skia_rs_paint-162075b882b24b29) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test runtime_effect::tests::test_compile_msl ... ok [INFO] [stdout] test runtime_effect::tests::test_compile_wgsl ... ok [INFO] [stdout] test paint::tests::test_paint_deserialize_invalid ... ok [INFO] [stdout] test runtime_effect::tests::test_make_shader ... ok [INFO] [stdout] test paint::tests::test_paint_serialization ... ok [INFO] [stdout] test shader::tests::test_color_shader ... ok [INFO] [stdout] test shader::tests::test_linear_gradient ... ok [INFO] [stdout] test runtime_effect::tests::test_make_effect ... ok [INFO] [stdout] test shader::tests::test_gradient_with_transparency ... ok [INFO] [stdout] test shader::tests::test_shader_convenience_functions ... ok [INFO] [stdout] test runtime_effect::tests::test_uniform_data ... ok [INFO] [stdout] test sksl::tests::test_lexer_basic ... ok [INFO] [stdout] test sksl::tests::test_lexer_comments ... ok [INFO] [stdout] test sksl::tests::test_lexer_operators ... ok [INFO] [stdout] test sksl::tests::test_parser_simple_function ... ok [INFO] [stdout] test sksl::tests::test_parser_uniforms ... ok [INFO] [stdout] test runtime_effect::tests::test_compile_glsl ... ok [INFO] [stderr] Doc-tests skia_rs_paint [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8cebe576fe4e75e2b6b8a29b86e84b54440a9e7ba4902325eda66df60d8008e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cebe576fe4e75e2b6b8a29b86e84b54440a9e7ba4902325eda66df60d8008e7", kill_on_drop: false }` [INFO] [stdout] 8cebe576fe4e75e2b6b8a29b86e84b54440a9e7ba4902325eda66df60d8008e7