[INFO] fetching crate cranelift-isle 0.121.1... [INFO] testing cranelift-isle-0.121.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_getrandom_patch_0 [INFO] extracting crate cranelift-isle 0.121.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate cranelift-isle 0.121.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cranelift-isle 0.121.1 [INFO] tweaked toml for crates.io crate cranelift-isle 0.121.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cranelift-isle 0.121.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 cranelift-isle 0.121.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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 2d505eaa39a1256faf48de2ac47e04583212794ee6d92e56cbda352a1ce9218f [INFO] running `Command { std: "docker" "start" "-a" "2d505eaa39a1256faf48de2ac47e04583212794ee6d92e56cbda352a1ce9218f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d505eaa39a1256faf48de2ac47e04583212794ee6d92e56cbda352a1ce9218f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d505eaa39a1256faf48de2ac47e04583212794ee6d92e56cbda352a1ce9218f", kill_on_drop: false }` [INFO] [stdout] 2d505eaa39a1256faf48de2ac47e04583212794ee6d92e56cbda352a1ce9218f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 1b71b27fa4aab4246fd414b73a8c5729062ca783e19058b16d2741533e51166b [INFO] running `Command { std: "docker" "start" "-a" "1b71b27fa4aab4246fd414b73a8c5729062ca783e19058b16d2741533e51166b", kill_on_drop: false }` [INFO] [stderr] Compiling cranelift-isle v0.121.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/codegen.rs:493:52 [INFO] [stdout] | [INFO] [stdout] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested { [INFO] [stdout] | ^^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/serialize.rs:405:18 [INFO] [stdout] | [INFO] [stdout] 405 | fn new_block(&mut self) -> Decomposition { [INFO] [stdout] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 405 | fn new_block(&mut self) -> Decomposition<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/stablemapset.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s [INFO] running `Command { std: "docker" "inspect" "1b71b27fa4aab4246fd414b73a8c5729062ca783e19058b16d2741533e51166b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b71b27fa4aab4246fd414b73a8c5729062ca783e19058b16d2741533e51166b", kill_on_drop: false }` [INFO] [stdout] 1b71b27fa4aab4246fd414b73a8c5729062ca783e19058b16d2741533e51166b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] dc20eab6faab90164caf36d30c2493f171d737d9d35f31fa2e628524bf46ebe8 [INFO] running `Command { std: "docker" "start" "-a" "dc20eab6faab90164caf36d30c2493f171d737d9d35f31fa2e628524bf46ebe8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling rustix v1.0.3 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling linux-raw-sys v0.9.3 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/codegen.rs:493:52 [INFO] [stdout] | [INFO] [stdout] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested { [INFO] [stdout] | ^^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/serialize.rs:405:18 [INFO] [stdout] | [INFO] [stdout] 405 | fn new_block(&mut self) -> Decomposition { [INFO] [stdout] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 405 | fn new_block(&mut self) -> Decomposition<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/stablemapset.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v3.19.1 [INFO] [stderr] Compiling cranelift-isle v0.121.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/codegen.rs:493:52 [INFO] [stdout] | [INFO] [stdout] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested { [INFO] [stdout] | ^^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/serialize.rs:405:18 [INFO] [stdout] | [INFO] [stdout] 405 | fn new_block(&mut self) -> Decomposition { [INFO] [stdout] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 405 | fn new_block(&mut self) -> Decomposition<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/stablemapset.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.83s [INFO] running `Command { std: "docker" "inspect" "dc20eab6faab90164caf36d30c2493f171d737d9d35f31fa2e628524bf46ebe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc20eab6faab90164caf36d30c2493f171d737d9d35f31fa2e628524bf46ebe8", kill_on_drop: false }` [INFO] [stdout] dc20eab6faab90164caf36d30c2493f171d737d9d35f31fa2e628524bf46ebe8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 62e16687a76c27f75818f819e1c4f69831e714ac02621b5d17191c58b4740653 [INFO] running `Command { std: "docker" "start" "-a" "62e16687a76c27f75818f819e1c4f69831e714ac02621b5d17191c58b4740653", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/codegen.rs:493:52 [INFO] [stderr] | [INFO] [stderr] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested { [INFO] [stderr] | ^^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 493 | fn validate_block(ret_kind: ReturnKind, block: &Block) -> Nested<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/serialize.rs:405:18 [INFO] [stderr] | [INFO] [stderr] 405 | fn new_block(&mut self) -> Decomposition { [INFO] [stderr] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 405 | fn new_block(&mut self) -> Decomposition<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/stablemapset.rs:68:25 [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry { [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 68 | pub(crate) fn entry(&mut self, k: K) -> Entry<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `cranelift-isle` (lib) generated 3 warnings (run `cargo fix --lib -p cranelift-isle` to apply 3 suggestions) [INFO] [stderr] warning: `cranelift-isle` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/cranelift_isle-23fd435ff8c8f98f) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test files::tests::line_map ... ok [INFO] [stdout] test lexer::test::ends_with_num ... ok [INFO] [stdout] test lexer::test::ends_with_sym ... ok [INFO] [stdout] test lexer::test::integers ... ok [INFO] [stdout] test lexer::test::weird_syms ... ok [INFO] [stdout] test serialize::tests::test_group_mut ... ok [INFO] [stdout] test sema::test::build_type_env ... ok [INFO] [stdout] test lexer::test::lexer_basic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/run_tests.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/run_tests-31bc0ffb12746456) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test test_run_fail_bound_var_type_mismatch ... ok [INFO] [stdout] test test_run_fail_bad_converters ... ok [INFO] [stdout] test test_run_fail_impure_expression ... ok [INFO] [stdout] test test_run_fail_multi_internal_etor ... ok [INFO] [stdout] test test_run_fail_extra_parens ... ok [INFO] [stdout] test test_run_fail_impure_rhs ... ok [INFO] [stdout] test test_run_fail_converter_extractor_constructor ... ok [INFO] [stdout] test test_run_fail_error1 ... ok [INFO] [stdout] test test_run_pass_bound_var ... ok [INFO] [stdout] test test_run_fail_multi_prio ... ok [INFO] [stdout] test test_run_pass_nodebug ... ok [INFO] [stdout] test test_run_pass_test2 ... ok [INFO] [stdout] test test_run_pass_construct_and_extract ... ok [INFO] [stdout] test test_run_pass_let ... ok [INFO] [stdout] test test_run_pass_test4 ... ok [INFO] [stdout] test test_run_pass_conversions ... ok [INFO] [stdout] test test_run_pass_conversions_extern ... ok [INFO] [stdout] test test_run_pass_test3 ... ok [INFO] [stdout] test test_run_pass_prio_trie_bug ... ok [INFO] [stdout] test test_run_pass_veri_spec ... ok [INFO] [stdout] test test_run_pass_tutorial ... ok [INFO] [stdout] test test_run_link_multi_extractor ... ok [INFO] [stdout] test test_run_run_let_shadowing ... ok [INFO] [stdout] test test_run_link_iflets ... ok [INFO] [stdout] test test_run_link_test ... ok [INFO] [stdout] test test_run_link_borrows ... ok [INFO] [stdout] test test_run_run_iconst ... ok [INFO] [stdout] test test_run_link_multi_constructor ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "62e16687a76c27f75818f819e1c4f69831e714ac02621b5d17191c58b4740653", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62e16687a76c27f75818f819e1c4f69831e714ac02621b5d17191c58b4740653", kill_on_drop: false }` [INFO] [stdout] 62e16687a76c27f75818f819e1c4f69831e714ac02621b5d17191c58b4740653