[INFO] fetching crate postgres-mapper-derive 0.1.1...
[INFO] testing postgres-mapper-derive-0.1.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate postgres-mapper-derive 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate postgres-mapper-derive 0.1.1
[INFO] finished tweaking crates.io crate postgres-mapper-derive 0.1.1
[INFO] tweaked toml for crates.io crate postgres-mapper-derive 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate postgres-mapper-derive 0.1.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding quote v0.3.15 (available: v1.0.45)
[INFO] [stderr]       Adding syn v0.15.44 (available: v2.0.117)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2d1cdda8a9c4487e88d8797ab643fe257703639b02a2b673df462bd2a4c24f1
[INFO] running `Command { std: "docker" "start" "-a" "d2d1cdda8a9c4487e88d8797ab643fe257703639b02a2b673df462bd2a4c24f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2d1cdda8a9c4487e88d8797ab643fe257703639b02a2b673df462bd2a4c24f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2d1cdda8a9c4487e88d8797ab643fe257703639b02a2b673df462bd2a4c24f1", kill_on_drop: false }`
[INFO] [stdout] d2d1cdda8a9c4487e88d8797ab643fe257703639b02a2b673df462bd2a4c24f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76f9b3d91826dae0656b56bcee65f405e6a4f7412e66defe3b9d9dfac60d85b3
[INFO] running `Command { std: "docker" "start" "-a" "76f9b3d91826dae0656b56bcee65f405e6a4f7412e66defe3b9d9dfac60d85b3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling postgres-mapper-derive v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:295:16
[INFO] [stdout]     |
[INFO] [stdout] 295 |           panic!(format!(
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 296 | |             "expected pg_mapper {} attribute to be a string: `{} = \"...\"`",
[INFO] [stdout] 297 | |             attr_name, meta_item_name
[INFO] [stdout] 298 | |         ));
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 295 ~         panic!(
[INFO] [stdout] 296 |             "expected pg_mapper {} attribute to be a string: `{} = \"...\"`",
[INFO] [stdout] 297 |             attr_name, meta_item_name
[INFO] [stdout] 298 ~         );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:320:28
[INFO] [stdout]     |
[INFO] [stdout] 320 |                       panic!(format!(
[INFO] [stdout]     |  ____________________________^
[INFO] [stdout] 321 | |                         "unknown pg_mapper container attribute `{}`",
[INFO] [stdout] 322 | |                         meta_item.name()
[INFO] [stdout] 323 | |                     ))
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 320 ~                     panic!(
[INFO] [stdout] 321 |                         "unknown pg_mapper container attribute `{}`",
[INFO] [stdout] 322 |                         meta_item.name()
[INFO] [stdout] 323 ~                     )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
[INFO] running `Command { std: "docker" "inspect" "76f9b3d91826dae0656b56bcee65f405e6a4f7412e66defe3b9d9dfac60d85b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76f9b3d91826dae0656b56bcee65f405e6a4f7412e66defe3b9d9dfac60d85b3", kill_on_drop: false }`
[INFO] [stdout] 76f9b3d91826dae0656b56bcee65f405e6a4f7412e66defe3b9d9dfac60d85b3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0840ae56e829b80cc5daccfbcfe3f1917648210504d900f77a4e234943ea528
[INFO] running `Command { std: "docker" "start" "-a" "b0840ae56e829b80cc5daccfbcfe3f1917648210504d900f77a4e234943ea528", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling postgres-mapper-derive v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:295:16
[INFO] [stdout]     |
[INFO] [stdout] 295 |           panic!(format!(
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 296 | |             "expected pg_mapper {} attribute to be a string: `{} = \"...\"`",
[INFO] [stdout] 297 | |             attr_name, meta_item_name
[INFO] [stdout] 298 | |         ));
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 295 ~         panic!(
[INFO] [stdout] 296 |             "expected pg_mapper {} attribute to be a string: `{} = \"...\"`",
[INFO] [stdout] 297 |             attr_name, meta_item_name
[INFO] [stdout] 298 ~         );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:320:28
[INFO] [stdout]     |
[INFO] [stdout] 320 |                       panic!(format!(
[INFO] [stdout]     |  ____________________________^
[INFO] [stdout] 321 | |                         "unknown pg_mapper container attribute `{}`",
[INFO] [stdout] 322 | |                         meta_item.name()
[INFO] [stdout] 323 | |                     ))
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 320 ~                     panic!(
[INFO] [stdout] 321 |                         "unknown pg_mapper container attribute `{}`",
[INFO] [stdout] 322 |                         meta_item.name()
[INFO] [stdout] 323 ~                     )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:295:16
[INFO] [stdout]     |
[INFO] [stdout] 295 |           panic!(format!(
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 296 | |             "expected pg_mapper {} attribute to be a string: `{} = \"...\"`",
[INFO] [stdout] 297 | |             attr_name, meta_item_name
[INFO] [stdout] 298 | |         ));
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 295 ~         panic!(
[INFO] [stdout] 296 |             "expected pg_mapper {} attribute to be a string: `{} = \"...\"`",
[INFO] [stdout] 297 |             attr_name, meta_item_name
[INFO] [stdout] 298 ~         );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:320:28
[INFO] [stdout]     |
[INFO] [stdout] 320 |                       panic!(format!(
[INFO] [stdout]     |  ____________________________^
[INFO] [stdout] 321 | |                         "unknown pg_mapper container attribute `{}`",
[INFO] [stdout] 322 | |                         meta_item.name()
[INFO] [stdout] 323 | |                     ))
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 320 ~                     panic!(
[INFO] [stdout] 321 |                         "unknown pg_mapper container attribute `{}`",
[INFO] [stdout] 322 |                         meta_item.name()
[INFO] [stdout] 323 ~                     )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] running `Command { std: "docker" "inspect" "b0840ae56e829b80cc5daccfbcfe3f1917648210504d900f77a4e234943ea528", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0840ae56e829b80cc5daccfbcfe3f1917648210504d900f77a4e234943ea528", kill_on_drop: false }`
[INFO] [stdout] b0840ae56e829b80cc5daccfbcfe3f1917648210504d900f77a4e234943ea528
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 58f5b40685c3b95c61e9a3472029315e5de507a7aeaa7c031a2b0b6654846f8d
[INFO] running `Command { std: "docker" "start" "-a" "58f5b40685c3b95c61e9a3472029315e5de507a7aeaa7c031a2b0b6654846f8d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:295:16
[INFO] [stderr]     |
[INFO] [stderr] 295 |           panic!(format!(
[INFO] [stderr]     |  ________________^
[INFO] [stderr] 296 | |             "expected pg_mapper {} attribute to be a string: `{} = \"...\"`",
[INFO] [stderr] 297 | |             attr_name, meta_item_name
[INFO] [stderr] 298 | |         ));
[INFO] [stderr]     | |_________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 295 ~         panic!(
[INFO] [stderr] 296 |             "expected pg_mapper {} attribute to be a string: `{} = \"...\"`",
[INFO] [stderr] 297 |             attr_name, meta_item_name
[INFO] [stderr] 298 ~         );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:320:28
[INFO] [stderr]     |
[INFO] [stderr] 320 |                       panic!(format!(
[INFO] [stderr]     |  ____________________________^
[INFO] [stderr] 321 | |                         "unknown pg_mapper container attribute `{}`",
[INFO] [stderr] 322 | |                         meta_item.name()
[INFO] [stderr] 323 | |                     ))
[INFO] [stderr]     | |_____________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 320 ~                     panic!(
[INFO] [stderr] 321 |                         "unknown pg_mapper container attribute `{}`",
[INFO] [stderr] 322 |                         meta_item.name()
[INFO] [stderr] 323 ~                     )
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `postgres-mapper-derive` (lib) generated 2 warnings (run `cargo fix --lib -p postgres-mapper-derive` to apply 2 suggestions)
[INFO] [stderr] warning: `postgres-mapper-derive` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/postgres_mapper_derive-d51773e235a65fbc)
[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] [stderr]    Doc-tests postgres_mapper_derive
[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" "58f5b40685c3b95c61e9a3472029315e5de507a7aeaa7c031a2b0b6654846f8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58f5b40685c3b95c61e9a3472029315e5de507a7aeaa7c031a2b0b6654846f8d", kill_on_drop: false }`
[INFO] [stdout] 58f5b40685c3b95c61e9a3472029315e5de507a7aeaa7c031a2b0b6654846f8d
