[INFO] cloning repository https://github.com/m40r1/ext4_reader
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/m40r1/ext4_reader" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm40r1%2Fext4_reader", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm40r1%2Fext4_reader'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b23e56d7faee29912b9fc343d3c1380b570621d3
[INFO] testing m40r1/ext4_reader against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm40r1%2Fext4_reader" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/m40r1/ext4_reader
[INFO] finished tweaking git repo https://github.com/m40r1/ext4_reader
[INFO] tweaked toml for git repo https://github.com/m40r1/ext4_reader written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/m40r1/ext4_reader on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/m40r1/ext4_reader 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded positioned-io v0.2.2
[INFO] [stderr]   Downloaded proc-macro2 v1.0.40
[INFO] [stderr]   Downloaded byteorder v0.5.3
[INFO] [stderr]   Downloaded hex-slice v0.1.4
[INFO] [stderr]   Downloaded unicode-ident v1.0.1
[INFO] [stderr]   Downloaded custom_debug_derive v0.5.0
[INFO] [stderr]   Downloaded miniz_oxide v0.5.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a
[INFO] running `Command { std: "docker" "start" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling object v0.28.4
[INFO] [stderr]    Compiling backtrace v0.3.65
[INFO] [stderr]    Compiling byteorder v0.5.3
[INFO] [stderr]    Compiling positioned-io v0.2.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling hex-slice v0.1.4
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling custom_debug_derive v0.5.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]    Compiling num_enum_derive v0.5.7
[INFO] [stderr]    Compiling num_enum v0.5.7
[INFO] [stderr]    Compiling read v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/main.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[derive(CustumDebug)]
[INFO] [stdout]    |          ^----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Debug` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_DERIVE_core_fmt_Debug_FOR_DirectoryEntry`
[INFO] [stdout] 43 | struct DirectoryEntry {
[INFO] [stdout]    |        -------------- `DirectoryEntry` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `CustumDebug` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `CustumDebug` may come from an old version of the `custom_debug_derive` crate, try updating your dependency with `cargo update -p custom_debug_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `CustumDebug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/main.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[derive(CustumDebug)]
[INFO] [stdout]     |          ^----------
[INFO] [stdout]     |          |
[INFO] [stdout]     |          `Debug` is not local
[INFO] [stdout]     |          move the `impl` block outside of this constant `_DERIVE_core_fmt_Debug_FOR_Inode`
[INFO] [stdout] 154 | struct Inode {
[INFO] [stdout]     |        ----- `Inode` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `CustumDebug` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `CustumDebug` may come from an old version of the `custom_debug_derive` crate, try updating your dependency with `cargo update -p custom_debug_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `CustumDebug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/main.rs:262:10
[INFO] [stdout]     |
[INFO] [stdout] 262 | #[derive(CustumDebug)]
[INFO] [stdout]     |          ^----------
[INFO] [stdout]     |          |
[INFO] [stdout]     |          `Debug` is not local
[INFO] [stdout]     |          move the `impl` block outside of this constant `_DERIVE_core_fmt_Debug_FOR_Superblock`
[INFO] [stdout] 263 | struct Superblock {
[INFO] [stdout]     |        ---------- `Superblock` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `CustumDebug` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `CustumDebug` may come from an old version of the `custom_debug_derive` crate, try updating your dependency with `cargo update -p custom_debug_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `CustumDebug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 31.12s
[INFO] running `Command { std: "docker" "inspect" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling read v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/main.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[derive(CustumDebug)]
[INFO] [stdout]    |          ^----------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `Debug` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_DERIVE_core_fmt_Debug_FOR_DirectoryEntry`
[INFO] [stdout] 43 | struct DirectoryEntry {
[INFO] [stdout]    |        -------------- `DirectoryEntry` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `CustumDebug` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `CustumDebug` may come from an old version of the `custom_debug_derive` crate, try updating your dependency with `cargo update -p custom_debug_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `CustumDebug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/main.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[derive(CustumDebug)]
[INFO] [stdout]     |          ^----------
[INFO] [stdout]     |          |
[INFO] [stdout]     |          `Debug` is not local
[INFO] [stdout]     |          move the `impl` block outside of this constant `_DERIVE_core_fmt_Debug_FOR_Inode`
[INFO] [stdout] 154 | struct Inode {
[INFO] [stdout]     |        ----- `Inode` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `CustumDebug` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `CustumDebug` may come from an old version of the `custom_debug_derive` crate, try updating your dependency with `cargo update -p custom_debug_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `CustumDebug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/main.rs:262:10
[INFO] [stdout]     |
[INFO] [stdout] 262 | #[derive(CustumDebug)]
[INFO] [stdout]     |          ^----------
[INFO] [stdout]     |          |
[INFO] [stdout]     |          `Debug` is not local
[INFO] [stdout]     |          move the `impl` block outside of this constant `_DERIVE_core_fmt_Debug_FOR_Superblock`
[INFO] [stdout] 263 | struct Superblock {
[INFO] [stdout]     |        ---------- `Superblock` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `CustumDebug` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `CustumDebug` may come from an old version of the `custom_debug_derive` crate, try updating your dependency with `cargo update -p custom_debug_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `CustumDebug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.48s
[INFO] running `Command { std: "docker" "inspect" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/main.rs:42:10
[INFO] [stderr]    |
[INFO] [stderr] 42 | #[derive(CustumDebug)]
[INFO] [stderr]    |          ^----------
[INFO] [stderr]    |          |
[INFO] [stderr]    |          `Debug` is not local
[INFO] [stderr]    |          move the `impl` block outside of this constant `_DERIVE_core_fmt_Debug_FOR_DirectoryEntry`
[INFO] [stderr] 43 | struct DirectoryEntry {
[INFO] [stderr]    |        -------------- `DirectoryEntry` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `CustumDebug` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `CustumDebug` may come from an old version of the `custom_debug_derive` crate, try updating your dependency with `cargo update -p custom_debug_derive`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]    = note: this warning originates in the derive macro `CustumDebug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/main.rs:153:10
[INFO] [stderr]     |
[INFO] [stderr] 153 | #[derive(CustumDebug)]
[INFO] [stderr]     |          ^----------
[INFO] [stderr]     |          |
[INFO] [stderr]     |          `Debug` is not local
[INFO] [stderr]     |          move the `impl` block outside of this constant `_DERIVE_core_fmt_Debug_FOR_Inode`
[INFO] [stderr] 154 | struct Inode {
[INFO] [stderr]     |        ----- `Inode` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `CustumDebug` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `CustumDebug` may come from an old version of the `custom_debug_derive` crate, try updating your dependency with `cargo update -p custom_debug_derive`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]     = note: this warning originates in the derive macro `CustumDebug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]    --> src/main.rs:262:10
[INFO] [stderr]     |
[INFO] [stderr] 262 | #[derive(CustumDebug)]
[INFO] [stderr]     |          ^----------
[INFO] [stderr]     |          |
[INFO] [stderr]     |          `Debug` is not local
[INFO] [stderr]     |          move the `impl` block outside of this constant `_DERIVE_core_fmt_Debug_FOR_Superblock`
[INFO] [stderr] 263 | struct Superblock {
[INFO] [stderr]     |        ---------- `Superblock` is not local
[INFO] [stderr]     |
[INFO] [stderr]     = note: the derive macro `CustumDebug` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]     = note: the derive macro `CustumDebug` may come from an old version of the `custom_debug_derive` crate, try updating your dependency with `cargo update -p custom_debug_derive`
[INFO] [stderr]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]     = note: this warning originates in the derive macro `CustumDebug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `read` (bin "read" test) generated 3 warnings
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/read-c693775387f8a616)
[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" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a", kill_on_drop: false }`
[INFO] [stdout] 433dd5c66b2ca0c1ef31fc372620e08bdf64201cb51e5bed5343af13bac6743a
