[INFO] fetching crate fpsdk 1.0.3... [INFO] testing fpsdk-1.0.3 against 1.59.0 for beta-1.60-1 [INFO] extracting crate fpsdk 1.0.3 into /workspace/builds/worker-106/source [INFO] validating manifest of crates.io crate fpsdk 1.0.3 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fpsdk 1.0.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate fpsdk 1.0.3 [INFO] tweaked toml for crates.io crate fpsdk 1.0.3 written to /workspace/builds/worker-106/source/Cargo.toml [INFO] crate crates.io crate fpsdk 1.0.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f157563f1a69a8e01c0fe1b13ec7cae4e97cbab4ec90b9a25a062433100e4e6a [INFO] running `Command { std: "docker" "start" "-a" "f157563f1a69a8e01c0fe1b13ec7cae4e97cbab4ec90b9a25a062433100e4e6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f157563f1a69a8e01c0fe1b13ec7cae4e97cbab4ec90b9a25a062433100e4e6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f157563f1a69a8e01c0fe1b13ec7cae4e97cbab4ec90b9a25a062433100e4e6a", kill_on_drop: false }` [INFO] [stdout] f157563f1a69a8e01c0fe1b13ec7cae4e97cbab4ec90b9a25a062433100e4e6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bbb6cc0e5524a511bbf0844f463fed17fcfbe029b12073446853e7bcb76993e6 [INFO] running `Command { std: "docker" "start" "-a" "bbb6cc0e5524a511bbf0844f463fed17fcfbe029b12073446853e7bcb76993e6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling hresult v0.0.1 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling fpsdk v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 169 | / extern "C" { [INFO] [stdout] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 316 | / extern "C" { [INFO] [stdout] 317 | | fn host_on_parameter(host: *mut c_void, tag: intptr_t, index: c_int, value: c_int); [INFO] [stdout] 318 | | fn host_on_controller(host: *mut c_void, tag: intptr_t, index: intptr_t, value: intptr_t); [INFO] [stdout] 319 | | fn host_on_hint(host: *mut c_void, tag: intptr_t, text: *mut c_char); [INFO] [stdout] ... | [INFO] [stdout] 348 | | fn host_get_send_buf(host: *mut c_void, offset: intptr_t) -> *mut c_void; [INFO] [stdout] 349 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:432:1 [INFO] [stdout] | [INFO] [stdout] 432 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 433 | / extern "C" { [INFO] [stdout] 434 | | fn host_release_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 435 | | fn host_kill_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 436 | | fn host_on_voice_event(host: *mut c_void, tag: intptr_t, message: FlMessage) -> intptr_t; [INFO] [stdout] 437 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.47s [INFO] running `Command { std: "docker" "inspect" "bbb6cc0e5524a511bbf0844f463fed17fcfbe029b12073446853e7bcb76993e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbb6cc0e5524a511bbf0844f463fed17fcfbe029b12073446853e7bcb76993e6", kill_on_drop: false }` [INFO] [stdout] bbb6cc0e5524a511bbf0844f463fed17fcfbe029b12073446853e7bcb76993e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a7dd9c124d81b74967a9eb526010ba61375b62dab27e7e418c5a29045069f22 [INFO] running `Command { std: "docker" "start" "-a" "4a7dd9c124d81b74967a9eb526010ba61375b62dab27e7e418c5a29045069f22", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.24 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 169 | / extern "C" { [INFO] [stdout] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 316 | / extern "C" { [INFO] [stdout] 317 | | fn host_on_parameter(host: *mut c_void, tag: intptr_t, index: c_int, value: c_int); [INFO] [stdout] 318 | | fn host_on_controller(host: *mut c_void, tag: intptr_t, index: intptr_t, value: intptr_t); [INFO] [stdout] 319 | | fn host_on_hint(host: *mut c_void, tag: intptr_t, text: *mut c_char); [INFO] [stdout] ... | [INFO] [stdout] 348 | | fn host_get_send_buf(host: *mut c_void, offset: intptr_t) -> *mut c_void; [INFO] [stdout] 349 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:432:1 [INFO] [stdout] | [INFO] [stdout] 432 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 433 | / extern "C" { [INFO] [stdout] 434 | | fn host_release_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 435 | | fn host_kill_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 436 | | fn host_on_voice_event(host: *mut c_void, tag: intptr_t, message: FlMessage) -> intptr_t; [INFO] [stdout] 437 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling simple-logging v2.0.2 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling simplelog v0.7.6 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling fpsdk v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 169 | / extern "C" { [INFO] [stdout] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 316 | / extern "C" { [INFO] [stdout] 317 | | fn host_on_parameter(host: *mut c_void, tag: intptr_t, index: c_int, value: c_int); [INFO] [stdout] 318 | | fn host_on_controller(host: *mut c_void, tag: intptr_t, index: intptr_t, value: intptr_t); [INFO] [stdout] 319 | | fn host_on_hint(host: *mut c_void, tag: intptr_t, text: *mut c_char); [INFO] [stdout] ... | [INFO] [stdout] 348 | | fn host_get_send_buf(host: *mut c_void, offset: intptr_t) -> *mut c_void; [INFO] [stdout] 349 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:432:1 [INFO] [stdout] | [INFO] [stdout] 432 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 433 | / extern "C" { [INFO] [stdout] 434 | | fn host_release_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 435 | | fn host_kill_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 436 | | fn host_on_voice_event(host: *mut c_void, tag: intptr_t, message: FlMessage) -> intptr_t; [INFO] [stdout] 437 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `params` [INFO] [stdout] --> examples/simple.rs:391:5 [INFO] [stdout] | [INFO] [stdout] 391 | params: voice::Params, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 23.54s [INFO] running `Command { std: "docker" "inspect" "4a7dd9c124d81b74967a9eb526010ba61375b62dab27e7e418c5a29045069f22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a7dd9c124d81b74967a9eb526010ba61375b62dab27e7e418c5a29045069f22", kill_on_drop: false }` [INFO] [stdout] 4a7dd9c124d81b74967a9eb526010ba61375b62dab27e7e418c5a29045069f22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d380e0f8a96972f31686f99d1e150dc10249fc4dc466666b371cd0989878f339 [INFO] running `Command { std: "docker" "start" "-a" "d380e0f8a96972f31686f99d1e150dc10249fc4dc466666b371cd0989878f339", kill_on_drop: false }` [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/lib.rs:168:1 [INFO] [stderr] | [INFO] [stderr] 168 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 169 | / extern "C" { [INFO] [stderr] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- not a free function, impl method or static [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/host.rs:315:1 [INFO] [stderr] | [INFO] [stderr] 315 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 316 | / extern "C" { [INFO] [stderr] 317 | | fn host_on_parameter(host: *mut c_void, tag: intptr_t, index: c_int, value: c_int); [INFO] [stderr] 318 | | fn host_on_controller(host: *mut c_void, tag: intptr_t, index: intptr_t, value: intptr_t); [INFO] [stderr] 319 | | fn host_on_hint(host: *mut c_void, tag: intptr_t, text: *mut c_char); [INFO] [stderr] ... | [INFO] [stderr] 348 | | fn host_get_send_buf(host: *mut c_void, offset: intptr_t) -> *mut c_void; [INFO] [stderr] 349 | | } [INFO] [stderr] | |_- not a free function, impl method or static [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/host.rs:432:1 [INFO] [stderr] | [INFO] [stderr] 432 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 433 | / extern "C" { [INFO] [stderr] 434 | | fn host_release_voice(host: *mut c_void, tag: intptr_t); [INFO] [stderr] 435 | | fn host_kill_voice(host: *mut c_void, tag: intptr_t); [INFO] [stderr] 436 | | fn host_on_voice_event(host: *mut c_void, tag: intptr_t, message: FlMessage) -> intptr_t; [INFO] [stderr] 437 | | } [INFO] [stderr] | |_- not a free function, impl method or static [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] [INFO] [stderr] warning: `fpsdk` (lib) generated 3 warnings [INFO] [stderr] warning: field is never read: `params` [INFO] [stderr] --> examples/simple.rs:391:5 [INFO] [stderr] | [INFO] [stderr] 391 | params: voice::Params, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `fpsdk` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] warning: `fpsdk` (example "simple") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fpsdk-1d56901cbf901697) [INFO] [stdout] [INFO] [stderr] Doc-tests fpsdk [INFO] [stdout] running 1 test [INFO] [stdout] test plugin::message::tests::test_dword ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d380e0f8a96972f31686f99d1e150dc10249fc4dc466666b371cd0989878f339", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d380e0f8a96972f31686f99d1e150dc10249fc4dc466666b371cd0989878f339", kill_on_drop: false }` [INFO] [stdout] d380e0f8a96972f31686f99d1e150dc10249fc4dc466666b371cd0989878f339