[INFO] fetching crate rustwlc 0.7.0... [INFO] testing rustwlc-0.7.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rustwlc 0.7.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate rustwlc 0.7.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustwlc 0.7.0 [INFO] finished tweaking crates.io crate rustwlc 0.7.0 [INFO] tweaked toml for crates.io crate rustwlc 0.7.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fbeee11114e3215fe603217547016469bc73ea23fecad8abcbedf1df9ce4004 [INFO] running `Command { std: "docker" "start" "-a" "4fbeee11114e3215fe603217547016469bc73ea23fecad8abcbedf1df9ce4004", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fbeee11114e3215fe603217547016469bc73ea23fecad8abcbedf1df9ce4004", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fbeee11114e3215fe603217547016469bc73ea23fecad8abcbedf1df9ce4004", kill_on_drop: false }` [INFO] [stdout] 4fbeee11114e3215fe603217547016469bc73ea23fecad8abcbedf1df9ce4004 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c7be9d110aa9dffd5b4dbc440a4091dc2ae9c4b3f907b359b03fbe7e9ad45984 [INFO] running `Command { std: "docker" "start" "-a" "c7be9d110aa9dffd5b4dbc440a4091dc2ae9c4b3f907b359b03fbe7e9ad45984", kill_on_drop: false }` [INFO] [stderr] Compiling rustwlc v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Flags describing wayland events [INFO] [stdout] 35 | | #[repr(C)] [INFO] [stdout] 36 | | pub flags EventBit: u32 { [INFO] [stdout] ... | [INFO] [stdout] 45 | | } [INFO] [stdout] 46 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Flags describing wayland events [INFO] [stdout] 35 | | #[repr(C)] [INFO] [stdout] 36 | | pub flags EventBit: u32 { [INFO] [stdout] ... | [INFO] [stdout] 45 | | } [INFO] [stdout] 46 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / bitflags! { [INFO] [stdout] 49 | | /// How window is being viewed [INFO] [stdout] 50 | | #[repr(C)] [INFO] [stdout] 51 | | pub flags ViewState: u32 { [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / bitflags! { [INFO] [stdout] 49 | | /// How window is being viewed [INFO] [stdout] 50 | | #[repr(C)] [INFO] [stdout] 51 | | pub flags ViewState: u32 { [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | / bitflags! { [INFO] [stdout] 66 | | /// Viewtype - like x11 flags [INFO] [stdout] 67 | | #[repr(C)] [INFO] [stdout] 68 | | pub flags ViewType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 79 | | } [INFO] [stdout] 80 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | / bitflags! { [INFO] [stdout] 66 | | /// Viewtype - like x11 flags [INFO] [stdout] 67 | | #[repr(C)] [INFO] [stdout] 68 | | pub flags ViewType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 79 | | } [INFO] [stdout] 80 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / bitflags! { [INFO] [stdout] 83 | | /// Which edge is being used to resize a window. [INFO] [stdout] 84 | | #[repr(C)] [INFO] [stdout] 85 | | pub flags ResizeEdge: u32 { [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / bitflags! { [INFO] [stdout] 83 | | /// Which edge is being used to resize a window. [INFO] [stdout] 84 | | #[repr(C)] [INFO] [stdout] 85 | | pub flags ResizeEdge: u32 { [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / bitflags! { [INFO] [stdout] 108 | | /// Which view property is being updated [INFO] [stdout] 109 | | #[repr(C)] [INFO] [stdout] 110 | | pub flags ViewPropertyType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 119 | | } [INFO] [stdout] 120 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / bitflags! { [INFO] [stdout] 108 | | /// Which view property is being updated [INFO] [stdout] 109 | | #[repr(C)] [INFO] [stdout] 110 | | pub flags ViewPropertyType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 119 | | } [INFO] [stdout] 120 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / bitflags! { [INFO] [stdout] 123 | | /// Represents which keyboard meta keys are being pressed. [INFO] [stdout] 124 | | #[repr(C)] [INFO] [stdout] 125 | | pub flags KeyMod: u32 { [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / bitflags! { [INFO] [stdout] 123 | | /// Represents which keyboard meta keys are being pressed. [INFO] [stdout] 124 | | #[repr(C)] [INFO] [stdout] 125 | | pub flags KeyMod: u32 { [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / bitflags! { [INFO] [stdout] 148 | | /// "LEDs" or active key-locks. [INFO] [stdout] 149 | | /// i.e. caps lock, scroll lock [INFO] [stdout] 150 | | #[repr(C)] [INFO] [stdout] ... | [INFO] [stdout] 163 | | } [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / bitflags! { [INFO] [stdout] 148 | | /// "LEDs" or active key-locks. [INFO] [stdout] 149 | | /// i.e. caps lock, scroll lock [INFO] [stdout] 150 | | #[repr(C)] [INFO] [stdout] ... | [INFO] [stdout] 163 | | } [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / bitflags! { [INFO] [stdout] 167 | | #[repr(C)] [INFO] [stdout] 168 | | pub flags PositionerAnchorBit: u32 { [INFO] [stdout] 169 | | const WLC_BIT_ANCHOR_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | } [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / bitflags! { [INFO] [stdout] 167 | | #[repr(C)] [INFO] [stdout] 168 | | pub flags PositionerAnchorBit: u32 { [INFO] [stdout] 169 | | const WLC_BIT_ANCHOR_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | } [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / bitflags! { [INFO] [stdout] 178 | | #[repr(C)] [INFO] [stdout] 179 | | pub flags PositionerGravityBit: u32 { [INFO] [stdout] 180 | | const WLC_BIT_GRAVITY_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 186 | | } [INFO] [stdout] 187 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / bitflags! { [INFO] [stdout] 178 | | #[repr(C)] [INFO] [stdout] 179 | | pub flags PositionerGravityBit: u32 { [INFO] [stdout] 180 | | const WLC_BIT_GRAVITY_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 186 | | } [INFO] [stdout] 187 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / bitflags! { [INFO] [stdout] 190 | | #[repr(C)] [INFO] [stdout] 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { [INFO] [stdout] 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / bitflags! { [INFO] [stdout] 190 | | #[repr(C)] [INFO] [stdout] 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { [INFO] [stdout] 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `WLC_RGBA8888` should have an upper camel case name [INFO] [stdout] --> src/render.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | WLC_RGBA8888 [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WlcRgba8888` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `WLC_RENDERER_GLES2` should have an upper camel case name [INFO] [stdout] --> src/render.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | WLC_RENDERER_GLES2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WlcRendererGles2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `WLC_NO_RENDERER` should have an upper camel case name [INFO] [stdout] --> src/render.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | WLC_NO_RENDERER [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WlcNoRenderer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_RGB` should have an upper camel case name [INFO] [stdout] --> src/render.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | SURFACE_RGB, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceRgb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_RGBA` should have an upper camel case name [INFO] [stdout] --> src/render.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | SURFACE_RGBA, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceRgba` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_EGL` should have an upper camel case name [INFO] [stdout] --> src/render.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | SURFACE_EGL, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceEgl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_Y_UV` should have an upper camel case name [INFO] [stdout] --> src/render.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | SURFACE_Y_UV, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceYUv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_Y_U_V` should have an upper camel case name [INFO] [stdout] --> src/render.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | SURFACE_Y_U_V, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceYUV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_Y_XUXV` should have an upper camel case name [INFO] [stdout] --> src/render.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | SURFACE_Y_XUXV, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceYXuxv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/handle.rs:12:39 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{uintptr_t, c_char, c_void, uint32_t, pid_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/handle.rs:97:85 [INFO] [stdout] | [INFO] [stdout] 97 | fn wlc_output_set_resolution(output: uintptr_t, resolution: *const Size, scale: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/handle.rs:99:51 [INFO] [stdout] | [INFO] [stdout] 99 | fn wlc_output_get_scale(output: uintptr_t) -> uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use libc::{size_t, uint32_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:10:73 [INFO] [stdout] | [INFO] [stdout] 10 | fn wlc_keyboard_get_current_keys(out_memb: *const size_t) -> *const uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:12:45 [INFO] [stdout] | [INFO] [stdout] 12 | fn wlc_keyboard_get_keysym_for_key(key: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:13:80 [INFO] [stdout] | [INFO] [stdout] 13 | ... modifiers: *const KeyboardModifiers) -> uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:15:44 [INFO] [stdout] | [INFO] [stdout] 15 | fn wlc_keyboard_get_utf32_for_key(key: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:16:79 [INFO] [stdout] | [INFO] [stdout] 16 | ... modifiers: *const KeyboardModifiers) -> uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/render.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::{c_void, uint32_t, uintptr_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/render.rs:73:52 [INFO] [stdout] | [INFO] [stdout] 73 | ... out_textures: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | .field("handle", &self.0 as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - .field("handle", &self.0 as &Debug) [INFO] [stdout] 36 + .field("handle", &self.0 as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:37:51 [INFO] [stdout] | [INFO] [stdout] 37 | .field("title", &self.get_title() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - .field("title", &self.get_title() as &Debug) [INFO] [stdout] 37 + .field("title", &self.get_title() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:38:51 [INFO] [stdout] | [INFO] [stdout] 38 | .field("class", &self.get_class() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 38 - .field("class", &self.get_class() as &Debug) [INFO] [stdout] 38 + .field("class", &self.get_class() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:64:42 [INFO] [stdout] | [INFO] [stdout] 64 | .field("handle", &self.0 as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - .field("handle", &self.0 as &Debug) [INFO] [stdout] 64 + .field("handle", &self.0 as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:65:49 [INFO] [stdout] | [INFO] [stdout] 65 | .field("name", &self.get_name() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - .field("name", &self.get_name() as &Debug) [INFO] [stdout] 65 + .field("name", &self.get_name() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:66:51 [INFO] [stdout] | [INFO] [stdout] 66 | .field("views", &self.get_views() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - .field("views", &self.get_views() as &Debug) [INFO] [stdout] 66 + .field("views", &self.get_views() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/callback.rs:630:1 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn positioner_get_gravity(view: WlcView) -> PositionerGravityBit { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/callback.rs:636:1 [INFO] [stdout] | [INFO] [stdout] 636 | / pub fn positioner_get_constraint_adjustment(view: WlcView) [INFO] [stdout] 637 | | -> PositionerConstraintAdjustmentBits { [INFO] [stdout] 638 | | unsafe { [INFO] [stdout] 639 | | wlc_view_positioner_get_constraint_adjustment(view) [INFO] [stdout] 640 | | } [INFO] [stdout] 641 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/types.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / bitflags! { [INFO] [stdout] 167 | | #[repr(C)] [INFO] [stdout] 168 | | pub flags PositionerAnchorBit: u32 { [INFO] [stdout] 169 | | const WLC_BIT_ANCHOR_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | } [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/types.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / bitflags! { [INFO] [stdout] 167 | | #[repr(C)] [INFO] [stdout] 168 | | pub flags PositionerAnchorBit: u32 { [INFO] [stdout] 169 | | const WLC_BIT_ANCHOR_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | } [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/types.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / bitflags! { [INFO] [stdout] 178 | | #[repr(C)] [INFO] [stdout] 179 | | pub flags PositionerGravityBit: u32 { [INFO] [stdout] 180 | | const WLC_BIT_GRAVITY_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 186 | | } [INFO] [stdout] 187 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/types.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / bitflags! { [INFO] [stdout] 178 | | #[repr(C)] [INFO] [stdout] 179 | | pub flags PositionerGravityBit: u32 { [INFO] [stdout] 180 | | const WLC_BIT_GRAVITY_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 186 | | } [INFO] [stdout] 187 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/types.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / bitflags! { [INFO] [stdout] 190 | | #[repr(C)] [INFO] [stdout] 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { [INFO] [stdout] 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/types.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / bitflags! { [INFO] [stdout] 190 | | #[repr(C)] [INFO] [stdout] 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { [INFO] [stdout] 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/render.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | / pub fn wlc_pixels_read(format: wlc_pixel_format, [INFO] [stdout] 48 | | geometry: *const Geometry, [INFO] [stdout] 49 | | out_geo: *mut Geometry, [INFO] [stdout] 50 | | data: *mut c_void); [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/render.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | / pub fn wlc_output_set_gamma(output: uintptr_t, [INFO] [stdout] 77 | | size: u16, [INFO] [stdout] 78 | | red: *mut u16, [INFO] [stdout] 79 | | green: *mut u16, [INFO] [stdout] 80 | | blue: *mut u16); [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/render.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn wlc_output_get_gamma_size(output: uintptr_t) -> u16 ; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.83s [INFO] running `Command { std: "docker" "inspect" "c7be9d110aa9dffd5b4dbc440a4091dc2ae9c4b3f907b359b03fbe7e9ad45984", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7be9d110aa9dffd5b4dbc440a4091dc2ae9c4b3f907b359b03fbe7e9ad45984", kill_on_drop: false }` [INFO] [stdout] c7be9d110aa9dffd5b4dbc440a4091dc2ae9c4b3f907b359b03fbe7e9ad45984 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9badf080fd2ba3c5af5926d0e8cca541ab3c7c4f3fda75ce7babdfba3535793a [INFO] running `Command { std: "docker" "start" "-a" "9badf080fd2ba3c5af5926d0e8cca541ab3c7c4f3fda75ce7babdfba3535793a", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Flags describing wayland events [INFO] [stdout] 35 | | #[repr(C)] [INFO] [stdout] 36 | | pub flags EventBit: u32 { [INFO] [stdout] ... | [INFO] [stdout] 45 | | } [INFO] [stdout] 46 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Flags describing wayland events [INFO] [stdout] 35 | | #[repr(C)] [INFO] [stdout] 36 | | pub flags EventBit: u32 { [INFO] [stdout] ... | [INFO] [stdout] 45 | | } [INFO] [stdout] 46 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / bitflags! { [INFO] [stdout] 49 | | /// How window is being viewed [INFO] [stdout] 50 | | #[repr(C)] [INFO] [stdout] 51 | | pub flags ViewState: u32 { [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / bitflags! { [INFO] [stdout] 49 | | /// How window is being viewed [INFO] [stdout] 50 | | #[repr(C)] [INFO] [stdout] 51 | | pub flags ViewState: u32 { [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | / bitflags! { [INFO] [stdout] 66 | | /// Viewtype - like x11 flags [INFO] [stdout] 67 | | #[repr(C)] [INFO] [stdout] 68 | | pub flags ViewType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 79 | | } [INFO] [stdout] 80 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | / bitflags! { [INFO] [stdout] 66 | | /// Viewtype - like x11 flags [INFO] [stdout] 67 | | #[repr(C)] [INFO] [stdout] 68 | | pub flags ViewType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 79 | | } [INFO] [stdout] 80 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / bitflags! { [INFO] [stdout] 83 | | /// Which edge is being used to resize a window. [INFO] [stdout] 84 | | #[repr(C)] [INFO] [stdout] 85 | | pub flags ResizeEdge: u32 { [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / bitflags! { [INFO] [stdout] 83 | | /// Which edge is being used to resize a window. [INFO] [stdout] 84 | | #[repr(C)] [INFO] [stdout] 85 | | pub flags ResizeEdge: u32 { [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / bitflags! { [INFO] [stdout] 108 | | /// Which view property is being updated [INFO] [stdout] 109 | | #[repr(C)] [INFO] [stdout] 110 | | pub flags ViewPropertyType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 119 | | } [INFO] [stdout] 120 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / bitflags! { [INFO] [stdout] 108 | | /// Which view property is being updated [INFO] [stdout] 109 | | #[repr(C)] [INFO] [stdout] 110 | | pub flags ViewPropertyType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 119 | | } [INFO] [stdout] 120 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / bitflags! { [INFO] [stdout] 123 | | /// Represents which keyboard meta keys are being pressed. [INFO] [stdout] 124 | | #[repr(C)] [INFO] [stdout] 125 | | pub flags KeyMod: u32 { [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / bitflags! { [INFO] [stdout] 123 | | /// Represents which keyboard meta keys are being pressed. [INFO] [stdout] 124 | | #[repr(C)] [INFO] [stdout] 125 | | pub flags KeyMod: u32 { [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / bitflags! { [INFO] [stdout] 148 | | /// "LEDs" or active key-locks. [INFO] [stdout] 149 | | /// i.e. caps lock, scroll lock [INFO] [stdout] 150 | | #[repr(C)] [INFO] [stdout] ... | [INFO] [stdout] 163 | | } [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / bitflags! { [INFO] [stdout] 148 | | /// "LEDs" or active key-locks. [INFO] [stdout] 149 | | /// i.e. caps lock, scroll lock [INFO] [stdout] 150 | | #[repr(C)] [INFO] [stdout] ... | [INFO] [stdout] 163 | | } [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / bitflags! { [INFO] [stdout] 167 | | #[repr(C)] [INFO] [stdout] 168 | | pub flags PositionerAnchorBit: u32 { [INFO] [stdout] 169 | | const WLC_BIT_ANCHOR_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | } [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / bitflags! { [INFO] [stdout] 167 | | #[repr(C)] [INFO] [stdout] 168 | | pub flags PositionerAnchorBit: u32 { [INFO] [stdout] 169 | | const WLC_BIT_ANCHOR_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | } [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / bitflags! { [INFO] [stdout] 178 | | #[repr(C)] [INFO] [stdout] 179 | | pub flags PositionerGravityBit: u32 { [INFO] [stdout] 180 | | const WLC_BIT_GRAVITY_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 186 | | } [INFO] [stdout] 187 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / bitflags! { [INFO] [stdout] 178 | | #[repr(C)] [INFO] [stdout] 179 | | pub flags PositionerGravityBit: u32 { [INFO] [stdout] 180 | | const WLC_BIT_GRAVITY_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 186 | | } [INFO] [stdout] 187 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / bitflags! { [INFO] [stdout] 190 | | #[repr(C)] [INFO] [stdout] 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { [INFO] [stdout] 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / bitflags! { [INFO] [stdout] 190 | | #[repr(C)] [INFO] [stdout] 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { [INFO] [stdout] 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `WLC_RGBA8888` should have an upper camel case name [INFO] [stdout] --> src/render.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | WLC_RGBA8888 [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WlcRgba8888` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `WLC_RENDERER_GLES2` should have an upper camel case name [INFO] [stdout] --> src/render.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | WLC_RENDERER_GLES2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WlcRendererGles2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `WLC_NO_RENDERER` should have an upper camel case name [INFO] [stdout] --> src/render.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | WLC_NO_RENDERER [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WlcNoRenderer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_RGB` should have an upper camel case name [INFO] [stdout] --> src/render.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | SURFACE_RGB, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceRgb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_RGBA` should have an upper camel case name [INFO] [stdout] --> src/render.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | SURFACE_RGBA, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceRgba` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_EGL` should have an upper camel case name [INFO] [stdout] --> src/render.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | SURFACE_EGL, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceEgl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_Y_UV` should have an upper camel case name [INFO] [stdout] --> src/render.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | SURFACE_Y_UV, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceYUv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_Y_U_V` should have an upper camel case name [INFO] [stdout] --> src/render.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | SURFACE_Y_U_V, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceYUV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_Y_XUXV` should have an upper camel case name [INFO] [stdout] --> src/render.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | SURFACE_Y_XUXV, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceYXuxv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/handle.rs:12:39 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{uintptr_t, c_char, c_void, uint32_t, pid_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/handle.rs:97:85 [INFO] [stdout] | [INFO] [stdout] 97 | fn wlc_output_set_resolution(output: uintptr_t, resolution: *const Size, scale: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/handle.rs:99:51 [INFO] [stdout] | [INFO] [stdout] 99 | fn wlc_output_get_scale(output: uintptr_t) -> uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use libc::{size_t, uint32_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:10:73 [INFO] [stdout] | [INFO] [stdout] 10 | fn wlc_keyboard_get_current_keys(out_memb: *const size_t) -> *const uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:12:45 [INFO] [stdout] | [INFO] [stdout] 12 | fn wlc_keyboard_get_keysym_for_key(key: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:13:80 [INFO] [stdout] | [INFO] [stdout] 13 | ... modifiers: *const KeyboardModifiers) -> uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:15:44 [INFO] [stdout] | [INFO] [stdout] 15 | fn wlc_keyboard_get_utf32_for_key(key: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:16:79 [INFO] [stdout] | [INFO] [stdout] 16 | ... modifiers: *const KeyboardModifiers) -> uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/render.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::{c_void, uint32_t, uintptr_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/render.rs:73:52 [INFO] [stdout] | [INFO] [stdout] 73 | ... out_textures: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | .field("handle", &self.0 as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - .field("handle", &self.0 as &Debug) [INFO] [stdout] 36 + .field("handle", &self.0 as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:37:51 [INFO] [stdout] | [INFO] [stdout] 37 | .field("title", &self.get_title() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - .field("title", &self.get_title() as &Debug) [INFO] [stdout] 37 + .field("title", &self.get_title() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:38:51 [INFO] [stdout] | [INFO] [stdout] 38 | .field("class", &self.get_class() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 38 - .field("class", &self.get_class() as &Debug) [INFO] [stdout] 38 + .field("class", &self.get_class() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:64:42 [INFO] [stdout] | [INFO] [stdout] 64 | .field("handle", &self.0 as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - .field("handle", &self.0 as &Debug) [INFO] [stdout] 64 + .field("handle", &self.0 as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:65:49 [INFO] [stdout] | [INFO] [stdout] 65 | .field("name", &self.get_name() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - .field("name", &self.get_name() as &Debug) [INFO] [stdout] 65 + .field("name", &self.get_name() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:66:51 [INFO] [stdout] | [INFO] [stdout] 66 | .field("views", &self.get_views() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - .field("views", &self.get_views() as &Debug) [INFO] [stdout] 66 + .field("views", &self.get_views() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/callback.rs:630:1 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn positioner_get_gravity(view: WlcView) -> PositionerGravityBit { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/callback.rs:636:1 [INFO] [stdout] | [INFO] [stdout] 636 | / pub fn positioner_get_constraint_adjustment(view: WlcView) [INFO] [stdout] 637 | | -> PositionerConstraintAdjustmentBits { [INFO] [stdout] 638 | | unsafe { [INFO] [stdout] 639 | | wlc_view_positioner_get_constraint_adjustment(view) [INFO] [stdout] 640 | | } [INFO] [stdout] 641 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/types.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / bitflags! { [INFO] [stdout] 167 | | #[repr(C)] [INFO] [stdout] 168 | | pub flags PositionerAnchorBit: u32 { [INFO] [stdout] 169 | | const WLC_BIT_ANCHOR_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | } [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/types.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / bitflags! { [INFO] [stdout] 167 | | #[repr(C)] [INFO] [stdout] 168 | | pub flags PositionerAnchorBit: u32 { [INFO] [stdout] 169 | | const WLC_BIT_ANCHOR_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | } [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/types.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / bitflags! { [INFO] [stdout] 178 | | #[repr(C)] [INFO] [stdout] 179 | | pub flags PositionerGravityBit: u32 { [INFO] [stdout] 180 | | const WLC_BIT_GRAVITY_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 186 | | } [INFO] [stdout] 187 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/types.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / bitflags! { [INFO] [stdout] 178 | | #[repr(C)] [INFO] [stdout] 179 | | pub flags PositionerGravityBit: u32 { [INFO] [stdout] 180 | | const WLC_BIT_GRAVITY_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 186 | | } [INFO] [stdout] 187 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/types.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / bitflags! { [INFO] [stdout] 190 | | #[repr(C)] [INFO] [stdout] 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { [INFO] [stdout] 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/types.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / bitflags! { [INFO] [stdout] 190 | | #[repr(C)] [INFO] [stdout] 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { [INFO] [stdout] 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/render.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | / pub fn wlc_pixels_read(format: wlc_pixel_format, [INFO] [stdout] 48 | | geometry: *const Geometry, [INFO] [stdout] 49 | | out_geo: *mut Geometry, [INFO] [stdout] 50 | | data: *mut c_void); [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustwlc v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/render.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | / pub fn wlc_output_set_gamma(output: uintptr_t, [INFO] [stdout] 77 | | size: u16, [INFO] [stdout] 78 | | red: *mut u16, [INFO] [stdout] 79 | | green: *mut u16, [INFO] [stdout] 80 | | blue: *mut u16); [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/render.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn wlc_output_get_gamma_size(output: uintptr_t) -> u16 ; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `rustwlc::xkb::keysyms` [INFO] [stdout] --> examples/simple.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | use rustwlc::xkb::keysyms; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> examples/simple.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / lazy_static! { [INFO] [stdout] 20 | | static ref COMPOSITOR: RwLock = [INFO] [stdout] 21 | | RwLock::new(Compositor { view: None, [INFO] [stdout] 22 | | grab: Point { x: 0, y: 0 }, [INFO] [stdout] 23 | | edges: ResizeEdge::empty() }); [INFO] [stdout] 24 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `rustwlc::xkb::keysyms::KEY_q` [INFO] [stdout] --> examples/simple.rs:159:32 [INFO] [stdout] | [INFO] [stdout] 159 | if sym == keysyms::KEY_q { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `rustwlc::xkb::keysyms::KEY_Down` [INFO] [stdout] --> examples/simple.rs:165:39 [INFO] [stdout] | [INFO] [stdout] 165 | } else if sym == keysyms::KEY_Down { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `rustwlc::xkb::keysyms::KEY_Escape` [INFO] [stdout] --> examples/simple.rs:170:39 [INFO] [stdout] | [INFO] [stdout] 170 | } else if sym == keysyms::KEY_Escape { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `rustwlc::xkb::keysyms::KEY_Return` [INFO] [stdout] --> examples/simple.rs:174:39 [INFO] [stdout] | [INFO] [stdout] 174 | } else if sym == keysyms::KEY_Return { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `rustwlc::xkb::keysyms::KEY_1` [INFO] [stdout] --> examples/simple.rs:181:45 [INFO] [stdout] | [INFO] [stdout] 181 | } else if sym.raw() >= keysyms::KEY_1.raw() && sym.raw() <= keysyms::KEY_9.raw() { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `rustwlc::xkb::keysyms::KEY_9` [INFO] [stdout] --> examples/simple.rs:181:82 [INFO] [stdout] | [INFO] [stdout] 181 | } else if sym.raw() >= keysyms::KEY_1.raw() && sym.raw() <= keysyms::KEY_9.raw() { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `rustwlc::xkb::keysyms::KEY_1` [INFO] [stdout] --> examples/simple.rs:183:51 [INFO] [stdout] | [INFO] [stdout] 183 | let scale = (sym.raw() - keysyms::KEY_1.raw()) + 1; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rustwlc::input::pointer::set_position`: Use set_position_v2(x: f64, y: f64) instead [INFO] [stdout] --> examples/simple.rs:222:30 [INFO] [stdout] | [INFO] [stdout] 222 | rustwlc::input::pointer::set_position(*point); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rustwlc::callback::pointer_motion`: Use pointer_motion_v2 instead [INFO] [stdout] --> examples/simple.rs:301:15 [INFO] [stdout] | [INFO] [stdout] 301 | callback::pointer_motion(on_pointer_motion); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rustwlc::xkb::Keysym::raw` [INFO] [stdout] --> examples/simple.rs:181:27 [INFO] [stdout] | [INFO] [stdout] 181 | } else if sym.raw() >= keysyms::KEY_1.raw() && sym.raw() <= keysyms::KEY_9.raw() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rustwlc::xkb::Keysym::raw` [INFO] [stdout] --> examples/simple.rs:181:51 [INFO] [stdout] | [INFO] [stdout] 181 | } else if sym.raw() >= keysyms::KEY_1.raw() && sym.raw() <= keysyms::KEY_9.raw() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rustwlc::xkb::Keysym::raw` [INFO] [stdout] --> examples/simple.rs:181:64 [INFO] [stdout] | [INFO] [stdout] 181 | } else if sym.raw() >= keysyms::KEY_1.raw() && sym.raw() <= keysyms::KEY_9.raw() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rustwlc::xkb::Keysym::raw` [INFO] [stdout] --> examples/simple.rs:181:88 [INFO] [stdout] | [INFO] [stdout] 181 | } else if sym.raw() >= keysyms::KEY_1.raw() && sym.raw() <= keysyms::KEY_9.raw() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rustwlc::xkb::Keysym::raw` [INFO] [stdout] --> examples/simple.rs:183:34 [INFO] [stdout] | [INFO] [stdout] 183 | let scale = (sym.raw() - keysyms::KEY_1.raw()) + 1; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rustwlc::xkb::Keysym::raw` [INFO] [stdout] --> examples/simple.rs:183:57 [INFO] [stdout] | [INFO] [stdout] 183 | let scale = (sym.raw() - keysyms::KEY_1.raw()) + 1; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Flags describing wayland events [INFO] [stdout] 35 | | #[repr(C)] [INFO] [stdout] 36 | | pub flags EventBit: u32 { [INFO] [stdout] ... | [INFO] [stdout] 45 | | } [INFO] [stdout] 46 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / bitflags! { [INFO] [stdout] 34 | | /// Flags describing wayland events [INFO] [stdout] 35 | | #[repr(C)] [INFO] [stdout] 36 | | pub flags EventBit: u32 { [INFO] [stdout] ... | [INFO] [stdout] 45 | | } [INFO] [stdout] 46 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / bitflags! { [INFO] [stdout] 49 | | /// How window is being viewed [INFO] [stdout] 50 | | #[repr(C)] [INFO] [stdout] 51 | | pub flags ViewState: u32 { [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / bitflags! { [INFO] [stdout] 49 | | /// How window is being viewed [INFO] [stdout] 50 | | #[repr(C)] [INFO] [stdout] 51 | | pub flags ViewState: u32 { [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | / bitflags! { [INFO] [stdout] 66 | | /// Viewtype - like x11 flags [INFO] [stdout] 67 | | #[repr(C)] [INFO] [stdout] 68 | | pub flags ViewType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 79 | | } [INFO] [stdout] 80 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | / bitflags! { [INFO] [stdout] 66 | | /// Viewtype - like x11 flags [INFO] [stdout] 67 | | #[repr(C)] [INFO] [stdout] 68 | | pub flags ViewType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 79 | | } [INFO] [stdout] 80 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / bitflags! { [INFO] [stdout] 83 | | /// Which edge is being used to resize a window. [INFO] [stdout] 84 | | #[repr(C)] [INFO] [stdout] 85 | | pub flags ResizeEdge: u32 { [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / bitflags! { [INFO] [stdout] 83 | | /// Which edge is being used to resize a window. [INFO] [stdout] 84 | | #[repr(C)] [INFO] [stdout] 85 | | pub flags ResizeEdge: u32 { [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / bitflags! { [INFO] [stdout] 108 | | /// Which view property is being updated [INFO] [stdout] 109 | | #[repr(C)] [INFO] [stdout] 110 | | pub flags ViewPropertyType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 119 | | } [INFO] [stdout] 120 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / bitflags! { [INFO] [stdout] 108 | | /// Which view property is being updated [INFO] [stdout] 109 | | #[repr(C)] [INFO] [stdout] 110 | | pub flags ViewPropertyType: u32 { [INFO] [stdout] ... | [INFO] [stdout] 119 | | } [INFO] [stdout] 120 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / bitflags! { [INFO] [stdout] 123 | | /// Represents which keyboard meta keys are being pressed. [INFO] [stdout] 124 | | #[repr(C)] [INFO] [stdout] 125 | | pub flags KeyMod: u32 { [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / bitflags! { [INFO] [stdout] 123 | | /// Represents which keyboard meta keys are being pressed. [INFO] [stdout] 124 | | #[repr(C)] [INFO] [stdout] 125 | | pub flags KeyMod: u32 { [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / bitflags! { [INFO] [stdout] 148 | | /// "LEDs" or active key-locks. [INFO] [stdout] 149 | | /// i.e. caps lock, scroll lock [INFO] [stdout] 150 | | #[repr(C)] [INFO] [stdout] ... | [INFO] [stdout] 163 | | } [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | / bitflags! { [INFO] [stdout] 148 | | /// "LEDs" or active key-locks. [INFO] [stdout] 149 | | /// i.e. caps lock, scroll lock [INFO] [stdout] 150 | | #[repr(C)] [INFO] [stdout] ... | [INFO] [stdout] 163 | | } [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / bitflags! { [INFO] [stdout] 167 | | #[repr(C)] [INFO] [stdout] 168 | | pub flags PositionerAnchorBit: u32 { [INFO] [stdout] 169 | | const WLC_BIT_ANCHOR_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | } [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / bitflags! { [INFO] [stdout] 167 | | #[repr(C)] [INFO] [stdout] 168 | | pub flags PositionerAnchorBit: u32 { [INFO] [stdout] 169 | | const WLC_BIT_ANCHOR_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 174 | | } [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / bitflags! { [INFO] [stdout] 178 | | #[repr(C)] [INFO] [stdout] 179 | | pub flags PositionerGravityBit: u32 { [INFO] [stdout] 180 | | const WLC_BIT_GRAVITY_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 186 | | } [INFO] [stdout] 187 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:177:1 [INFO] [stdout] | [INFO] [stdout] 177 | / bitflags! { [INFO] [stdout] 178 | | #[repr(C)] [INFO] [stdout] 179 | | pub flags PositionerGravityBit: u32 { [INFO] [stdout] 180 | | const WLC_BIT_GRAVITY_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 186 | | } [INFO] [stdout] 187 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / bitflags! { [INFO] [stdout] 190 | | #[repr(C)] [INFO] [stdout] 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { [INFO] [stdout] 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 189 | / bitflags! { [INFO] [stdout] 190 | | #[repr(C)] [INFO] [stdout] 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { [INFO] [stdout] 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, [INFO] [stdout] ... | [INFO] [stdout] 199 | | } [INFO] [stdout] 200 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `WLC_RGBA8888` should have an upper camel case name [INFO] [stdout] --> src/render.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | WLC_RGBA8888 [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WlcRgba8888` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `WLC_RENDERER_GLES2` should have an upper camel case name [INFO] [stdout] --> src/render.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | WLC_RENDERER_GLES2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WlcRendererGles2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `WLC_NO_RENDERER` should have an upper camel case name [INFO] [stdout] --> src/render.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | WLC_NO_RENDERER [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `WlcNoRenderer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_RGB` should have an upper camel case name [INFO] [stdout] --> src/render.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | SURFACE_RGB, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceRgb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_RGBA` should have an upper camel case name [INFO] [stdout] --> src/render.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | SURFACE_RGBA, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceRgba` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_EGL` should have an upper camel case name [INFO] [stdout] --> src/render.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | SURFACE_EGL, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceEgl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_Y_UV` should have an upper camel case name [INFO] [stdout] --> src/render.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | SURFACE_Y_UV, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceYUv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_Y_U_V` should have an upper camel case name [INFO] [stdout] --> src/render.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | SURFACE_Y_U_V, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceYUV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `SURFACE_Y_XUXV` should have an upper camel case name [INFO] [stdout] --> src/render.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | SURFACE_Y_XUXV, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SurfaceYXuxv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `xkb::tests::sanity_test` [INFO] [stdout] --> src/xkb/tests.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / fn sanity_test() { [INFO] [stdout] 10 | | assert!(true); [INFO] [stdout] 11 | | assert_eq!(1, 1); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `xkb::tests::from_name_get_name` [INFO] [stdout] --> src/xkb/tests.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / fn from_name_get_name() { [INFO] [stdout] 16 | | // Test a small (but most likely to be used) subset of keysyms [INFO] [stdout] 17 | | let names = vec![ [INFO] [stdout] 18 | | "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `xkb::tests::some_unexpected_keysyms` [INFO] [stdout] --> src/xkb/tests.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / fn some_unexpected_keysyms() { [INFO] [stdout] 38 | | let non_names = vec![ [INFO] [stdout] 39 | | "soda", "caps lock", "Hypermeta_L", "key", [INFO] [stdout] 40 | | "keyboard", "aa", "kk"]; [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `xkb::tests::valitity_implications` [INFO] [stdout] --> src/xkb/tests.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / fn valitity_implications() { [INFO] [stdout] 50 | | for val in 0u32..999999u32 { [INFO] [stdout] 51 | | let sym = Keysym::from(val); [INFO] [stdout] 52 | | if sym.is_valid() { [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `xkb::tests::case_insensitive_from_name` [INFO] [stdout] --> src/xkb/tests.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | / fn case_insensitive_from_name() { [INFO] [stdout] 64 | | let names = vec![ [INFO] [stdout] 65 | | "caps_lock", "super_l", "escape", [INFO] [stdout] 66 | | "ESCAPE", "RETURN", "SELECT"]; [INFO] [stdout] ... | [INFO] [stdout] 72 | | } [INFO] [stdout] 73 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/handle.rs:12:39 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{uintptr_t, c_char, c_void, uint32_t, pid_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/handle.rs:97:85 [INFO] [stdout] | [INFO] [stdout] 97 | fn wlc_output_set_resolution(output: uintptr_t, resolution: *const Size, scale: uint32_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/handle.rs:99:51 [INFO] [stdout] | [INFO] [stdout] 99 | fn wlc_output_get_scale(output: uintptr_t) -> uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use libc::{size_t, uint32_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:10:73 [INFO] [stdout] | [INFO] [stdout] 10 | fn wlc_keyboard_get_current_keys(out_memb: *const size_t) -> *const uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:12:45 [INFO] [stdout] | [INFO] [stdout] 12 | fn wlc_keyboard_get_keysym_for_key(key: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:13:80 [INFO] [stdout] | [INFO] [stdout] 13 | ... modifiers: *const KeyboardModifiers) -> uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:15:44 [INFO] [stdout] | [INFO] [stdout] 15 | fn wlc_keyboard_get_utf32_for_key(key: uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/input.rs:16:79 [INFO] [stdout] | [INFO] [stdout] 16 | ... modifiers: *const KeyboardModifiers) -> uint32_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/render.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::{c_void, uint32_t, uintptr_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/render.rs:73:52 [INFO] [stdout] | [INFO] [stdout] 73 | ... out_textures: *mut uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | .field("handle", &self.0 as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - .field("handle", &self.0 as &Debug) [INFO] [stdout] 36 + .field("handle", &self.0 as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:37:51 [INFO] [stdout] | [INFO] [stdout] 37 | .field("title", &self.get_title() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - .field("title", &self.get_title() as &Debug) [INFO] [stdout] 37 + .field("title", &self.get_title() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:38:51 [INFO] [stdout] | [INFO] [stdout] 38 | .field("class", &self.get_class() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 38 - .field("class", &self.get_class() as &Debug) [INFO] [stdout] 38 + .field("class", &self.get_class() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:64:42 [INFO] [stdout] | [INFO] [stdout] 64 | .field("handle", &self.0 as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - .field("handle", &self.0 as &Debug) [INFO] [stdout] 64 + .field("handle", &self.0 as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:65:49 [INFO] [stdout] | [INFO] [stdout] 65 | .field("name", &self.get_name() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - .field("name", &self.get_name() as &Debug) [INFO] [stdout] 65 + .field("name", &self.get_name() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handle.rs:66:51 [INFO] [stdout] | [INFO] [stdout] 66 | .field("views", &self.get_views() as &Debug) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - .field("views", &self.get_views() as &Debug) [INFO] [stdout] 66 + .field("views", &self.get_views() as &dyn Debug) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.simple.bae03fcd-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf.3q423pjjg2454v1t.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librustwlc-79d5728465df6ebd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-9d0cc7cd35f17e7b.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-fcd78a373e0df468.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lwlc" "-lxkbcommon" "-lwlc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/simple-77bd80d049de0ddf" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lwlc [INFO] [stdout] /usr/bin/ld: cannot find -lwlc [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustwlc` due to 2 previous errors; 17 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.rustwlc.f8414a34-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34.326muzatqjw5i3pg.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lwlc" "-lxkbcommon" "-lwlc" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libbitflags-9d0cc7cd35f17e7b.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rustwlc-2d24964d8f549b34" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lwlc [INFO] [stdout] /usr/bin/ld: cannot find -lwlc [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustwlc` due to 2 previous errors; 51 warnings emitted [INFO] running `Command { std: "docker" "inspect" "9badf080fd2ba3c5af5926d0e8cca541ab3c7c4f3fda75ce7babdfba3535793a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9badf080fd2ba3c5af5926d0e8cca541ab3c7c4f3fda75ce7babdfba3535793a", kill_on_drop: false }` [INFO] [stdout] 9badf080fd2ba3c5af5926d0e8cca541ab3c7c4f3fda75ce7babdfba3535793a