[INFO] cloning repository https://github.com/rocurley/rs-partition [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rocurley/rs-partition" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frocurley%2Frs-partition", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frocurley%2Frs-partition'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4ad2e2578e98dfc35e7bf7257cb3c740d78e169f [INFO] testing rocurley/rs-partition against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frocurley%2Frs-partition" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rocurley/rs-partition on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rocurley/rs-partition [INFO] finished tweaking git repo https://github.com/rocurley/rs-partition [INFO] tweaked toml for git repo https://github.com/rocurley/rs-partition written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/rocurley/rs-partition already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a20fd2dd2e6496d1a0f5b45bab0609281cc711b060da236a3601bed11336e9e8 [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" "a20fd2dd2e6496d1a0f5b45bab0609281cc711b060da236a3601bed11336e9e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a20fd2dd2e6496d1a0f5b45bab0609281cc711b060da236a3601bed11336e9e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a20fd2dd2e6496d1a0f5b45bab0609281cc711b060da236a3601bed11336e9e8", kill_on_drop: false }` [INFO] [stdout] a20fd2dd2e6496d1a0f5b45bab0609281cc711b060da236a3601bed11336e9e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7fc442d5d803a87ed110c5cd7bfdde24b7a8e3eadeec21a80fb8f4d3c3e4343 [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" "a7fc442d5d803a87ed110c5cd7bfdde24b7a8e3eadeec21a80fb8f4d3c3e4343", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling bit-vec v0.5.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling spin v0.4.10 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling bit-set v0.5.0 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling wait-timeout v0.1.5 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling tempfile v3.0.6 [INFO] [stderr] Compiling error-chain v0.5.0 [INFO] [stderr] Compiling cpuprofiler v0.0.3 [INFO] [stderr] Compiling rusty-fork v0.2.1 [INFO] [stderr] Compiling proptest v0.9.1 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling rs-partition v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/brute.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | ) -> Box>> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator>> + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/subset.rs:72:56 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn all_subsets(elements: &[T]) -> Option<(Vec>)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 72 - pub fn all_subsets(elements: &[T]) -> Option<(Vec>)> { [INFO] [stdout] 72 + pub fn all_subsets(elements: &[T]) -> Option>> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `total` [INFO] [stdout] --> src/gcc.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | total: T, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `n_partitions` [INFO] [stdout] --> src/gcc.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | n_partitions: T, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `range_contains` has been stable since 1.35.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(range_contains)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `range_is_empty` has been stable since 1.47.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(range_is_empty)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.partition.a9fe7935-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029.3t7d0555r49du9ue.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-150dc6b27874d910/out" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_json-2152495fbf71d1e6.rlib" "/opt/rustwide/target/debug/deps/libryu-15b6ba5feaf4bf0a.rlib" "/opt/rustwide/target/debug/deps/libitoa-96ce37d5cfefc361.rlib" "/opt/rustwide/target/debug/deps/libserde-fa566aea36e97931.rlib" "/opt/rustwide/target/debug/deps/libpartition_lib-bd9940863b6e5723.rlib" "/opt/rustwide/target/debug/deps/libstructopt-8c9f555673b0b0c9.rlib" "/opt/rustwide/target/debug/deps/libclap-935c9152c75b3a2b.rlib" "/opt/rustwide/target/debug/deps/libvec_map-11539489c7468588.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-6150aefb2733d976.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-1c5c393aa49a23dd.rlib" "/opt/rustwide/target/debug/deps/libstrsim-086f10016726ef86.rlib" "/opt/rustwide/target/debug/deps/libbitflags-257fd09b908c4179.rlib" "/opt/rustwide/target/debug/deps/libatty-2ffb11683d60c731.rlib" "/opt/rustwide/target/debug/deps/libansi_term-76ca62e328105e50.rlib" "/opt/rustwide/target/debug/deps/libitertools-b314bfcb1c28b774.rlib" "/opt/rustwide/target/debug/deps/libeither-09b25145aa9a70e3.rlib" "/opt/rustwide/target/debug/deps/libnum-1909c57433568b61.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-999959f8dab26737.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-930151779fdf0be9.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-161f463b1147b71f.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-6e4501f6baf9bdc3.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-47314fa6846ec079.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d55e2a7d4f7411a6.rlib" "/opt/rustwide/target/debug/deps/libcpuprofiler-a48e43f1c6060607.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-edf244ecdb61ba64.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-a3cae3bb59562a25.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-edb94e811f53e6ac.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-4922aede09263816.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a0f4b13d22be9d3d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4a0a4d007dac91ef.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-1b8c89a4415b9ce8.rlib" "/opt/rustwide/target/debug/deps/libwinapi-4d42a927084ddbff.rlib" "/opt/rustwide/target/debug/deps/libkernel32-1cb31e1f8a5753d0.rlib" "/opt/rustwide/target/debug/deps/liblibc-0112ccc67f469e91.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lprofiler" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/partition-9370406ddbf06029" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lprofiler [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rs-partition` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "a7fc442d5d803a87ed110c5cd7bfdde24b7a8e3eadeec21a80fb8f4d3c3e4343", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7fc442d5d803a87ed110c5cd7bfdde24b7a8e3eadeec21a80fb8f4d3c3e4343", kill_on_drop: false }` [INFO] [stdout] a7fc442d5d803a87ed110c5cd7bfdde24b7a8e3eadeec21a80fb8f4d3c3e4343