[INFO] crate rustwlc 0.7.0 is already in cache [INFO] testing rustwlc-0.7.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate rustwlc 0.7.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate rustwlc 0.7.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", 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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1ea60ac43729de507f7fa3578db23e049972d1dbc8f1943300ed9c2673110d04 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1ea60ac43729de507f7fa3578db23e049972d1dbc8f1943300ed9c2673110d04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1ea60ac43729de507f7fa3578db23e049972d1dbc8f1943300ed9c2673110d04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ea60ac43729de507f7fa3578db23e049972d1dbc8f1943300ed9c2673110d04", kill_on_drop: false }` [INFO] [stdout] 1ea60ac43729de507f7fa3578db23e049972d1dbc8f1943300ed9c2673110d04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f231c82f0fa2c2ff8a53813a3e9f7450fdd3fde5caaa7e7e42283a6b654a902 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0f231c82f0fa2c2ff8a53813a3e9f7450fdd3fde5caaa7e7e42283a6b654a902", kill_on_drop: false }` [INFO] [stderr] Compiling rustwlc v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 54 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.10s [INFO] running `Command { std: "docker" "inspect" "0f231c82f0fa2c2ff8a53813a3e9f7450fdd3fde5caaa7e7e42283a6b654a902", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f231c82f0fa2c2ff8a53813a3e9f7450fdd3fde5caaa7e7e42283a6b654a902", kill_on_drop: false }` [INFO] [stdout] 0f231c82f0fa2c2ff8a53813a3e9f7450fdd3fde5caaa7e7e42283a6b654a902 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 138f82a3e535da85e97c64a1db2ccc57728d5b7410d733fdf6a328285ec22f42 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "138f82a3e535da85e97c64a1db2ccc57728d5b7410d733fdf6a328285ec22f42", kill_on_drop: false }` [INFO] [stderr] Compiling rustwlc v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: 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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 54 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'rustwlc::xkb::keysyms' [INFO] [stdout] --> examples/simple.rs:9:5 [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 item 'rustwlc::xkb::keysyms::KEY_q' [INFO] [stdout] --> examples/simple.rs:159:23 [INFO] [stdout] | [INFO] [stdout] 159 | if sym == keysyms::KEY_q { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_Down' [INFO] [stdout] --> examples/simple.rs:165:30 [INFO] [stdout] | [INFO] [stdout] 165 | } else if sym == keysyms::KEY_Down { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_Escape' [INFO] [stdout] --> examples/simple.rs:170:30 [INFO] [stdout] | [INFO] [stdout] 170 | } else if sym == keysyms::KEY_Escape { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_Return' [INFO] [stdout] --> examples/simple.rs:174:30 [INFO] [stdout] | [INFO] [stdout] 174 | } else if sym == keysyms::KEY_Return { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_1' [INFO] [stdout] --> examples/simple.rs:181:36 [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 item 'rustwlc::xkb::keysyms::KEY_9' [INFO] [stdout] --> examples/simple.rs:181:73 [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 item 'rustwlc::xkb::keysyms::KEY_1' [INFO] [stdout] --> examples/simple.rs:183:42 [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 item 'rustwlc::input::pointer::set_position': Use set_position_v2(x: f64, y: f64) instead [INFO] [stdout] --> examples/simple.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | rustwlc::input::pointer::set_position(*point); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'rustwlc::callback::pointer_motion': Use pointer_motion_v2 instead [INFO] [stdout] --> examples/simple.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | callback::pointer_motion(on_pointer_motion); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^ help: use `dyn`: `dyn Debug` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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] | ^^^^^ help: use `dyn`: `dyn Debug` [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 item '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] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.simple.3qy0p44v-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9" "/opt/rustwide/target/debug/examples/simple-cfe0f33585d1e2d9.52qi5eepkpnxgonx.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librustwlc-306592631630ee1b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7b15d77b989f677d.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2ea69cae54b65af6.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lwlc" "-lwlc" "-lwlc" "-lxkbcommon" "-lwlc" "-lwlc" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lwlc [INFO] [stdout] /usr/bin/ld: cannot find -lwlc [INFO] [stdout] /usr/bin/ld: cannot find -lwlc [INFO] [stdout] /usr/bin/ld: cannot find -lwlc [INFO] [stdout] /usr/bin/ld: cannot find -lwlc [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustwlc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.rustwlc.cp1zc5e6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923" "/opt/rustwide/target/debug/deps/rustwlc-d63aef72304c1923.48r5u1z0j68xjepj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lwlc" "-lwlc" "-lwlc" "-lxkbcommon" "-lwlc" "-lwlc" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-12320b97c89568cd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-700356192fffd298.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b7642fe67be89b55.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5281c8ee01ffdf7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-a4e3948fb2172e36.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7b15d77b989f677d.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lwlc [INFO] [stdout] /usr/bin/ld: cannot find -lwlc [INFO] [stdout] /usr/bin/ld: cannot find -lwlc [INFO] [stdout] /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" "138f82a3e535da85e97c64a1db2ccc57728d5b7410d733fdf6a328285ec22f42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "138f82a3e535da85e97c64a1db2ccc57728d5b7410d733fdf6a328285ec22f42", kill_on_drop: false }` [INFO] [stdout] 138f82a3e535da85e97c64a1db2ccc57728d5b7410d733fdf6a328285ec22f42