[INFO] cloning repository https://github.com/fuJiin/lamina
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fuJiin/lamina" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FfuJiin%2Flamina", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FfuJiin%2Flamina'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 094499441a27bb55eecfb659c316d88ac79654fe
[INFO] checking fuJiin/lamina against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FfuJiin%2Flamina" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/fuJiin/lamina
[INFO] finished tweaking git repo https://github.com/fuJiin/lamina
[INFO] tweaked toml for git repo https://github.com/fuJiin/lamina written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fuJiin/lamina on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fuJiin/lamina 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded endian-type v0.1.2
[INFO] [stderr]   Downloaded fd-lock v3.0.13
[INFO] [stderr]   Downloaded rustyline v12.0.0
[INFO] [stderr]   Downloaded nibble_vec v0.1.0
[INFO] [stderr]   Downloaded clap v4.5.35
[INFO] [stderr]   Downloaded radix_trie v0.2.1
[INFO] [stderr]   Downloaded clap_builder v4.5.35
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8caa56ce1ff63e6257e28459b7452af72d54732b2b6069834e8cb102557fbb0c
[INFO] running `Command { std: "docker" "start" "8caa56ce1ff63e6257e28459b7452af72d54732b2b6069834e8cb102557fbb0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8caa56ce1ff63e6257e28459b7452af72d54732b2b6069834e8cb102557fbb0c", 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" "8caa56ce1ff63e6257e28459b7452af72d54732b2b6069834e8cb102557fbb0c" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8caa56ce1ff63e6257e28459b7452af72d54732b2b6069834e8cb102557fbb0c", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8caa56ce1ff63e6257e28459b7452af72d54732b2b6069834e8cb102557fbb0c" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]    Compiling logos-codegen v0.13.0
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]     Checking clap_builder v4.5.35
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]    Compiling logos-derive v0.13.0
[INFO] [stderr]     Checking logos v0.13.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking fd-lock v3.0.13
[INFO] [stderr]     Checking clap v4.5.35
[INFO] [stderr]     Checking rustyline v12.0.0
[INFO] [stderr]     Checking lamina v0.1.0 (/opt/rustwide/workdir/crates/lamina)
[INFO] [stderr]     Checking lamina-huff v0.1.0 (/opt/rustwide/workdir/crates/lamina-huff)
[INFO] [stderr]     Checking lx v0.1.0 (/opt/rustwide/workdir/crates/lx)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> crates/lamina-huff/src/huff/compiler.rs:852:1
[INFO] [stdout]     |
[INFO] [stdout] 852 | / /// Get the current function name being compiled
[INFO] [stdout] 853 | | /// This is a thread_local variable that will be set during compile_function
[INFO] [stdout]     | |_---------------------------------------------------------------------------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> crates/lamina-huff/src/huff/compiler.rs:852:1
[INFO] [stdout]     |
[INFO] [stdout] 852 | / /// Get the current function name being compiled
[INFO] [stdout] 853 | | /// This is a thread_local variable that will be set during compile_function
[INFO] [stdout]     | |_---------------------------------------------------------------------------^
[INFO] [stdout]     |   |
[INFO] [stdout]     |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]     |
[INFO] [stdout]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `label_counter` is never read
[INFO] [stdout]   --> crates/lamina-huff/src/huff/compiler.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct CompilerContext {
[INFO] [stdout]    |        --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     label_counter: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `params`, and `return_count` are never read
[INFO] [stdout]   --> crates/lamina-huff/src/huff/compiler.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | struct FunctionInfo {
[INFO] [stdout]    |        ------------ fields in this struct
[INFO] [stdout] 29 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 30 |     params: Vec<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 31 |     return_count: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `new_label`, `get_all_storage_slots`, `get_function_info`, and `get_function_selector` are never used
[INFO] [stdout]    --> crates/lamina-huff/src/huff/compiler.rs:46:8
[INFO] [stdout]     |
[INFO] [stdout]  34 | impl CompilerContext {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  46 |     fn new_label(&mut self, prefix: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  88 |     fn get_all_storage_slots(&self) -> Vec<(String, u64)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     fn get_function_info(&self, name: &str) -> Option<&FunctionInfo> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     fn get_function_selector(&self, name: &str) -> Option<u32> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `to_huff` is never used
[INFO] [stdout]    --> crates/lamina-huff/src/huff/opcodes.rs:252:8
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub fn to_huff(opcode: Opcode) -> String {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Address` is never constructed
[INFO] [stdout]  --> crates/lamina-huff/src/huff/types.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Address([u8; 20]);
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `from_hex`, and `as_bytes` are never used
[INFO] [stdout]   --> crates/lamina-huff/src/huff/types.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl Address {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout]  8 |     pub fn new(bytes: [u8; 20]) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub fn from_hex(hex: &str) -> Result<Self, String> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn as_bytes(&self) -> &[u8; 20] {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionSignature` is never constructed
[INFO] [stdout]   --> crates/lamina-huff/src/huff/types.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct FunctionSignature {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `signature_string` are never used
[INFO] [stdout]   --> crates/lamina-huff/src/huff/types.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl FunctionSignature {
[INFO] [stdout]    | ---------------------- associated items in this implementation
[INFO] [stdout] 53 |     pub fn new(name: &str, inputs: Vec<ParameterType>, outputs: Vec<ParameterType>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn signature_string(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_selector` is never used
[INFO] [stdout]   --> crates/lamina-huff/src/huff/types.rs:79:4
[INFO] [stdout]    |
[INFO] [stdout] 79 | fn compute_selector(name: &str, inputs: &[ParameterType]) -> [u8; 4] {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParameterType` is never used
[INFO] [stdout]    --> crates/lamina-huff/src/huff/types.rs:103:10
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub enum ParameterType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_solidity_string` is never used
[INFO] [stdout]    --> crates/lamina-huff/src/huff/types.rs:116:8
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl ParameterType {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 116 |     fn to_solidity_string(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `label_counter` is never read
[INFO] [stdout]   --> crates/lamina-huff/src/huff/compiler.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct CompilerContext {
[INFO] [stdout]    |        --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     label_counter: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `params`, and `return_count` are never read
[INFO] [stdout]   --> crates/lamina-huff/src/huff/compiler.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | struct FunctionInfo {
[INFO] [stdout]    |        ------------ fields in this struct
[INFO] [stdout] 29 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 30 |     params: Vec<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 31 |     return_count: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `new_label`, `get_all_storage_slots`, `get_function_info`, and `get_function_selector` are never used
[INFO] [stdout]    --> crates/lamina-huff/src/huff/compiler.rs:46:8
[INFO] [stdout]     |
[INFO] [stdout]  34 | impl CompilerContext {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  46 |     fn new_label(&mut self, prefix: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  88 |     fn get_all_storage_slots(&self) -> Vec<(String, u64)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     fn get_function_info(&self, name: &str) -> Option<&FunctionInfo> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     fn get_function_selector(&self, name: &str) -> Option<u32> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `to_huff` is never used
[INFO] [stdout]    --> crates/lamina-huff/src/huff/opcodes.rs:252:8
[INFO] [stdout]     |
[INFO] [stdout] 252 | pub fn to_huff(opcode: Opcode) -> String {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Address` is never constructed
[INFO] [stdout]  --> crates/lamina-huff/src/huff/types.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Address([u8; 20]);
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `from_hex`, and `as_bytes` are never used
[INFO] [stdout]   --> crates/lamina-huff/src/huff/types.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl Address {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout]  8 |     pub fn new(bytes: [u8; 20]) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub fn from_hex(hex: &str) -> Result<Self, String> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn as_bytes(&self) -> &[u8; 20] {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionSignature` is never constructed
[INFO] [stdout]   --> crates/lamina-huff/src/huff/types.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct FunctionSignature {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `signature_string` are never used
[INFO] [stdout]   --> crates/lamina-huff/src/huff/types.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl FunctionSignature {
[INFO] [stdout]    | ---------------------- associated items in this implementation
[INFO] [stdout] 53 |     pub fn new(name: &str, inputs: Vec<ParameterType>, outputs: Vec<ParameterType>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn signature_string(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compute_selector` is never used
[INFO] [stdout]   --> crates/lamina-huff/src/huff/types.rs:79:4
[INFO] [stdout]    |
[INFO] [stdout] 79 | fn compute_selector(name: &str, inputs: &[ParameterType]) -> [u8; 4] {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParameterType` is never used
[INFO] [stdout]    --> crates/lamina-huff/src/huff/types.rs:103:10
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub enum ParameterType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_solidity_string` is never used
[INFO] [stdout]    --> crates/lamina-huff/src/huff/types.rs:116:8
[INFO] [stdout]     |
[INFO] [stdout] 115 | impl ParameterType {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 116 |     fn to_solidity_string(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `tiny-keccak`
[INFO] [stderr]   --> crates/lamina/Cargo.toml:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | tiny-keccak.workspace = true
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `tiny-keccak`
[INFO] [stderr] warning: `lamina` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `lamina`
[INFO] [stderr]   --> crates/lx/Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | lamina.workspace = true
[INFO] [stderr]    | ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `lamina`
[INFO] [stderr] warning: `lx` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.58s
[INFO] running `Command { std: "docker" "inspect" "8caa56ce1ff63e6257e28459b7452af72d54732b2b6069834e8cb102557fbb0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8caa56ce1ff63e6257e28459b7452af72d54732b2b6069834e8cb102557fbb0c", kill_on_drop: false }`
[INFO] [stdout] 8caa56ce1ff63e6257e28459b7452af72d54732b2b6069834e8cb102557fbb0c
