[INFO] crate inputbot 0.4.0 is already in cache [INFO] testing inputbot-0.4.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate inputbot 0.4.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate inputbot 0.4.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate 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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aaf196eb7ce2f85447b544c47f7c2ff46852b1bbc6e1b813e3481bc506971852 [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" "aaf196eb7ce2f85447b544c47f7c2ff46852b1bbc6e1b813e3481bc506971852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aaf196eb7ce2f85447b544c47f7c2ff46852b1bbc6e1b813e3481bc506971852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aaf196eb7ce2f85447b544c47f7c2ff46852b1bbc6e1b813e3481bc506971852", kill_on_drop: false }` [INFO] [stdout] aaf196eb7ce2f85447b544c47f7c2ff46852b1bbc6e1b813e3481bc506971852 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f88301fe13ec5acf5fb2a810e507722ef764bdedd2c0b4fdd710fe2e4cce55c7 [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" "f88301fe13ec5acf5fb2a810e507722ef764bdedd2c0b4fdd710fe2e4cce55c7", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling libc v0.2.74 [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.43s [INFO] running `Command { std: "docker" "inspect" "f88301fe13ec5acf5fb2a810e507722ef764bdedd2c0b4fdd710fe2e4cce55c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f88301fe13ec5acf5fb2a810e507722ef764bdedd2c0b4fdd710fe2e4cce55c7", kill_on_drop: false }` [INFO] [stdout] f88301fe13ec5acf5fb2a810e507722ef764bdedd2c0b4fdd710fe2e4cce55c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c907d1590e7c61c4a467db9eff6ac3be82b8aa99ee3c41a4e0a4971351e0b11 [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" "5c907d1590e7c61c4a467db9eff6ac3be82b8aa99ee3c41a4e0a4971351e0b11", 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.98s [INFO] running `Command { std: "docker" "inspect" "5c907d1590e7c61c4a467db9eff6ac3be82b8aa99ee3c41a4e0a4971351e0b11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c907d1590e7c61c4a467db9eff6ac3be82b8aa99ee3c41a4e0a4971351e0b11", kill_on_drop: false }` [INFO] [stdout] 5c907d1590e7c61c4a467db9eff6ac3be82b8aa99ee3c41a4e0a4971351e0b11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5c69f82bdf270e0f0df3869aa74ee398a7406cbb43f2881e14320a0569d1c28c [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" "5c69f82bdf270e0f0df3869aa74ee398a7406cbb43f2881e14320a0569d1c28c", 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] [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] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/inputbot-66ae67a8611f53fd [INFO] [stdout] [INFO] [stderr] Doc-tests inputbot [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] [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" "5c69f82bdf270e0f0df3869aa74ee398a7406cbb43f2881e14320a0569d1c28c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c69f82bdf270e0f0df3869aa74ee398a7406cbb43f2881e14320a0569d1c28c", kill_on_drop: false }` [INFO] [stdout] 5c69f82bdf270e0f0df3869aa74ee398a7406cbb43f2881e14320a0569d1c28c