[INFO] fetching crate input-linux 0.0.1... [INFO] testing input-linux-0.0.1 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate input-linux 0.0.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate input-linux 0.0.1 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate input-linux 0.0.1 [INFO] finished tweaking crates.io crate input-linux 0.0.1 [INFO] tweaked toml for crates.io crate input-linux 0.0.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded input-linux-sys v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c1e71664a952d327e9c8539c91f070902c41cce45a882b494a0c2f555915ce15 [INFO] running `Command { std: "docker" "start" "-a" "c1e71664a952d327e9c8539c91f070902c41cce45a882b494a0c2f555915ce15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1e71664a952d327e9c8539c91f070902c41cce45a882b494a0c2f555915ce15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1e71664a952d327e9c8539c91f070902c41cce45a882b494a0c2f555915ce15", kill_on_drop: false }` [INFO] [stdout] c1e71664a952d327e9c8539c91f070902c41cce45a882b494a0c2f555915ce15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0dae36df0b420dfbbcebbfac37fe4c2256fadec522e9bb448991f8a5de47fd89 [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" "0dae36df0b420dfbbcebbfac37fe4c2256fadec522e9bb448991f8a5de47fd89", kill_on_drop: false }` [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling input-linux-sys v0.3.1 [INFO] [stderr] Compiling input-linux v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/kinds.rs:356:14 [INFO] [stdout] | [INFO] [stdout] 356 | 0...0x1f | EV_UINPUT => Ok(unsafe { transmute(code) }), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/evdev.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use std::mem::{uninitialized, size_of}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/evdev.rs:231:28 [INFO] [stdout] | [INFO] [stdout] 231 | let mut info = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/uinput.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use std::mem::{uninitialized, size_of}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/uinput.rs:49:56 [INFO] [stdout] | [INFO] [stdout] 49 | let mut setup: sys::uinput_user_dev = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/uinput.rs:76:53 [INFO] [stdout] | [INFO] [stdout] 76 | let mut setup: sys::uinput_setup = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/uinput.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / ioctl_impl! { [INFO] [stdout] 139 | | { [INFO] [stdout] 140 | | /// `UI_DEV_CREATE` [INFO] [stdout] 141 | | @call dev_create = ui_dev_create [INFO] [stdout] ... | [INFO] [stdout] 222 | | } [INFO] [stdout] 223 | | } [INFO] [stdout] | |_____- in this macro invocation [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: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.69s [INFO] running `Command { std: "docker" "inspect" "0dae36df0b420dfbbcebbfac37fe4c2256fadec522e9bb448991f8a5de47fd89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dae36df0b420dfbbcebbfac37fe4c2256fadec522e9bb448991f8a5de47fd89", kill_on_drop: false }` [INFO] [stdout] 0dae36df0b420dfbbcebbfac37fe4c2256fadec522e9bb448991f8a5de47fd89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0542c29eb06ec3d4475c5a55690a45c5e84839c12ef53e70f5e8351bfb74e2bc [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" "0542c29eb06ec3d4475c5a55690a45c5e84839c12ef53e70f5e8351bfb74e2bc", kill_on_drop: false }` [INFO] [stderr] Compiling input-linux v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/kinds.rs:356:14 [INFO] [stdout] | [INFO] [stdout] 356 | 0...0x1f | EV_UINPUT => Ok(unsafe { transmute(code) }), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/evdev.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use std::mem::{uninitialized, size_of}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/evdev.rs:231:28 [INFO] [stdout] | [INFO] [stdout] 231 | let mut info = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/uinput.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use std::mem::{uninitialized, size_of}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/uinput.rs:49:56 [INFO] [stdout] | [INFO] [stdout] 49 | let mut setup: sys::uinput_user_dev = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/uinput.rs:76:53 [INFO] [stdout] | [INFO] [stdout] 76 | let mut setup: sys::uinput_setup = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/uinput.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / ioctl_impl! { [INFO] [stdout] 139 | | { [INFO] [stdout] 140 | | /// `UI_DEV_CREATE` [INFO] [stdout] 141 | | @call dev_create = ui_dev_create [INFO] [stdout] ... | [INFO] [stdout] 222 | | } [INFO] [stdout] 223 | | } [INFO] [stdout] | |_____- in this macro invocation [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: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/kinds.rs:356:14 [INFO] [stdout] | [INFO] [stdout] 356 | 0...0x1f | EV_UINPUT => Ok(unsafe { transmute(code) }), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/evdev.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use std::mem::{uninitialized, size_of}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/evdev.rs:231:28 [INFO] [stdout] | [INFO] [stdout] 231 | let mut info = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/evdev.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | / ioctl_impl! { [INFO] [stdout] 38 | | { [INFO] [stdout] 39 | | /// `EVIOCGVERSION` [INFO] [stdout] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_____- in this macro invocation [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/uinput.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use std::mem::{uninitialized, size_of}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/uinput.rs:49:56 [INFO] [stdout] | [INFO] [stdout] 49 | let mut setup: sys::uinput_user_dev = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/uinput.rs:76:53 [INFO] [stdout] | [INFO] [stdout] 76 | let mut setup: sys::uinput_setup = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/macros.rs:95:29 [INFO] [stdout] | [INFO] [stdout] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/uinput.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / ioctl_impl! { [INFO] [stdout] 139 | | { [INFO] [stdout] 140 | | /// `UI_DEV_CREATE` [INFO] [stdout] 141 | | @call dev_create = ui_dev_create [INFO] [stdout] ... | [INFO] [stdout] 222 | | } [INFO] [stdout] 223 | | } [INFO] [stdout] | |_____- in this macro invocation [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: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.50s [INFO] running `Command { std: "docker" "inspect" "0542c29eb06ec3d4475c5a55690a45c5e84839c12ef53e70f5e8351bfb74e2bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0542c29eb06ec3d4475c5a55690a45c5e84839c12ef53e70f5e8351bfb74e2bc", kill_on_drop: false }` [INFO] [stdout] 0542c29eb06ec3d4475c5a55690a45c5e84839c12ef53e70f5e8351bfb74e2bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 899455984feb937529aabfe637576458a5442df63c4a6bf9803a467e8e39fe11 [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" "899455984feb937529aabfe637576458a5442df63c4a6bf9803a467e8e39fe11", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/kinds.rs:356:14 [INFO] [stderr] | [INFO] [stderr] 356 | 0...0x1f | EV_UINPUT => Ok(unsafe { transmute(code) }), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/evdev.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | use std::mem::{uninitialized, size_of}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/evdev.rs:231:28 [INFO] [stderr] | [INFO] [stderr] 231 | let mut info = uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/uinput.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | use std::mem::{uninitialized, size_of}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/uinput.rs:49:56 [INFO] [stderr] | [INFO] [stderr] 49 | let mut setup: sys::uinput_user_dev = unsafe { uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/uinput.rs:76:53 [INFO] [stderr] | [INFO] [stderr] 76 | let mut setup: sys::uinput_setup = unsafe { uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/uinput.rs:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | / ioctl_impl! { [INFO] [stderr] 139 | | { [INFO] [stderr] 140 | | /// `UI_DEV_CREATE` [INFO] [stderr] 141 | | @call dev_create = ui_dev_create [INFO] [stderr] ... | [INFO] [stderr] 222 | | } [INFO] [stderr] 223 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 13 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/kinds.rs:356:14 [INFO] [stderr] | [INFO] [stderr] 356 | 0...0x1f | EV_UINPUT => Ok(unsafe { transmute(code) }), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/evdev.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | use std::mem::{uninitialized, size_of}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/evdev.rs:231:28 [INFO] [stderr] | [INFO] [stderr] 231 | let mut info = uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/evdev.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / ioctl_impl! { [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | /// `EVIOCGVERSION` [INFO] [stderr] 40 | | @get driver_version = ev_get_version -> i32 [INFO] [stderr] ... | [INFO] [stderr] 113 | | } [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/uinput.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | use std::mem::{uninitialized, size_of}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/uinput.rs:49:56 [INFO] [stderr] | [INFO] [stderr] 49 | let mut setup: sys::uinput_user_dev = unsafe { uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/uinput.rs:76:53 [INFO] [stderr] | [INFO] [stderr] 76 | let mut setup: sys::uinput_setup = unsafe { uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/macros.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | let mut v = ::std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/uinput.rs:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | / ioctl_impl! { [INFO] [stderr] 139 | | { [INFO] [stderr] 140 | | /// `UI_DEV_CREATE` [INFO] [stderr] 141 | | @call dev_create = ui_dev_create [INFO] [stderr] ... | [INFO] [stderr] 222 | | } [INFO] [stderr] 223 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 13 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/input_linux-e2c2561fb3f78b44 [INFO] [stderr] Doc-tests input-linux [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/kinds.rs:356:14 [INFO] [stderr] | [INFO] [stderr] 356 | 0...0x1f | EV_UINPUT => Ok(unsafe { transmute(code) }), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: 1 warning emitted [INFO] [stdout] running 0 tests [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "899455984feb937529aabfe637576458a5442df63c4a6bf9803a467e8e39fe11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "899455984feb937529aabfe637576458a5442df63c4a6bf9803a467e8e39fe11", kill_on_drop: false }` [INFO] [stdout] 899455984feb937529aabfe637576458a5442df63c4a6bf9803a467e8e39fe11