[INFO] fetching crate pvec 0.2.1... [INFO] testing pvec-0.2.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate pvec 0.2.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate pvec 0.2.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pvec 0.2.1 [INFO] finished tweaking crates.io crate pvec 0.2.1 [INFO] tweaked toml for crates.io crate pvec 0.2.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd5b7c78a5d8100a465f85e64ade3fe4f1a2d762405153800f4a747e2fd448e4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dd5b7c78a5d8100a465f85e64ade3fe4f1a2d762405153800f4a747e2fd448e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd5b7c78a5d8100a465f85e64ade3fe4f1a2d762405153800f4a747e2fd448e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd5b7c78a5d8100a465f85e64ade3fe4f1a2d762405153800f4a747e2fd448e4", kill_on_drop: false }` [INFO] [stdout] dd5b7c78a5d8100a465f85e64ade3fe4f1a2d762405153800f4a747e2fd448e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c65a0b17280e2e523de938aeb626de9fc9914932cd7b749484fe6f1483a37bed [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c65a0b17280e2e523de938aeb626de9fc9914932cd7b749484fe6f1483a37bed", kill_on_drop: false }` [INFO] [stderr] Compiling pvec v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/core/mod.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | mem::replace(&mut self.tail, new_tail); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 211 | impl_vec!(RbVec); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: this warning originates in the macro `impl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/core/mod.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | mem::replace(&mut self.tail, new_tail); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | impl_vec!(RrbVec); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: this warning originates in the macro `impl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "c65a0b17280e2e523de938aeb626de9fc9914932cd7b749484fe6f1483a37bed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c65a0b17280e2e523de938aeb626de9fc9914932cd7b749484fe6f1483a37bed", kill_on_drop: false }` [INFO] [stdout] c65a0b17280e2e523de938aeb626de9fc9914932cd7b749484fe6f1483a37bed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4220dee8c74a8cb689e9bada4f258ed9a74c53ef2f2e84f8dc5e494cfd83f4e9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4220dee8c74a8cb689e9bada4f258ed9a74c53ef2f2e84f8dc5e494cfd83f4e9", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/core/mod.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | mem::replace(&mut self.tail, new_tail); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 211 | impl_vec!(RbVec); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: this warning originates in the macro `impl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/core/mod.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | mem::replace(&mut self.tail, new_tail); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | impl_vec!(RrbVec); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: this warning originates in the macro `impl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling im v14.3.0 [INFO] [stderr] Compiling im-rc v14.3.0 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling sized-chunks v0.5.3 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling pvec v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/core/mod.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | mem::replace(&mut self.tail, new_tail); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 211 | impl_vec!(RbVec); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: this warning originates in the macro `impl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/core/mod.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | mem::replace(&mut self.tail, new_tail); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | impl_vec!(RrbVec); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: this warning originates in the macro `impl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 44.00s [INFO] running `Command { std: "docker" "inspect" "4220dee8c74a8cb689e9bada4f258ed9a74c53ef2f2e84f8dc5e494cfd83f4e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4220dee8c74a8cb689e9bada4f258ed9a74c53ef2f2e84f8dc5e494cfd83f4e9", kill_on_drop: false }` [INFO] [stdout] 4220dee8c74a8cb689e9bada4f258ed9a74c53ef2f2e84f8dc5e494cfd83f4e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 38fb0ae1d05c0ac185511e0d9de3f8141d3329650c8e4f0ea8978237a70f1fed [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "38fb0ae1d05c0ac185511e0d9de3f8141d3329650c8e4f0ea8978237a70f1fed", kill_on_drop: false }` [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/core/mod.rs:141:21 [INFO] [stderr] | [INFO] [stderr] 141 | mem::replace(&mut self.tail, new_tail); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 211 | impl_vec!(RbVec); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in the macro `impl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/core/mod.rs:141:21 [INFO] [stderr] | [INFO] [stderr] 141 | mem::replace(&mut self.tail, new_tail); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 212 | impl_vec!(RrbVec); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: this warning originates in the macro `impl_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `pvec` (lib) generated 2 warnings [INFO] [stdout] [INFO] [stderr] warning: `pvec` (lib test) generated 2 warnings (2 duplicates) [INFO] [stdout] running 53 tests [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stdout] test core::iter::rbvec::empty_vec ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pvec-e61c1ef4cf747602) [INFO] [stdout] test core::iter::rbvec::has_tail_only ... ok [INFO] [stdout] test core::iter::rrbvec::empty_vec ... ok [INFO] [stdout] test core::iter::rrbvec::has_tail_only ... ok [INFO] [stdout] test core::rbvec::len_matches_actual_size ... ok [INFO] [stdout] test core::iter::rbvec::sequential_calls_to_next_and_next_back ... ok [INFO] [stdout] test core::iter::rrbvec::sequential_calls_to_next_and_next_back ... ok [INFO] [stdout] test core::rbvec::pop_must_not_mutate_cloned_vec ... ok [INFO] [stdout] test core::rbvec::mutate_in_place_must_not_mutate_cloned_vec ... ok [INFO] [stdout] test core::rbvec::push_pop_must_return_expected_values ... ok [INFO] [stdout] test core::rbvec::append_must_maintain_vectors_in_correct_state_after_clone ... ok [INFO] [stdout] test core::rbvec::len_matches_len_cloned ... ok [INFO] [stdout] test core::rbvec::zero_sized_values ... ok [INFO] [stdout] test core::rrbtree::iter::test::empty_tree ... ok [INFO] [stdout] test core::iter::rbvec::underlying_tree_has_multiple_levels ... ok [INFO] [stdout] test core::iter::rrbvec::underlying_tree_has_multiple_levels ... ok [INFO] [stdout] test core::rrbtree::iter::test::root_has_two_leaves ... ok [INFO] [stdout] test core::rrbtree::test::split_off_when_root_is_leaf ... ok [INFO] [stdout] test core::rrbtree::iter::test::root_is_leaf ... ok [INFO] [stdout] test core::rrbtree::iter::test::root_has_more_than_three_levels ... ok [INFO] [stdout] test core::rrbvec::append_must_maintain_vectors_in_correct_state_after_clone ... ok [INFO] [stdout] test core::rbvec::split_off_by_one ... ok [INFO] [stdout] test core::rrbvec::interleaving_append_split_off_operations ... ok [INFO] [stdout] test core::rrbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_4 ... ok [INFO] [stdout] test core::rrbtree::test::split_off_right_by_one ... ok [INFO] [stdout] test core::rbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_4 ... ok [INFO] [stdout] test core::rrbvec::len_matches_actual_size ... ok [INFO] [stdout] test core::rrbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_5 ... ok [INFO] [stdout] test core::rrbvec::mutate_in_place_must_not_mutate_cloned_vec ... ok [INFO] [stdout] test core::rrbvec::pop_must_not_mutate_cloned_vec ... ok [INFO] [stdout] test core::rrbvec::push_pop_must_return_expected_values ... ok [INFO] [stdout] test core::rrbvec::len_matches_len_cloned ... ok [INFO] [stdout] test core::rrbvec::zero_sized_values ... ok [INFO] [stdout] test iter::test::empty_pvec ... ok [INFO] [stdout] test iter::test::pvec_has_tail_only ... ok [INFO] [stdout] test core::rrbvec::split_off_by_one ... ok [INFO] [stdout] test iter::test::underlying_tree_has_multiple_levels ... ok [INFO] [stdout] test test::interleaving_append_split_off_operations ... ok [INFO] [stdout] test core::rbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_5 ... ok [INFO] [stdout] test core::iter::rrbvec::underlying_tree_is_relaxed ... ok [INFO] [stdout] test iter::test::underlying_tree_is_relaxed ... ok [INFO] [stdout] test core::iter::rbvec::underlying_tree_is_relaxed ... ok [INFO] [stdout] test core::rbvec::interleaving_append_split_off_operations ... ok [INFO] [stdout] test core::rbvec::interleaving_push_and_append_operations_must_maintain_correct_internal_state_for_var_sizes_32 ... ok [INFO] [stdout] test core::rrbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_16 ... ok [INFO] [stdout] test core::rbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_16 ... ok [INFO] [stdout] test core::rrbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_17 ... ok [INFO] [stdout] test core::rbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_17 ... ok [INFO] [stdout] test core::rrbvec::interleaving_push_and_append_operations_must_maintain_correct_internal_state_for_var_sizes_32 ... ok [INFO] [stdout] test core::rbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_32 ... ok [INFO] [stdout] test core::rbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_33 ... ok [INFO] [stdout] test core::rrbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_32 ... ok [INFO] [stdout] test core::rrbvec::interleaving_different_operations_must_maintain_correct_internal_state_for_var_sizes_33 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.70s [INFO] [stdout] [INFO] [stderr] Doc-tests pvec [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" "38fb0ae1d05c0ac185511e0d9de3f8141d3329650c8e4f0ea8978237a70f1fed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38fb0ae1d05c0ac185511e0d9de3f8141d3329650c8e4f0ea8978237a70f1fed", kill_on_drop: false }` [INFO] [stdout] 38fb0ae1d05c0ac185511e0d9de3f8141d3329650c8e4f0ea8978237a70f1fed