[INFO] cloning repository https://github.com/JonahPlusPlus/mynt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JonahPlusPlus/mynt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJonahPlusPlus%2Fmynt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJonahPlusPlus%2Fmynt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8387bf7cd699e9d9b23b7679f932e8a35fe5b270
[INFO] testing JonahPlusPlus/mynt against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJonahPlusPlus%2Fmynt" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/JonahPlusPlus/mynt
[INFO] finished tweaking git repo https://github.com/JonahPlusPlus/mynt
[INFO] tweaked toml for git repo https://github.com/JonahPlusPlus/mynt written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JonahPlusPlus/mynt on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JonahPlusPlus/mynt 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded deluxe-macros v0.5.0
[INFO] [stderr]   Downloaded if_chain v1.0.3
[INFO] [stderr]   Downloaded hexify v0.0.3
[INFO] [stderr]   Downloaded deluxe v0.5.0
[INFO] [stderr]   Downloaded venial v0.6.1
[INFO] [stderr]   Downloaded deluxe-core v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe
[INFO] running `Command { std: "docker" "start" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe", 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" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe", 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" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling mynt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] running `Command { std: "docker" "inspect" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe", 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" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling mynt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] running `Command { std: "docker" "inspect" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe", 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" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mynt-bab5e154bdceae2c)
[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 mynt
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 173) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 173) stdout ----
[INFO] [stdout] error: the `#[proc_macro_attribute]` attribute is only usable with crates of the `proc-macro` crate type
[INFO] [stdout]    --> src/lib.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | mynt_macro_attribute!(schema => schema_impl);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `mynt_macro_attribute` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ordered_multimap`
[INFO] [stdout]    --> src/lib.rs:178:5
[INFO] [stdout]     |
[INFO] [stdout] 178 | use ordered_multimap::ListOrderedMultimap;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ordered_multimap`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ordered_multimap`, use `cargo add ordered_multimap` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `quote`
[INFO] [stdout]    --> src/lib.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 | use quote::{ToTokens, format_ident, quote, quote_spanned};
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `quote`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `quote`, use `cargo add quote` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `deluxe` in this scope
[INFO] [stdout]    --> src/lib.rs:294:10
[INFO] [stdout]     |
[INFO] [stdout] 294 | #[derive(deluxe::ExtractAttributes)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `deluxe`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `deluxe` in this scope
[INFO] [stdout]    --> src/lib.rs:302:10
[INFO] [stdout]     |
[INFO] [stdout] 302 | #[derive(deluxe::ParseMetaItem)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `deluxe`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deluxe` in this scope
[INFO] [stdout]    --> src/lib.rs:295:3
[INFO] [stdout]     |
[INFO] [stdout] 295 | #[deluxe(attributes(schema))]
[INFO] [stdout]     |   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deluxe` in this scope
[INFO] [stdout]    --> src/lib.rs:298:7
[INFO] [stdout]     |
[INFO] [stdout] 298 |     #[deluxe(transparent)]
[INFO] [stdout]     |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `proc_macro` in the crate root
[INFO] [stdout]    --> src/lib.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | mynt_macro_attribute!(schema => schema_impl);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `proc_macro` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `mynt_macro_attribute` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `proc_macro` in the crate root
[INFO] [stdout]    --> src/lib.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | mynt_macro_attribute!(schema => schema_impl);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `proc_macro` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `mynt_macro_attribute` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `proc_macro` in the crate root
[INFO] [stdout]    --> src/lib.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | mynt_macro_attribute!(schema => schema_impl);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `proc_macro` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `mynt_macro_attribute` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `proc_macro` in the crate root
[INFO] [stdout]    --> src/lib.rs:184:1
[INFO] [stdout]     |
[INFO] [stdout] 184 | mynt_macro_attribute!(schema => schema_impl);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `proc_macro` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::mynt_impl` which comes from the expansion of the macro `mynt_macro_attribute` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Item` in `syn`
[INFO] [stdout]    --> src/lib.rs:207:18
[INFO] [stdout]     |
[INFO] [stdout] 207 |         let syn::Item::Struct(mut item_struct) = item else {
[INFO] [stdout]     |                  ^^^^ could not find `Item` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs:431:88
[INFO] [stdout]     |
[INFO] [stdout] 427 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 431 |     ImplItem, ImplItemConst, ImplItemFn, ImplItemMacro, ImplItemType, ImplRestriction, Item,
[INFO] [stdout]     |                                                                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Fields` in `syn`
[INFO] [stdout]    --> src/lib.rs:319:14
[INFO] [stdout]     |
[INFO] [stdout] 319 |     let syn::Fields::Named(row_fields) = &row_item.item_struct.fields else {
[INFO] [stdout]     |              ^^^^^^ could not find `Fields` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs:358:30
[INFO] [stdout]     |
[INFO] [stdout] 356 | #[cfg(any(feature = "full", feature = "derive"))]
[INFO] [stdout]     |          -------------------------------------- the item is gated here
[INFO] [stdout] 357 | #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
[INFO] [stdout] 358 | pub use crate::data::{Field, Fields, FieldsNamed, FieldsUnnamed, Variant};
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `parse2` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:197:14
[INFO] [stdout]     |
[INFO] [stdout] 197 |     } = syn::parse2(input).unwrap_or_quit(); // parse with syn or quit with an error
[INFO] [stdout]     |              ^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs:927:8
[INFO] [stdout]     |
[INFO] [stdout] 925 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 926 | #[cfg_attr(docsrs, doc(cfg(feature = "parsing")))]
[INFO] [stdout] 927 | pub fn parse2<T: parse::Parse>(tokens: proc_macro2::TokenStream) -> Result<T> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ItemMod` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:189:14
[INFO] [stdout]     |
[INFO] [stdout] 189 |     let syn::ItemMod {
[INFO] [stdout]     |              ^^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs:432:88
[INFO] [stdout]     |
[INFO] [stdout] 427 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 432 |     ItemConst, ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMod,
[INFO] [stdout]     |                                                                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ItemStruct` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:291:23
[INFO] [stdout]     |
[INFO] [stdout] 291 |     item_struct: syn::ItemStruct,
[INFO] [stdout]     |                       ^^^^^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs:433:17
[INFO] [stdout]     |
[INFO] [stdout] 427 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 433 |     ItemStatic, ItemStruct, ItemTrait, ItemTraitAlias, ItemType, ItemUnion, ItemUse, Receiver,
[INFO] [stdout]     |                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ItemStruct` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:308:52
[INFO] [stdout]     |
[INFO] [stdout] 308 | fn table_impl(args: &TableArgs, item_struct: &syn::ItemStruct, store: &SchemaStore) -> TokenStream {
[INFO] [stdout]     |                                                    ^^^^^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs:433:17
[INFO] [stdout]     |
[INFO] [stdout] 427 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 433 |     ItemStatic, ItemStruct, ItemTrait, ItemTraitAlias, ItemType, ItemUnion, ItemUse, Receiver,
[INFO] [stdout]     |                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `deluxe` in this scope
[INFO] [stdout]    --> src/lib.rs:274:30
[INFO] [stdout]     |
[INFO] [stdout] 274 | fn try_extract_attributes<T: deluxe::HasAttributes, R: deluxe::ExtractAttributes<T>>(
[INFO] [stdout]     |                              ^^^^^^ use of unresolved module or unlinked crate `deluxe`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `deluxe`, use `cargo add deluxe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `deluxe` in this scope
[INFO] [stdout]    --> src/lib.rs:274:56
[INFO] [stdout]     |
[INFO] [stdout] 274 | fn try_extract_attributes<T: deluxe::HasAttributes, R: deluxe::ExtractAttributes<T>>(
[INFO] [stdout]     |                                                        ^^^^^^ use of unresolved module or unlinked crate `deluxe`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `deluxe`, use `cargo add deluxe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `deluxe` in this scope
[INFO] [stdout]    --> src/lib.rs:276:6
[INFO] [stdout]     |
[INFO] [stdout] 276 | ) -> deluxe::Result<Option<R>> {
[INFO] [stdout]     |      ^^^^^^ use of unresolved module or unlinked crate `deluxe`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `deluxe`, use `cargo add deluxe` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 20 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 173)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.16s; merged doctests compilation took 0.07s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe", kill_on_drop: false }`
[INFO] [stdout] d52e96af67a4fb349c54a7c0f30ee08466d0501d2206f79ba2619a8448cab2fe
