[INFO] crate inputbot 0.4.0 is already in cache [INFO] testing inputbot-0.4.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate inputbot 0.4.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate inputbot 0.4.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f9b9423097a499fca13b0523034a4c9e9a3421ece2aa8f3a9adcc0c050b3fde4 [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" "f9b9423097a499fca13b0523034a4c9e9a3421ece2aa8f3a9adcc0c050b3fde4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f9b9423097a499fca13b0523034a4c9e9a3421ece2aa8f3a9adcc0c050b3fde4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9b9423097a499fca13b0523034a4c9e9a3421ece2aa8f3a9adcc0c050b3fde4", kill_on_drop: false }` [INFO] [stdout] f9b9423097a499fca13b0523034a4c9e9a3421ece2aa8f3a9adcc0c050b3fde4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae29a4c70c415e24c5465521caa4018fc1d4e5fb0adb23e7bc8186783bdfe6f0 [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" "ae29a4c70c415e24c5465521caa4018fc1d4e5fb0adb23e7bc8186783bdfe6f0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling 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: 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/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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.71s [INFO] running `Command { std: "docker" "inspect" "ae29a4c70c415e24c5465521caa4018fc1d4e5fb0adb23e7bc8186783bdfe6f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae29a4c70c415e24c5465521caa4018fc1d4e5fb0adb23e7bc8186783bdfe6f0", kill_on_drop: false }` [INFO] [stdout] ae29a4c70c415e24c5465521caa4018fc1d4e5fb0adb23e7bc8186783bdfe6f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26dc8b1ebc29f6aef09f5e1f3b9f5a448bdb96f6193529b82abcde3e168a9846 [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" "26dc8b1ebc29f6aef09f5e1f3b9f5a448bdb96f6193529b82abcde3e168a9846", kill_on_drop: false }` [INFO] [stderr] Compiling 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: 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/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: 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/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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `Command { std: "docker" "inspect" "26dc8b1ebc29f6aef09f5e1f3b9f5a448bdb96f6193529b82abcde3e168a9846", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26dc8b1ebc29f6aef09f5e1f3b9f5a448bdb96f6193529b82abcde3e168a9846", kill_on_drop: false }` [INFO] [stdout] 26dc8b1ebc29f6aef09f5e1f3b9f5a448bdb96f6193529b82abcde3e168a9846 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d1f5c69ebab6efe8f35f836b600a0220a5c7a87db4dee43aaf5987fd842d1f46 [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" "d1f5c69ebab6efe8f35f836b600a0220a5c7a87db4dee43aaf5987fd842d1f46", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | pub type BindHandler = Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/linux/mod.rs:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | (state.led_mask & key != 0) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/common.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref KEYBD_BINDS: Mutex = Mutex::new(KeybdBindMap::new()); [INFO] [stderr] 13 | | pub static ref MOUSE_BINDS: Mutex = Mutex::new(MouseBindMap::new()); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/common.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref KEYBD_BINDS: Mutex = Mutex::new(KeybdBindMap::new()); [INFO] [stderr] 13 | | pub static ref MOUSE_BINDS: Mutex = Mutex::new(MouseBindMap::new()); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [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/linux/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::mem::uninitialized; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/linux/mod.rs:115:27 [INFO] [stderr] | [INFO] [stderr] 115 | let mut ev = unsafe { uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stderr] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stderr] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stderr] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stderr] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stderr] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stderr] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stderr] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stderr] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [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/linux/mod.rs:52:54 [INFO] [stderr] | [INFO] [stderr] 52 | let mut state: XKeyboardState = unsafe { uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | pub type BindHandler = Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/linux/mod.rs:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | (state.led_mask & key != 0) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/common.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref KEYBD_BINDS: Mutex = Mutex::new(KeybdBindMap::new()); [INFO] [stderr] 13 | | pub static ref MOUSE_BINDS: Mutex = Mutex::new(MouseBindMap::new()); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/common.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref KEYBD_BINDS: Mutex = Mutex::new(KeybdBindMap::new()); [INFO] [stderr] 13 | | pub static ref MOUSE_BINDS: Mutex = Mutex::new(MouseBindMap::new()); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [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/linux/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::mem::uninitialized; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/linux/mod.rs:115:27 [INFO] [stderr] | [INFO] [stderr] 115 | let mut ev = unsafe { uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/linux/mod.rs:15:1 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stderr] 15 | / lazy_static! { [INFO] [stdout] [INFO] [stderr] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stderr] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stderr] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stderr] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stderr] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stderr] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stderr] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref KEYCODES_TO_KEYBDKEYS: Mutex = Mutex::new(KeyCodesMap::new()); [INFO] [stderr] 17 | | static ref BUTTON_STATES: Mutex = Mutex::new(ButtonStatesMap::new()); [INFO] [stderr] 18 | | static ref SEND_DISPLAY: AtomicPtr = { [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [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/linux/mod.rs:52:54 [INFO] [stderr] | [INFO] [stderr] 52 | let mut state: XKeyboardState = unsafe { uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/inputbot-e724af4fa22495ca [INFO] [stderr] Doc-tests inputbot [INFO] [stdout] [INFO] [stdout] running 0 tests [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" "d1f5c69ebab6efe8f35f836b600a0220a5c7a87db4dee43aaf5987fd842d1f46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1f5c69ebab6efe8f35f836b600a0220a5c7a87db4dee43aaf5987fd842d1f46", kill_on_drop: false }` [INFO] [stdout] d1f5c69ebab6efe8f35f836b600a0220a5c7a87db4dee43aaf5987fd842d1f46