[INFO] fetching crate gxccd 0.1.1... [INFO] testing gxccd-0.1.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate gxccd 0.1.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate gxccd 0.1.1 [INFO] finished tweaking crates.io crate gxccd 0.1.1 [INFO] tweaked toml for crates.io crate gxccd 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gxccd 0.1.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gxccd 0.1.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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fitrs v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 463b7c9a7b91cce7dd6198fd47b2ef486f55535ce47cd5f16f34d20810159581 [INFO] running `Command { std: "docker" "start" "-a" "463b7c9a7b91cce7dd6198fd47b2ef486f55535ce47cd5f16f34d20810159581", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "463b7c9a7b91cce7dd6198fd47b2ef486f55535ce47cd5f16f34d20810159581", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "463b7c9a7b91cce7dd6198fd47b2ef486f55535ce47cd5f16f34d20810159581", kill_on_drop: false }` [INFO] [stdout] 463b7c9a7b91cce7dd6198fd47b2ef486f55535ce47cd5f16f34d20810159581 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9049607ff533272bab8222048ec4d1d38845f9a845251cd074a2880adc45a212 [INFO] running `Command { std: "docker" "start" "-a" "9049607ff533272bab8222048ec4d1d38845f9a845251cd074a2880adc45a212", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling gxccd v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling fitrs v0.5.0 [INFO] [stdout] warning: a dangling pointer will be produced because the temporary `String` will be dropped [INFO] [stdout] --> src/lib.rs:744:38 [INFO] [stdout] | [INFO] [stdout] 744 | let mip = ip.to_string().as_mut_ptr().cast::(); [INFO] [stdout] | -------------- ^^^^^^^^^^ this pointer will immediately be invalid [INFO] [stdout] | | [INFO] [stdout] | this `String` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_mut_ptr` the `String` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: you must make sure that the variable you bind the `String` to lives at least as long as the pointer returned by the call to `as_mut_ptr` [INFO] [stdout] = help: in particular, if this pointer is returned from the current function, binding the `String` inside the function will not suffice [INFO] [stdout] = help: for more information, see [INFO] [stdout] = note: `#[warn(dangling_pointers_from_temporaries)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcY1SIzb/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libfitrs-c33a1269274be923.rlib,libbyteorder-1e24148c060ae1e7.rlib,libgxccd-c0f274226b70848d.rlib}.rlib" "-lusb-1.0" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{liblibc-63144d4638558bad.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcY1SIzb/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "lib" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/gxccd-bb56b9640d2be5ef" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(core.o): in function `log_v': [INFO] [stdout] (.text+0x3d2): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: (.text+0x41a): undefined reference to `__vsnprintf_chk' [INFO] [stdout] /usr/bin/ld: (.text+0x475): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: (.text+0x517): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: (.text+0x5c2): undefined reference to `__isoc23_strtol' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(core.o): in function `libusb_init_context': [INFO] [stdout] (.text+0x26ce): undefined reference to `__isoc23_strtol' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(sync.o): in function `libusb_control_transfer': [INFO] [stdout] (.text+0x32d): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x136): undefined reference to `__vfprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x236): undefined reference to `__vfprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x2f3): undefined reference to `__sprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x432): undefined reference to `__fdelt_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x70f): undefined reference to `__fdelt_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x2ab1): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x33a7): undefined reference to `__strncpy_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x341a): undefined reference to `__strncpy_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x38c6): undefined reference to `__strcpy_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x3c19): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x3ca7): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x407f): undefined reference to `__fdelt_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x63ad): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o):(.text+0x6e22): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgxccd-c0f274226b70848d.rlib(gxccd_64.o): in function `camera_get_gps_data': [INFO] [stdout] (.text+0x7fa5): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(descriptor.o): in function `raw_desc_to_config': [INFO] [stdout] (.text+0x61b): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: (.text+0x80e): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: (.text+0xb4b): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(descriptor.o): in function `libusb_get_bos_descriptor': [INFO] [stdout] (.text+0x161c): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(descriptor.o):(.text+0x1c3b): more undefined references to `__memcpy_chk' follow [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_usbfs.o): in function `open_sysfs_attr': [INFO] [stdout] (.text+0xe5): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_usbfs.o): in function `read_sysfs_attr': [INFO] [stdout] (.text+0x21e): undefined reference to `__isoc23_strtol' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_usbfs.o): in function `do_streams_ioctl': [INFO] [stdout] (.text+0x7a8): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_usbfs.o): in function `get_usbfs_fd.isra.0': [INFO] [stdout] (.text+0x1551): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: (.text+0x1568): undefined reference to `__open_2' [INFO] [stdout] /usr/bin/ld: (.text+0x15e1): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: (.text+0x161b): undefined reference to `__open_2' [INFO] [stdout] /usr/bin/ld: (.text+0x16ed): undefined reference to `__open_2' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_usbfs.o): in function `initialize_device': [INFO] [stdout] (.text+0x1c84): undefined reference to `__read_chk' [INFO] [stdout] /usr/bin/ld: (.text+0x1ce7): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_usbfs.o): in function `op_init': [INFO] [stdout] (.text+0x24d1): undefined reference to `__isoc23_sscanf' [INFO] [stdout] /usr/bin/ld: (.text+0x273e): undefined reference to `__isoc23_sscanf' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_usbfs.o): in function `linux_get_device_address': [INFO] [stdout] (.text+0x3f65): undefined reference to `__isoc23_sscanf' [INFO] [stdout] /usr/bin/ld: (.text+0x4097): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_usbfs.o): in function `linux_enumerate_device': [INFO] [stdout] (.text+0x43da): undefined reference to `__isoc23_strtol' [INFO] [stdout] /usr/bin/ld: (.text+0x459f): undefined reference to `__asprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_udev.o): in function `udev_hotplug_event': [INFO] [stdout] (.text+0x2c): undefined reference to `udev_device_get_action' [INFO] [stdout] /usr/bin/ld: (.text+0x5c): undefined reference to `udev_device_get_devnode' [INFO] [stdout] /usr/bin/ld: (.text+0x6d): undefined reference to `udev_device_get_sysname' [INFO] [stdout] /usr/bin/ld: (.text+0xa2): undefined reference to `udev_device_unref' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_udev.o): in function `linux_udev_event_thread_main': [INFO] [stdout] (.text+0x2b5): undefined reference to `udev_monitor_receive_device' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_udev.o): in function `linux_udev_start_event_monitor': [INFO] [stdout] (.text+0x38c): undefined reference to `udev_new' [INFO] [stdout] /usr/bin/ld: (.text+0x3ab): undefined reference to `udev_monitor_new_from_netlink' [INFO] [stdout] /usr/bin/ld: (.text+0x3d1): undefined reference to `udev_monitor_filter_add_match_subsystem_devtype' [INFO] [stdout] /usr/bin/ld: (.text+0x3e5): undefined reference to `udev_monitor_enable_receiving' [INFO] [stdout] /usr/bin/ld: (.text+0x3f9): undefined reference to `udev_monitor_get_fd' [INFO] [stdout] /usr/bin/ld: (.text+0x4e8): undefined reference to `udev_monitor_unref' [INFO] [stdout] /usr/bin/ld: (.text+0x509): undefined reference to `udev_unref' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_udev.o): in function `linux_udev_stop_event_monitor': [INFO] [stdout] (.text+0x6b1): undefined reference to `udev_monitor_unref' [INFO] [stdout] /usr/bin/ld: (.text+0x6d2): undefined reference to `udev_unref' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_udev.o): in function `linux_udev_scan_devices': [INFO] [stdout] (.text+0x7a8): undefined reference to `udev_enumerate_new' [INFO] [stdout] /usr/bin/ld: (.text+0x7c8): undefined reference to `udev_enumerate_add_match_subsystem' [INFO] [stdout] /usr/bin/ld: (.text+0x7de): undefined reference to `udev_enumerate_add_match_property' [INFO] [stdout] /usr/bin/ld: (.text+0x7e6): undefined reference to `udev_enumerate_scan_devices' [INFO] [stdout] /usr/bin/ld: (.text+0x7ee): undefined reference to `udev_enumerate_get_list_entry' [INFO] [stdout] /usr/bin/ld: (.text+0x814): undefined reference to `udev_list_entry_get_name' [INFO] [stdout] /usr/bin/ld: (.text+0x82b): undefined reference to `udev_device_new_from_syspath' [INFO] [stdout] /usr/bin/ld: (.text+0x836): undefined reference to `udev_device_get_devnode' [INFO] [stdout] /usr/bin/ld: (.text+0x846): undefined reference to `udev_device_get_sysname' [INFO] [stdout] /usr/bin/ld: (.text+0x88d): undefined reference to `udev_device_unref' [INFO] [stdout] /usr/bin/ld: (.text+0x895): undefined reference to `udev_list_entry_get_next' [INFO] [stdout] /usr/bin/ld: (.text+0x8aa): undefined reference to `udev_enumerate_unref' [INFO] [stdout] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libusb-1.0.a(linux_udev.o): in function `linux_udev_hotplug_poll': [INFO] [stdout] (.text+0x958): undefined reference to `udev_monitor_receive_device' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gxccd` (bin "gxccd") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "9049607ff533272bab8222048ec4d1d38845f9a845251cd074a2880adc45a212", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9049607ff533272bab8222048ec4d1d38845f9a845251cd074a2880adc45a212", kill_on_drop: false }` [INFO] [stdout] 9049607ff533272bab8222048ec4d1d38845f9a845251cd074a2880adc45a212