[INFO] crate inputbot 0.4.0 is already in cache [INFO] checking inputbot-0.4.0 against master#4fb54ed484e2239a3e9eff3be17df00d2a162be3 for pr-73345 [INFO] extracting crate inputbot 0.4.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate inputbot 0.4.0 on toolchain 4fb54ed484e2239a3e9eff3be17df00d2a162be3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate inputbot 0.4.0 [INFO] finished tweaking crates.io crate inputbot 0.4.0 [INFO] tweaked toml for crates.io crate inputbot 0.4.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c023d82aea128db71aa870ba4b83e50041fa2e95c5cf60d6e85380b5cc677d5 [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" "2c023d82aea128db71aa870ba4b83e50041fa2e95c5cf60d6e85380b5cc677d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c023d82aea128db71aa870ba4b83e50041fa2e95c5cf60d6e85380b5cc677d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c023d82aea128db71aa870ba4b83e50041fa2e95c5cf60d6e85380b5cc677d5", kill_on_drop: false }` [INFO] [stdout] 2c023d82aea128db71aa870ba4b83e50041fa2e95c5cf60d6e85380b5cc677d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+4fb54ed484e2239a3e9eff3be17df00d2a162be3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78d5f211897851bd6dbcc8d0deea1233133ad33d6112f7486bbe6cbf00ad4c83 [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" "78d5f211897851bd6dbcc8d0deea1233133ad33d6112f7486bbe6cbf00ad4c83", kill_on_drop: false }` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Checking inputbot v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/common.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | pub type BindHandler = Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + Send + Sync + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/linux/mod.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | (state.led_mask & key != 0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/common.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | pub type BindHandler = Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + Send + Sync + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/linux/mod.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | (state.led_mask & key != 0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/common.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lazy_static! { [INFO] [stdout] 12 | | pub static ref KEYBD_BINDS: Mutex = Mutex::new(KeybdBindMap::new()); [INFO] [stdout] 13 | | pub static ref MOUSE_BINDS: Mutex = Mutex::new(MouseBindMap::new()); [INFO] [stdout] 14 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/common.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lazy_static! { [INFO] [stdout] 12 | | pub static ref KEYBD_BINDS: Mutex = Mutex::new(KeybdBindMap::new()); [INFO] [stdout] 13 | | pub static ref MOUSE_BINDS: Mutex = Mutex::new(MouseBindMap::new()); [INFO] [stdout] 14 | | } [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux/mod.rs:115:27 [INFO] [stdout] | [INFO] [stdout] 115 | let mut ev = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/linux/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / lazy_static! { [INFO] [stdout] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stdout] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stdout] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stdout] ... | [INFO] [stdout] 25 | | }; [INFO] [stdout] 26 | | } [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] --> src/linux/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / lazy_static! { [INFO] [stdout] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stdout] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stdout] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stdout] ... | [INFO] [stdout] 25 | | }; [INFO] [stdout] 26 | | } [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] --> src/linux/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / lazy_static! { [INFO] [stdout] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stdout] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stdout] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stdout] ... | [INFO] [stdout] 25 | | }; [INFO] [stdout] 26 | | } [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] --> src/common.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lazy_static! { [INFO] [stdout] 12 | | pub static ref KEYBD_BINDS: Mutex = Mutex::new(KeybdBindMap::new()); [INFO] [stdout] 13 | | pub static ref MOUSE_BINDS: Mutex = Mutex::new(MouseBindMap::new()); [INFO] [stdout] 14 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/common.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / lazy_static! { [INFO] [stdout] 12 | | pub static ref KEYBD_BINDS: Mutex = Mutex::new(KeybdBindMap::new()); [INFO] [stdout] 13 | | pub static ref MOUSE_BINDS: Mutex = Mutex::new(MouseBindMap::new()); [INFO] [stdout] 14 | | } [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] --> src/linux/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / lazy_static! { [INFO] [stdout] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stdout] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stdout] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stdout] ... | [INFO] [stdout] 25 | | }; [INFO] [stdout] 26 | | } [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux/mod.rs:52:54 [INFO] [stdout] | [INFO] [stdout] 52 | let mut state: XKeyboardState = 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/linux/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux/mod.rs:115:27 [INFO] [stdout] | [INFO] [stdout] 115 | let mut ev = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/linux/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / lazy_static! { [INFO] [stdout] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stdout] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stdout] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stdout] ... | [INFO] [stdout] 25 | | }; [INFO] [stdout] 26 | | } [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] --> src/linux/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / lazy_static! { [INFO] [stdout] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stdout] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stdout] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stdout] ... | [INFO] [stdout] 25 | | }; [INFO] [stdout] 26 | | } [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] --> src/linux/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / lazy_static! { [INFO] [stdout] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stdout] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stdout] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stdout] ... | [INFO] [stdout] 25 | | }; [INFO] [stdout] 26 | | } [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] --> src/linux/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / lazy_static! { [INFO] [stdout] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stdout] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stdout] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stdout] ... | [INFO] [stdout] 25 | | }; [INFO] [stdout] 26 | | } [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::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/linux/mod.rs:52:54 [INFO] [stdout] | [INFO] [stdout] 52 | let mut state: XKeyboardState = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.01s [INFO] running `Command { std: "docker" "inspect" "78d5f211897851bd6dbcc8d0deea1233133ad33d6112f7486bbe6cbf00ad4c83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78d5f211897851bd6dbcc8d0deea1233133ad33d6112f7486bbe6cbf00ad4c83", kill_on_drop: false }` [INFO] [stdout] 78d5f211897851bd6dbcc8d0deea1233133ad33d6112f7486bbe6cbf00ad4c83