[INFO] cloning repository https://github.com/calebccff/pinch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/calebccff/pinch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalebccff%2Fpinch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalebccff%2Fpinch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ad3ce09ed7a077ec55f1416f7a27778ec9d4cd6 [INFO] building calebccff/pinch against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalebccff%2Fpinch" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/calebccff/pinch on toolchain 8b8eff55bd72abbb57167bc42222a7f91d41cb0d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/calebccff/pinch [INFO] finished tweaking git repo https://github.com/calebccff/pinch [INFO] tweaked toml for git repo https://github.com/calebccff/pinch written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/calebccff/pinch 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" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 12c40b6e4b02169a83a4e956b5696c69db526cf04b78554cdd749677bab4fa86 [INFO] running `Command { std: "docker" "start" "-a" "12c40b6e4b02169a83a4e956b5696c69db526cf04b78554cdd749677bab4fa86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "12c40b6e4b02169a83a4e956b5696c69db526cf04b78554cdd749677bab4fa86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12c40b6e4b02169a83a4e956b5696c69db526cf04b78554cdd749677bab4fa86", kill_on_drop: false }` [INFO] [stdout] 12c40b6e4b02169a83a4e956b5696c69db526cf04b78554cdd749677bab4fa86 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c752a2cec78770e27e8cfeba10d37dcbda84839c092be7e383bbf01541da8d2 [INFO] running `Command { std: "docker" "start" "-a" "6c752a2cec78770e27e8cfeba10d37dcbda84839c092be7e383bbf01541da8d2", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Compiling libloading v0.8.3 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling clang-sys v1.7.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling crc v3.0.1 [INFO] [stderr] Compiling xshell-macros v0.2.5 [INFO] [stderr] Compiling lua-src v546.0.2 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling xshell v0.2.5 [INFO] [stderr] Compiling errno v0.3.8 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling udev v0.8.0 [INFO] [stderr] Compiling uuid v1.7.0 [INFO] [stderr] Compiling gpt v3.1.0 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling which v6.0.0 [INFO] [stderr] Compiling luajit-src v210.5.6+9cc2e42 [INFO] [stderr] Compiling mlua-sys v0.5.1 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling smart-default v0.7.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling loopdev-3 v0.5.1 [INFO] [stderr] Compiling sys-mount v3.0.1 [INFO] [stderr] Compiling mlua v0.9.6 [INFO] [stderr] Compiling pinch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits` [INFO] [stdout] --> src/kernel.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | cmd!(sh, "modprobe {module}").run().map_err(|e| LuaError::external(e.to_string()))? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `cmd` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `cmd` may come from an old version of the `xshell` crate, try updating your dependency with `cargo update -p xshell` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AsRawWithContext` [INFO] [stdout] --> src/uevent.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | use udev::{self, AsRawWithContext}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `mon` is never read [INFO] [stdout] --> src/uevent.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct PinchUdev { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 5 | udev: udev::Enumerator, [INFO] [stdout] 6 | mon: Option, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PinchDevice` [INFO] [stdout] --> src/main.rs:11:32 [INFO] [stdout] | [INFO] [stdout] 11 | use pinch::uevent::{PinchUdev, PinchDevice}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cmd` [INFO] [stdout] --> src/main.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | use xshell::{Shell, cmd}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.57s [INFO] running `Command { std: "docker" "inspect" "6c752a2cec78770e27e8cfeba10d37dcbda84839c092be7e383bbf01541da8d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c752a2cec78770e27e8cfeba10d37dcbda84839c092be7e383bbf01541da8d2", kill_on_drop: false }` [INFO] [stdout] 6c752a2cec78770e27e8cfeba10d37dcbda84839c092be7e383bbf01541da8d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64159bf6a2ef639f09e0f3c0e1970d02d4080b66450c383f85d83e5b438f70e5 [INFO] running `Command { std: "docker" "start" "-a" "64159bf6a2ef639f09e0f3c0e1970d02d4080b66450c383f85d83e5b438f70e5", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits` [INFO] [stdout] --> src/kernel.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | cmd!(sh, "modprobe {module}").run().map_err(|e| LuaError::external(e.to_string()))? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `cmd` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `cmd` may come from an old version of the `xshell` crate, try updating your dependency with `cargo update -p xshell` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AsRawWithContext` [INFO] [stdout] --> src/uevent.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | use udev::{self, AsRawWithContext}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pinch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `mon` is never read [INFO] [stdout] --> src/uevent.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct PinchUdev { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 5 | udev: udev::Enumerator, [INFO] [stdout] 6 | mon: Option, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PinchDevice` [INFO] [stdout] --> src/main.rs:11:32 [INFO] [stdout] | [INFO] [stdout] 11 | use pinch::uevent::{PinchUdev, PinchDevice}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cmd` [INFO] [stdout] --> src/main.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | use xshell::{Shell, cmd}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `trick_rust_analyzer_into_highlighting_interpolated_bits` [INFO] [stdout] --> src/kernel.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | cmd!(sh, "modprobe {module}").run().map_err(|e| LuaError::external(e.to_string()))? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `cmd` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `cmd` may come from an old version of the `xshell` crate, try updating your dependency with `cargo update -p xshell` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `cmd` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `pinch` (bin "pinch" test); 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/bin/rustc --crate-name pinch --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7495d6e5862b336 -C extra-filename=-57d4e23247461cc7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-19418107e5ef9805.rlib --extern glob=/opt/rustwide/target/debug/deps/libglob-c15bc459b943cb74.rlib --extern gpt=/opt/rustwide/target/debug/deps/libgpt-6f6289998fd59aeb.rlib --extern mlua=/opt/rustwide/target/debug/deps/libmlua-79f151d41ded30c5.rlib --extern pinch=/opt/rustwide/target/debug/deps/libpinch-a78df9fdf9dc5a5b.rlib --extern sys_mount=/opt/rustwide/target/debug/deps/libsys_mount-5ae2461d476a51ad.rlib --extern udev=/opt/rustwide/target/debug/deps/libudev-7a993e004b77b213.rlib --extern xshell=/opt/rustwide/target/debug/deps/libxshell-99e749f7148e4df5.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/mlua-sys-5104c6007f52744d/out/lua-build/lib -L native=/usr/lib/x86_64-linux-gnu` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `pinch` (lib test); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/bin/rustc --crate-name pinch --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63e2fa64a42d3e4e -C extra-filename=-3ea193891eafbbcf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-19418107e5ef9805.rlib --extern glob=/opt/rustwide/target/debug/deps/libglob-c15bc459b943cb74.rlib --extern gpt=/opt/rustwide/target/debug/deps/libgpt-6f6289998fd59aeb.rlib --extern mlua=/opt/rustwide/target/debug/deps/libmlua-79f151d41ded30c5.rlib --extern sys_mount=/opt/rustwide/target/debug/deps/libsys_mount-5ae2461d476a51ad.rlib --extern udev=/opt/rustwide/target/debug/deps/libudev-7a993e004b77b213.rlib --extern xshell=/opt/rustwide/target/debug/deps/libxshell-99e749f7148e4df5.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/mlua-sys-5104c6007f52744d/out/lua-build/lib -L native=/usr/lib/x86_64-linux-gnu` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "64159bf6a2ef639f09e0f3c0e1970d02d4080b66450c383f85d83e5b438f70e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64159bf6a2ef639f09e0f3c0e1970d02d4080b66450c383f85d83e5b438f70e5", kill_on_drop: false }` [INFO] [stdout] 64159bf6a2ef639f09e0f3c0e1970d02d4080b66450c383f85d83e5b438f70e5