[INFO] crate skylane_protocols 0.1.2 is already in cache [INFO] extracting crate skylane_protocols 0.1.2 into work/ex/clippy-test-run/sources/stable/reg/skylane_protocols/0.1.2 [INFO] extracting crate skylane_protocols 0.1.2 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/skylane_protocols/0.1.2 [INFO] validating manifest of skylane_protocols-0.1.2 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of skylane_protocols-0.1.2 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing skylane_protocols-0.1.2 [INFO] finished frobbing skylane_protocols-0.1.2 [INFO] frobbed toml for skylane_protocols-0.1.2 written to work/ex/clippy-test-run/sources/stable/reg/skylane_protocols/0.1.2/Cargo.toml [INFO] started frobbing skylane_protocols-0.1.2 [INFO] finished frobbing skylane_protocols-0.1.2 [INFO] frobbed toml for skylane_protocols-0.1.2 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/skylane_protocols/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting skylane_protocols-0.1.2 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/skylane_protocols/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a5c443acd6c43825fdd584b3583c7f70038f65ab307d33afbb5a17ceb67bee50 [INFO] running `"docker" "start" "-a" "a5c443acd6c43825fdd584b3583c7f70038f65ab307d33afbb5a17ceb67bee50"` [INFO] [stderr] Compiling skylane_scanner v0.1.1 [INFO] [stderr] Checking nix v0.8.1 [INFO] [stderr] Compiling skylane_protocols v0.1.2 (/opt/crater/workdir) [INFO] [stderr] Checking skylane v0.1.2 [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:89:17 [INFO] [stderr] | [INFO] [stderr] 89 | object: object, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `object` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/lib.rs:89:17 [INFO] [stderr] | [INFO] [stderr] 89 | object: object, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: replace it with: `object` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:18:22 [INFO] [stderr] | [INFO] [stderr] 18 | pub const NAME: &'static str = "wl_display"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:235:22 [INFO] [stderr] | [INFO] [stderr] 235 | pub const NAME: &'static str = "wl_registry"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:409:22 [INFO] [stderr] | [INFO] [stderr] 409 | pub const NAME: &'static str = "wl_callback"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:482:22 [INFO] [stderr] | [INFO] [stderr] 482 | pub const NAME: &'static str = "wl_compositor"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:581:22 [INFO] [stderr] | [INFO] [stderr] 581 | pub const NAME: &'static str = "wl_shm_pool"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:742:22 [INFO] [stderr] | [INFO] [stderr] 742 | pub const NAME: &'static str = "wl_shm"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:775:29 [INFO] [stderr] | [INFO] [stderr] 775 | pub const C8: u32 = 0x20203843; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x2020_3843` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:777:33 [INFO] [stderr] | [INFO] [stderr] 777 | pub const RGB332: u32 = 0x38424752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3842_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:779:33 [INFO] [stderr] | [INFO] [stderr] 779 | pub const BGR233: u32 = 0x38524742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3852_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:781:35 [INFO] [stderr] | [INFO] [stderr] 781 | pub const XRGB4444: u32 = 0x32315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:783:35 [INFO] [stderr] | [INFO] [stderr] 783 | pub const XBGR4444: u32 = 0x32314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:785:35 [INFO] [stderr] | [INFO] [stderr] 785 | pub const RGBX4444: u32 = 0x32315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:787:35 [INFO] [stderr] | [INFO] [stderr] 787 | pub const BGRX4444: u32 = 0x32315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:789:35 [INFO] [stderr] | [INFO] [stderr] 789 | pub const ARGB4444: u32 = 0x32315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:791:35 [INFO] [stderr] | [INFO] [stderr] 791 | pub const ABGR4444: u32 = 0x32314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:793:35 [INFO] [stderr] | [INFO] [stderr] 793 | pub const RGBA4444: u32 = 0x32314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:795:35 [INFO] [stderr] | [INFO] [stderr] 795 | pub const BGRA4444: u32 = 0x32314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:797:35 [INFO] [stderr] | [INFO] [stderr] 797 | pub const XRGB1555: u32 = 0x35315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:799:35 [INFO] [stderr] | [INFO] [stderr] 799 | pub const XBGR1555: u32 = 0x35314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:801:35 [INFO] [stderr] | [INFO] [stderr] 801 | pub const RGBX5551: u32 = 0x35315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:803:35 [INFO] [stderr] | [INFO] [stderr] 803 | pub const BGRX5551: u32 = 0x35315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:805:35 [INFO] [stderr] | [INFO] [stderr] 805 | pub const ARGB1555: u32 = 0x35315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:807:35 [INFO] [stderr] | [INFO] [stderr] 807 | pub const ABGR1555: u32 = 0x35314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:809:35 [INFO] [stderr] | [INFO] [stderr] 809 | pub const RGBA5551: u32 = 0x35314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:811:35 [INFO] [stderr] | [INFO] [stderr] 811 | pub const BGRA5551: u32 = 0x35314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:813:33 [INFO] [stderr] | [INFO] [stderr] 813 | pub const RGB565: u32 = 0x36314752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:815:33 [INFO] [stderr] | [INFO] [stderr] 815 | pub const BGR565: u32 = 0x36314742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:817:33 [INFO] [stderr] | [INFO] [stderr] 817 | pub const RGB888: u32 = 0x34324752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:819:33 [INFO] [stderr] | [INFO] [stderr] 819 | pub const BGR888: u32 = 0x34324742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:821:35 [INFO] [stderr] | [INFO] [stderr] 821 | pub const XBGR8888: u32 = 0x34324258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:823:35 [INFO] [stderr] | [INFO] [stderr] 823 | pub const RGBX8888: u32 = 0x34325852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:825:35 [INFO] [stderr] | [INFO] [stderr] 825 | pub const BGRX8888: u32 = 0x34325842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:827:35 [INFO] [stderr] | [INFO] [stderr] 827 | pub const ABGR8888: u32 = 0x34324241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:829:35 [INFO] [stderr] | [INFO] [stderr] 829 | pub const RGBA8888: u32 = 0x34324152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:831:35 [INFO] [stderr] | [INFO] [stderr] 831 | pub const BGRA8888: u32 = 0x34324142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:833:38 [INFO] [stderr] | [INFO] [stderr] 833 | pub const XRGB2101010: u32 = 0x30335258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:835:38 [INFO] [stderr] | [INFO] [stderr] 835 | pub const XBGR2101010: u32 = 0x30334258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:837:38 [INFO] [stderr] | [INFO] [stderr] 837 | pub const RGBX1010102: u32 = 0x30335852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:839:38 [INFO] [stderr] | [INFO] [stderr] 839 | pub const BGRX1010102: u32 = 0x30335842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:841:38 [INFO] [stderr] | [INFO] [stderr] 841 | pub const ARGB2101010: u32 = 0x30335241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:843:38 [INFO] [stderr] | [INFO] [stderr] 843 | pub const ABGR2101010: u32 = 0x30334241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:845:38 [INFO] [stderr] | [INFO] [stderr] 845 | pub const RGBA1010102: u32 = 0x30334152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:847:38 [INFO] [stderr] | [INFO] [stderr] 847 | pub const BGRA1010102: u32 = 0x30334142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:849:31 [INFO] [stderr] | [INFO] [stderr] 849 | pub const YUYV: u32 = 0x56595559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5659_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:851:31 [INFO] [stderr] | [INFO] [stderr] 851 | pub const YVYU: u32 = 0x55595659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5559_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:853:31 [INFO] [stderr] | [INFO] [stderr] 853 | pub const UYVY: u32 = 0x59565955; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5956_5955` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:855:31 [INFO] [stderr] | [INFO] [stderr] 855 | pub const VYUY: u32 = 0x59555956; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5955_5956` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:857:31 [INFO] [stderr] | [INFO] [stderr] 857 | pub const AYUV: u32 = 0x56555941; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5655_5941` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:859:31 [INFO] [stderr] | [INFO] [stderr] 859 | pub const NV12: u32 = 0x3231564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:861:31 [INFO] [stderr] | [INFO] [stderr] 861 | pub const NV21: u32 = 0x3132564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3132_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:863:31 [INFO] [stderr] | [INFO] [stderr] 863 | pub const NV16: u32 = 0x3631564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:865:31 [INFO] [stderr] | [INFO] [stderr] 865 | pub const NV61: u32 = 0x3136564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3136_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:867:33 [INFO] [stderr] | [INFO] [stderr] 867 | pub const YUV410: u32 = 0x39565559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3956_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:869:33 [INFO] [stderr] | [INFO] [stderr] 869 | pub const YVU410: u32 = 0x39555659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3955_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:871:33 [INFO] [stderr] | [INFO] [stderr] 871 | pub const YUV411: u32 = 0x31315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:873:33 [INFO] [stderr] | [INFO] [stderr] 873 | pub const YVU411: u32 = 0x31315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:875:33 [INFO] [stderr] | [INFO] [stderr] 875 | pub const YUV420: u32 = 0x32315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:877:33 [INFO] [stderr] | [INFO] [stderr] 877 | pub const YVU420: u32 = 0x32315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:879:33 [INFO] [stderr] | [INFO] [stderr] 879 | pub const YUV422: u32 = 0x36315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:881:33 [INFO] [stderr] | [INFO] [stderr] 881 | pub const YVU422: u32 = 0x36315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:883:33 [INFO] [stderr] | [INFO] [stderr] 883 | pub const YUV444: u32 = 0x34325559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:885:33 [INFO] [stderr] | [INFO] [stderr] 885 | pub const YVU444: u32 = 0x34325659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:998:22 [INFO] [stderr] | [INFO] [stderr] 998 | pub const NAME: &'static str = "wl_buffer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1109:22 [INFO] [stderr] | [INFO] [stderr] 1109 | pub const NAME: &'static str = "wl_data_offer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1508:22 [INFO] [stderr] | [INFO] [stderr] 1508 | pub const NAME: &'static str = "wl_data_source"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1891:22 [INFO] [stderr] | [INFO] [stderr] 1891 | pub const NAME: &'static str = "wl_data_device"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2268:22 [INFO] [stderr] | [INFO] [stderr] 2268 | pub const NAME: &'static str = "wl_data_device_manager"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2405:22 [INFO] [stderr] | [INFO] [stderr] 2405 | pub const NAME: &'static str = "wl_shell"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2500:22 [INFO] [stderr] | [INFO] [stderr] 2500 | pub const NAME: &'static str = "wl_shell_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:3140:22 [INFO] [stderr] | [INFO] [stderr] 3140 | pub const NAME: &'static str = "wl_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:3753:22 [INFO] [stderr] | [INFO] [stderr] 3753 | pub const NAME: &'static str = "wl_seat"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4017:22 [INFO] [stderr] | [INFO] [stderr] 4017 | pub const NAME: &'static str = "wl_pointer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4615:22 [INFO] [stderr] | [INFO] [stderr] 4615 | pub const NAME: &'static str = "wl_keyboard"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4932:22 [INFO] [stderr] | [INFO] [stderr] 4932 | pub const NAME: &'static str = "wl_touch"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5280:22 [INFO] [stderr] | [INFO] [stderr] 5280 | pub const NAME: &'static str = "wl_output"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5593:22 [INFO] [stderr] | [INFO] [stderr] 5593 | pub const NAME: &'static str = "wl_region"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5748:22 [INFO] [stderr] | [INFO] [stderr] 5748 | pub const NAME: &'static str = "wl_subcompositor"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5907:22 [INFO] [stderr] | [INFO] [stderr] 5907 | pub const NAME: &'static str = "wl_subsurface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_server.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | pub const NAME: &'static str = "zxdg_shell_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_server.rs:247:22 [INFO] [stderr] | [INFO] [stderr] 247 | pub const NAME: &'static str = "zxdg_positioner_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_server.rs:613:22 [INFO] [stderr] | [INFO] [stderr] 613 | pub const NAME: &'static str = "zxdg_surface_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_server.rs:901:22 [INFO] [stderr] | [INFO] [stderr] 901 | pub const NAME: &'static str = "zxdg_toplevel_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_server.rs:1673:22 [INFO] [stderr] | [INFO] [stderr] 1673 | pub const NAME: &'static str = "zxdg_popup_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: module has the same name as its containing module [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/weston_screenshooter_server.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / pub mod weston_screenshooter { [INFO] [stderr] 4 | | use std; [INFO] [stderr] 5 | | use byteorder::WriteBytesExt; [INFO] [stderr] 6 | | use byteorder::ReadBytesExt; [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::module_inception)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/weston_screenshooter_server.rs:14:22 [INFO] [stderr] | [INFO] [stderr] 14 | pub const NAME: &'static str = "weston_screenshooter"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_server.rs:58:22 [INFO] [stderr] | [INFO] [stderr] 58 | pub const NAME: &'static str = "zwp_linux_dmabuf_v1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_server.rs:201:22 [INFO] [stderr] | [INFO] [stderr] 201 | pub const NAME: &'static str = "zwp_linux_buffer_params_v1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | pub const NAME: &'static str = "wl_drm"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:33:29 [INFO] [stderr] | [INFO] [stderr] 33 | pub const C8: u32 = 0x20203843; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x2020_3843` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:35:33 [INFO] [stderr] | [INFO] [stderr] 35 | pub const RGB332: u32 = 0x38424752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3842_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:37:33 [INFO] [stderr] | [INFO] [stderr] 37 | pub const BGR233: u32 = 0x38524742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3852_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:39:35 [INFO] [stderr] | [INFO] [stderr] 39 | pub const XRGB4444: u32 = 0x32315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:41:35 [INFO] [stderr] | [INFO] [stderr] 41 | pub const XBGR4444: u32 = 0x32314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:43:35 [INFO] [stderr] | [INFO] [stderr] 43 | pub const RGBX4444: u32 = 0x32315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:45:35 [INFO] [stderr] | [INFO] [stderr] 45 | pub const BGRX4444: u32 = 0x32315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:47:35 [INFO] [stderr] | [INFO] [stderr] 47 | pub const ARGB4444: u32 = 0x32315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:49:35 [INFO] [stderr] | [INFO] [stderr] 49 | pub const ABGR4444: u32 = 0x32314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:51:35 [INFO] [stderr] | [INFO] [stderr] 51 | pub const RGBA4444: u32 = 0x32314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:53:35 [INFO] [stderr] | [INFO] [stderr] 53 | pub const BGRA4444: u32 = 0x32314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:55:35 [INFO] [stderr] | [INFO] [stderr] 55 | pub const XRGB1555: u32 = 0x35315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:57:35 [INFO] [stderr] | [INFO] [stderr] 57 | pub const XBGR1555: u32 = 0x35314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:59:35 [INFO] [stderr] | [INFO] [stderr] 59 | pub const RGBX5551: u32 = 0x35315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:61:35 [INFO] [stderr] | [INFO] [stderr] 61 | pub const BGRX5551: u32 = 0x35315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:63:35 [INFO] [stderr] | [INFO] [stderr] 63 | pub const ARGB1555: u32 = 0x35315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:65:35 [INFO] [stderr] | [INFO] [stderr] 65 | pub const ABGR1555: u32 = 0x35314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:67:35 [INFO] [stderr] | [INFO] [stderr] 67 | pub const RGBA5551: u32 = 0x35314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | pub const BGRA5551: u32 = 0x35314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:71:33 [INFO] [stderr] | [INFO] [stderr] 71 | pub const RGB565: u32 = 0x36314752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:73:33 [INFO] [stderr] | [INFO] [stderr] 73 | pub const BGR565: u32 = 0x36314742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:75:33 [INFO] [stderr] | [INFO] [stderr] 75 | pub const RGB888: u32 = 0x34324752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:77:33 [INFO] [stderr] | [INFO] [stderr] 77 | pub const BGR888: u32 = 0x34324742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:79:35 [INFO] [stderr] | [INFO] [stderr] 79 | pub const XRGB8888: u32 = 0x34325258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:81:35 [INFO] [stderr] | [INFO] [stderr] 81 | pub const XBGR8888: u32 = 0x34324258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:83:35 [INFO] [stderr] | [INFO] [stderr] 83 | pub const RGBX8888: u32 = 0x34325852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:85:35 [INFO] [stderr] | [INFO] [stderr] 85 | pub const BGRX8888: u32 = 0x34325842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:87:35 [INFO] [stderr] | [INFO] [stderr] 87 | pub const ARGB8888: u32 = 0x34325241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:89:35 [INFO] [stderr] | [INFO] [stderr] 89 | pub const ABGR8888: u32 = 0x34324241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | pub const RGBA8888: u32 = 0x34324152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:93:35 [INFO] [stderr] | [INFO] [stderr] 93 | pub const BGRA8888: u32 = 0x34324142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:95:38 [INFO] [stderr] | [INFO] [stderr] 95 | pub const XRGB2101010: u32 = 0x30335258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:97:38 [INFO] [stderr] | [INFO] [stderr] 97 | pub const XBGR2101010: u32 = 0x30334258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:99:38 [INFO] [stderr] | [INFO] [stderr] 99 | pub const RGBX1010102: u32 = 0x30335852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:101:38 [INFO] [stderr] | [INFO] [stderr] 101 | pub const BGRX1010102: u32 = 0x30335842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:103:38 [INFO] [stderr] | [INFO] [stderr] 103 | pub const ARGB2101010: u32 = 0x30335241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:105:38 [INFO] [stderr] | [INFO] [stderr] 105 | pub const ABGR2101010: u32 = 0x30334241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:107:38 [INFO] [stderr] | [INFO] [stderr] 107 | pub const RGBA1010102: u32 = 0x30334152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:109:38 [INFO] [stderr] | [INFO] [stderr] 109 | pub const BGRA1010102: u32 = 0x30334142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:111:31 [INFO] [stderr] | [INFO] [stderr] 111 | pub const YUYV: u32 = 0x56595559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5659_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:113:31 [INFO] [stderr] | [INFO] [stderr] 113 | pub const YVYU: u32 = 0x55595659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5559_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:115:31 [INFO] [stderr] | [INFO] [stderr] 115 | pub const UYVY: u32 = 0x59565955; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5956_5955` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:117:31 [INFO] [stderr] | [INFO] [stderr] 117 | pub const VYUY: u32 = 0x59555956; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5955_5956` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:119:31 [INFO] [stderr] | [INFO] [stderr] 119 | pub const AYUV: u32 = 0x56555941; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5655_5941` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:121:31 [INFO] [stderr] | [INFO] [stderr] 121 | pub const NV12: u32 = 0x3231564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | pub const NV21: u32 = 0x3132564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3132_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:125:31 [INFO] [stderr] | [INFO] [stderr] 125 | pub const NV16: u32 = 0x3631564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:127:31 [INFO] [stderr] | [INFO] [stderr] 127 | pub const NV61: u32 = 0x3136564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3136_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:129:33 [INFO] [stderr] | [INFO] [stderr] 129 | pub const YUV410: u32 = 0x39565559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3956_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:131:33 [INFO] [stderr] | [INFO] [stderr] 131 | pub const YVU410: u32 = 0x39555659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3955_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:133:33 [INFO] [stderr] | [INFO] [stderr] 133 | pub const YUV411: u32 = 0x31315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:135:33 [INFO] [stderr] | [INFO] [stderr] 135 | pub const YVU411: u32 = 0x31315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:137:33 [INFO] [stderr] | [INFO] [stderr] 137 | pub const YUV420: u32 = 0x32315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:139:33 [INFO] [stderr] | [INFO] [stderr] 139 | pub const YVU420: u32 = 0x32315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:141:33 [INFO] [stderr] | [INFO] [stderr] 141 | pub const YUV422: u32 = 0x36315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:143:33 [INFO] [stderr] | [INFO] [stderr] 143 | pub const YVU422: u32 = 0x36315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:145:33 [INFO] [stderr] | [INFO] [stderr] 145 | pub const YUV444: u32 = 0x34325559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:147:33 [INFO] [stderr] | [INFO] [stderr] 147 | pub const YVU444: u32 = 0x34325659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | pub const NAME: &'static str = "wl_display"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:237:22 [INFO] [stderr] | [INFO] [stderr] 237 | pub const NAME: &'static str = "wl_registry"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:407:22 [INFO] [stderr] | [INFO] [stderr] 407 | pub const NAME: &'static str = "wl_callback"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:479:22 [INFO] [stderr] | [INFO] [stderr] 479 | pub const NAME: &'static str = "wl_compositor"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:583:22 [INFO] [stderr] | [INFO] [stderr] 583 | pub const NAME: &'static str = "wl_shm_pool"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:746:22 [INFO] [stderr] | [INFO] [stderr] 746 | pub const NAME: &'static str = "wl_shm"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:779:29 [INFO] [stderr] | [INFO] [stderr] 779 | pub const C8: u32 = 0x20203843; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x2020_3843` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:781:33 [INFO] [stderr] | [INFO] [stderr] 781 | pub const RGB332: u32 = 0x38424752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3842_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:783:33 [INFO] [stderr] | [INFO] [stderr] 783 | pub const BGR233: u32 = 0x38524742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3852_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:785:35 [INFO] [stderr] | [INFO] [stderr] 785 | pub const XRGB4444: u32 = 0x32315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:787:35 [INFO] [stderr] | [INFO] [stderr] 787 | pub const XBGR4444: u32 = 0x32314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:789:35 [INFO] [stderr] | [INFO] [stderr] 789 | pub const RGBX4444: u32 = 0x32315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:791:35 [INFO] [stderr] | [INFO] [stderr] 791 | pub const BGRX4444: u32 = 0x32315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:793:35 [INFO] [stderr] | [INFO] [stderr] 793 | pub const ARGB4444: u32 = 0x32315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:795:35 [INFO] [stderr] | [INFO] [stderr] 795 | pub const ABGR4444: u32 = 0x32314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:797:35 [INFO] [stderr] | [INFO] [stderr] 797 | pub const RGBA4444: u32 = 0x32314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:799:35 [INFO] [stderr] | [INFO] [stderr] 799 | pub const BGRA4444: u32 = 0x32314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:801:35 [INFO] [stderr] | [INFO] [stderr] 801 | pub const XRGB1555: u32 = 0x35315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:803:35 [INFO] [stderr] | [INFO] [stderr] 803 | pub const XBGR1555: u32 = 0x35314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:805:35 [INFO] [stderr] | [INFO] [stderr] 805 | pub const RGBX5551: u32 = 0x35315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:807:35 [INFO] [stderr] | [INFO] [stderr] 807 | pub const BGRX5551: u32 = 0x35315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:809:35 [INFO] [stderr] | [INFO] [stderr] 809 | pub const ARGB1555: u32 = 0x35315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:811:35 [INFO] [stderr] | [INFO] [stderr] 811 | pub const ABGR1555: u32 = 0x35314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:813:35 [INFO] [stderr] | [INFO] [stderr] 813 | pub const RGBA5551: u32 = 0x35314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:815:35 [INFO] [stderr] | [INFO] [stderr] 815 | pub const BGRA5551: u32 = 0x35314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:817:33 [INFO] [stderr] | [INFO] [stderr] 817 | pub const RGB565: u32 = 0x36314752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:819:33 [INFO] [stderr] | [INFO] [stderr] 819 | pub const BGR565: u32 = 0x36314742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:821:33 [INFO] [stderr] | [INFO] [stderr] 821 | pub const RGB888: u32 = 0x34324752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:823:33 [INFO] [stderr] | [INFO] [stderr] 823 | pub const BGR888: u32 = 0x34324742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:825:35 [INFO] [stderr] | [INFO] [stderr] 825 | pub const XBGR8888: u32 = 0x34324258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:827:35 [INFO] [stderr] | [INFO] [stderr] 827 | pub const RGBX8888: u32 = 0x34325852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:829:35 [INFO] [stderr] | [INFO] [stderr] 829 | pub const BGRX8888: u32 = 0x34325842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:831:35 [INFO] [stderr] | [INFO] [stderr] 831 | pub const ABGR8888: u32 = 0x34324241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:833:35 [INFO] [stderr] | [INFO] [stderr] 833 | pub const RGBA8888: u32 = 0x34324152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:835:35 [INFO] [stderr] | [INFO] [stderr] 835 | pub const BGRA8888: u32 = 0x34324142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:837:38 [INFO] [stderr] | [INFO] [stderr] 837 | pub const XRGB2101010: u32 = 0x30335258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:839:38 [INFO] [stderr] | [INFO] [stderr] 839 | pub const XBGR2101010: u32 = 0x30334258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:841:38 [INFO] [stderr] | [INFO] [stderr] 841 | pub const RGBX1010102: u32 = 0x30335852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:843:38 [INFO] [stderr] | [INFO] [stderr] 843 | pub const BGRX1010102: u32 = 0x30335842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:845:38 [INFO] [stderr] | [INFO] [stderr] 845 | pub const ARGB2101010: u32 = 0x30335241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:847:38 [INFO] [stderr] | [INFO] [stderr] 847 | pub const ABGR2101010: u32 = 0x30334241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:849:38 [INFO] [stderr] | [INFO] [stderr] 849 | pub const RGBA1010102: u32 = 0x30334152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:851:38 [INFO] [stderr] | [INFO] [stderr] 851 | pub const BGRA1010102: u32 = 0x30334142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:853:31 [INFO] [stderr] | [INFO] [stderr] 853 | pub const YUYV: u32 = 0x56595559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5659_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:855:31 [INFO] [stderr] | [INFO] [stderr] 855 | pub const YVYU: u32 = 0x55595659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5559_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:857:31 [INFO] [stderr] | [INFO] [stderr] 857 | pub const UYVY: u32 = 0x59565955; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5956_5955` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:859:31 [INFO] [stderr] | [INFO] [stderr] 859 | pub const VYUY: u32 = 0x59555956; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5955_5956` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:861:31 [INFO] [stderr] | [INFO] [stderr] 861 | pub const AYUV: u32 = 0x56555941; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5655_5941` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:863:31 [INFO] [stderr] | [INFO] [stderr] 863 | pub const NV12: u32 = 0x3231564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:865:31 [INFO] [stderr] | [INFO] [stderr] 865 | pub const NV21: u32 = 0x3132564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3132_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:867:31 [INFO] [stderr] | [INFO] [stderr] 867 | pub const NV16: u32 = 0x3631564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:869:31 [INFO] [stderr] | [INFO] [stderr] 869 | pub const NV61: u32 = 0x3136564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3136_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:871:33 [INFO] [stderr] | [INFO] [stderr] 871 | pub const YUV410: u32 = 0x39565559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3956_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:873:33 [INFO] [stderr] | [INFO] [stderr] 873 | pub const YVU410: u32 = 0x39555659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3955_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:875:33 [INFO] [stderr] | [INFO] [stderr] 875 | pub const YUV411: u32 = 0x31315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:877:33 [INFO] [stderr] | [INFO] [stderr] 877 | pub const YVU411: u32 = 0x31315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:879:33 [INFO] [stderr] | [INFO] [stderr] 879 | pub const YUV420: u32 = 0x32315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:881:33 [INFO] [stderr] | [INFO] [stderr] 881 | pub const YVU420: u32 = 0x32315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:883:33 [INFO] [stderr] | [INFO] [stderr] 883 | pub const YUV422: u32 = 0x36315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:885:33 [INFO] [stderr] | [INFO] [stderr] 885 | pub const YVU422: u32 = 0x36315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:887:33 [INFO] [stderr] | [INFO] [stderr] 887 | pub const YUV444: u32 = 0x34325559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:889:33 [INFO] [stderr] | [INFO] [stderr] 889 | pub const YVU444: u32 = 0x34325659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1003:22 [INFO] [stderr] | [INFO] [stderr] 1003 | pub const NAME: &'static str = "wl_buffer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1114:22 [INFO] [stderr] | [INFO] [stderr] 1114 | pub const NAME: &'static str = "wl_data_offer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1518:22 [INFO] [stderr] | [INFO] [stderr] 1518 | pub const NAME: &'static str = "wl_data_source"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1892:22 [INFO] [stderr] | [INFO] [stderr] 1892 | pub const NAME: &'static str = "wl_data_device"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2156:79 [INFO] [stderr] | [INFO] [stderr] 2156 | let x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2157:79 [INFO] [stderr] | [INFO] [stderr] 2157 | let y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2192:79 [INFO] [stderr] | [INFO] [stderr] 2192 | let x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2193:79 [INFO] [stderr] | [INFO] [stderr] 2193 | let y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2265:22 [INFO] [stderr] | [INFO] [stderr] 2265 | pub const NAME: &'static str = "wl_data_device_manager"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2406:22 [INFO] [stderr] | [INFO] [stderr] 2406 | pub const NAME: &'static str = "wl_shell"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2503:22 [INFO] [stderr] | [INFO] [stderr] 2503 | pub const NAME: &'static str = "wl_shell_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:3144:22 [INFO] [stderr] | [INFO] [stderr] 3144 | pub const NAME: &'static str = "wl_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:3766:22 [INFO] [stderr] | [INFO] [stderr] 3766 | pub const NAME: &'static str = "wl_seat"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4036:22 [INFO] [stderr] | [INFO] [stderr] 4036 | pub const NAME: &'static str = "wl_pointer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4448:87 [INFO] [stderr] | [INFO] [stderr] 4448 | let surface_x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4449:87 [INFO] [stderr] | [INFO] [stderr] 4449 | let surface_y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4487:87 [INFO] [stderr] | [INFO] [stderr] 4487 | let surface_x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4488:87 [INFO] [stderr] | [INFO] [stderr] 4488 | let surface_y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4531:83 [INFO] [stderr] | [INFO] [stderr] 4531 | let value = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4631:22 [INFO] [stderr] | [INFO] [stderr] 4631 | pub const NAME: &'static str = "wl_keyboard"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4948:22 [INFO] [stderr] | [INFO] [stderr] 4948 | pub const NAME: &'static str = "wl_touch"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5143:79 [INFO] [stderr] | [INFO] [stderr] 5143 | let x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5144:79 [INFO] [stderr] | [INFO] [stderr] 5144 | let y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5190:79 [INFO] [stderr] | [INFO] [stderr] 5190 | let x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5191:79 [INFO] [stderr] | [INFO] [stderr] 5191 | let y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5234:83 [INFO] [stderr] | [INFO] [stderr] 5234 | let major = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5235:83 [INFO] [stderr] | [INFO] [stderr] 5235 | let minor = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5254:89 [INFO] [stderr] | [INFO] [stderr] 5254 | let orientation = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5296:22 [INFO] [stderr] | [INFO] [stderr] 5296 | pub const NAME: &'static str = "wl_output"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5618:22 [INFO] [stderr] | [INFO] [stderr] 5618 | pub const NAME: &'static str = "wl_region"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5775:22 [INFO] [stderr] | [INFO] [stderr] 5775 | pub const NAME: &'static str = "wl_subcompositor"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5938:22 [INFO] [stderr] | [INFO] [stderr] 5938 | pub const NAME: &'static str = "wl_subsurface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | pub const NAME: &'static str = "zxdg_shell_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:254:22 [INFO] [stderr] | [INFO] [stderr] 254 | pub const NAME: &'static str = "zxdg_positioner_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:630:22 [INFO] [stderr] | [INFO] [stderr] 630 | pub const NAME: &'static str = "zxdg_surface_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:923:22 [INFO] [stderr] | [INFO] [stderr] 923 | pub const NAME: &'static str = "zxdg_toplevel_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:1713:22 [INFO] [stderr] | [INFO] [stderr] 1713 | pub const NAME: &'static str = "zxdg_popup_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: module has the same name as its containing module [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/weston_screenshooter_client.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / pub mod weston_screenshooter { [INFO] [stderr] 4 | | use std; [INFO] [stderr] 5 | | use byteorder::WriteBytesExt; [INFO] [stderr] 6 | | use super::super::Socket; [INFO] [stderr] ... | [INFO] [stderr] 88 | | } [INFO] [stderr] 89 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/weston_screenshooter_client.rs:13:22 [INFO] [stderr] | [INFO] [stderr] 13 | pub const NAME: &'static str = "weston_screenshooter"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_client.rs:58:22 [INFO] [stderr] | [INFO] [stderr] 58 | pub const NAME: &'static str = "zwp_linux_dmabuf_v1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_client.rs:204:22 [INFO] [stderr] | [INFO] [stderr] 204 | pub const NAME: &'static str = "zwp_linux_buffer_params_v1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | pub const NAME: &'static str = "wl_drm"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:32:29 [INFO] [stderr] | [INFO] [stderr] 32 | pub const C8: u32 = 0x20203843; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x2020_3843` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:34:33 [INFO] [stderr] | [INFO] [stderr] 34 | pub const RGB332: u32 = 0x38424752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3842_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:36:33 [INFO] [stderr] | [INFO] [stderr] 36 | pub const BGR233: u32 = 0x38524742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3852_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:38:35 [INFO] [stderr] | [INFO] [stderr] 38 | pub const XRGB4444: u32 = 0x32315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:40:35 [INFO] [stderr] | [INFO] [stderr] 40 | pub const XBGR4444: u32 = 0x32314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:42:35 [INFO] [stderr] | [INFO] [stderr] 42 | pub const RGBX4444: u32 = 0x32315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:44:35 [INFO] [stderr] | [INFO] [stderr] 44 | pub const BGRX4444: u32 = 0x32315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:46:35 [INFO] [stderr] | [INFO] [stderr] 46 | pub const ARGB4444: u32 = 0x32315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:48:35 [INFO] [stderr] | [INFO] [stderr] 48 | pub const ABGR4444: u32 = 0x32314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:50:35 [INFO] [stderr] | [INFO] [stderr] 50 | pub const RGBA4444: u32 = 0x32314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:52:35 [INFO] [stderr] | [INFO] [stderr] 52 | pub const BGRA4444: u32 = 0x32314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:54:35 [INFO] [stderr] | [INFO] [stderr] 54 | pub const XRGB1555: u32 = 0x35315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:56:35 [INFO] [stderr] | [INFO] [stderr] 56 | pub const XBGR1555: u32 = 0x35314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:58:35 [INFO] [stderr] | [INFO] [stderr] 58 | pub const RGBX5551: u32 = 0x35315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:60:35 [INFO] [stderr] | [INFO] [stderr] 60 | pub const BGRX5551: u32 = 0x35315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:62:35 [INFO] [stderr] | [INFO] [stderr] 62 | pub const ARGB1555: u32 = 0x35315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:64:35 [INFO] [stderr] | [INFO] [stderr] 64 | pub const ABGR1555: u32 = 0x35314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:66:35 [INFO] [stderr] | [INFO] [stderr] 66 | pub const RGBA5551: u32 = 0x35314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:68:35 [INFO] [stderr] | [INFO] [stderr] 68 | pub const BGRA5551: u32 = 0x35314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:70:33 [INFO] [stderr] | [INFO] [stderr] 70 | pub const RGB565: u32 = 0x36314752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:72:33 [INFO] [stderr] | [INFO] [stderr] 72 | pub const BGR565: u32 = 0x36314742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:74:33 [INFO] [stderr] | [INFO] [stderr] 74 | pub const RGB888: u32 = 0x34324752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:76:33 [INFO] [stderr] | [INFO] [stderr] 76 | pub const BGR888: u32 = 0x34324742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:78:35 [INFO] [stderr] | [INFO] [stderr] 78 | pub const XRGB8888: u32 = 0x34325258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:80:35 [INFO] [stderr] | [INFO] [stderr] 80 | pub const XBGR8888: u32 = 0x34324258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:82:35 [INFO] [stderr] | [INFO] [stderr] 82 | pub const RGBX8888: u32 = 0x34325852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:84:35 [INFO] [stderr] | [INFO] [stderr] 84 | pub const BGRX8888: u32 = 0x34325842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:86:35 [INFO] [stderr] | [INFO] [stderr] 86 | pub const ARGB8888: u32 = 0x34325241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:88:35 [INFO] [stderr] | [INFO] [stderr] 88 | pub const ABGR8888: u32 = 0x34324241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:90:35 [INFO] [stderr] | [INFO] [stderr] 90 | pub const RGBA8888: u32 = 0x34324152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:92:35 [INFO] [stderr] | [INFO] [stderr] 92 | pub const BGRA8888: u32 = 0x34324142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:94:38 [INFO] [stderr] | [INFO] [stderr] 94 | pub const XRGB2101010: u32 = 0x30335258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:96:38 [INFO] [stderr] | [INFO] [stderr] 96 | pub const XBGR2101010: u32 = 0x30334258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:98:38 [INFO] [stderr] | [INFO] [stderr] 98 | pub const RGBX1010102: u32 = 0x30335852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:100:38 [INFO] [stderr] | [INFO] [stderr] 100 | pub const BGRX1010102: u32 = 0x30335842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:102:38 [INFO] [stderr] | [INFO] [stderr] 102 | pub const ARGB2101010: u32 = 0x30335241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:104:38 [INFO] [stderr] | [INFO] [stderr] 104 | pub const ABGR2101010: u32 = 0x30334241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:106:38 [INFO] [stderr] | [INFO] [stderr] 106 | pub const RGBA1010102: u32 = 0x30334152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:108:38 [INFO] [stderr] | [INFO] [stderr] 108 | pub const BGRA1010102: u32 = 0x30334142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:110:31 [INFO] [stderr] | [INFO] [stderr] 110 | pub const YUYV: u32 = 0x56595559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5659_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:112:31 [INFO] [stderr] | [INFO] [stderr] 112 | pub const YVYU: u32 = 0x55595659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5559_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:114:31 [INFO] [stderr] | [INFO] [stderr] 114 | pub const UYVY: u32 = 0x59565955; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5956_5955` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:116:31 [INFO] [stderr] | [INFO] [stderr] 116 | pub const VYUY: u32 = 0x59555956; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5955_5956` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:118:31 [INFO] [stderr] | [INFO] [stderr] 118 | pub const AYUV: u32 = 0x56555941; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5655_5941` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:120:31 [INFO] [stderr] | [INFO] [stderr] 120 | pub const NV12: u32 = 0x3231564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:122:31 [INFO] [stderr] | [INFO] [stderr] 122 | pub const NV21: u32 = 0x3132564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3132_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:124:31 [INFO] [stderr] | [INFO] [stderr] 124 | pub const NV16: u32 = 0x3631564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:126:31 [INFO] [stderr] | [INFO] [stderr] 126 | pub const NV61: u32 = 0x3136564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3136_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:128:33 [INFO] [stderr] | [INFO] [stderr] 128 | pub const YUV410: u32 = 0x39565559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3956_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:130:33 [INFO] [stderr] | [INFO] [stderr] 130 | pub const YVU410: u32 = 0x39555659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3955_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:132:33 [INFO] [stderr] | [INFO] [stderr] 132 | pub const YUV411: u32 = 0x31315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:134:33 [INFO] [stderr] | [INFO] [stderr] 134 | pub const YVU411: u32 = 0x31315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:136:33 [INFO] [stderr] | [INFO] [stderr] 136 | pub const YUV420: u32 = 0x32315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:138:33 [INFO] [stderr] | [INFO] [stderr] 138 | pub const YVU420: u32 = 0x32315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:140:33 [INFO] [stderr] | [INFO] [stderr] 140 | pub const YUV422: u32 = 0x36315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:142:33 [INFO] [stderr] | [INFO] [stderr] 142 | pub const YVU422: u32 = 0x36315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:144:33 [INFO] [stderr] | [INFO] [stderr] 144 | pub const YUV444: u32 = 0x34325559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:146:33 [INFO] [stderr] | [INFO] [stderr] 146 | pub const YVU444: u32 = 0x34325659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:18:22 [INFO] [stderr] | [INFO] [stderr] 18 | pub const NAME: &'static str = "wl_display"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:235:22 [INFO] [stderr] | [INFO] [stderr] 235 | pub const NAME: &'static str = "wl_registry"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:409:22 [INFO] [stderr] | [INFO] [stderr] 409 | pub const NAME: &'static str = "wl_callback"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:482:22 [INFO] [stderr] | [INFO] [stderr] 482 | pub const NAME: &'static str = "wl_compositor"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:581:22 [INFO] [stderr] | [INFO] [stderr] 581 | pub const NAME: &'static str = "wl_shm_pool"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:742:22 [INFO] [stderr] | [INFO] [stderr] 742 | pub const NAME: &'static str = "wl_shm"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:775:29 [INFO] [stderr] | [INFO] [stderr] 775 | pub const C8: u32 = 0x20203843; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x2020_3843` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:777:33 [INFO] [stderr] | [INFO] [stderr] 777 | pub const RGB332: u32 = 0x38424752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3842_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:779:33 [INFO] [stderr] | [INFO] [stderr] 779 | pub const BGR233: u32 = 0x38524742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3852_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:781:35 [INFO] [stderr] | [INFO] [stderr] 781 | pub const XRGB4444: u32 = 0x32315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:783:35 [INFO] [stderr] | [INFO] [stderr] 783 | pub const XBGR4444: u32 = 0x32314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:785:35 [INFO] [stderr] | [INFO] [stderr] 785 | pub const RGBX4444: u32 = 0x32315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:787:35 [INFO] [stderr] | [INFO] [stderr] 787 | pub const BGRX4444: u32 = 0x32315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:789:35 [INFO] [stderr] | [INFO] [stderr] 789 | pub const ARGB4444: u32 = 0x32315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:791:35 [INFO] [stderr] | [INFO] [stderr] 791 | pub const ABGR4444: u32 = 0x32314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:793:35 [INFO] [stderr] | [INFO] [stderr] 793 | pub const RGBA4444: u32 = 0x32314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:795:35 [INFO] [stderr] | [INFO] [stderr] 795 | pub const BGRA4444: u32 = 0x32314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:797:35 [INFO] [stderr] | [INFO] [stderr] 797 | pub const XRGB1555: u32 = 0x35315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:799:35 [INFO] [stderr] | [INFO] [stderr] 799 | pub const XBGR1555: u32 = 0x35314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:801:35 [INFO] [stderr] | [INFO] [stderr] 801 | pub const RGBX5551: u32 = 0x35315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:803:35 [INFO] [stderr] | [INFO] [stderr] 803 | pub const BGRX5551: u32 = 0x35315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:805:35 [INFO] [stderr] | [INFO] [stderr] 805 | pub const ARGB1555: u32 = 0x35315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:807:35 [INFO] [stderr] | [INFO] [stderr] 807 | pub const ABGR1555: u32 = 0x35314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:809:35 [INFO] [stderr] | [INFO] [stderr] 809 | pub const RGBA5551: u32 = 0x35314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:811:35 [INFO] [stderr] | [INFO] [stderr] 811 | pub const BGRA5551: u32 = 0x35314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:813:33 [INFO] [stderr] | [INFO] [stderr] 813 | pub const RGB565: u32 = 0x36314752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:815:33 [INFO] [stderr] | [INFO] [stderr] 815 | pub const BGR565: u32 = 0x36314742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:817:33 [INFO] [stderr] | [INFO] [stderr] 817 | pub const RGB888: u32 = 0x34324752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:819:33 [INFO] [stderr] | [INFO] [stderr] 819 | pub const BGR888: u32 = 0x34324742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:821:35 [INFO] [stderr] | [INFO] [stderr] 821 | pub const XBGR8888: u32 = 0x34324258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:823:35 [INFO] [stderr] | [INFO] [stderr] 823 | pub const RGBX8888: u32 = 0x34325852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:825:35 [INFO] [stderr] | [INFO] [stderr] 825 | pub const BGRX8888: u32 = 0x34325842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:827:35 [INFO] [stderr] | [INFO] [stderr] 827 | pub const ABGR8888: u32 = 0x34324241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:829:35 [INFO] [stderr] | [INFO] [stderr] 829 | pub const RGBA8888: u32 = 0x34324152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:831:35 [INFO] [stderr] | [INFO] [stderr] 831 | pub const BGRA8888: u32 = 0x34324142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:833:38 [INFO] [stderr] | [INFO] [stderr] 833 | pub const XRGB2101010: u32 = 0x30335258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:835:38 [INFO] [stderr] | [INFO] [stderr] 835 | pub const XBGR2101010: u32 = 0x30334258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:837:38 [INFO] [stderr] | [INFO] [stderr] 837 | pub const RGBX1010102: u32 = 0x30335852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:839:38 [INFO] [stderr] | [INFO] [stderr] 839 | pub const BGRX1010102: u32 = 0x30335842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:841:38 [INFO] [stderr] | [INFO] [stderr] 841 | pub const ARGB2101010: u32 = 0x30335241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:843:38 [INFO] [stderr] | [INFO] [stderr] 843 | pub const ABGR2101010: u32 = 0x30334241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:845:38 [INFO] [stderr] | [INFO] [stderr] 845 | pub const RGBA1010102: u32 = 0x30334152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:847:38 [INFO] [stderr] | [INFO] [stderr] 847 | pub const BGRA1010102: u32 = 0x30334142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:849:31 [INFO] [stderr] | [INFO] [stderr] 849 | pub const YUYV: u32 = 0x56595559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5659_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:851:31 [INFO] [stderr] | [INFO] [stderr] 851 | pub const YVYU: u32 = 0x55595659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5559_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:853:31 [INFO] [stderr] | [INFO] [stderr] 853 | pub const UYVY: u32 = 0x59565955; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5956_5955` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:855:31 [INFO] [stderr] | [INFO] [stderr] 855 | pub const VYUY: u32 = 0x59555956; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5955_5956` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:857:31 [INFO] [stderr] | [INFO] [stderr] 857 | pub const AYUV: u32 = 0x56555941; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5655_5941` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:859:31 [INFO] [stderr] | [INFO] [stderr] 859 | pub const NV12: u32 = 0x3231564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:861:31 [INFO] [stderr] | [INFO] [stderr] 861 | pub const NV21: u32 = 0x3132564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3132_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:863:31 [INFO] [stderr] | [INFO] [stderr] 863 | pub const NV16: u32 = 0x3631564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:865:31 [INFO] [stderr] | [INFO] [stderr] 865 | pub const NV61: u32 = 0x3136564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3136_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:867:33 [INFO] [stderr] | [INFO] [stderr] 867 | pub const YUV410: u32 = 0x39565559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3956_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:869:33 [INFO] [stderr] | [INFO] [stderr] 869 | pub const YVU410: u32 = 0x39555659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3955_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:871:33 [INFO] [stderr] | [INFO] [stderr] 871 | pub const YUV411: u32 = 0x31315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:873:33 [INFO] [stderr] | [INFO] [stderr] 873 | pub const YVU411: u32 = 0x31315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:875:33 [INFO] [stderr] | [INFO] [stderr] 875 | pub const YUV420: u32 = 0x32315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:877:33 [INFO] [stderr] | [INFO] [stderr] 877 | pub const YVU420: u32 = 0x32315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:879:33 [INFO] [stderr] | [INFO] [stderr] 879 | pub const YUV422: u32 = 0x36315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:881:33 [INFO] [stderr] | [INFO] [stderr] 881 | pub const YVU422: u32 = 0x36315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:883:33 [INFO] [stderr] | [INFO] [stderr] 883 | pub const YUV444: u32 = 0x34325559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:885:33 [INFO] [stderr] | [INFO] [stderr] 885 | pub const YVU444: u32 = 0x34325659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:998:22 [INFO] [stderr] | [INFO] [stderr] 998 | pub const NAME: &'static str = "wl_buffer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1109:22 [INFO] [stderr] | [INFO] [stderr] 1109 | pub const NAME: &'static str = "wl_data_offer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1508:22 [INFO] [stderr] | [INFO] [stderr] 1508 | pub const NAME: &'static str = "wl_data_source"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1891:22 [INFO] [stderr] | [INFO] [stderr] 1891 | pub const NAME: &'static str = "wl_data_device"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2268:22 [INFO] [stderr] | [INFO] [stderr] 2268 | pub const NAME: &'static str = "wl_data_device_manager"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2405:22 [INFO] [stderr] | [INFO] [stderr] 2405 | pub const NAME: &'static str = "wl_shell"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2500:22 [INFO] [stderr] | [INFO] [stderr] 2500 | pub const NAME: &'static str = "wl_shell_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:3140:22 [INFO] [stderr] | [INFO] [stderr] 3140 | pub const NAME: &'static str = "wl_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:3753:22 [INFO] [stderr] | [INFO] [stderr] 3753 | pub const NAME: &'static str = "wl_seat"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4017:22 [INFO] [stderr] | [INFO] [stderr] 4017 | pub const NAME: &'static str = "wl_pointer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4615:22 [INFO] [stderr] | [INFO] [stderr] 4615 | pub const NAME: &'static str = "wl_keyboard"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4932:22 [INFO] [stderr] | [INFO] [stderr] 4932 | pub const NAME: &'static str = "wl_touch"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5280:22 [INFO] [stderr] | [INFO] [stderr] 5280 | pub const NAME: &'static str = "wl_output"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5593:22 [INFO] [stderr] | [INFO] [stderr] 5593 | pub const NAME: &'static str = "wl_region"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5748:22 [INFO] [stderr] | [INFO] [stderr] 5748 | pub const NAME: &'static str = "wl_subcompositor"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5907:22 [INFO] [stderr] | [INFO] [stderr] 5907 | pub const NAME: &'static str = "wl_subsurface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_server.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | pub const NAME: &'static str = "zxdg_shell_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_server.rs:247:22 [INFO] [stderr] | [INFO] [stderr] 247 | pub const NAME: &'static str = "zxdg_positioner_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_server.rs:613:22 [INFO] [stderr] | [INFO] [stderr] 613 | pub const NAME: &'static str = "zxdg_surface_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_server.rs:901:22 [INFO] [stderr] | [INFO] [stderr] 901 | pub const NAME: &'static str = "zxdg_toplevel_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_server.rs:1673:22 [INFO] [stderr] | [INFO] [stderr] 1673 | pub const NAME: &'static str = "zxdg_popup_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: module has the same name as its containing module [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/weston_screenshooter_server.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / pub mod weston_screenshooter { [INFO] [stderr] 4 | | use std; [INFO] [stderr] 5 | | use byteorder::WriteBytesExt; [INFO] [stderr] 6 | | use byteorder::ReadBytesExt; [INFO] [stderr] ... | [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::module_inception)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/weston_screenshooter_server.rs:14:22 [INFO] [stderr] | [INFO] [stderr] 14 | pub const NAME: &'static str = "weston_screenshooter"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_server.rs:58:22 [INFO] [stderr] | [INFO] [stderr] 58 | pub const NAME: &'static str = "zwp_linux_dmabuf_v1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_server.rs:201:22 [INFO] [stderr] | [INFO] [stderr] 201 | pub const NAME: &'static str = "zwp_linux_buffer_params_v1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | pub const NAME: &'static str = "wl_drm"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:33:29 [INFO] [stderr] | [INFO] [stderr] 33 | pub const C8: u32 = 0x20203843; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x2020_3843` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:35:33 [INFO] [stderr] | [INFO] [stderr] 35 | pub const RGB332: u32 = 0x38424752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3842_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:37:33 [INFO] [stderr] | [INFO] [stderr] 37 | pub const BGR233: u32 = 0x38524742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3852_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:39:35 [INFO] [stderr] | [INFO] [stderr] 39 | pub const XRGB4444: u32 = 0x32315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:41:35 [INFO] [stderr] | [INFO] [stderr] 41 | pub const XBGR4444: u32 = 0x32314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:43:35 [INFO] [stderr] | [INFO] [stderr] 43 | pub const RGBX4444: u32 = 0x32315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:45:35 [INFO] [stderr] | [INFO] [stderr] 45 | pub const BGRX4444: u32 = 0x32315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:47:35 [INFO] [stderr] | [INFO] [stderr] 47 | pub const ARGB4444: u32 = 0x32315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:49:35 [INFO] [stderr] | [INFO] [stderr] 49 | pub const ABGR4444: u32 = 0x32314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:51:35 [INFO] [stderr] | [INFO] [stderr] 51 | pub const RGBA4444: u32 = 0x32314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:53:35 [INFO] [stderr] | [INFO] [stderr] 53 | pub const BGRA4444: u32 = 0x32314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:55:35 [INFO] [stderr] | [INFO] [stderr] 55 | pub const XRGB1555: u32 = 0x35315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:57:35 [INFO] [stderr] | [INFO] [stderr] 57 | pub const XBGR1555: u32 = 0x35314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:59:35 [INFO] [stderr] | [INFO] [stderr] 59 | pub const RGBX5551: u32 = 0x35315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:61:35 [INFO] [stderr] | [INFO] [stderr] 61 | pub const BGRX5551: u32 = 0x35315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:63:35 [INFO] [stderr] | [INFO] [stderr] 63 | pub const ARGB1555: u32 = 0x35315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:65:35 [INFO] [stderr] | [INFO] [stderr] 65 | pub const ABGR1555: u32 = 0x35314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:67:35 [INFO] [stderr] | [INFO] [stderr] 67 | pub const RGBA5551: u32 = 0x35314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:69:35 [INFO] [stderr] | [INFO] [stderr] 69 | pub const BGRA5551: u32 = 0x35314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:71:33 [INFO] [stderr] | [INFO] [stderr] 71 | pub const RGB565: u32 = 0x36314752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:73:33 [INFO] [stderr] | [INFO] [stderr] 73 | pub const BGR565: u32 = 0x36314742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:75:33 [INFO] [stderr] | [INFO] [stderr] 75 | pub const RGB888: u32 = 0x34324752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:77:33 [INFO] [stderr] | [INFO] [stderr] 77 | pub const BGR888: u32 = 0x34324742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:79:35 [INFO] [stderr] | [INFO] [stderr] 79 | pub const XRGB8888: u32 = 0x34325258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:81:35 [INFO] [stderr] | [INFO] [stderr] 81 | pub const XBGR8888: u32 = 0x34324258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:83:35 [INFO] [stderr] | [INFO] [stderr] 83 | pub const RGBX8888: u32 = 0x34325852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:85:35 [INFO] [stderr] | [INFO] [stderr] 85 | pub const BGRX8888: u32 = 0x34325842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:87:35 [INFO] [stderr] | [INFO] [stderr] 87 | pub const ARGB8888: u32 = 0x34325241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:89:35 [INFO] [stderr] | [INFO] [stderr] 89 | pub const ABGR8888: u32 = 0x34324241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | pub const RGBA8888: u32 = 0x34324152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:93:35 [INFO] [stderr] | [INFO] [stderr] 93 | pub const BGRA8888: u32 = 0x34324142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:95:38 [INFO] [stderr] | [INFO] [stderr] 95 | pub const XRGB2101010: u32 = 0x30335258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:97:38 [INFO] [stderr] | [INFO] [stderr] 97 | pub const XBGR2101010: u32 = 0x30334258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:99:38 [INFO] [stderr] | [INFO] [stderr] 99 | pub const RGBX1010102: u32 = 0x30335852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:101:38 [INFO] [stderr] | [INFO] [stderr] 101 | pub const BGRX1010102: u32 = 0x30335842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:103:38 [INFO] [stderr] | [INFO] [stderr] 103 | pub const ARGB2101010: u32 = 0x30335241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:105:38 [INFO] [stderr] | [INFO] [stderr] 105 | pub const ABGR2101010: u32 = 0x30334241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:107:38 [INFO] [stderr] | [INFO] [stderr] 107 | pub const RGBA1010102: u32 = 0x30334152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:109:38 [INFO] [stderr] | [INFO] [stderr] 109 | pub const BGRA1010102: u32 = 0x30334142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:111:31 [INFO] [stderr] | [INFO] [stderr] 111 | pub const YUYV: u32 = 0x56595559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5659_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:113:31 [INFO] [stderr] | [INFO] [stderr] 113 | pub const YVYU: u32 = 0x55595659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5559_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:115:31 [INFO] [stderr] | [INFO] [stderr] 115 | pub const UYVY: u32 = 0x59565955; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5956_5955` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:117:31 [INFO] [stderr] | [INFO] [stderr] 117 | pub const VYUY: u32 = 0x59555956; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5955_5956` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:119:31 [INFO] [stderr] | [INFO] [stderr] 119 | pub const AYUV: u32 = 0x56555941; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5655_5941` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:121:31 [INFO] [stderr] | [INFO] [stderr] 121 | pub const NV12: u32 = 0x3231564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:123:31 [INFO] [stderr] | [INFO] [stderr] 123 | pub const NV21: u32 = 0x3132564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3132_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:125:31 [INFO] [stderr] | [INFO] [stderr] 125 | pub const NV16: u32 = 0x3631564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:127:31 [INFO] [stderr] | [INFO] [stderr] 127 | pub const NV61: u32 = 0x3136564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3136_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:129:33 [INFO] [stderr] | [INFO] [stderr] 129 | pub const YUV410: u32 = 0x39565559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3956_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:131:33 [INFO] [stderr] | [INFO] [stderr] 131 | pub const YVU410: u32 = 0x39555659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3955_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:133:33 [INFO] [stderr] | [INFO] [stderr] 133 | pub const YUV411: u32 = 0x31315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:135:33 [INFO] [stderr] | [INFO] [stderr] 135 | pub const YVU411: u32 = 0x31315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:137:33 [INFO] [stderr] | [INFO] [stderr] 137 | pub const YUV420: u32 = 0x32315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:139:33 [INFO] [stderr] | [INFO] [stderr] 139 | pub const YVU420: u32 = 0x32315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:141:33 [INFO] [stderr] | [INFO] [stderr] 141 | pub const YUV422: u32 = 0x36315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:143:33 [INFO] [stderr] | [INFO] [stderr] 143 | pub const YVU422: u32 = 0x36315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:145:33 [INFO] [stderr] | [INFO] [stderr] 145 | pub const YUV444: u32 = 0x34325559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:147:33 [INFO] [stderr] | [INFO] [stderr] 147 | pub const YVU444: u32 = 0x34325659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | pub const NAME: &'static str = "wl_display"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:237:22 [INFO] [stderr] | [INFO] [stderr] 237 | pub const NAME: &'static str = "wl_registry"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:407:22 [INFO] [stderr] | [INFO] [stderr] 407 | pub const NAME: &'static str = "wl_callback"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:479:22 [INFO] [stderr] | [INFO] [stderr] 479 | pub const NAME: &'static str = "wl_compositor"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:583:22 [INFO] [stderr] | [INFO] [stderr] 583 | pub const NAME: &'static str = "wl_shm_pool"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:746:22 [INFO] [stderr] | [INFO] [stderr] 746 | pub const NAME: &'static str = "wl_shm"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:779:29 [INFO] [stderr] | [INFO] [stderr] 779 | pub const C8: u32 = 0x20203843; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x2020_3843` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:781:33 [INFO] [stderr] | [INFO] [stderr] 781 | pub const RGB332: u32 = 0x38424752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3842_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:783:33 [INFO] [stderr] | [INFO] [stderr] 783 | pub const BGR233: u32 = 0x38524742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3852_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:785:35 [INFO] [stderr] | [INFO] [stderr] 785 | pub const XRGB4444: u32 = 0x32315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:787:35 [INFO] [stderr] | [INFO] [stderr] 787 | pub const XBGR4444: u32 = 0x32314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:789:35 [INFO] [stderr] | [INFO] [stderr] 789 | pub const RGBX4444: u32 = 0x32315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:791:35 [INFO] [stderr] | [INFO] [stderr] 791 | pub const BGRX4444: u32 = 0x32315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:793:35 [INFO] [stderr] | [INFO] [stderr] 793 | pub const ARGB4444: u32 = 0x32315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:795:35 [INFO] [stderr] | [INFO] [stderr] 795 | pub const ABGR4444: u32 = 0x32314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:797:35 [INFO] [stderr] | [INFO] [stderr] 797 | pub const RGBA4444: u32 = 0x32314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:799:35 [INFO] [stderr] | [INFO] [stderr] 799 | pub const BGRA4444: u32 = 0x32314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:801:35 [INFO] [stderr] | [INFO] [stderr] 801 | pub const XRGB1555: u32 = 0x35315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:803:35 [INFO] [stderr] | [INFO] [stderr] 803 | pub const XBGR1555: u32 = 0x35314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:805:35 [INFO] [stderr] | [INFO] [stderr] 805 | pub const RGBX5551: u32 = 0x35315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:807:35 [INFO] [stderr] | [INFO] [stderr] 807 | pub const BGRX5551: u32 = 0x35315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:809:35 [INFO] [stderr] | [INFO] [stderr] 809 | pub const ARGB1555: u32 = 0x35315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:811:35 [INFO] [stderr] | [INFO] [stderr] 811 | pub const ABGR1555: u32 = 0x35314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:813:35 [INFO] [stderr] | [INFO] [stderr] 813 | pub const RGBA5551: u32 = 0x35314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:815:35 [INFO] [stderr] | [INFO] [stderr] 815 | pub const BGRA5551: u32 = 0x35314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:817:33 [INFO] [stderr] | [INFO] [stderr] 817 | pub const RGB565: u32 = 0x36314752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:819:33 [INFO] [stderr] | [INFO] [stderr] 819 | pub const BGR565: u32 = 0x36314742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:821:33 [INFO] [stderr] | [INFO] [stderr] 821 | pub const RGB888: u32 = 0x34324752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:823:33 [INFO] [stderr] | [INFO] [stderr] 823 | pub const BGR888: u32 = 0x34324742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:825:35 [INFO] [stderr] | [INFO] [stderr] 825 | pub const XBGR8888: u32 = 0x34324258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:827:35 [INFO] [stderr] | [INFO] [stderr] 827 | pub const RGBX8888: u32 = 0x34325852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:829:35 [INFO] [stderr] | [INFO] [stderr] 829 | pub const BGRX8888: u32 = 0x34325842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:831:35 [INFO] [stderr] | [INFO] [stderr] 831 | pub const ABGR8888: u32 = 0x34324241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:833:35 [INFO] [stderr] | [INFO] [stderr] 833 | pub const RGBA8888: u32 = 0x34324152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:835:35 [INFO] [stderr] | [INFO] [stderr] 835 | pub const BGRA8888: u32 = 0x34324142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:837:38 [INFO] [stderr] | [INFO] [stderr] 837 | pub const XRGB2101010: u32 = 0x30335258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:839:38 [INFO] [stderr] | [INFO] [stderr] 839 | pub const XBGR2101010: u32 = 0x30334258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:841:38 [INFO] [stderr] | [INFO] [stderr] 841 | pub const RGBX1010102: u32 = 0x30335852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:843:38 [INFO] [stderr] | [INFO] [stderr] 843 | pub const BGRX1010102: u32 = 0x30335842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:845:38 [INFO] [stderr] | [INFO] [stderr] 845 | pub const ARGB2101010: u32 = 0x30335241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:847:38 [INFO] [stderr] | [INFO] [stderr] 847 | pub const ABGR2101010: u32 = 0x30334241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:849:38 [INFO] [stderr] | [INFO] [stderr] 849 | pub const RGBA1010102: u32 = 0x30334152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:851:38 [INFO] [stderr] | [INFO] [stderr] 851 | pub const BGRA1010102: u32 = 0x30334142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:853:31 [INFO] [stderr] | [INFO] [stderr] 853 | pub const YUYV: u32 = 0x56595559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5659_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:855:31 [INFO] [stderr] | [INFO] [stderr] 855 | pub const YVYU: u32 = 0x55595659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5559_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:857:31 [INFO] [stderr] | [INFO] [stderr] 857 | pub const UYVY: u32 = 0x59565955; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5956_5955` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:859:31 [INFO] [stderr] | [INFO] [stderr] 859 | pub const VYUY: u32 = 0x59555956; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5955_5956` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:861:31 [INFO] [stderr] | [INFO] [stderr] 861 | pub const AYUV: u32 = 0x56555941; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5655_5941` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:863:31 [INFO] [stderr] | [INFO] [stderr] 863 | pub const NV12: u32 = 0x3231564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:865:31 [INFO] [stderr] | [INFO] [stderr] 865 | pub const NV21: u32 = 0x3132564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3132_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:867:31 [INFO] [stderr] | [INFO] [stderr] 867 | pub const NV16: u32 = 0x3631564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:869:31 [INFO] [stderr] | [INFO] [stderr] 869 | pub const NV61: u32 = 0x3136564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3136_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:871:33 [INFO] [stderr] | [INFO] [stderr] 871 | pub const YUV410: u32 = 0x39565559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3956_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:873:33 [INFO] [stderr] | [INFO] [stderr] 873 | pub const YVU410: u32 = 0x39555659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3955_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:875:33 [INFO] [stderr] | [INFO] [stderr] 875 | pub const YUV411: u32 = 0x31315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:877:33 [INFO] [stderr] | [INFO] [stderr] 877 | pub const YVU411: u32 = 0x31315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:879:33 [INFO] [stderr] | [INFO] [stderr] 879 | pub const YUV420: u32 = 0x32315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:881:33 [INFO] [stderr] | [INFO] [stderr] 881 | pub const YVU420: u32 = 0x32315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:883:33 [INFO] [stderr] | [INFO] [stderr] 883 | pub const YUV422: u32 = 0x36315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:885:33 [INFO] [stderr] | [INFO] [stderr] 885 | pub const YVU422: u32 = 0x36315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:887:33 [INFO] [stderr] | [INFO] [stderr] 887 | pub const YUV444: u32 = 0x34325559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:889:33 [INFO] [stderr] | [INFO] [stderr] 889 | pub const YVU444: u32 = 0x34325659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1003:22 [INFO] [stderr] | [INFO] [stderr] 1003 | pub const NAME: &'static str = "wl_buffer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1114:22 [INFO] [stderr] | [INFO] [stderr] 1114 | pub const NAME: &'static str = "wl_data_offer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1518:22 [INFO] [stderr] | [INFO] [stderr] 1518 | pub const NAME: &'static str = "wl_data_source"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1892:22 [INFO] [stderr] | [INFO] [stderr] 1892 | pub const NAME: &'static str = "wl_data_device"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2156:79 [INFO] [stderr] | [INFO] [stderr] 2156 | let x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2157:79 [INFO] [stderr] | [INFO] [stderr] 2157 | let y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2192:79 [INFO] [stderr] | [INFO] [stderr] 2192 | let x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2193:79 [INFO] [stderr] | [INFO] [stderr] 2193 | let y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2265:22 [INFO] [stderr] | [INFO] [stderr] 2265 | pub const NAME: &'static str = "wl_data_device_manager"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2406:22 [INFO] [stderr] | [INFO] [stderr] 2406 | pub const NAME: &'static str = "wl_shell"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2503:22 [INFO] [stderr] | [INFO] [stderr] 2503 | pub const NAME: &'static str = "wl_shell_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:3144:22 [INFO] [stderr] | [INFO] [stderr] 3144 | pub const NAME: &'static str = "wl_surface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:3766:22 [INFO] [stderr] | [INFO] [stderr] 3766 | pub const NAME: &'static str = "wl_seat"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4036:22 [INFO] [stderr] | [INFO] [stderr] 4036 | pub const NAME: &'static str = "wl_pointer"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4448:87 [INFO] [stderr] | [INFO] [stderr] 4448 | let surface_x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4449:87 [INFO] [stderr] | [INFO] [stderr] 4449 | let surface_y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4487:87 [INFO] [stderr] | [INFO] [stderr] 4487 | let surface_x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4488:87 [INFO] [stderr] | [INFO] [stderr] 4488 | let surface_y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4531:83 [INFO] [stderr] | [INFO] [stderr] 4531 | let value = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4631:22 [INFO] [stderr] | [INFO] [stderr] 4631 | pub const NAME: &'static str = "wl_keyboard"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4948:22 [INFO] [stderr] | [INFO] [stderr] 4948 | pub const NAME: &'static str = "wl_touch"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5143:79 [INFO] [stderr] | [INFO] [stderr] 5143 | let x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5144:79 [INFO] [stderr] | [INFO] [stderr] 5144 | let y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5190:79 [INFO] [stderr] | [INFO] [stderr] 5190 | let x = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5191:79 [INFO] [stderr] | [INFO] [stderr] 5191 | let y = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5234:83 [INFO] [stderr] | [INFO] [stderr] 5234 | let major = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5235:83 [INFO] [stderr] | [INFO] [stderr] 5235 | let minor = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5254:89 [INFO] [stderr] | [INFO] [stderr] 5254 | let orientation = (_bytes_buf.read_i32::()? as f32) * 0.00390625; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0.003_906_25` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5296:22 [INFO] [stderr] | [INFO] [stderr] 5296 | pub const NAME: &'static str = "wl_output"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5618:22 [INFO] [stderr] | [INFO] [stderr] 5618 | pub const NAME: &'static str = "wl_region"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5775:22 [INFO] [stderr] | [INFO] [stderr] 5775 | pub const NAME: &'static str = "wl_subcompositor"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5938:22 [INFO] [stderr] | [INFO] [stderr] 5938 | pub const NAME: &'static str = "wl_subsurface"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | pub const NAME: &'static str = "zxdg_shell_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:254:22 [INFO] [stderr] | [INFO] [stderr] 254 | pub const NAME: &'static str = "zxdg_positioner_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:630:22 [INFO] [stderr] | [INFO] [stderr] 630 | pub const NAME: &'static str = "zxdg_surface_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:923:22 [INFO] [stderr] | [INFO] [stderr] 923 | pub const NAME: &'static str = "zxdg_toplevel_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:1713:22 [INFO] [stderr] | [INFO] [stderr] 1713 | pub const NAME: &'static str = "zxdg_popup_v6"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: module has the same name as its containing module [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/weston_screenshooter_client.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / pub mod weston_screenshooter { [INFO] [stderr] 4 | | use std; [INFO] [stderr] 5 | | use byteorder::WriteBytesExt; [INFO] [stderr] 6 | | use super::super::Socket; [INFO] [stderr] ... | [INFO] [stderr] 88 | | } [INFO] [stderr] 89 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/weston_screenshooter_client.rs:13:22 [INFO] [stderr] | [INFO] [stderr] 13 | pub const NAME: &'static str = "weston_screenshooter"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_client.rs:58:22 [INFO] [stderr] | [INFO] [stderr] 58 | pub const NAME: &'static str = "zwp_linux_dmabuf_v1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_client.rs:204:22 [INFO] [stderr] | [INFO] [stderr] 204 | pub const NAME: &'static str = "zwp_linux_buffer_params_v1"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | pub const NAME: &'static str = "wl_drm"; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:32:29 [INFO] [stderr] | [INFO] [stderr] 32 | pub const C8: u32 = 0x20203843; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x2020_3843` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:34:33 [INFO] [stderr] | [INFO] [stderr] 34 | pub const RGB332: u32 = 0x38424752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3842_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:36:33 [INFO] [stderr] | [INFO] [stderr] 36 | pub const BGR233: u32 = 0x38524742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3852_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:38:35 [INFO] [stderr] | [INFO] [stderr] 38 | pub const XRGB4444: u32 = 0x32315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:40:35 [INFO] [stderr] | [INFO] [stderr] 40 | pub const XBGR4444: u32 = 0x32314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:42:35 [INFO] [stderr] | [INFO] [stderr] 42 | pub const RGBX4444: u32 = 0x32315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:44:35 [INFO] [stderr] | [INFO] [stderr] 44 | pub const BGRX4444: u32 = 0x32315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:46:35 [INFO] [stderr] | [INFO] [stderr] 46 | pub const ARGB4444: u32 = 0x32315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:48:35 [INFO] [stderr] | [INFO] [stderr] 48 | pub const ABGR4444: u32 = 0x32314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:50:35 [INFO] [stderr] | [INFO] [stderr] 50 | pub const RGBA4444: u32 = 0x32314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:52:35 [INFO] [stderr] | [INFO] [stderr] 52 | pub const BGRA4444: u32 = 0x32314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:54:35 [INFO] [stderr] | [INFO] [stderr] 54 | pub const XRGB1555: u32 = 0x35315258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:56:35 [INFO] [stderr] | [INFO] [stderr] 56 | pub const XBGR1555: u32 = 0x35314258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:58:35 [INFO] [stderr] | [INFO] [stderr] 58 | pub const RGBX5551: u32 = 0x35315852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:60:35 [INFO] [stderr] | [INFO] [stderr] 60 | pub const BGRX5551: u32 = 0x35315842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:62:35 [INFO] [stderr] | [INFO] [stderr] 62 | pub const ARGB1555: u32 = 0x35315241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:64:35 [INFO] [stderr] | [INFO] [stderr] 64 | pub const ABGR1555: u32 = 0x35314241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:66:35 [INFO] [stderr] | [INFO] [stderr] 66 | pub const RGBA5551: u32 = 0x35314152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:68:35 [INFO] [stderr] | [INFO] [stderr] 68 | pub const BGRA5551: u32 = 0x35314142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3531_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:70:33 [INFO] [stderr] | [INFO] [stderr] 70 | pub const RGB565: u32 = 0x36314752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:72:33 [INFO] [stderr] | [INFO] [stderr] 72 | pub const BGR565: u32 = 0x36314742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:74:33 [INFO] [stderr] | [INFO] [stderr] 74 | pub const RGB888: u32 = 0x34324752; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4752` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:76:33 [INFO] [stderr] | [INFO] [stderr] 76 | pub const BGR888: u32 = 0x34324742; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4742` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:78:35 [INFO] [stderr] | [INFO] [stderr] 78 | pub const XRGB8888: u32 = 0x34325258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:80:35 [INFO] [stderr] | [INFO] [stderr] 80 | pub const XBGR8888: u32 = 0x34324258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:82:35 [INFO] [stderr] | [INFO] [stderr] 82 | pub const RGBX8888: u32 = 0x34325852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:84:35 [INFO] [stderr] | [INFO] [stderr] 84 | pub const BGRX8888: u32 = 0x34325842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:86:35 [INFO] [stderr] | [INFO] [stderr] 86 | pub const ARGB8888: u32 = 0x34325241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:88:35 [INFO] [stderr] | [INFO] [stderr] 88 | pub const ABGR8888: u32 = 0x34324241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:90:35 [INFO] [stderr] | [INFO] [stderr] 90 | pub const RGBA8888: u32 = 0x34324152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:92:35 [INFO] [stderr] | [INFO] [stderr] 92 | pub const BGRA8888: u32 = 0x34324142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:94:38 [INFO] [stderr] | [INFO] [stderr] 94 | pub const XRGB2101010: u32 = 0x30335258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:96:38 [INFO] [stderr] | [INFO] [stderr] 96 | pub const XBGR2101010: u32 = 0x30334258; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4258` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:98:38 [INFO] [stderr] | [INFO] [stderr] 98 | pub const RGBX1010102: u32 = 0x30335852; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5852` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:100:38 [INFO] [stderr] | [INFO] [stderr] 100 | pub const BGRX1010102: u32 = 0x30335842; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5842` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:102:38 [INFO] [stderr] | [INFO] [stderr] 102 | pub const ARGB2101010: u32 = 0x30335241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_5241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:104:38 [INFO] [stderr] | [INFO] [stderr] 104 | pub const ABGR2101010: u32 = 0x30334241; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4241` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:106:38 [INFO] [stderr] | [INFO] [stderr] 106 | pub const RGBA1010102: u32 = 0x30334152; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4152` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:108:38 [INFO] [stderr] | [INFO] [stderr] 108 | pub const BGRA1010102: u32 = 0x30334142; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3033_4142` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:110:31 [INFO] [stderr] | [INFO] [stderr] 110 | pub const YUYV: u32 = 0x56595559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5659_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:112:31 [INFO] [stderr] | [INFO] [stderr] 112 | pub const YVYU: u32 = 0x55595659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5559_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:114:31 [INFO] [stderr] | [INFO] [stderr] 114 | pub const UYVY: u32 = 0x59565955; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5956_5955` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:116:31 [INFO] [stderr] | [INFO] [stderr] 116 | pub const VYUY: u32 = 0x59555956; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5955_5956` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:118:31 [INFO] [stderr] | [INFO] [stderr] 118 | pub const AYUV: u32 = 0x56555941; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x5655_5941` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:120:31 [INFO] [stderr] | [INFO] [stderr] 120 | pub const NV12: u32 = 0x3231564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:122:31 [INFO] [stderr] | [INFO] [stderr] 122 | pub const NV21: u32 = 0x3132564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3132_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:124:31 [INFO] [stderr] | [INFO] [stderr] 124 | pub const NV16: u32 = 0x3631564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:126:31 [INFO] [stderr] | [INFO] [stderr] 126 | pub const NV61: u32 = 0x3136564e; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3136_564e` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:128:33 [INFO] [stderr] | [INFO] [stderr] 128 | pub const YUV410: u32 = 0x39565559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3956_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:130:33 [INFO] [stderr] | [INFO] [stderr] 130 | pub const YVU410: u32 = 0x39555659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3955_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:132:33 [INFO] [stderr] | [INFO] [stderr] 132 | pub const YUV411: u32 = 0x31315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:134:33 [INFO] [stderr] | [INFO] [stderr] 134 | pub const YVU411: u32 = 0x31315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3131_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:136:33 [INFO] [stderr] | [INFO] [stderr] 136 | pub const YUV420: u32 = 0x32315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:138:33 [INFO] [stderr] | [INFO] [stderr] 138 | pub const YVU420: u32 = 0x32315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3231_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:140:33 [INFO] [stderr] | [INFO] [stderr] 140 | pub const YUV422: u32 = 0x36315559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:142:33 [INFO] [stderr] | [INFO] [stderr] 142 | pub const YVU422: u32 = 0x36315659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3631_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:144:33 [INFO] [stderr] | [INFO] [stderr] 144 | pub const YUV444: u32 = 0x34325559; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5559` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:146:33 [INFO] [stderr] | [INFO] [stderr] 146 | pub const YVU444: u32 = 0x34325659; [INFO] [stderr] | ^^^^^^^^^^ help: consider: `0x3432_5659` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | _bytes_buf.write(message.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::unused_io_amount)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:292:13 [INFO] [stderr] | [INFO] [stderr] 292 | _bytes_buf.write(interface.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (9/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:601:9 [INFO] [stderr] | [INFO] [stderr] 601 | / fn create_buffer ( [INFO] [stderr] 602 | | &mut self, [INFO] [stderr] 603 | | this_object_id: ObjectId, [INFO] [stderr] 604 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 610 | | format: u32, [INFO] [stderr] 611 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::too_many_arguments)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1274:13 [INFO] [stderr] | [INFO] [stderr] 1274 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1596:13 [INFO] [stderr] | [INFO] [stderr] 1596 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1637:13 [INFO] [stderr] | [INFO] [stderr] 1637 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2032:51 [INFO] [stderr] | [INFO] [stderr] 2032 | _bytes_buf.write_i32::(((x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(x)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cast_lossless)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2033:51 [INFO] [stderr] | [INFO] [stderr] 2033 | _bytes_buf.write_i32::(((y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2093:51 [INFO] [stderr] | [INFO] [stderr] 2093 | _bytes_buf.write_i32::(((x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(x)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2094:51 [INFO] [stderr] | [INFO] [stderr] 2094 | _bytes_buf.write_i32::(((y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (9/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2696:9 [INFO] [stderr] | [INFO] [stderr] 2696 | / fn set_popup ( [INFO] [stderr] 2697 | | &mut self, [INFO] [stderr] 2698 | | this_object_id: ObjectId, [INFO] [stderr] 2699 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 2705 | | flags: u32, [INFO] [stderr] 2706 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | _bytes_buf.write(message.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::unused_io_amount)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:292:13 [INFO] [stderr] | [INFO] [stderr] 292 | _bytes_buf.write(interface.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:3909:13 [INFO] [stderr] | [INFO] [stderr] 3909 | _bytes_buf.write(name.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (9/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:601:9 [INFO] [stderr] | [INFO] [stderr] 601 | / fn create_buffer ( [INFO] [stderr] 602 | | &mut self, [INFO] [stderr] 603 | | this_object_id: ObjectId, [INFO] [stderr] 604 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 610 | | format: u32, [INFO] [stderr] 611 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::too_many_arguments)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4170:51 [INFO] [stderr] | [INFO] [stderr] 4170 | _bytes_buf.write_i32::(((surface_x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: try: `f64::from(surface_x)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4171:51 [INFO] [stderr] | [INFO] [stderr] 4171 | _bytes_buf.write_i32::(((surface_y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: try: `f64::from(surface_y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4237:51 [INFO] [stderr] | [INFO] [stderr] 4237 | _bytes_buf.write_i32::(((surface_x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: try: `f64::from(surface_x)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4238:51 [INFO] [stderr] | [INFO] [stderr] 4238 | _bytes_buf.write_i32::(((surface_y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: try: `f64::from(surface_y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4333:51 [INFO] [stderr] | [INFO] [stderr] 4333 | _bytes_buf.write_i32::(((value as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(value)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1274:13 [INFO] [stderr] | [INFO] [stderr] 1274 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1596:13 [INFO] [stderr] | [INFO] [stderr] 1596 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:1637:13 [INFO] [stderr] | [INFO] [stderr] 1637 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2032:51 [INFO] [stderr] | [INFO] [stderr] 2032 | _bytes_buf.write_i32::(((x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(x)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::cast_lossless)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2033:51 [INFO] [stderr] | [INFO] [stderr] 2033 | _bytes_buf.write_i32::(((y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4953:5 [INFO] [stderr] | [INFO] [stderr] 4953 | / pub fn down ( [INFO] [stderr] 4954 | | _socket: &Socket, [INFO] [stderr] 4955 | | _id: ObjectId, [INFO] [stderr] 4956 | | serial: u32, // serial number of the touch down event [INFO] [stderr] ... | [INFO] [stderr] 4988 | | Ok(()) [INFO] [stderr] 4989 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4984:51 [INFO] [stderr] | [INFO] [stderr] 4984 | _bytes_buf.write_i32::(((x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(x)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4985:51 [INFO] [stderr] | [INFO] [stderr] 4985 | _bytes_buf.write_i32::(((y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5053:51 [INFO] [stderr] | [INFO] [stderr] 5053 | _bytes_buf.write_i32::(((x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(x)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5054:51 [INFO] [stderr] | [INFO] [stderr] 5054 | _bytes_buf.write_i32::(((y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2093:51 [INFO] [stderr] | [INFO] [stderr] 2093 | _bytes_buf.write_i32::(((x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(x)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2094:51 [INFO] [stderr] | [INFO] [stderr] 2094 | _bytes_buf.write_i32::(((y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5167:51 [INFO] [stderr] | [INFO] [stderr] 5167 | _bytes_buf.write_i32::(((major as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(major)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5168:51 [INFO] [stderr] | [INFO] [stderr] 5168 | _bytes_buf.write_i32::(((minor as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(minor)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5219:51 [INFO] [stderr] | [INFO] [stderr] 5219 | _bytes_buf.write_i32::(((orientation as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: try: `f64::from(orientation)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (10/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5365:5 [INFO] [stderr] | [INFO] [stderr] 5365 | / pub fn geometry ( [INFO] [stderr] 5366 | | _socket: &Socket, [INFO] [stderr] 5367 | | _id: ObjectId, [INFO] [stderr] 5368 | | x: i32, // x position within the global compositor space [INFO] [stderr] ... | [INFO] [stderr] 5422 | | Ok(()) [INFO] [stderr] 5423 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5410:13 [INFO] [stderr] | [INFO] [stderr] 5410 | _bytes_buf.write(make.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5415:13 [INFO] [stderr] | [INFO] [stderr] 5415 | _bytes_buf.write(model.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (9/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:2696:9 [INFO] [stderr] | [INFO] [stderr] 2696 | / fn set_popup ( [INFO] [stderr] 2697 | | &mut self, [INFO] [stderr] 2698 | | this_object_id: ObjectId, [INFO] [stderr] 2699 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 2705 | | flags: u32, [INFO] [stderr] 2706 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:3909:13 [INFO] [stderr] | [INFO] [stderr] 3909 | _bytes_buf.write(name.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4170:51 [INFO] [stderr] | [INFO] [stderr] 4170 | _bytes_buf.write_i32::(((surface_x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: try: `f64::from(surface_x)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4171:51 [INFO] [stderr] | [INFO] [stderr] 4171 | _bytes_buf.write_i32::(((surface_y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: try: `f64::from(surface_y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4237:51 [INFO] [stderr] | [INFO] [stderr] 4237 | _bytes_buf.write_i32::(((surface_x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: try: `f64::from(surface_x)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4238:51 [INFO] [stderr] | [INFO] [stderr] 4238 | _bytes_buf.write_i32::(((surface_y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: try: `f64::from(surface_y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4333:51 [INFO] [stderr] | [INFO] [stderr] 4333 | _bytes_buf.write_i32::(((value as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(value)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (9/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_server.rs:261:9 [INFO] [stderr] | [INFO] [stderr] 261 | / fn add ( [INFO] [stderr] 262 | | &mut self, [INFO] [stderr] 263 | | this_object_id: ObjectId, [INFO] [stderr] 264 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 270 | | modifier_lo: u32, [INFO] [stderr] 271 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (9/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | / fn create_buffer ( [INFO] [stderr] 171 | | &mut self, [INFO] [stderr] 172 | | this_object_id: ObjectId, [INFO] [stderr] 173 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 179 | | format: u32, [INFO] [stderr] 180 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (14/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:183:9 [INFO] [stderr] | [INFO] [stderr] 183 | / fn create_planar_buffer ( [INFO] [stderr] 184 | | &mut self, [INFO] [stderr] 185 | | this_object_id: ObjectId, [INFO] [stderr] 186 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 197 | | stride2: i32, [INFO] [stderr] 198 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (14/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:201:9 [INFO] [stderr] | [INFO] [stderr] 201 | / fn create_prime_buffer ( [INFO] [stderr] 202 | | &mut self, [INFO] [stderr] 203 | | this_object_id: ObjectId, [INFO] [stderr] 204 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 215 | | stride2: i32, [INFO] [stderr] 216 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:243:13 [INFO] [stderr] | [INFO] [stderr] 243 | _bytes_buf.write(name.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4953:5 [INFO] [stderr] | [INFO] [stderr] 4953 | / pub fn down ( [INFO] [stderr] 4954 | | _socket: &Socket, [INFO] [stderr] 4955 | | _id: ObjectId, [INFO] [stderr] 4956 | | serial: u32, // serial number of the touch down event [INFO] [stderr] ... | [INFO] [stderr] 4988 | | Ok(()) [INFO] [stderr] 4989 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4984:51 [INFO] [stderr] | [INFO] [stderr] 4984 | _bytes_buf.write_i32::(((x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(x)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:4985:51 [INFO] [stderr] | [INFO] [stderr] 4985 | _bytes_buf.write_i32::(((y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:314:13 [INFO] [stderr] | [INFO] [stderr] 314 | _bytes_buf.write(interface.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5053:51 [INFO] [stderr] | [INFO] [stderr] 5053 | _bytes_buf.write_i32::(((x as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(x)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5054:51 [INFO] [stderr] | [INFO] [stderr] 5054 | _bytes_buf.write_i32::(((y as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^ help: try: `f64::from(y)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5167:51 [INFO] [stderr] | [INFO] [stderr] 5167 | _bytes_buf.write_i32::(((major as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(major)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5168:51 [INFO] [stderr] | [INFO] [stderr] 5168 | _bytes_buf.write_i32::(((minor as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try: `f64::from(minor)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:604:5 [INFO] [stderr] | [INFO] [stderr] 604 | / pub fn create_buffer ( [INFO] [stderr] 605 | | _socket: &Socket, [INFO] [stderr] 606 | | _id: ObjectId, [INFO] [stderr] 607 | | id: ObjectId, // buffer to create [INFO] [stderr] ... | [INFO] [stderr] 639 | | Ok(()) [INFO] [stderr] 640 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: casting f32 to f64 may become silently lossy if types change [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5219:51 [INFO] [stderr] | [INFO] [stderr] 5219 | _bytes_buf.write_i32::(((orientation as f64) * 256.0) as i32)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: try: `f64::from(orientation)` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (10/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5365:5 [INFO] [stderr] | [INFO] [stderr] 5365 | / pub fn geometry ( [INFO] [stderr] 5366 | | _socket: &Socket, [INFO] [stderr] 5367 | | _id: ObjectId, [INFO] [stderr] 5368 | | x: i32, // x position within the global compositor space [INFO] [stderr] ... | [INFO] [stderr] 5422 | | Ok(()) [INFO] [stderr] 5423 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5410:13 [INFO] [stderr] | [INFO] [stderr] 5410 | _bytes_buf.write(make.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_server.rs:5415:13 [INFO] [stderr] | [INFO] [stderr] 5415 | _bytes_buf.write(model.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1243:13 [INFO] [stderr] | [INFO] [stderr] 1243 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1296:13 [INFO] [stderr] | [INFO] [stderr] 1296 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1681:13 [INFO] [stderr] | [INFO] [stderr] 1681 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1927:9 [INFO] [stderr] | [INFO] [stderr] 1927 | / fn enter ( [INFO] [stderr] 1928 | | &mut self, [INFO] [stderr] 1929 | | this_object_id: ObjectId, [INFO] [stderr] 1930 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 1935 | | id: ObjectId, [INFO] [stderr] 1936 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2860:5 [INFO] [stderr] | [INFO] [stderr] 2860 | / pub fn set_popup ( [INFO] [stderr] 2861 | | _socket: &Socket, [INFO] [stderr] 2862 | | _id: ObjectId, [INFO] [stderr] 2863 | | seat: ObjectId, // seat whose pointer is used [INFO] [stderr] ... | [INFO] [stderr] 2895 | | Ok(()) [INFO] [stderr] 2896 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (9/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_server.rs:261:9 [INFO] [stderr] | [INFO] [stderr] 261 | / fn add ( [INFO] [stderr] 262 | | &mut self, [INFO] [stderr] 263 | | this_object_id: ObjectId, [INFO] [stderr] 264 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 270 | | modifier_lo: u32, [INFO] [stderr] 271 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2973:13 [INFO] [stderr] | [INFO] [stderr] 2973 | _bytes_buf.write(title.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:3013:13 [INFO] [stderr] | [INFO] [stderr] 3013 | _bytes_buf.write(class.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (9/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | / fn create_buffer ( [INFO] [stderr] 171 | | &mut self, [INFO] [stderr] 172 | | this_object_id: ObjectId, [INFO] [stderr] 173 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 179 | | format: u32, [INFO] [stderr] 180 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (14/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:183:9 [INFO] [stderr] | [INFO] [stderr] 183 | / fn create_planar_buffer ( [INFO] [stderr] 184 | | &mut self, [INFO] [stderr] 185 | | this_object_id: ObjectId, [INFO] [stderr] 186 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 197 | | stride2: i32, [INFO] [stderr] 198 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (14/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:201:9 [INFO] [stderr] | [INFO] [stderr] 201 | / fn create_prime_buffer ( [INFO] [stderr] 202 | | &mut self, [INFO] [stderr] 203 | | this_object_id: ObjectId, [INFO] [stderr] 204 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 215 | | stride2: i32, [INFO] [stderr] 216 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_server.rs:243:13 [INFO] [stderr] | [INFO] [stderr] 243 | _bytes_buf.write(name.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:314:13 [INFO] [stderr] | [INFO] [stderr] 314 | _bytes_buf.write(interface.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:604:5 [INFO] [stderr] | [INFO] [stderr] 604 | / pub fn create_buffer ( [INFO] [stderr] 605 | | _socket: &Socket, [INFO] [stderr] 606 | | _id: ObjectId, [INFO] [stderr] 607 | | id: ObjectId, // buffer to create [INFO] [stderr] ... | [INFO] [stderr] 639 | | Ok(()) [INFO] [stderr] 640 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4719:9 [INFO] [stderr] | [INFO] [stderr] 4719 | / fn modifiers ( [INFO] [stderr] 4720 | | &mut self, [INFO] [stderr] 4721 | | this_object_id: ObjectId, [INFO] [stderr] 4722 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 4727 | | group: u32, [INFO] [stderr] 4728 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1243:13 [INFO] [stderr] | [INFO] [stderr] 1243 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (9/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4961:9 [INFO] [stderr] | [INFO] [stderr] 4961 | / fn down ( [INFO] [stderr] 4962 | | &mut self, [INFO] [stderr] 4963 | | this_object_id: ObjectId, [INFO] [stderr] 4964 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 4970 | | y: f32, [INFO] [stderr] 4971 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1296:13 [INFO] [stderr] | [INFO] [stderr] 1296 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1681:13 [INFO] [stderr] | [INFO] [stderr] 1681 | _bytes_buf.write(mime_type.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:1927:9 [INFO] [stderr] | [INFO] [stderr] 1927 | / fn enter ( [INFO] [stderr] 1928 | | &mut self, [INFO] [stderr] 1929 | | this_object_id: ObjectId, [INFO] [stderr] 1930 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 1935 | | id: ObjectId, [INFO] [stderr] 1936 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] warning: this function has too many arguments (11/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5370:9 [INFO] [stderr] | [INFO] [stderr] 5370 | / fn geometry ( [INFO] [stderr] 5371 | | &mut self, [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] 5372 | | this_object_id: ObjectId, [INFO] [stderr] 5373 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 5381 | | transform: i32, [INFO] [stderr] 5382 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2860:5 [INFO] [stderr] | [INFO] [stderr] 2860 | / pub fn set_popup ( [INFO] [stderr] 2861 | | _socket: &Socket, [INFO] [stderr] 2862 | | _id: ObjectId, [INFO] [stderr] 2863 | | seat: ObjectId, // seat whose pointer is used [INFO] [stderr] ... | [INFO] [stderr] 2895 | | Ok(()) [INFO] [stderr] 2896 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:2973:13 [INFO] [stderr] | [INFO] [stderr] 2973 | _bytes_buf.write(title.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:3013:13 [INFO] [stderr] | [INFO] [stderr] 3013 | _bytes_buf.write(class.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4719:9 [INFO] [stderr] | [INFO] [stderr] 4719 | / fn modifiers ( [INFO] [stderr] 4720 | | &mut self, [INFO] [stderr] 4721 | | this_object_id: ObjectId, [INFO] [stderr] 4722 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 4727 | | group: u32, [INFO] [stderr] 4728 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (9/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:4961:9 [INFO] [stderr] | [INFO] [stderr] 4961 | / fn down ( [INFO] [stderr] 4962 | | &mut self, [INFO] [stderr] 4963 | | this_object_id: ObjectId, [INFO] [stderr] 4964 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 4970 | | y: f32, [INFO] [stderr] 4971 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (11/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/wayland_client.rs:5370:9 [INFO] [stderr] | [INFO] [stderr] 5370 | / fn geometry ( [INFO] [stderr] 5371 | | &mut self, [INFO] [stderr] 5372 | | this_object_id: ObjectId, [INFO] [stderr] 5373 | | bundle: &mut Bundle, [INFO] [stderr] ... | [INFO] [stderr] 5381 | | transform: i32, [INFO] [stderr] 5382 | | ) -> Task; [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:1107:13 [INFO] [stderr] | [INFO] [stderr] 1107 | _bytes_buf.write(title.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:1161:13 [INFO] [stderr] | [INFO] [stderr] 1161 | _bytes_buf.write(app_id.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:1107:13 [INFO] [stderr] | [INFO] [stderr] 1107 | _bytes_buf.write(title.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/xdg_shell_unstable_v6_client.rs:1161:13 [INFO] [stderr] | [INFO] [stderr] 1161 | _bytes_buf.write(app_id.as_bytes())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_client.rs:307:5 [INFO] [stderr] | [INFO] [stderr] 307 | / pub fn add ( [INFO] [stderr] 308 | | _socket: &Socket, [INFO] [stderr] 309 | | _id: ObjectId, [INFO] [stderr] 310 | | fd: RawFd, // dmabuf fd [INFO] [stderr] ... | [INFO] [stderr] 345 | | Ok(()) [INFO] [stderr] 346 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/linux_dmabuf_unstable_v1_client.rs:307:5 [INFO] [stderr] | [INFO] [stderr] 307 | / pub fn add ( [INFO] [stderr] 308 | | _socket: &Socket, [INFO] [stderr] 309 | | _id: ObjectId, [INFO] [stderr] 310 | | fd: RawFd, // dmabuf fd [INFO] [stderr] ... | [INFO] [stderr] 345 | | Ok(()) [INFO] [stderr] 346 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:217:5 [INFO] [stderr] | [INFO] [stderr] 217 | / pub fn create_buffer ( [INFO] [stderr] 218 | | _socket: &Socket, [INFO] [stderr] 219 | | _id: ObjectId, [INFO] [stderr] 220 | | id: ObjectId, [INFO] [stderr] ... | [INFO] [stderr] 252 | | Ok(()) [INFO] [stderr] 253 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (13/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:256:5 [INFO] [stderr] | [INFO] [stderr] 256 | / pub fn create_planar_buffer ( [INFO] [stderr] 257 | | _socket: &Socket, [INFO] [stderr] 258 | | _id: ObjectId, [INFO] [stderr] 259 | | id: ObjectId, [INFO] [stderr] ... | [INFO] [stderr] 306 | | Ok(()) [INFO] [stderr] 307 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (13/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:310:5 [INFO] [stderr] | [INFO] [stderr] 310 | / pub fn create_prime_buffer ( [INFO] [stderr] 311 | | _socket: &Socket, [INFO] [stderr] 312 | | _id: ObjectId, [INFO] [stderr] 313 | | id: ObjectId, [INFO] [stderr] ... | [INFO] [stderr] 363 | | Ok(()) [INFO] [stderr] 364 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (8/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:217:5 [INFO] [stderr] | [INFO] [stderr] 217 | / pub fn create_buffer ( [INFO] [stderr] 218 | | _socket: &Socket, [INFO] [stderr] 219 | | _id: ObjectId, [INFO] [stderr] 220 | | id: ObjectId, [INFO] [stderr] ... | [INFO] [stderr] 252 | | Ok(()) [INFO] [stderr] 253 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (13/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:256:5 [INFO] [stderr] | [INFO] [stderr] 256 | / pub fn create_planar_buffer ( [INFO] [stderr] 257 | | _socket: &Socket, [INFO] [stderr] 258 | | _id: ObjectId, [INFO] [stderr] 259 | | id: ObjectId, [INFO] [stderr] ... | [INFO] [stderr] 306 | | Ok(()) [INFO] [stderr] 307 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] warning: this function has too many arguments (13/7) [INFO] [stderr] --> /opt/crater/target/debug/build/skylane_protocols-d05be118f9c16b16/out/drm_client.rs:310:5 [INFO] [stderr] | [INFO] [stderr] 310 | / pub fn create_prime_buffer ( [INFO] [stderr] 311 | | _socket: &Socket, [INFO] [stderr] 312 | | _id: ObjectId, [INFO] [stderr] 313 | | id: ObjectId, [INFO] [stderr] ... | [INFO] [stderr] 363 | | Ok(()) [INFO] [stderr] 364 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `skylane_protocols`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `skylane_protocols`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a5c443acd6c43825fdd584b3583c7f70038f65ab307d33afbb5a17ceb67bee50"` [INFO] running `"docker" "rm" "-f" "a5c443acd6c43825fdd584b3583c7f70038f65ab307d33afbb5a17ceb67bee50"` [INFO] [stdout] a5c443acd6c43825fdd584b3583c7f70038f65ab307d33afbb5a17ceb67bee50