[INFO] fetching crate sp-api 39.0.0...
[INFO] testing sp-api-39.0.0 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate sp-api 39.0.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate sp-api 39.0.0
[INFO] finished tweaking crates.io crate sp-api 39.0.0
[INFO] tweaked toml for crates.io crate sp-api 39.0.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sp-api 39.0.0 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sp-api 39.0.0 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a147365def4e086666b3293190d51e6034909fc0133810e0b441ba2ae0b656f1
[INFO] running `Command { std: "docker" "start" "-a" "a147365def4e086666b3293190d51e6034909fc0133810e0b441ba2ae0b656f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a147365def4e086666b3293190d51e6034909fc0133810e0b441ba2ae0b656f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a147365def4e086666b3293190d51e6034909fc0133810e0b441ba2ae0b656f1", kill_on_drop: false }`
[INFO] [stdout] a147365def4e086666b3293190d51e6034909fc0133810e0b441ba2ae0b656f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8092e67a13920808c92942bf4a61630297bb230653682d7f65db9dbfa43d4743
[INFO] running `Command { std: "docker" "start" "-a" "8092e67a13920808c92942bf4a61630297bb230653682d7f65db9dbfa43d4743", kill_on_drop: false }`
[INFO] [stderr]    Compiling sp-core v38.1.0
[INFO] [stderr]    Compiling sp-trie v41.1.0
[INFO] [stderr]    Compiling sp-keystore v0.44.1
[INFO] [stderr]    Compiling sp-state-machine v0.48.0
[INFO] [stderr]    Compiling sp-io v43.0.0
[INFO] [stderr]    Compiling sp-application-crypto v43.0.0
[INFO] [stderr]    Compiling sp-runtime v44.0.0
[INFO] [stderr]    Compiling sp-version v42.0.0
[INFO] [stderr]    Compiling sp-api v39.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:540:33
[INFO] [stdout]     |
[INFO] [stdout] 540 |     fn construct_runtime_api(call: &C) -> ApiRef<Self::RuntimeApi>;
[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] 540 |     fn construct_runtime_api(call: &C) -> ApiRef<'_, Self::RuntimeApi>;
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:766:17
[INFO] [stdout]     |
[INFO] [stdout] 766 |     fn runtime_api(&self) -> ApiRef<Self::Api>;
[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] 766 |     fn runtime_api(&self) -> ApiRef<'_, Self::Api>;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.43s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: trie-db v0.30.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "8092e67a13920808c92942bf4a61630297bb230653682d7f65db9dbfa43d4743", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8092e67a13920808c92942bf4a61630297bb230653682d7f65db9dbfa43d4743", kill_on_drop: false }`
[INFO] [stdout] 8092e67a13920808c92942bf4a61630297bb230653682d7f65db9dbfa43d4743
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7ab085215e36b57e1a59c77c3b97f013b9f3d50e0b9a024e719f7dfc836954f
[INFO] running `Command { std: "docker" "start" "-a" "b7ab085215e36b57e1a59c77c3b97f013b9f3d50e0b9a024e719f7dfc836954f", kill_on_drop: false }`
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:540:33
[INFO] [stdout]     |
[INFO] [stdout] 540 |     fn construct_runtime_api(call: &C) -> ApiRef<Self::RuntimeApi>;
[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] 540 |     fn construct_runtime_api(call: &C) -> ApiRef<'_, Self::RuntimeApi>;
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:766:17
[INFO] [stdout]     |
[INFO] [stdout] 766 |     fn runtime_api(&self) -> ApiRef<Self::Api>;
[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] 766 |     fn runtime_api(&self) -> ApiRef<'_, Self::Api>;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sp-api v39.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:540:33
[INFO] [stdout]     |
[INFO] [stdout] 540 |     fn construct_runtime_api(call: &C) -> ApiRef<Self::RuntimeApi>;
[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] 540 |     fn construct_runtime_api(call: &C) -> ApiRef<'_, Self::RuntimeApi>;
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:766:17
[INFO] [stdout]     |
[INFO] [stdout] 766 |     fn runtime_api(&self) -> ApiRef<Self::Api>;
[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] 766 |     fn runtime_api(&self) -> ApiRef<'_, Self::Api>;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.50s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: trie-db v0.30.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b7ab085215e36b57e1a59c77c3b97f013b9f3d50e0b9a024e719f7dfc836954f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7ab085215e36b57e1a59c77c3b97f013b9f3d50e0b9a024e719f7dfc836954f", kill_on_drop: false }`
[INFO] [stdout] b7ab085215e36b57e1a59c77c3b97f013b9f3d50e0b9a024e719f7dfc836954f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c92a9cbffce9d4e5f31bce27048f40a0ce8b67119f9fe2517c6bf16bd25b438a
[INFO] running `Command { std: "docker" "start" "-a" "c92a9cbffce9d4e5f31bce27048f40a0ce8b67119f9fe2517c6bf16bd25b438a", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/lib.rs:540:33
[INFO] [stderr]     |
[INFO] [stderr] 540 |     fn construct_runtime_api(call: &C) -> ApiRef<Self::RuntimeApi>;
[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] 540 |     fn construct_runtime_api(call: &C) -> ApiRef<'_, Self::RuntimeApi>;
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/lib.rs:766:17
[INFO] [stderr]     |
[INFO] [stderr] 766 |     fn runtime_api(&self) -> ApiRef<Self::Api>;
[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] 766 |     fn runtime_api(&self) -> ApiRef<'_, Self::Api>;
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: `sp-api` (lib) generated 2 warnings
[INFO] [stderr] warning: `sp-api` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: trie-db v0.30.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sp_api-0e8456e94284985e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sp_api
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/lib.rs - impl_runtime_apis (line 357) ... ignored
[INFO] [stdout] test src/lib.rs - impl_runtime_apis (line 373) ... ignored
[INFO] [stdout] test src/lib.rs - impl_runtime_apis (line 408) ... ignored
[INFO] [stdout] test src/lib.rs - decl_runtime_apis (line 236) ... ok
[INFO] [stdout] test src/lib.rs - decl_runtime_apis (line 149) ... ok
[INFO] [stdout] test src/lib.rs - mock_impl_runtime_apis (line 430) ... FAILED
[INFO] [stdout] test src/lib.rs - decl_runtime_apis (line 215) ... ok
[INFO] [stdout] test src/lib.rs - impl_runtime_apis (line 285) ... FAILED
[INFO] [stdout] test src/lib.rs - decl_runtime_apis (line 183) ... ok
[INFO] [stdout] test src/lib.rs - mock_impl_runtime_apis (line 484) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - mock_impl_runtime_apis (line 430) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `sp_test_primitives`
[INFO] [stdout]  --> src/lib.rs:433:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use sp_test_primitives::Block;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `sp_test_primitives`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sp_test_primitives`, use `cargo add sp_test_primitives` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - impl_runtime_apis (line 285) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `sp_test_primitives`
[INFO] [stdout]  --> src/lib.rs:289:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use sp_test_primitives::Block;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `sp_test_primitives`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sp_test_primitives`, use `cargo add sp_test_primitives` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - mock_impl_runtime_apis (line 484) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `sp_test_primitives`
[INFO] [stdout]  --> src/lib.rs:487:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use sp_test_primitives::Block;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `sp_test_primitives`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sp_test_primitives`, use `cargo add sp_test_primitives` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - impl_runtime_apis (line 285)
[INFO] [stdout]     src/lib.rs - mock_impl_runtime_apis (line 430)
[INFO] [stdout]     src/lib.rs - mock_impl_runtime_apis (line 484)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 3 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.95s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "c92a9cbffce9d4e5f31bce27048f40a0ce8b67119f9fe2517c6bf16bd25b438a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c92a9cbffce9d4e5f31bce27048f40a0ce8b67119f9fe2517c6bf16bd25b438a", kill_on_drop: false }`
[INFO] [stdout] c92a9cbffce9d4e5f31bce27048f40a0ce8b67119f9fe2517c6bf16bd25b438a
