[INFO] fetching crate serde_mcf 0.1.3... [INFO] testing serde_mcf-0.1.3 against 1.60.0 for beta-1.61-1 [INFO] extracting crate serde_mcf 0.1.3 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate serde_mcf 0.1.3 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate serde_mcf 0.1.3 [INFO] finished tweaking crates.io crate serde_mcf 0.1.3 [INFO] tweaked toml for crates.io crate serde_mcf 0.1.3 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded data-encoding v2.3.2 [INFO] [stderr] Downloaded error-chain v0.11.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f86025f0988d9dd1aac1dfb4f5012eb50e2253405ee7bf81caa59d8c680f3db [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" "6f86025f0988d9dd1aac1dfb4f5012eb50e2253405ee7bf81caa59d8c680f3db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f86025f0988d9dd1aac1dfb4f5012eb50e2253405ee7bf81caa59d8c680f3db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f86025f0988d9dd1aac1dfb4f5012eb50e2253405ee7bf81caa59d8c680f3db", kill_on_drop: false }` [INFO] [stdout] 6f86025f0988d9dd1aac1dfb4f5012eb50e2253405ee7bf81caa59d8c680f3db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab8571d6f163a74d783cc7893e411a81331ea43771d14b3681ecd6934174c2bd [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" "ab8571d6f163a74d783cc7893e411a81331ea43771d14b3681ecd6934174c2bd", kill_on_drop: false }` [INFO] [stderr] Compiling serde_bytes v0.10.5 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling serde_mcf v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | / /// List of known algorithm identifiers. [INFO] [stdout] 121 | | /// Source: https://passlib.readthedocs.io/en/stable/modular_crypt_format.html [INFO] [stdout] | |_-----------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoding.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | let (salt, hash) = (try!(BASE64BCRYPT.decode(&encoded.as_bytes()[..22]) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoding.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | ... try!(BASE64BCRYPT.decode(&encoded.as_bytes()[22..]) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | / error_chain!{ [INFO] [stdout] 41 | | errors { [INFO] [stdout] 42 | | Custom(msg: String) [INFO] [stdout] 43 | | Unsupported [INFO] [stdout] ... | [INFO] [stdout] 49 | | } [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | / error_chain!{ [INFO] [stdout] 41 | | errors { [INFO] [stdout] 42 | | Custom(msg: String) [INFO] [stdout] 43 | | Unsupported [INFO] [stdout] ... | [INFO] [stdout] 49 | | } [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.21s [INFO] running `Command { std: "docker" "inspect" "ab8571d6f163a74d783cc7893e411a81331ea43771d14b3681ecd6934174c2bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab8571d6f163a74d783cc7893e411a81331ea43771d14b3681ecd6934174c2bd", kill_on_drop: false }` [INFO] [stdout] ab8571d6f163a74d783cc7893e411a81331ea43771d14b3681ecd6934174c2bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4fe5adeaced957e84536d85f3d321c89efc07cbb92a9c6d687f6a3dd49b79391 [INFO] running `Command { std: "docker" "start" "-a" "4fe5adeaced957e84536d85f3d321c89efc07cbb92a9c6d687f6a3dd49b79391", 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] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | / /// List of known algorithm identifiers. [INFO] [stdout] 121 | | /// Source: https://passlib.readthedocs.io/en/stable/modular_crypt_format.html [INFO] [stdout] | |_-----------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoding.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | let (salt, hash) = (try!(BASE64BCRYPT.decode(&encoded.as_bytes()[..22]) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoding.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | ... try!(BASE64BCRYPT.decode(&encoded.as_bytes()[22..]) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | / error_chain!{ [INFO] [stdout] 41 | | errors { [INFO] [stdout] 42 | | Custom(msg: String) [INFO] [stdout] 43 | | Unsupported [INFO] [stdout] ... | [INFO] [stdout] 49 | | } [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | / error_chain!{ [INFO] [stdout] 41 | | errors { [INFO] [stdout] 42 | | Custom(msg: String) [INFO] [stdout] 43 | | Unsupported [INFO] [stdout] ... | [INFO] [stdout] 49 | | } [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_mcf v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | / /// List of known algorithm identifiers. [INFO] [stdout] 121 | | /// Source: https://passlib.readthedocs.io/en/stable/modular_crypt_format.html [INFO] [stdout] | |_-----------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoding.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | let (salt, hash) = (try!(BASE64BCRYPT.decode(&encoded.as_bytes()[..22]) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoding.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | ... try!(BASE64BCRYPT.decode(&encoded.as_bytes()[22..]) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | / error_chain!{ [INFO] [stdout] 41 | | errors { [INFO] [stdout] 42 | | Custom(msg: String) [INFO] [stdout] 43 | | Unsupported [INFO] [stdout] ... | [INFO] [stdout] 49 | | } [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | / error_chain!{ [INFO] [stdout] 41 | | errors { [INFO] [stdout] 42 | | Custom(msg: String) [INFO] [stdout] 43 | | Unsupported [INFO] [stdout] ... | [INFO] [stdout] 49 | | } [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.28s [INFO] running `Command { std: "docker" "inspect" "4fe5adeaced957e84536d85f3d321c89efc07cbb92a9c6d687f6a3dd49b79391", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fe5adeaced957e84536d85f3d321c89efc07cbb92a9c6d687f6a3dd49b79391", kill_on_drop: false }` [INFO] [stdout] 4fe5adeaced957e84536d85f3d321c89efc07cbb92a9c6d687f6a3dd49b79391 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2fc2d2b7f5c8c5beabff7e867283768a0331b63063aeb2331110d3b38bc6cf40 [INFO] running `Command { std: "docker" "start" "-a" "2fc2d2b7f5c8c5beabff7e867283768a0331b63063aeb2331110d3b38bc6cf40", kill_on_drop: false }` [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:120:1 [INFO] [stderr] | [INFO] [stderr] 120 | / /// List of known algorithm identifiers. [INFO] [stderr] 121 | | /// Source: https://passlib.readthedocs.io/en/stable/modular_crypt_format.html [INFO] [stderr] | |_-----------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encoding.rs:60:29 [INFO] [stderr] | [INFO] [stderr] 60 | let (salt, hash) = (try!(BASE64BCRYPT.decode(&encoded.as_bytes()[..22]) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/encoding.rs:62:29 [INFO] [stderr] | [INFO] [stderr] 62 | ... try!(BASE64BCRYPT.decode(&encoded.as_bytes()[22..]) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | / error_chain!{ [INFO] [stderr] 41 | | errors { [INFO] [stderr] 42 | | Custom(msg: String) [INFO] [stderr] 43 | | Unsupported [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | / error_chain!{ [INFO] [stderr] 41 | | errors { [INFO] [stderr] 42 | | Custom(msg: String) [INFO] [stderr] 43 | | Unsupported [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `serde_mcf` (lib) generated 5 warnings [INFO] [stderr] warning: `serde_mcf` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/serde_mcf-d58e018712a0f64b) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test de::test::test_deserialize ... ok [INFO] [stdout] test ser::test::test_serialize ... ok [INFO] [stdout] test test::test_all ... ok [INFO] [stdout] test test::test_trial_deserialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s [INFO] [stdout] [INFO] [stderr] Doc-tests serde_mcf [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" "2fc2d2b7f5c8c5beabff7e867283768a0331b63063aeb2331110d3b38bc6cf40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fc2d2b7f5c8c5beabff7e867283768a0331b63063aeb2331110d3b38bc6cf40", kill_on_drop: false }` [INFO] [stdout] 2fc2d2b7f5c8c5beabff7e867283768a0331b63063aeb2331110d3b38bc6cf40