[INFO] cloning repository https://github.com/bartick/xion-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bartick/xion-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbartick%2Fxion-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbartick%2Fxion-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5cf279af1f297332421b032b3cec898b36b1ad0b [INFO] testing bartick/xion-demo against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbartick%2Fxion-demo" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bartick/xion-demo on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bartick/xion-demo [INFO] finished tweaking git repo https://github.com/bartick/xion-demo [INFO] tweaked toml for git repo https://github.com/bartick/xion-demo written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/bartick/xion-demo 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" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 073574c762dd918978482ae1b0137235c875a90b15e070eda2621e2329660012 [INFO] running `Command { std: "docker" "start" "-a" "073574c762dd918978482ae1b0137235c875a90b15e070eda2621e2329660012", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "073574c762dd918978482ae1b0137235c875a90b15e070eda2621e2329660012", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "073574c762dd918978482ae1b0137235c875a90b15e070eda2621e2329660012", kill_on_drop: false }` [INFO] [stdout] 073574c762dd918978482ae1b0137235c875a90b15e070eda2621e2329660012 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a17261ea5a69130d09478442105b6872da18f9d1e0a6ccb9ea4ff637b8bc632 [INFO] running `Command { std: "docker" "start" "-a" "9a17261ea5a69130d09478442105b6872da18f9d1e0a6ccb9ea4ff637b8bc632", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling semver v1.0.24 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling cpufeatures v0.2.16 [INFO] [stderr] Compiling serde_json v1.0.135 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling litemap v0.7.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling cosmwasm-core v2.2.0 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling bnum v0.11.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling bech32 v0.11.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling time-macros v0.2.19 [INFO] [stderr] Compiling flex-error v0.4.4 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling time v0.3.37 [INFO] [stderr] Compiling ark-serialize-derive v0.4.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling ark-ff-asm v0.4.2 [INFO] [stderr] Compiling ark-ff-macros v0.4.2 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling cosmwasm-derive v2.2.0 [INFO] [stderr] Compiling cosmwasm-schema-derive v2.2.0 [INFO] [stderr] Compiling prost-derive v0.13.4 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling subtle-encoding v0.5.1 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling ed25519-zebra v4.0.3 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling ark-std v0.4.0 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling primeorder v0.13.6 [INFO] [stderr] Compiling ark-serialize v0.4.2 [INFO] [stderr] Compiling ark-ff v0.4.2 [INFO] [stderr] Compiling p256 v0.13.2 [INFO] [stderr] Compiling k256 v0.13.4 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling serde-json-wasm v1.0.1 [INFO] [stderr] Compiling rmp-serde v1.3.0 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Compiling serde_bytes v0.11.15 [INFO] [stderr] Compiling informalsystems-pbjson v0.7.0 [INFO] [stderr] Compiling prost v0.13.4 [INFO] [stderr] Compiling tendermint-proto v0.39.1 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling cosmwasm-schema v2.2.0 [INFO] [stderr] Compiling ark-poly v0.4.2 [INFO] [stderr] Compiling ark-ec v0.4.2 [INFO] [stderr] Compiling ark-bls12-381 v0.4.0 [INFO] [stderr] Compiling cosmwasm-crypto v2.2.0 [INFO] [stderr] Compiling cosmwasm-std v2.2.0 [INFO] [stderr] Compiling cosmos-sdk-proto v0.24.0-pre (https://github.com/burnt-labs/cosmos-rust.git?rev=75e72f446629f98330e209e2f6268250d325cccb#75e72f44) [INFO] [stderr] Compiling cw-storage-plus v2.0.0 [INFO] [stderr] Compiling cw-utils v2.0.0 [INFO] [stderr] Compiling cw20 v2.0.0 [INFO] [stderr] Compiling cw2 v2.0.0 [INFO] [stderr] Compiling xion-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustckQrJt8/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustckQrJt8/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liburl-3aa3f0d727975c58.rlib,libidna-73e17f43cc912735.rlib,libidna_adapter-d44db47e7971fe88.rlib,libicu_normalizer-9d18d3baf5a89561.rlib,libicu_normalizer_data-5f7d7c19a0e21ea1.rlib,libwrite16-e996c39ad8ba5f0b.rlib,libutf8_iter-51566bbad89f3a68.rlib,libutf16_iter-7ca3c212f3ee1c68.rlib,libsmallvec-fa67242f752a0fe9.rlib,libicu_properties-e6d796ec7ff555a2.rlib,libicu_properties_data-61b2e4b1f2e1f988.rlib,libicu_locid_transform-a8b54e3b20d31e77.rlib,libicu_locid_transform_data-94513cffde0b2fcb.rlib,libicu_collections-338475f1e9a3753f.rlib,libicu_provider-6c96059512e395af.rlib,libicu_locid-c0bd3477fb60f7f8.rlib,liblitemap-77adb1e9469fbec5.rlib,libtinystr-cf36d0a1e4f3b48b.rlib,libzerovec-a754c65ee1f4d712.rlib,libwriteable-1e5dea0053e4c229.rlib,libyoke-42d4332254c9ff73.rlib,libzerofrom-c2076e7709a193d9.rlib,libstable_deref_trait-14e4a70bda35dfe8.rlib,libform_urlencoded-ccbcef42f8ae53ab.rlib,libpercent_encoding-e42b7a0b4a5edca5.rlib,libcosmos_sdk_proto-307f74130b784007.rlib,libpbjson-3e1a11a41caa83e4.rlib,libbase64-63fa6eba63a4e72d.rlib,libtendermint_proto-c9e9596ad2f00d49.rlib,libtime-1b55bea04a371afa.rlib,libtime_core-1d4d75223b2cf7d2.rlib,libnum_conv-d3297905cfb69f59.rlib,libderanged-560515a616cd1219.rlib,libpowerfmt-f6019a2766e431f7.rlib,libsubtle_encoding-dd605e22aa6e1018.rlib,libflex_error-694b5a52a29bb506.rlib,libprost-8f662fb9b1fd3d36.rlib,libbytes-65d1b81ddb0fe5e2.rlib,libcw2-f9fe07dd336a5d35.rlib,libsemver-55183b616490751f.rlib,libcw_storage_plus-449d14c2ddf1765e.rlib,libcosmwasm_schema-cc3c4d10a9fdc61f.rlib,libcosmwasm_std-e559095e358b9970.rlib,libserde_json_wasm-1c9f9e656521ef2f.rlib,librmp_serde-92c280d835a50621.rlib,librmp-8a4a94bc28ae317f.rlib,libstatic_assertions-f0217ecdd817a834.rlib,libbech32-ee9c05e093e2097d.rlib,libderive_more-105eab4850bcfb2f.rlib,libbnum-12607e61add5cf9a.rlib,libcosmwasm_crypto-32648a2be1e7ae11.rlib,libp256-48f5d499d766e890.rlib,libprimeorder-2d3b982167845d24.rlib,libk256-ba596b4726f23e48.rlib,libecdsa-ca408e15df9874ec.rlib,librfc6979-585d1fe479410bdb.rlib,libhmac-a03ff960d9e7f758.rlib,libelliptic_curve-26c040c7f12bda8d.rlib,libsec1-8b49a468893f705e.rlib,libder-c51251a3f8afedda.rlib,libcrypto_bigint-bc157e9649c6e564.rlib,libbase16ct-e6f944948ca8b3fe.rlib,libgroup-3b2070cb046f97b9.rlib,libff-f16da9e8ca7126d3.rlib,libed25519_zebra-c41410cc70ec3afe.rlib,libhex-13e08b3b00984ab7.rlib,libed25519-3c7bae6eb2283abb.rlib,libsignature-d6a44febe816a49f.rlib,libhashbrown-cdddc3d7fefafb22.rlib,liballocator_api2-8d9c1e895dea53bd.rlib,libcurve25519_dalek-d370b7989262244e.rlib,libcosmwasm_core-b9098b5bb70feada.rlib,libark_bls12_381-4923b13930308476.rlib,libark_ec-210f78f7a6b36209.rlib,libark_poly-c17dbc5787acc1f2.rlib,libhashbrown-12c7f7be63e703d6.rlib,libahash-6060e80f518910a5.rlib,libonce_cell-26bb5b0a5225bf1e.rlib,libitertools-c502a97ef46be3a3.rlib,libark_ff-402c970e0828e2c4.rlib,libark_serialize-150ba8bff6f90362.rlib,libnum_bigint-3a50ef3e5e2d99d5.rlib,libnum_integer-cef4a9c75769682d.rlib,libark_std-27547fb00d953685.rlib,libnum_traits-2f99c9b3147ab27a.rlib,librand-3ed890bad54613d3.rlib,librand_chacha-149263015743a750.rlib,libppv_lite86-e116e460a554fca4.rlib,libzerocopy-9654da666ff38d4a.rlib,libbyteorder-8f59b6d1bfdaa844.rlib,librand_core-4a9fcb90e4e4d399.rlib,libgetrandom-f3a3dedb0f88ba55.rlib,liblibc-cd8776e40b9c5bbb.rlib,librayon-cabd8b23eaeac706.rlib,librayon_core-a8f0409eab81ad61.rlib,libcrossbeam_deque-a1f80364e109b77c.rlib,libcrossbeam_epoch-6a84352539b82119.rlib,libcrossbeam_utils-84db68988268cba6.rlib,libeither-b4418dba5a443acb.rlib,libbase64-32787b0325ea6df8.rlib,libthiserror-56ccf19112286b4b.rlib,libschemars-79682f0ade45903f.rlib,libdyn_clone-5258a20ab3811a89.rlib,libserde_json-5906d50f08a41b19.rlib,libmemchr-eec2dd93b0d498c5.rlib,libitoa-6e2430f2fa153711.rlib,libryu-a980823ac8640001.rlib,libsha2-052050e538a07518.rlib,libcpufeatures-2e2ebae977353a9d.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libdigest-410d8bf76b018dea.rlib,libsubtle-cdc2b7d5fab71c70.rlib,libconst_oid-2aadc73a32842898.rlib,libblock_buffer-c39c59dd9c00f781.rlib,libcrypto_common-8016b4191bb32db0.rlib,libgeneric_array-b06ef44834c79cda.rlib,libtypenum-c2fff0d6cd29fbbc.rlib,libzeroize-1f44475ff8bba013.rlib,libserde-d354e12afaf7be13.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustckQrJt8/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libxion_demo.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xion-demo` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "9a17261ea5a69130d09478442105b6872da18f9d1e0a6ccb9ea4ff637b8bc632", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a17261ea5a69130d09478442105b6872da18f9d1e0a6ccb9ea4ff637b8bc632", kill_on_drop: false }` [INFO] [stdout] 9a17261ea5a69130d09478442105b6872da18f9d1e0a6ccb9ea4ff637b8bc632