[INFO] fetching crate windows-record 0.1.0... [INFO] checking windows-record-0.1.0 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate windows-record 0.1.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate windows-record 0.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate windows-record 0.1.0 [INFO] tweaked toml for crates.io crate windows-record 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate windows-record 0.1.0 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate windows-record 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded spin_sleep v1.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2a3de6276c220be22f14eadb13872638366556fbc36c1d5e2cf5ea4c3c1a50c [INFO] running `Command { std: "docker" "start" "-a" "e2a3de6276c220be22f14eadb13872638366556fbc36c1d5e2cf5ea4c3c1a50c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2a3de6276c220be22f14eadb13872638366556fbc36c1d5e2cf5ea4c3c1a50c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2a3de6276c220be22f14eadb13872638366556fbc36c1d5e2cf5ea4c3c1a50c", kill_on_drop: false }` [INFO] [stdout] e2a3de6276c220be22f14eadb13872638366556fbc36c1d5e2cf5ea4c3c1a50c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f1470005137068a11cddd845972f8ebe6778f8be6a803cf685c64e9d4400614 [INFO] running `Command { std: "docker" "start" "-a" "0f1470005137068a11cddd845972f8ebe6778f8be6a803cf685c64e9d4400614", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling windows_x86_64_gnu v0.48.5 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling thiserror v1.0.62 [INFO] [stderr] Checking spin_sleep v1.2.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking windows-targets v0.48.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking env_logger v0.11.6 [INFO] [stderr] Compiling thiserror-impl v1.0.62 [INFO] [stderr] Compiling windows-interface v0.48.0 [INFO] [stderr] Compiling windows-implement v0.48.0 [INFO] [stderr] Checking windows v0.48.0 [INFO] [stderr] Checking windows-record v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/device/audio.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use std::os::windows::prelude::OsStringExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/os/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/os/mod.rs:120:10 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/device/audio.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use std::os::windows::prelude::OsStringExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/os/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/os/mod.rs:120:10 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/device/audio.rs:45:47 [INFO] [stdout] | [INFO] [stdout] 45 | let device_id = OsString::from_wide(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions: [INFO] [stdout] OsString::new [INFO] [stdout] OsString::from_encoded_bytes_unchecked [INFO] [stdout] OsString::with_capacity [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/ffi/os_str.rs:141:5 [INFO] [stdout] help: there is an associated function `from_iter` with a similar name [INFO] [stdout] | [INFO] [stdout] 45 - let device_id = OsString::from_wide(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] 45 + let device_id = OsString::from_iter(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/device/audio.rs:51:53 [INFO] [stdout] | [INFO] [stdout] 51 | let device_name = OsString::from_wide(name_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions: [INFO] [stdout] OsString::new [INFO] [stdout] OsString::from_encoded_bytes_unchecked [INFO] [stdout] OsString::with_capacity [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/ffi/os_str.rs:141:5 [INFO] [stdout] help: there is an associated function `from_iter` with a similar name [INFO] [stdout] | [INFO] [stdout] 51 - let device_name = OsString::from_wide(name_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] 51 + let device_name = OsString::from_iter(name_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/device/audio.rs:45:47 [INFO] [stdout] | [INFO] [stdout] 45 | let device_id = OsString::from_wide(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions: [INFO] [stdout] OsString::new [INFO] [stdout] OsString::from_encoded_bytes_unchecked [INFO] [stdout] OsString::with_capacity [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/ffi/os_str.rs:141:5 [INFO] [stdout] help: there is an associated function `from_iter` with a similar name [INFO] [stdout] | [INFO] [stdout] 45 - let device_id = OsString::from_wide(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] 45 + let device_id = OsString::from_iter(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/device/audio.rs:109:35 [INFO] [stdout] | [INFO] [stdout] 109 | let device_id = OsString::from_wide(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions: [INFO] [stdout] OsString::new [INFO] [stdout] OsString::from_encoded_bytes_unchecked [INFO] [stdout] OsString::with_capacity [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/ffi/os_str.rs:141:5 [INFO] [stdout] help: there is an associated function `from_iter` with a similar name [INFO] [stdout] | [INFO] [stdout] 109 - let device_id = OsString::from_wide(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] 109 + let device_id = OsString::from_iter(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/device/audio.rs:51:53 [INFO] [stdout] | [INFO] [stdout] 51 | let device_name = OsString::from_wide(name_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions: [INFO] [stdout] OsString::new [INFO] [stdout] OsString::from_encoded_bytes_unchecked [INFO] [stdout] OsString::with_capacity [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/ffi/os_str.rs:141:5 [INFO] [stdout] help: there is an associated function `from_iter` with a similar name [INFO] [stdout] | [INFO] [stdout] 51 - let device_name = OsString::from_wide(name_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] 51 + let device_name = OsString::from_iter(name_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/device/audio.rs:109:35 [INFO] [stdout] | [INFO] [stdout] 109 | let device_id = OsString::from_wide(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions: [INFO] [stdout] OsString::new [INFO] [stdout] OsString::from_encoded_bytes_unchecked [INFO] [stdout] OsString::with_capacity [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/ffi/os_str.rs:141:5 [INFO] [stdout] help: there is an associated function `from_iter` with a similar name [INFO] [stdout] | [INFO] [stdout] 109 - let device_id = OsString::from_wide(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] 109 + let device_id = OsString::from_iter(id_wide_slice).to_string_lossy().to_string(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes_per_sample` [INFO] [stdout] --> src/capture/audio.rs:382:9 [INFO] [stdout] | [INFO] [stdout] 382 | let bytes_per_sample = wave_format.wBitsPerSample as usize / 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes_per_sample` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fps_num` [INFO] [stdout] --> src/capture/video.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | fps_num: u32, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fps_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/capture/video.rs:383:13 [INFO] [stdout] | [INFO] [stdout] 383 | Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes_per_sample` [INFO] [stdout] --> src/capture/audio.rs:382:9 [INFO] [stdout] | [INFO] [stdout] 382 | let bytes_per_sample = wave_format.wBitsPerSample as usize / 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes_per_sample` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fps_num` [INFO] [stdout] --> src/capture/video.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | fps_num: u32, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fps_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/capture/video.rs:383:13 [INFO] [stdout] | [INFO] [stdout] 383 | Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes_per_sample` [INFO] [stdout] --> src/capture/microphone.rs:410:9 [INFO] [stdout] | [INFO] [stdout] 410 | let bytes_per_sample = wave_format.wBitsPerSample as usize / 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes_per_sample` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes_per_sample` [INFO] [stdout] --> src/capture/microphone.rs:410:9 [INFO] [stdout] | [INFO] [stdout] 410 | let bytes_per_sample = wave_format.wBitsPerSample as usize / 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes_per_sample` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `collect_video_handle` is never read [INFO] [stdout] --> src/recorder/inner.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | let mut collect_video_handle: Option>> = None; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `process_handle` is never read [INFO] [stdout] --> src/recorder/inner.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | let mut process_handle: Option>> = None; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lparam` [INFO] [stdout] --> src/recorder/mod.rs:135:94 [INFO] [stdout] | [INFO] [stdout] 135 | unsafe extern "system" fn debug_window_enum_callback(hwnd: windows::Win32::Foundation::HWND, lparam: LPARAM) -> BOOL { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_lparam` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `collect_video_handle` is never read [INFO] [stdout] --> src/recorder/inner.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | let mut collect_video_handle: Option>> = None; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `process_handle` is never read [INFO] [stdout] --> src/recorder/inner.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | let mut process_handle: Option>> = None; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/mod.rs:578:36 [INFO] [stdout] | [INFO] [stdout] 578 | let sample_clone = unsafe { sample.sample.as_ref().clone() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/mod.rs:593:36 [INFO] [stdout] | [INFO] [stdout] 593 | let sample_clone = unsafe { sample.sample.as_ref().clone() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lparam` [INFO] [stdout] --> src/recorder/mod.rs:135:94 [INFO] [stdout] | [INFO] [stdout] 135 | unsafe extern "system" fn debug_window_enum_callback(hwnd: windows::Win32::Foundation::HWND, lparam: LPARAM) -> BOOL { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_lparam` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/mod.rs:578:36 [INFO] [stdout] | [INFO] [stdout] 578 | let sample_clone = unsafe { sample.sample.as_ref().clone() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/mod.rs:593:36 [INFO] [stdout] | [INFO] [stdout] 593 | let sample_clone = unsafe { sample.sample.as_ref().clone() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `windows-record` (lib test) due to 4 previous errors; 9 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `windows-record` (lib) due to 4 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "0f1470005137068a11cddd845972f8ebe6778f8be6a803cf685c64e9d4400614", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f1470005137068a11cddd845972f8ebe6778f8be6a803cf685c64e9d4400614", kill_on_drop: false }` [INFO] [stdout] 0f1470005137068a11cddd845972f8ebe6778f8be6a803cf685c64e9d4400614