[INFO] cloning repository https://github.com/jameysharp/pikevm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jameysharp/pikevm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjameysharp%2Fpikevm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjameysharp%2Fpikevm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 55ccff62fc39fb7745f6dceaf5f19605cafa3dc0 [INFO] building jameysharp/pikevm against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjameysharp%2Fpikevm" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jameysharp/pikevm [INFO] finished tweaking git repo https://github.com/jameysharp/pikevm [INFO] tweaked toml for git repo https://github.com/jameysharp/pikevm written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jameysharp/pikevm on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jameysharp/pikevm 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79129f51ade49068be745054d5ed600f9b63d9e7f24745b2907323bc12bf2b41 [INFO] running `Command { std: "docker" "start" "-a" "79129f51ade49068be745054d5ed600f9b63d9e7f24745b2907323bc12bf2b41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79129f51ade49068be745054d5ed600f9b63d9e7f24745b2907323bc12bf2b41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79129f51ade49068be745054d5ed600f9b63d9e7f24745b2907323bc12bf2b41", kill_on_drop: false }` [INFO] [stdout] 79129f51ade49068be745054d5ed600f9b63d9e7f24745b2907323bc12bf2b41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 5cd724052d1a1480db7682635d520877f1cf6038f65c3adb242067611597a4c3 [INFO] running `Command { std: "docker" "start" "-a" "5cd724052d1a1480db7682635d520877f1cf6038f65c3adb242067611597a4c3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling wyz v0.5.0 [INFO] [stderr] Compiling flagset v0.4.3 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling petgraph v0.6.2 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling pcre2-sys v0.2.5 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling pcre2 v0.2.3 [INFO] [stderr] Compiling pikevm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:471:21 [INFO] [stdout] | [INFO] [stdout] 471 | fn new(program: &Program) -> Threads { [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 471 | fn new(program: &Program) -> Threads<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<3 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libenv_logger-539935772b2c6749,libatty-3242e974e54baef7,libtermcolor-8d7030a2f5e002ea,libhumantime-10b1a77799583fa5,libregex-86a0a80532ca5c1a,libaho_corasick-216c86f2849d20a1,libmemchr-b559ff6c4bd2cfb8,libpikevm-129f445ec5599fb1,libpetgraph-1b9f584fa9587538,libindexmap-71685a2476d5db24,libhashbrown-dbca590948f64ea3,libfixedbitset-5fdc63a05c6302ec,libflagset-1566e12ed1ca5496,libregex_syntax-11d3323a9e30eb65,libbitvec-a1157f04242e05e6,libwyz-b24c1fbd9c77dcee,libtap-4e5e263546b1b0b4,libradium-14a9e348d27a9509,libfunty-24b63539c6f20791,libpcre2-b1a53e43b98c6f65,libthread_local-9fd3b73ffb4f0f83,libonce_cell-2fa27379a2fe52ad,libpcre2_sys-3fb276990a044d44,liblibc-69985efa0b34734f,liblog-c14c66ef183ceced,libcfg_if-50b02a9e3502ecf2}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/pcre2-sys-5b975eb9c1486b35/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/pikevm-60673f1dc403e2a3.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_chartables.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_auto_possess.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_compile.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_config.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_context.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_convert.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_dfa_match.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_error.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_extuni.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_find_bracket.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_jit_compile.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_maketables.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_match.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_match_data.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_newline.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_ord2utf.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_pattern_info.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_serialize.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_string_utils.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_study.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_substitute.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_substring.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_tables.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_ucd.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_valid_utf.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2_sys-3fb276990a044d44.rlib: archive member 'pcre2_xclass.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.1.rcgu.o): undefined symbol: pcre2_get_error_message_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_pattern_info_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_jit_compile_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_pattern_info_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_pattern_info_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_pattern_info_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_compile_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_set_newline_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_compile_context_create_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_match_context_create_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_match_data_create_from_pattern_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_jit_stack_create_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_jit_stack_assign_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_get_ovector_pointer_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_get_ovector_count_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_match_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_code_free_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_compile_context_free_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_jit_stack_free_8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libpcre2-b1a53e43b98c6f65.rlib(pcre2-b1a53e43b98c6f65.pcre2.96b324c9d77c5380-cgu.3.rcgu.o): undefined symbol: pcre2_match_data_free_8 [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pikevm` (bin "pikevm") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "5cd724052d1a1480db7682635d520877f1cf6038f65c3adb242067611597a4c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cd724052d1a1480db7682635d520877f1cf6038f65c3adb242067611597a4c3", kill_on_drop: false }` [INFO] [stdout] 5cd724052d1a1480db7682635d520877f1cf6038f65c3adb242067611597a4c3