[INFO] fetching crate spatial 1.0.1... [INFO] building spatial-1.0.1 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate spatial 1.0.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate spatial 1.0.1 [INFO] finished tweaking crates.io crate spatial 1.0.1 [INFO] tweaked toml for crates.io crate spatial 1.0.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate spatial 1.0.1 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 26 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.12.1 (available: v0.14.0) [INFO] [stderr] Adding ordered-float v4.6.0 (available: v5.0.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c2bb1318a7c65a1d7118f1795c96e9637abd62b5db7d84e092311ab5a7b8bec [INFO] running `Command { std: "docker" "start" "-a" "4c2bb1318a7c65a1d7118f1795c96e9637abd62b5db7d84e092311ab5a7b8bec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c2bb1318a7c65a1d7118f1795c96e9637abd62b5db7d84e092311ab5a7b8bec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c2bb1318a7c65a1d7118f1795c96e9637abd62b5db7d84e092311ab5a7b8bec", kill_on_drop: false }` [INFO] [stdout] 4c2bb1318a7c65a1d7118f1795c96e9637abd62b5db7d84e092311ab5a7b8bec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9be010a3201e4a991f1e9247585f24645647857f6bade20a37a624c320563f5a [INFO] running `Command { std: "docker" "start" "-a" "9be010a3201e4a991f1e9247585f24645647857f6bade20a37a624c320563f5a", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling spatial v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::tree::xmbr::node::XTreeNode` [INFO] [stdout] --> src/tree/xmbr/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use crate::tree::xmbr::node::XTreeNode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/mbr/map.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn iter(&self) -> Iter
> { [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] 98 | pub fn iter(&self) -> Iter<'_, P, DIM, LG, T, MbrRectQuery
> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: enum `XTreeNode` is never used
[INFO] [stdout] --> src/tree/xmbr/node.rs:15:10
[INFO] [stdout] |
[INFO] [stdout] 15 | pub enum XTreeNode
[INFO] [stdout] 33 | | where
[INFO] [stdout] 34 | | LG: MbrLeafGeometry ,
[INFO] [stdout] | |________________________________- method in this implementation
[INFO] [stdout] 35 | {
[INFO] [stdout] 36 | pub fn is_super(&self) -> bool {
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:103:21
[INFO] [stdout] |
[INFO] [stdout] 103 | pub fn iter_mut(&mut self) -> IterMut > {
[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] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 103 | pub fn iter_mut(&mut self) -> IterMut<'_, P, DIM, LG, T, MbrRectQuery > {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:109:9
[INFO] [stdout] |
[INFO] [stdout] 109 | &self,
[INFO] [stdout] | ^^^^^ the lifetime is elided here
[INFO] [stdout] 110 | query: Q,
[INFO] [stdout] 111 | ) -> Iter {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 111 | ) -> Iter<'_, P, DIM, LG, T, Q> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:117:9
[INFO] [stdout] |
[INFO] [stdout] 117 | &mut self,
[INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 118 | query: Q,
[INFO] [stdout] 119 | ) -> IterMut {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 119 | ) -> IterMut<'_, P, DIM, LG, T, Q> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
[INFO] running `Command { std: "docker" "inspect" "9be010a3201e4a991f1e9247585f24645647857f6bade20a37a624c320563f5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9be010a3201e4a991f1e9247585f24645647857f6bade20a37a624c320563f5a", kill_on_drop: false }`
[INFO] [stdout] 9be010a3201e4a991f1e9247585f24645647857f6bade20a37a624c320563f5a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d8f8d6fefa74e516d292f85f464a0626b4da63c78db1fd898635be45a729cfb6
[INFO] running `Command { std: "docker" "start" "-a" "d8f8d6fefa74e516d292f85f464a0626b4da63c78db1fd898635be45a729cfb6", kill_on_drop: false }`
[INFO] [stderr] Compiling libc v0.2.176
[INFO] [stderr] Compiling approx v0.5.1
[INFO] [stdout] warning: unused import: `crate::tree::xmbr::node::XTreeNode`
[INFO] [stdout] --> src/tree/xmbr/mod.rs:11:9
[INFO] [stdout] |
[INFO] [stdout] 11 | pub use crate::tree::xmbr::node::XTreeNode;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:98:17
[INFO] [stdout] |
[INFO] [stdout] 98 | pub fn iter(&self) -> Iter > {
[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] 98 | pub fn iter(&self) -> Iter<'_, P, DIM, LG, T, MbrRectQuery > {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: enum `XTreeNode` is never used
[INFO] [stdout] --> src/tree/xmbr/node.rs:15:10
[INFO] [stdout] |
[INFO] [stdout] 15 | pub enum XTreeNode
[INFO] [stdout] 33 | | where
[INFO] [stdout] 34 | | LG: MbrLeafGeometry ,
[INFO] [stdout] | |________________________________- method in this implementation
[INFO] [stdout] 35 | {
[INFO] [stdout] 36 | pub fn is_super(&self) -> bool {
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:103:21
[INFO] [stdout] |
[INFO] [stdout] 103 | pub fn iter_mut(&mut self) -> IterMut > {
[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] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 103 | pub fn iter_mut(&mut self) -> IterMut<'_, P, DIM, LG, T, MbrRectQuery > {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:109:9
[INFO] [stdout] |
[INFO] [stdout] 109 | &self,
[INFO] [stdout] | ^^^^^ the lifetime is elided here
[INFO] [stdout] 110 | query: Q,
[INFO] [stdout] 111 | ) -> Iter {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 111 | ) -> Iter<'_, P, DIM, LG, T, Q> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:117:9
[INFO] [stdout] |
[INFO] [stdout] 117 | &mut self,
[INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 118 | query: Q,
[INFO] [stdout] 119 | ) -> IterMut {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 119 | ) -> IterMut<'_, P, DIM, LG, T, Q> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling getrandom v0.2.16
[INFO] [stderr] Compiling rand_core v0.6.4
[INFO] [stderr] Compiling rand_chacha v0.3.1
[INFO] [stderr] Compiling rand v0.8.5
[INFO] [stderr] Compiling spatial v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::tree::xmbr::node::XTreeNode`
[INFO] [stdout] --> src/tree/xmbr/mod.rs:11:9
[INFO] [stdout] |
[INFO] [stdout] 11 | pub use crate::tree::xmbr::node::XTreeNode;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: enum `XTreeNode` is never used
[INFO] [stdout] --> src/tree/xmbr/node.rs:15:10
[INFO] [stdout] |
[INFO] [stdout] 15 | pub enum XTreeNode
[INFO] [stdout] 33 | | where
[INFO] [stdout] 34 | | LG: MbrLeafGeometry ,
[INFO] [stdout] | |________________________________- method in this implementation
[INFO] [stdout] 35 | {
[INFO] [stdout] 36 | pub fn is_super(&self) -> bool {
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:98:17
[INFO] [stdout] |
[INFO] [stdout] 98 | pub fn iter(&self) -> Iter > {
[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] 98 | pub fn iter(&self) -> Iter<'_, P, DIM, LG, T, MbrRectQuery > {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:103:21
[INFO] [stdout] |
[INFO] [stdout] 103 | pub fn iter_mut(&mut self) -> IterMut > {
[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] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 103 | pub fn iter_mut(&mut self) -> IterMut<'_, P, DIM, LG, T, MbrRectQuery > {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:109:9
[INFO] [stdout] |
[INFO] [stdout] 109 | &self,
[INFO] [stdout] | ^^^^^ the lifetime is elided here
[INFO] [stdout] 110 | query: Q,
[INFO] [stdout] 111 | ) -> Iter {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 111 | ) -> Iter<'_, P, DIM, LG, T, Q> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/tree/mbr/map.rs:117:9
[INFO] [stdout] |
[INFO] [stdout] 117 | &mut self,
[INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 118 | query: Q,
[INFO] [stdout] 119 | ) -> IterMut {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 119 | ) -> IterMut<'_, P, DIM, LG, T, Q> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.23s
[INFO] running `Command { std: "docker" "inspect" "d8f8d6fefa74e516d292f85f464a0626b4da63c78db1fd898635be45a729cfb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8f8d6fefa74e516d292f85f464a0626b4da63c78db1fd898635be45a729cfb6", kill_on_drop: false }`
[INFO] [stdout] d8f8d6fefa74e516d292f85f464a0626b4da63c78db1fd898635be45a729cfb6