[INFO] fetching crate metacomplete_ptrie 0.7.0... [INFO] testing metacomplete_ptrie-0.7.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate metacomplete_ptrie 0.7.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate metacomplete_ptrie 0.7.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate metacomplete_ptrie 0.7.0 [INFO] tweaked toml for crates.io crate metacomplete_ptrie 0.7.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate metacomplete_ptrie 0.7.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate metacomplete_ptrie 0.7.0 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.90.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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proc-macro2 v1.0.76 [INFO] [stderr] Downloaded is-terminal v0.4.12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b977c0f9da14f8976dd1c81284f96a5c3ffee23a94dee726fe7ab4bb8e38ef8e [INFO] running `Command { std: "docker" "start" "-a" "b977c0f9da14f8976dd1c81284f96a5c3ffee23a94dee726fe7ab4bb8e38ef8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b977c0f9da14f8976dd1c81284f96a5c3ffee23a94dee726fe7ab4bb8e38ef8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b977c0f9da14f8976dd1c81284f96a5c3ffee23a94dee726fe7ab4bb8e38ef8e", kill_on_drop: false }` [INFO] [stdout] b977c0f9da14f8976dd1c81284f96a5c3ffee23a94dee726fe7ab4bb8e38ef8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa5b5bc889842daaf39c67de4378f1ba1e8c840052c38ebac31836b11db4d1fa [INFO] running `Command { std: "docker" "start" "-a" "fa5b5bc889842daaf39c67de4378f1ba1e8c840052c38ebac31836b11db4d1fa", kill_on_drop: false }` [INFO] [stderr] Compiling never-say-never v6.6.666 [INFO] [stderr] Compiling higher-kinded-types v0.1.1 [INFO] [stderr] Compiling polonius-the-crab v0.4.1 [INFO] [stderr] Compiling metacomplete_ptrie v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `nk` [INFO] [stdout] --> src/trie.rs:134:26 [INFO] [stdout] | [INFO] [stdout] 134 | if let Some((nk, next)) = node [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_nk` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie.rs:136:49 [INFO] [stdout] | [INFO] [stdout] 136 | .binary_search_by_key(&&k, |(k, n)| k) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nk` [INFO] [stdout] --> src/trie.rs:159:22 [INFO] [stdout] | [INFO] [stdout] 159 | let (nk, next) = &mut node.children[ix]; [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_nk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie.rs:158:74 [INFO] [stdout] | [INFO] [stdout] 158 | if let Ok(ix) = node.children.binary_search_by_key(&&k, |(k, n)| k) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:33:67 [INFO] [stdout] | [INFO] [stdout] 33 | match self.children.binary_search_by_key(&&part, |(k, n)| k) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:52:79 [INFO] [stdout] | [INFO] [stdout] 52 | if let Some(ix) = self.children.binary_search_by_key(&&next, |(k, n)| k).ok() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:66:49 [INFO] [stdout] | [INFO] [stdout] 66 | .binary_search_by_key(&&p, |(k, n)| k) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:77:49 [INFO] [stdout] | [INFO] [stdout] 77 | .binary_search_by_key(&&p, |(k, n)| k) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trie.rs:329:17 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn iter(&self) -> TrieIterator { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 329 | pub fn iter(&self) -> TrieIterator<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `Command { std: "docker" "inspect" "fa5b5bc889842daaf39c67de4378f1ba1e8c840052c38ebac31836b11db4d1fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa5b5bc889842daaf39c67de4378f1ba1e8c840052c38ebac31836b11db4d1fa", kill_on_drop: false }` [INFO] [stdout] fa5b5bc889842daaf39c67de4378f1ba1e8c840052c38ebac31836b11db4d1fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acd15bb38b47e2bf110f04cc81507cb01690309e9c807c1019185827ffd00bfb [INFO] running `Command { std: "docker" "start" "-a" "acd15bb38b47e2bf110f04cc81507cb01690309e9c807c1019185827ffd00bfb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stdout] warning: unused variable: `nk` [INFO] [stdout] --> src/trie.rs:134:26 [INFO] [stdout] | [INFO] [stdout] 134 | if let Some((nk, next)) = node [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_nk` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie.rs:136:49 [INFO] [stdout] | [INFO] [stdout] 136 | .binary_search_by_key(&&k, |(k, n)| k) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nk` [INFO] [stdout] --> src/trie.rs:159:22 [INFO] [stdout] | [INFO] [stdout] 159 | let (nk, next) = &mut node.children[ix]; [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_nk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie.rs:158:74 [INFO] [stdout] | [INFO] [stdout] 158 | if let Ok(ix) = node.children.binary_search_by_key(&&k, |(k, n)| k) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:33:67 [INFO] [stdout] | [INFO] [stdout] 33 | match self.children.binary_search_by_key(&&part, |(k, n)| k) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:52:79 [INFO] [stdout] | [INFO] [stdout] 52 | if let Some(ix) = self.children.binary_search_by_key(&&next, |(k, n)| k).ok() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:66:49 [INFO] [stdout] | [INFO] [stdout] 66 | .binary_search_by_key(&&p, |(k, n)| k) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:77:49 [INFO] [stdout] | [INFO] [stdout] 77 | .binary_search_by_key(&&p, |(k, n)| k) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trie.rs:329:17 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn iter(&self) -> TrieIterator { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 329 | pub fn iter(&self) -> TrieIterator<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.5.4 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling metacomplete_ptrie v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `ptrie` [INFO] [stdout] --> tests/trie_tests.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | use ptrie::Trie; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `ptrie` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ptrie`, use `cargo add ptrie` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nk` [INFO] [stdout] --> src/trie.rs:134:26 [INFO] [stdout] | [INFO] [stdout] 134 | if let Some((nk, next)) = node [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_nk` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie.rs:136:49 [INFO] [stdout] | [INFO] [stdout] 136 | .binary_search_by_key(&&k, |(k, n)| k) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nk` [INFO] [stdout] --> src/trie.rs:159:22 [INFO] [stdout] | [INFO] [stdout] 159 | let (nk, next) = &mut node.children[ix]; [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_nk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie.rs:158:74 [INFO] [stdout] | [INFO] [stdout] 158 | if let Ok(ix) = node.children.binary_search_by_key(&&k, |(k, n)| k) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:33:67 [INFO] [stdout] | [INFO] [stdout] 33 | match self.children.binary_search_by_key(&&part, |(k, n)| k) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:52:79 [INFO] [stdout] | [INFO] [stdout] 52 | if let Some(ix) = self.children.binary_search_by_key(&&next, |(k, n)| k).ok() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:66:49 [INFO] [stdout] | [INFO] [stdout] 66 | .binary_search_by_key(&&p, |(k, n)| k) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/trie_node.rs:77:49 [INFO] [stdout] | [INFO] [stdout] 77 | .binary_search_by_key(&&p, |(k, n)| k) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trie.rs:329:17 [INFO] [stdout] | [INFO] [stdout] 329 | pub fn iter(&self) -> TrieIterator { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 329 | pub fn iter(&self) -> TrieIterator<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/trie_tests.rs:80:14 [INFO] [stdout] | [INFO] [stdout] 80 | for (k, v) in t.iter() { [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/trie_tests.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | for (k, v) in t.iter() { [INFO] [stdout] | ^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: only the last element of a tuple may have a dynamically sized type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `metacomplete_ptrie` (test "trie_tests") due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "acd15bb38b47e2bf110f04cc81507cb01690309e9c807c1019185827ffd00bfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acd15bb38b47e2bf110f04cc81507cb01690309e9c807c1019185827ffd00bfb", kill_on_drop: false }` [INFO] [stdout] acd15bb38b47e2bf110f04cc81507cb01690309e9c807c1019185827ffd00bfb