[INFO] fetching crate rustwlc 0.7.0... [INFO] testing rustwlc-0.7.0 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libloading v0.3.4 [INFO] [stderr] Downloaded target_build_utils v0.3.1 [INFO] [stderr] Downloaded dlib v0.3.1 [INFO] [stderr] Downloaded wayland-sys v0.6.0 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ddb6d544e6755ec5be13e9bc6ad11a43024c9423517ce9ed94808eb00345b64 [INFO] running `Command { std: "docker" "start" "-a" "3ddb6d544e6755ec5be13e9bc6ad11a43024c9423517ce9ed94808eb00345b64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ddb6d544e6755ec5be13e9bc6ad11a43024c9423517ce9ed94808eb00345b64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ddb6d544e6755ec5be13e9bc6ad11a43024c9423517ce9ed94808eb00345b64", kill_on_drop: false }` [INFO] [stdout] 3ddb6d544e6755ec5be13e9bc6ad11a43024c9423517ce9ed94808eb00345b64 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76b0afc3a9f14b47037c0e80943451f0896049a3529760b850dec846f6a2cfd8 [INFO] running `Command { std: "docker" "start" "-a" "76b0afc3a9f14b47037c0e80943451f0896049a3529760b850dec846f6a2cfd8", 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 2.24s [INFO] running `Command { std: "docker" "inspect" "76b0afc3a9f14b47037c0e80943451f0896049a3529760b850dec846f6a2cfd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76b0afc3a9f14b47037c0e80943451f0896049a3529760b850dec846f6a2cfd8", kill_on_drop: false }` [INFO] [stdout] 76b0afc3a9f14b47037c0e80943451f0896049a3529760b850dec846f6a2cfd8 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 374e88c7891ee3454af7962e68e675e1d4383a42fa19e699dc73893c29a35286 [INFO] running `Command { std: "docker" "start" "-a" "374e88c7891ee3454af7962e68e675e1d4383a42fa19e699dc73893c29a35286", 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] [stderr] Compiling rustwlc v0.7.0 (/opt/rustwide/workdir) [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] [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] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.simple.03b582cb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639.3ha29ira7lbwyi39.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librustwlc-48644ab82ab30d2b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b50f842450d10e09.rlib" "/opt/rustwide/target/debug/deps/liblibc-cbcf0797f466a12c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-e7857b9bcc96adbb.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.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/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/simple-0556f2794ed4b639" "-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] 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] error: aborting due to previous error; 17 warnings emitted [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] [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] 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/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.rustwlc.bb93a7e2-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077.4l6hbzromy4xh8t3.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lwlc" "-lxkbcommon" "-lwlc" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-b6a068090bf40c71.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-1c1e08c768cd8903.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f4474e7a3a1f53f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-ec55ab174918e77a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b50f842450d10e09.rlib" "/opt/rustwide/target/debug/deps/liblibc-cbcf0797f466a12c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rustwlc-1fc96157d43a9077" "-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: build failed [INFO] running `Command { std: "docker" "inspect" "374e88c7891ee3454af7962e68e675e1d4383a42fa19e699dc73893c29a35286", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "374e88c7891ee3454af7962e68e675e1d4383a42fa19e699dc73893c29a35286", kill_on_drop: false }` [INFO] [stdout] 374e88c7891ee3454af7962e68e675e1d4383a42fa19e699dc73893c29a35286