[INFO] cloning repository https://github.com/hi-ogawa/svg-rust-nodejs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hi-ogawa/svg-rust-nodejs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhi-ogawa%2Fsvg-rust-nodejs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhi-ogawa%2Fsvg-rust-nodejs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c14f0f192c21a5059867e6f0daba4ba0d85663a7
[INFO] testing hi-ogawa/svg-rust-nodejs against 1.98.0-beta.6+cargoflags=--release for beta-1.98-release-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhi-ogawa%2Fsvg-rust-nodejs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hi-ogawa/svg-rust-nodejs
[INFO] finished tweaking git repo https://github.com/hi-ogawa/svg-rust-nodejs
[INFO] tweaked toml for git repo https://github.com/hi-ogawa/svg-rust-nodejs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hi-ogawa/svg-rust-nodejs on toolchain 1.98.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hi-ogawa/svg-rust-nodejs 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" "+1.98.0-beta.6" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca
[INFO] running `Command { std: "docker" "start" "a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling bytemuck v1.9.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling xmlparser v0.13.3
[INFO] [stderr]    Compiling unicode-general-category v0.4.0
[INFO] [stderr]    Compiling ttf-parser v0.15.2
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling roxmltree v0.14.1
[INFO] [stderr]    Compiling memmap2 v0.5.4
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling fontconfig-parser v0.5.0
[INFO] [stderr]    Compiling deflate v1.0.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling smallvec v1.8.1
[INFO] [stderr]    Compiling unicode-script v0.5.4
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling unicode-bidi-mirroring v0.1.0
[INFO] [stderr]    Compiling unicode-ccc v0.1.2
[INFO] [stderr]    Compiling kurbo v0.8.3
[INFO] [stderr]    Compiling svgtypes v0.8.1
[INFO] [stderr]    Compiling png v0.17.5
[INFO] [stderr]    Compiling rustybuzz v0.5.1
[INFO] [stderr]    Compiling fontdb v0.9.1
[INFO] [stderr]    Compiling data-url v0.1.1
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling simplecss v0.2.1
[INFO] [stderr]    Compiling safe_arch v0.5.2
[INFO] [stderr]    Compiling rgb v0.8.33
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling xmlwriter v0.1.0
[INFO] [stderr]    Compiling napi-build v1.2.1
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling unicode-vo v0.1.0
[INFO] [stderr]    Compiling rctree v0.4.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling convert_case v0.5.0
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling weezl v0.1.6
[INFO] [stderr]    Compiling tiny-skia v0.6.6
[INFO] [stderr]    Compiling napi-derive-backend v1.0.33
[INFO] [stderr]    Compiling usvg v0.23.0
[INFO] [stderr]    Compiling svg-rust-nodejs v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling gif v0.11.3
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling svgfilters v0.4.0
[INFO] [stderr]    Compiling ctor v0.1.22
[INFO] [stderr]    Compiling napi-sys v2.2.2
[INFO] [stderr]    Compiling jpeg-decoder v0.2.6
[INFO] [stderr]    Compiling napi v2.5.0
[INFO] [stderr]    Compiling napi-derive v2.5.0
[INFO] [stderr]    Compiling resvg v0.23.0
[INFO] [stdout] warning: unexpected `cfg` condition value: `noop`
[INFO] [stdout]  --> src/add.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[napi_derive::napi]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default` and `embed-font`
[INFO] [stdout]   = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `napi_derive::napi` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the attribute macro `napi_derive::napi` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `noop`
[INFO] [stdout]  --> src/svg_to_png.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[napi_derive::napi]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default` and `embed-font`
[INFO] [stdout]   = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `napi_derive::napi` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the attribute macro `napi_derive::napi` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 34s
[INFO] running `Command { std: "docker" "inspect" "a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling smallvec v1.8.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling version-compare v0.1.0
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling cfg-expr v0.10.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling anyhow v1.0.58
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.9
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling markup5ever v0.10.1
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling safe_arch v0.6.0
[INFO] [stderr]    Compiling cssparser v0.28.1
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling gio v0.15.11
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.20
[INFO] [stderr]    Compiling dtoa-short v0.3.3
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling wide v0.7.4
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling selectors v0.23.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.5
[INFO] [stderr]    Compiling system-deps v6.0.2
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling glib-macros v0.15.11
[INFO] [stderr]    Compiling num-complex v0.4.2
[INFO] [stderr]    Compiling rgb v0.8.33
[INFO] [stderr]    Compiling glib-sys v0.15.10
[INFO] [stderr]    Compiling gobject-sys v0.15.10
[INFO] [stderr]    Compiling cairo-sys-rs v0.15.1
[INFO] [stderr]    Compiling pango-sys v0.15.10
[INFO] [stderr]    Compiling gio-sys v0.15.10
[INFO] [stderr]    Compiling pangocairo-sys v0.15.1
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.15.10
[INFO] [stderr]    Compiling cssparser-macros v0.6.0
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling glib v0.15.11
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling paste v1.0.7
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.2
[INFO] [stderr]    Compiling simba v0.6.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling servo_arc v0.1.1
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling librsvg v2.54.4 (https://gitlab.gnome.org/GNOME/librsvg?branch=librsvg-2.54#130349c4)
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-korean v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-japanese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling usvg v0.23.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling encoding v0.2.33
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling nalgebra v0.29.0
[INFO] [stderr]    Compiling pango v0.15.10
[INFO] [stderr]    Compiling cairo-rs v0.15.11
[INFO] [stderr]    Compiling pangocairo v0.15.1
[INFO] [stderr]    Compiling locale_config v0.3.0
[INFO] [stderr]    Compiling xml5ever v0.16.2
[INFO] [stderr] error: could not compile `gio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name gio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gio-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="v2_50"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dox", "v2_50", "v2_52", "v2_54", "v2_56", "v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72"))' -C metadata=a03e18c8d4313b83 -C extra-filename=-697ff13882f8aa78 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern bitflags=/opt/rustwide/target/release/deps/libbitflags-68973b8086863992.rmeta --extern futures_channel=/opt/rustwide/target/release/deps/libfutures_channel-ac7b05981e47111a.rmeta --extern futures_core=/opt/rustwide/target/release/deps/libfutures_core-03c5208d5179b010.rmeta --extern futures_io=/opt/rustwide/target/release/deps/libfutures_io-05319c9f21356491.rmeta --extern ffi=/opt/rustwide/target/release/deps/libgio_sys-58b7ba0434cccf48.rmeta --extern glib=/opt/rustwide/target/release/deps/libglib-3240651c998f0a16.rmeta --extern libc=/opt/rustwide/target/release/deps/liblibc-055c1859b0ca7827.rmeta --extern once_cell=/opt/rustwide/target/release/deps/libonce_cell-04aec6b5adb73aca.rmeta --extern thiserror=/opt/rustwide/target/release/deps/libthiserror-a29d3b1d3e85ff71.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca", kill_on_drop: false }`
[INFO] [stdout] a5f8735bb73dc49b34ef54e12f0896bc89094a4638c5f1c540243dc0be4f6eca
