[INFO] cloning repository https://github.com/temrjan/qallet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/temrjan/qallet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftemrjan%2Fqallet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftemrjan%2Fqallet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1e67041e4342c06b0ab85844c5556a09b8a15957
[INFO] checking temrjan/qallet against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftemrjan%2Fqallet" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/temrjan/qallet
[INFO] finished tweaking git repo https://github.com/temrjan/qallet
[INFO] tweaked toml for git repo https://github.com/temrjan/qallet written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/temrjan/qallet on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/temrjan/qallet 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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: unused workspace dependency `alloy-contract`
[INFO] [stderr]   --> Cargo.toml:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | alloy-contract = "1.8"
[INFO] [stderr]    | ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `alloy-contract`
[INFO] [stderr] warning: unused workspace dependency `dirs`
[INFO] [stderr]   --> Cargo.toml:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | dirs = "5.0"
[INFO] [stderr]    | ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `dirs`
[INFO] [stderr] warning: unused workspace dependency `subtle`
[INFO] [stderr]   --> Cargo.toml:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | subtle = "2"
[INFO] [stderr]    | ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `subtle`
[INFO] [stderr] warning: unused workspace dependency `uuid`
[INFO] [stderr]   --> Cargo.toml:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | uuid = "1"
[INFO] [stderr]    | ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `uuid`
[INFO] [stderr] warning: unused workspace dependency `zeroize`
[INFO] [stderr]   --> Cargo.toml:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | zeroize = "1"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `zeroize`
[INFO] [stderr] warning: workspace (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/txguard/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/txguard/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/txguard/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/txguard/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/txguard/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `txguard` (manifest) generated 5 warnings
[INFO] [stderr] warning: crates/types/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/types/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/types/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/types/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/types/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `rustok-types` (manifest) generated 5 warnings
[INFO] [stderr] warning: crates/api/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/api/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/api/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/api/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/api/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `rustok-api` (manifest) generated 5 warnings
[INFO] [stderr] warning: crates/rustok-mobile-bindings/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/rustok-mobile-bindings/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/rustok-mobile-bindings/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/rustok-mobile-bindings/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/rustok-mobile-bindings/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `rustok-mobile-bindings` (manifest) generated 5 warnings
[INFO] [stderr] warning: crates/cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/cli/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/cli/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/cli/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/cli/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `rustok` (manifest) generated 5 warnings
[INFO] [stderr] warning: crates/core/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/core/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/core/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/core/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/core/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `rustok-core` (manifest) generated 5 warnings
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uniffi_internal_macros v0.31.0
[INFO] [stderr]   Downloaded uniffi_pipeline v0.31.0
[INFO] [stderr]   Downloaded uniffi_meta v0.31.0
[INFO] [stderr]   Downloaded uniffi_macros v0.31.0
[INFO] [stderr]   Downloaded uniffi v0.31.0
[INFO] [stderr]   Downloaded revm-state v10.0.0
[INFO] [stderr]   Downloaded askama v0.14.0
[INFO] [stderr]   Downloaded keccak-asm v0.1.6
[INFO] [stderr]   Downloaded alloy-rlp-derive v0.3.13
[INFO] [stderr]   Downloaded revm-primitives v22.1.0
[INFO] [stderr]   Downloaded uniffi_udl v0.31.0
[INFO] [stderr]   Downloaded askama_parser v0.14.0
[INFO] [stderr]   Downloaded revm v36.0.0
[INFO] [stderr]   Downloaded alloy-rlp v0.3.13
[INFO] [stderr]   Downloaded alloy-eip7928 v0.3.3
[INFO] [stderr]   Downloaded uniffi_core v0.31.0
[INFO] [stderr]   Downloaded askama_derive v0.14.0
[INFO] [stderr]   Downloaded revm-database-interface v10.0.0
[INFO] [stderr]   Downloaded revm-bytecode v9.0.0
[INFO] [stderr]   Downloaded const-hex v1.18.1
[INFO] [stderr]   Downloaded revm-inspector v17.0.0
[INFO] [stderr]   Downloaded alloy-sol-macro-input v1.5.7
[INFO] [stderr]   Downloaded alloy-transport v1.8.3
[INFO] [stderr]   Downloaded alloy-sol-macro v1.5.7
[INFO] [stderr]   Downloaded alloy-sol-macro-expander v1.5.7
[INFO] [stderr]   Downloaded alloy-json-abi v1.5.7
[INFO] [stderr]   Downloaded alloy-sol-type-parser v1.5.7
[INFO] [stderr]   Downloaded alloy-primitives v1.5.7
[INFO] [stderr]   Downloaded revm-interpreter v34.0.0
[INFO] [stderr]   Downloaded revm-context-interface v16.0.0
[INFO] [stderr]   Downloaded revm-handler v17.0.0
[INFO] [stderr]   Downloaded revm-context v15.0.0
[INFO] [stderr]   Downloaded revm-database v12.0.0
[INFO] [stderr]   Downloaded syn-solidity v1.5.7
[INFO] [stderr]   Downloaded alloy-json-rpc v1.8.3
[INFO] [stderr]   Downloaded revm-precompile v32.1.0
[INFO] [stderr]   Downloaded alloy-signer v1.8.3
[INFO] [stderr]   Downloaded alloy-serde v1.8.3
[INFO] [stderr]   Downloaded alloy-sol-types v1.5.7
[INFO] [stderr]   Downloaded alloy-network-primitives v1.8.3
[INFO] [stderr]   Downloaded alloy-transport-http v1.8.3
[INFO] [stderr]   Downloaded alloy-tx-macros v1.8.3
[INFO] [stderr]   Downloaded alloy-rpc-types-any v1.8.3
[INFO] [stderr]   Downloaded alloy-consensus-any v1.8.3
[INFO] [stderr]   Downloaded ruint v1.20.0
[INFO] [stderr]   Downloaded alloy-rpc-client v1.8.3
[INFO] [stderr]   Downloaded alloy-network v1.8.3
[INFO] [stderr]   Downloaded alloy-chains v0.2.33
[INFO] [stderr]   Downloaded alloy-hardforks v0.4.7
[INFO] [stderr]   Downloaded uniffi_bindgen v0.31.0
[INFO] [stderr]   Downloaded alloy-rpc-types-engine v1.8.3
[INFO] [stderr]   Downloaded alloy-provider v1.8.3
[INFO] [stderr]   Downloaded alloy-rpc-types-eth v1.8.3
[INFO] [stderr]   Downloaded alloy-consensus v1.8.3
[INFO] [stderr]   Downloaded alloy-dyn-abi v1.5.7
[INFO] [stderr]   Downloaded alloy-signer-local v1.8.3
[INFO] [stderr]   Downloaded alloy-evm v0.30.0
[INFO] [stderr]   Downloaded sha3-asm v0.1.6
[INFO] [stderr]   Downloaded alloy-eips v1.8.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] cccb176d0f954482aafba3f2a2ea96f62f1ff86284b1678bb5529e3df3859311
[INFO] running `Command { std: "docker" "start" "cccb176d0f954482aafba3f2a2ea96f62f1ff86284b1678bb5529e3df3859311", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cccb176d0f954482aafba3f2a2ea96f62f1ff86284b1678bb5529e3df3859311", 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" "cccb176d0f954482aafba3f2a2ea96f62f1ff86284b1678bb5529e3df3859311" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cccb176d0f954482aafba3f2a2ea96f62f1ff86284b1678bb5529e3df3859311", 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" "cccb176d0f954482aafba3f2a2ea96f62f1ff86284b1678bb5529e3df3859311" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: unused workspace dependency `alloy-contract`
[INFO] [stderr]   --> Cargo.toml:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | alloy-contract = "1.8"
[INFO] [stderr]    | ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `alloy-contract`
[INFO] [stderr] warning: unused workspace dependency `dirs`
[INFO] [stderr]   --> Cargo.toml:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | dirs = "5.0"
[INFO] [stderr]    | ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `dirs`
[INFO] [stderr] warning: unused workspace dependency `subtle`
[INFO] [stderr]   --> Cargo.toml:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | subtle = "2"
[INFO] [stderr]    | ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `subtle`
[INFO] [stderr] warning: unused workspace dependency `uuid`
[INFO] [stderr]   --> Cargo.toml:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | uuid = "1"
[INFO] [stderr]    | ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `uuid`
[INFO] [stderr] warning: unused workspace dependency `zeroize`
[INFO] [stderr]   --> Cargo.toml:34:1
[INFO] [stderr]    |
[INFO] [stderr] 34 | zeroize = "1"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `zeroize`
[INFO] [stderr] warning: workspace (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/api/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/api/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/api/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/api/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/api/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `rustok-api` (manifest) generated 5 warnings
[INFO] [stderr] warning: crates/types/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/types/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/types/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/types/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/types/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `rustok-types` (manifest) generated 5 warnings
[INFO] [stderr] warning: crates/cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/cli/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/cli/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/cli/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/cli/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `rustok` (manifest) generated 5 warnings
[INFO] [stderr] warning: crates/rustok-mobile-bindings/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/rustok-mobile-bindings/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/rustok-mobile-bindings/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/rustok-mobile-bindings/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/rustok-mobile-bindings/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `rustok-mobile-bindings` (manifest) generated 5 warnings
[INFO] [stderr] warning: crates/core/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/core/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/core/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/core/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/core/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `rustok-core` (manifest) generated 5 warnings
[INFO] [stderr] warning: crates/txguard/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/txguard/Cargo.toml: `lints.clippy.use-self` is deprecated in favor of `lints.clippy.use_self` and will not work in a future edition
[INFO] [stderr] warning: crates/txguard/Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/txguard/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: crates/txguard/Cargo.toml: `lints.rust.unused-must-use` is deprecated in favor of `lints.rust.unused_must_use` and will not work in a future edition
[INFO] [stderr] warning: `txguard` (manifest) generated 5 warnings
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking const-hex v1.18.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking futures-utils-wasm v0.1.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking qrcode v0.14.1
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking ark-std v0.5.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking rtoolbox v0.0.3
[INFO] [stderr]     Checking rpassword v7.4.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking aurora-engine-modexp v1.2.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling syn-solidity v1.5.7
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling alloy-rlp-derive v0.3.13
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling ark-serialize-derive v0.5.0
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking ark-serialize v0.5.0
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling ark-ff-macros v0.5.0
[INFO] [stderr]    Compiling ark-ff-asm v0.5.0
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling alloy-sol-macro-input v1.5.7
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]    Compiling alloy-sol-macro-expander v1.5.7
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling uniffi_internal_macros v0.31.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]    Compiling uniffi_pipeline v0.31.0
[INFO] [stderr]    Compiling uniffi_meta v0.31.0
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking serdect v0.2.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking alloy-sol-type-parser v1.5.7
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking coins-core v0.12.0
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking rustok-types v0.1.0 (/opt/rustwide/workdir/crates/types)
[INFO] [stderr]     Checking alloy-rlp v0.3.13
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking ruint v1.20.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking cargo_metadata v0.19.2
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling uniffi_macros v0.31.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking coins-bip32 v0.12.0
[INFO] [stderr]    Compiling alloy-sol-macro v1.5.7
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking alloy-primitives v1.5.7
[INFO] [stderr]     Checking nybbles v0.4.8
[INFO] [stderr]     Checking ark-ff v0.5.0
[INFO] [stderr]     Checking coins-bip39 v0.12.0
[INFO] [stderr]     Checking alloy-eip7928 v0.3.3
[INFO] [stderr]     Checking alloy-eip7702 v0.6.3
[INFO] [stderr]     Checking alloy-eip2930 v0.2.3
[INFO] [stderr]     Checking alloy-sol-types v1.5.7
[INFO] [stderr]     Checking alloy-eip2124 v0.2.0
[INFO] [stderr]     Checking revm-primitives v22.1.0
[INFO] [stderr]     Checking alloy-serde v1.8.3
[INFO] [stderr]     Checking alloy-trie v0.9.5
[INFO] [stderr]     Checking alloy-signer v1.8.3
[INFO] [stderr]     Checking alloy-chains v0.2.33
[INFO] [stderr]     Checking alloy-json-abi v1.5.7
[INFO] [stderr]     Checking revm-bytecode v9.0.0
[INFO] [stderr]     Checking alloy-hardforks v0.4.7
[INFO] [stderr]     Checking revm-state v10.0.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]    Compiling alloy-tx-macros v1.8.3
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]     Checking alloy-json-rpc v1.8.3
[INFO] [stderr]     Checking alloy-dyn-abi v1.5.7
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking revm-database-interface v10.0.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking async-compat v0.2.5
[INFO] [stderr]     Checking uniffi_core v0.31.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking revm-context-interface v16.0.0
[INFO] [stderr]     Checking uniffi v0.31.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking alloy-transport v1.8.3
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking alloy-eips v1.8.3
[INFO] [stderr]     Checking revm-interpreter v34.0.0
[INFO] [stderr]     Checking revm-context v15.0.0
[INFO] [stderr]     Checking ark-poly v0.5.0
[INFO] [stderr]     Checking alloy-consensus v1.8.3
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking ark-ec v0.5.0
[INFO] [stderr]     Checking alloy-transport-http v1.8.3
[INFO] [stderr]     Checking alloy-rpc-client v1.8.3
[INFO] [stderr]     Checking alloy-network-primitives v1.8.3
[INFO] [stderr]     Checking alloy-consensus-any v1.8.3
[INFO] [stderr]     Checking alloy-rpc-types-eth v1.8.3
[INFO] [stderr]     Checking ark-bls12-381 v0.5.0
[INFO] [stderr]     Checking ark-bn254 v0.5.0
[INFO] [stderr]     Checking revm-precompile v32.1.0
[INFO] [stderr]     Checking revm-handler v17.0.0
[INFO] [stderr]     Checking revm-inspector v17.0.0
[INFO] [stderr]     Checking alloy-rpc-types-any v1.8.3
[INFO] [stderr]     Checking alloy-network v1.8.3
[INFO] [stderr]     Checking alloy-provider v1.8.3
[INFO] [stderr]     Checking alloy-signer-local v1.8.3
[INFO] [stderr]     Checking revm-database v12.0.0
[INFO] [stderr]     Checking revm v36.0.0
[INFO] [stderr]     Checking alloy-evm v0.30.0
[INFO] [stderr]     Checking txguard v0.1.0 (/opt/rustwide/workdir/crates/txguard)
[INFO] [stderr]     Checking rustok-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]     Checking rustok-api v0.1.0 (/opt/rustwide/workdir/crates/api)
[INFO] [stderr]     Checking rustok-mobile-bindings v0.1.0 (/opt/rustwide/workdir/crates/rustok-mobile-bindings)
[INFO] [stderr]     Checking rustok v0.1.0 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr] warning: unused dependency `alloy-dyn-abi`
[INFO] [stderr]   --> crates/txguard/Cargo.toml:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | alloy-dyn-abi = { 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 `alloy-dyn-abi`
[INFO] [stderr] warning: unused dependency `alloy-evm`
[INFO] [stderr]   --> crates/txguard/Cargo.toml:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | alloy-evm = { workspace = true }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `alloy-evm`
[INFO] [stderr] warning: `txguard` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "cccb176d0f954482aafba3f2a2ea96f62f1ff86284b1678bb5529e3df3859311", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cccb176d0f954482aafba3f2a2ea96f62f1ff86284b1678bb5529e3df3859311", kill_on_drop: false }`
[INFO] [stdout] cccb176d0f954482aafba3f2a2ea96f62f1ff86284b1678bb5529e3df3859311
