[INFO] cloning repository https://github.com/elimgoodman/rust-roguelike [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elimgoodman/rust-roguelike" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felimgoodman%2Frust-roguelike", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felimgoodman%2Frust-roguelike'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fb348af6366faedc5495a39d68bec7bc0c09e179 [INFO] building elimgoodman/rust-roguelike against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felimgoodman%2Frust-roguelike" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/elimgoodman/rust-roguelike 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/elimgoodman/rust-roguelike [INFO] finished tweaking git repo https://github.com/elimgoodman/rust-roguelike [INFO] tweaked toml for git repo https://github.com/elimgoodman/rust-roguelike written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/elimgoodman/rust-roguelike 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] bf65715eb57dce441a6122f4218bc162f1b322ecd2e23dddd1fe627af933eadf [INFO] running `Command { std: "docker" "start" "-a" "bf65715eb57dce441a6122f4218bc162f1b322ecd2e23dddd1fe627af933eadf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf65715eb57dce441a6122f4218bc162f1b322ecd2e23dddd1fe627af933eadf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf65715eb57dce441a6122f4218bc162f1b322ecd2e23dddd1fe627af933eadf", kill_on_drop: false }` [INFO] [stdout] bf65715eb57dce441a6122f4218bc162f1b322ecd2e23dddd1fe627af933eadf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] a9d3b20675137ccdc9837b5b7082eaf35f28a627648784b4594fe51fb77f95db [INFO] running `Command { std: "docker" "start" "-a" "a9d3b20675137ccdc9837b5b7082eaf35f28a627648784b4594fe51fb77f95db", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling wide v0.6.5 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling andrew v0.3.1 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling xcursor v0.3.3 [INFO] [stderr] Compiling ultraviolet v0.8.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling anyhow v1.0.42 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling bracket-geometry v0.8.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling erased-serde v0.3.16 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling bracket-algorithm-traits v0.8.2 [INFO] [stderr] Compiling bracket-color v0.8.2 [INFO] [stderr] Compiling object-pool v0.5.4 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling glow v0.10.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling bracket-pathfinding v0.8.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling wayland-commons v0.28.6 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling legion_codegen v0.3.0 [INFO] [stderr] Compiling bracket-random v0.8.2 [INFO] [stderr] Compiling bracket-noise v0.8.2 [INFO] [stderr] Compiling wayland-cursor v0.28.6 [INFO] [stderr] Compiling wayland-egl v0.28.6 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling legion v0.3.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.3 [INFO] [stderr] Compiling winit v0.24.0 [INFO] [stderr] Compiling glutin v0.26.0 [INFO] [stderr] Compiling bracket-terminal v0.8.5 [INFO] [stderr] Compiling bracket-lib v0.8.1 [INFO] [stderr] Compiling dungeon-crawler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `legion::systems::CommandBuffer` [INFO] [stdout] --> src/main.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | pub use legion::systems::CommandBuffer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `render` is never used [INFO] [stdout] --> src/map.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl Map { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn render(&self, ctx: &mut BTerm, camera: &Camera) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcu6FCKh/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liblegion-478746286dcc338c.rlib,liberased_serde-da7cff642475612d.rlib,libcrossbeam_channel-cfd52e217d7cda4f.rlib,libcrossbeam_utils-d7c768fc9c17dc74.rlib,libbit_set-44fe6f814686a2e9.rlib,libbit_vec-3d3a18aeda37417e.rlib,libdowncast_rs-18167820f647d8bc.rlib,libuuid-26683233d4028089.rlib,libserde-ce6ac660495b003d.rlib,libitertools-853fd989baf03daa.rlib,librayon-4eb747c9add24a5a.rlib,librayon_core-445f930ed02381cb.rlib,libnum_cpus-621a8e7201989b38.rlib,libcrossbeam_deque-abc446e90ffc6c18.rlib,libcrossbeam_epoch-fc10056e53858c00.rlib,libmemoffset-5c631498eaec30fd.rlib,libcrossbeam_channel-d8f74dd52463c74f.rlib,libcrossbeam_utils-5e1d18fc2d5bb546.rlib,libeither-d3d39a8bfccd30ad.rlib,libthiserror-ff3daa10ea794c13.rlib,libbracket_lib-a5a2e317007a4364.rlib,libbracket_terminal-3656ebc48b0b6835.rlib,libanyhow-f87837872e1a2fb5.rlib,libflate2-0a22a0cb907791dd.rlib,libminiz_oxide-6d224a99ba442605.rlib,libadler-e401e4288b606860.rlib,libglutin-6f238f7e92c1d761.rlib,libwayland_egl-086efd735f273f38.rlib,libosmesa_sys-69872ef47237d43b.rlib,libshared_library-e2ab24857e7910f5.rlib,libwinit-9419f1d4bc01bd24.rlib,libmio_extras-e7b016a5f47bd895.rlib,libmio-3714a5327e91ae64.rlib,libslab-353e7a4ed57cbc8a.rlib,libiovec-2a79963310206ba2.rlib,libnet2-131652a02e8f5208.rlib,liblazycell-b5db6f5795aa6271.rlib,libpercent_encoding-772c90a786b3ee34.rlib,libsmithay_client_toolkit-210aca3ce71c0822.rlib,libandrew-3f27ead9a3f01b9b.rlib,libxml-35f7fe145f3c336b.rlib,libxdg-7c243e896670643b.rlib,libwalkdir-038f58a242e9c1ec.rlib,libsame_file-5bb58454939b20b9.rlib,librusttype-a4a6114ba2a696d4.rlib,libab_glyph_rasterizer-7537ad05b934ec6a.rlib,libowned_ttf_parser-63476da558ddadb3.rlib,libttf_parser-7c33fed3da95167d.rlib,libwayland_cursor-46371af524e5697c.rlib,libxcursor-becc7f41269c61f6.rlib,libnom-fca27ef61453a72c.rlib,libmemmap2-9da67d7f4e04be79.rlib,libwayland_protocols-92e7bf5d77d681d9.rlib,libwayland_client-20e47dbe7092207e.rlib,libscoped_tls-24b3b74a417e9f62.rlib,libwayland_commons-478a56a8b5aa7a52.rlib,libonce_cell-f078aa16dd27dd16.rlib,libnix-79cc71d0c11e1d42.rlib,libwayland_sys-f715ce4b48e6514c.rlib,libdlib-aebb9d0a2c8f6625.rlib,liblibloading-3db60ea92da405c4.rlib,libcalloop-44c870b2c7a2f996.rlib,libnix-2c8cb55d648103b1.rlib,libcfg_if-a6c7f2a442104fca.rlib,libdlib-6ba89af4359550bc.rlib,liblibloading-7b2a4a20a7144286.rlib,libraw_window_handle-6b3eba853e67e3c8.rlib,libglutin_glx_sys-3a38b635960ae66b.rlib,libx11_dl-edc1dc0a8f25d079.rlib,libmaybe_uninit-7481e1e93b254cb4.rlib,libglutin_egl_sys-5d06c24b59a84cf0.rlib,liblog-37071c70264f7b89.rlib,libimage-bb4b2a87ab774e4f.rlib,libcolor_quant-f3304fd72d2569ac.rlib,libpng-a7cfe3898bec7a6b.rlib,libminiz_oxide-c5414307c3e99deb.rlib,libcrc32fast-6d8e9875e1ad8f42.rlib,libdeflate-e01a77f012fad67d.rlib,libadler32-cbd91770bcf03b85.rlib,libbitflags-8fcb3a19b90e1d12.rlib,libnum_rational-d5d36a42295731c9.rlib,libnum_iter-73370bba0a8c1518.rlib,libnum_integer-d2f75a3b8d63915b.rlib,libjpeg_decoder-3d13c0568d37eb20.rlib,libnum_traits-42dc9c9bc6d42480.rlib,libglow-1eafa50f8dd363e2.rlib,libobject_pool-d9e90328fc0761e6.rlib,libbracket_pathfinding-927753804ee5106f.rlib,libbracket_noise-087ffff47df753b9.rlib,libbracket_random-e367fabecd4528f2.rlib,libregex-2634e89b0955adb7.rlib,libregex_syntax-ecffaa4fc8160b73.rlib,libaho_corasick-98210e13d84a05be.rlib,libmemchr-9f1ad091d9e53685.rlib,librand_xorshift-7fa3e6705a8259c1.rlib,librand-1a1832325f0d2c71.rlib,librand_chacha-a1cc157f0a446cf1.rlib,libppv_lite86-91ff79ce56d253ed.rlib,librand_core-e21b57694f36b139.rlib,libgetrandom-5744470f239a12b5.rlib,libbracket_color-68582343d51f75cc.rlib,libbyteorder-6cffc6f16fa7d10a.rlib,libparking_lot-12d7f8c3622f6450.rlib,libparking_lot_core-ff04591b23456491.rlib,liblibc-0d3a0e45daad8c05.rlib,liblock_api-3591f7187f5eec93.rlib,libscopeguard-c75d788457331c7e.rlib,libinstant-063cd3626b119f32.rlib,libcfg_if-02ffc4ff30a29427.rlib,liblazy_static-ba6d9ac4e4243af3.rlib,libbracket_algorithm_traits-5c653f1cff08b78f.rlib,libsmallvec-e179a4f16c659793.rlib,libbracket_geometry-f93649c2c2fecf8f.rlib,libultraviolet-47c843048a236abf.rlib,libwide-ebef76ee2a5f4d04.rlib,libsafe_arch-7ef483622e4d8639.rlib,libbytemuck-6bf93df74d061150.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" "-ldl" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcu6FCKh/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dungeon_crawler-762420edd60ac1ba" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: 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 `dungeon-crawler` (bin "dungeon-crawler") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a9d3b20675137ccdc9837b5b7082eaf35f28a627648784b4594fe51fb77f95db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9d3b20675137ccdc9837b5b7082eaf35f28a627648784b4594fe51fb77f95db", kill_on_drop: false }` [INFO] [stdout] a9d3b20675137ccdc9837b5b7082eaf35f28a627648784b4594fe51fb77f95db