[INFO] fetching crate gaol 0.2.1... [INFO] checking gaol-0.2.1 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate gaol 0.2.1 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate gaol 0.2.1 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gaol 0.2.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate gaol 0.2.1 [INFO] tweaked toml for crates.io crate gaol 0.2.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate crates.io crate gaol 0.2.1 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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a1c6207c6eec096c2d0159fcd561927253e17223002783f088e1d9b546841265 [INFO] running `Command { std: "docker" "start" "-a" "a1c6207c6eec096c2d0159fcd561927253e17223002783f088e1d9b546841265", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a1c6207c6eec096c2d0159fcd561927253e17223002783f088e1d9b546841265", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1c6207c6eec096c2d0159fcd561927253e17223002783f088e1d9b546841265", kill_on_drop: false }` [INFO] [stdout] a1c6207c6eec096c2d0159fcd561927253e17223002783f088e1d9b546841265 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Dtail_expr_drop_order" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2cb3402a6a7da41a2ba87f5ee6dd1cdf7423a9692b4c00f22619f1519fbbed64 [INFO] running `Command { std: "docker" "start" "-a" "2cb3402a6a7da41a2ba87f5ee6dd1cdf7423a9692b4c00f22619f1519fbbed64", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking gaol v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> sandbox.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | Ok(Command::new(try!(env::current_exe()))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `platform::linux::seccomp` [INFO] [stdout] --> platform/linux/namespace.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use platform::linux::seccomp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `c_ulong` [INFO] [stdout] --> platform/linux/namespace.rs:19:33 [INFO] [stdout] | [INFO] [stdout] 19 | use libc::{self, c_char, c_int, c_ulong, c_void, gid_t, pid_t, size_t, ssize_t, uid_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> platform/linux/namespace.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | try!(jail.enter()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> platform/linux/namespace.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | let jail = try!(ChrootJail::new(profile)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> platform/linux/namespace.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 78 | try!(jail.bind_mount(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> platform/linux/namespace.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | try!(try!(File::create(&Path::new("/proc/self/setgroups"))).write_all(b"deny")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> platform/linux/namespace.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | try!(try!(File::create(&Path::new("/proc/self/gid_map"))).write_all(gid_contents.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> platform/linux/namespace.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | try!(try!(File::create(&Path::new("/proc/self/uid_map"))).write_all(uid_contents.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> platform/linux/namespace.rs:196:10 [INFO] [stdout] | [INFO] [stdout] 196 | try!(try!(File::create(&Path::new("/proc/self/setgroups"))).write_all(b"deny")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> platform/linux/namespace.rs:199:10 [INFO] [stdout] | [INFO] [stdout] 199 | try!(try!(File::create(&Path::new("/proc/self/gid_map"))).write_all(gid_contents.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> platform/linux/namespace.rs:201:10 [INFO] [stdout] | [INFO] [stdout] 201 | try!(try!(File::create(&Path::new("/proc/self/uid_map"))).write_all(uid_contents.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `dump_bpf_sockets` [INFO] [stdout] --> platform/linux/seccomp.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg(dump_bpf_sockets)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(dump_bpf_sockets)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(dump_bpf_sockets)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `dump_bpf_sockets` [INFO] [stdout] --> platform/linux/seccomp.rs:310:15 [INFO] [stdout] | [INFO] [stdout] 310 | #[cfg(not(dump_bpf_sockets))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(dump_bpf_sockets)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(dump_bpf_sockets)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `dump_bpf_sockets` [INFO] [stdout] --> platform/linux/mod.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(dump_bpf_sockets)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(dump_bpf_sockets)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(dump_bpf_sockets)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `dump_bpf_sockets` [INFO] [stdout] --> platform/linux/mod.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg(not(dump_bpf_sockets))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(dump_bpf_sockets)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(dump_bpf_sockets)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stdout] warning: constant `EM_386` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:73:7 [INFO] [stdout] | [INFO] [stdout] 73 | const EM_386: u32 = 3; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EM_PPC` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:74:7 [INFO] [stdout] | [INFO] [stdout] 74 | const EM_PPC: u32 = 20; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EM_PPC64` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:75:7 [INFO] [stdout] | [INFO] [stdout] 75 | const EM_PPC64: u32 = 21; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EM_ARM` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | const EM_ARM: u32 = 40; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EM_AARCH64` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:78:7 [INFO] [stdout] | [INFO] [stdout] 78 | const EM_AARCH64: u32 = 183; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AUDIT_ARCH_X86` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:85:7 [INFO] [stdout] | [INFO] [stdout] 85 | const AUDIT_ARCH_X86: u32 = EM_386 | __AUDIT_ARCH_LE; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AUDIT_ARCH_ARM` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:89:7 [INFO] [stdout] | [INFO] [stdout] 89 | const AUDIT_ARCH_ARM: u32 = EM_ARM | __AUDIT_ARCH_LE; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AUDIT_ARCH_AARCH64` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | const AUDIT_ARCH_AARCH64: u32 = EM_AARCH64 | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AUDIT_ARCH_PPC` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:93:7 [INFO] [stdout] | [INFO] [stdout] 93 | const AUDIT_ARCH_PPC: u32 = EM_PPC; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AUDIT_ARCH_PPC64` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:95:7 [INFO] [stdout] | [INFO] [stdout] 95 | const AUDIT_ARCH_PPC64: u32 = EM_PPC64 | __AUDIT_ARCH_64BIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AUDIT_ARCH_PPC64LE` is never used [INFO] [stdout] --> platform/linux/seccomp.rs:97:7 [INFO] [stdout] | [INFO] [stdout] 97 | const AUDIT_ARCH_PPC64LE: u32 = EM_PPC64 | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> sandbox.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 43 | fn cstring(path: T) -> CString [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | CString::new(bytes).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> sandbox.rs:71:26 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn new(module_path: T) -> Command where T: AsRef { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 70 | Command { [INFO] [stdout] 71 | module_path: cstring(module_path), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> sandbox.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn new(module_path: T) -> Command where T: AsRef { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 72 | args: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> sandbox.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn new(module_path: T) -> Command where T: AsRef { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 73 | env: HashMap::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> platform/linux/namespace.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 89 | let directory = CString::new(self.directory [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 101 | match env::set_current_dir(&Path::new(".")) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gaol` (lib) due to 6 previous errors; 28 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "2cb3402a6a7da41a2ba87f5ee6dd1cdf7423a9692b4c00f22619f1519fbbed64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cb3402a6a7da41a2ba87f5ee6dd1cdf7423a9692b4c00f22619f1519fbbed64", kill_on_drop: false }` [INFO] [stdout] 2cb3402a6a7da41a2ba87f5ee6dd1cdf7423a9692b4c00f22619f1519fbbed64