[INFO] cloning repository https://github.com/functionland/fula-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/functionland/fula-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffunctionland%2Ffula-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffunctionland%2Ffula-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e5d77263c1ac20d4761cd69bbf05c8df0a290ac2
[INFO] checking functionland/fula-api against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffunctionland%2Ffula-api" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/functionland/fula-api
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/functionland/fula-api
[INFO] tweaked toml for git repo https://github.com/functionland/fula-api written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/functionland/fula-api on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/functionland/fula-api 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3e60474bcedc2dc0a38fd5f2bda6768faaeea1aa86a202b82164fd4bee0eda74
[INFO] running `Command { std: "docker" "start" "3e60474bcedc2dc0a38fd5f2bda6768faaeea1aa86a202b82164fd4bee0eda74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e60474bcedc2dc0a38fd5f2bda6768faaeea1aa86a202b82164fd4bee0eda74", 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" "3e60474bcedc2dc0a38fd5f2bda6768faaeea1aa86a202b82164fd4bee0eda74" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e60474bcedc2dc0a38fd5f2bda6768faaeea1aa86a202b82164fd4bee0eda74", 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" "3e60474bcedc2dc0a38fd5f2bda6768faaeea1aa86a202b82164fd4bee0eda74" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking value-bag v1.12.0
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking const-str v0.4.3
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]     Checking base-x v0.2.11
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking keccak v0.1.5
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling hax-lib v0.3.5
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking unsigned-varint v0.8.0
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling libcrux-intrinsics v0.0.4
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]    Compiling iroh-blake3 v1.4.5
[INFO] [stderr]    Compiling libcrux-sha3 v0.0.4
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking libcrux-platform v0.0.2
[INFO] [stderr]    Compiling libcrux-ml-kem v0.0.4
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling syn-mid v0.5.4
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking genawaiter-macro v0.99.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking base64ct v1.8.1
[INFO] [stderr]     Checking binary-merge v0.1.2
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking positioned-io v0.3.5
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking self_cell v1.2.1
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling toml_edit v0.23.9
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling match-lookup v0.1.1
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.16
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking base256emoji v1.0.2
[INFO] [stderr]     Checking data-encoding-macro v0.1.18
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking multibase v0.9.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling hax-lib-macros v0.3.5
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking libcrux-secrets v0.0.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]    Compiling genawaiter-proc-macro v0.99.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking multihash v0.19.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking inplace-vec-builder v0.1.1
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking cid v0.11.1
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking libcrux-traits v0.0.4
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]    Compiling multihash-derive-impl v0.1.2
[INFO] [stderr]     Checking iroh-io v0.6.2
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking range-collections v0.4.6
[INFO] [stderr]     Checking genawaiter v0.99.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking multihash-derive v0.9.1
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]     Checking multihash-codetable v0.1.4
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking hpke v0.13.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking bao-tree v0.13.0
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking ipld-core v0.4.2
[INFO] [stderr]     Checking cbor4ii v0.2.14
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]    Compiling redb v2.6.3
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking quick-xml v0.37.5
[INFO] [stderr]     Checking serde_ipld_dagcbor v0.6.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking fula-crypto v0.6.19 (/opt/rustwide/workdir/crates/fula-crypto)
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stdout] warning: unused import: `VecDeque`
[INFO] [stdout]   --> crates/fula-crypto/src/sharded_hamt_forest.rs:43:43
[INFO] [stdout]    |
[INFO] [stdout] 43 | use std::collections::{BTreeMap, HashMap, VecDeque};
[INFO] [stdout]    |                                           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `node::Node`
[INFO] [stdout]   --> crates/fula-crypto/src/wnfs_hamt/mod.rs:16:16
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub(crate) use node::Node;
[INFO] [stdout]    |                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ChildPtr`, `Pair`, and `Pointer`
[INFO] [stdout]   --> crates/fula-crypto/src/wnfs_hamt/mod.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) use pointer::{ChildPtr, Pair, Pointer};
[INFO] [stdout]    |                          ^^^^^^^^  ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HamtNodeBytes`, `HamtNodeStore`, `NodePutResult`, `STORAGE_KEY_LEN`, and `StorageKey`
[INFO] [stdout]   --> crates/fula-crypto/src/wnfs_hamt/mod.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub(crate) use store::{HamtNodeBytes, HamtNodeStore, NodePutResult, STORAGE_KEY_LEN, StorageKey};
[INFO] [stdout]    |                        ^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking tower-http v0.6.7
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking blake2s_simd v1.0.3
[INFO] [stderr]    Compiling multihash-derive v0.8.1
[INFO] [stderr]     Checking blake2b_simd v1.0.3
[INFO] [stderr]     Checking unsigned-varint v0.7.2
[INFO] [stdout] warning: constant `HAMT_BITMASK_BYTE_SIZE` is never used
[INFO] [stdout]   --> crates/fula-crypto/src/wnfs_hamt/constants.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const HAMT_BITMASK_BYTE_SIZE: usize = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `store` is never used
[INFO] [stdout]    --> crates/fula-crypto/src/wnfs_hamt/node.rs:155:18
[INFO] [stdout]     |
[INFO] [stdout]  64 | / impl<K, V, H> Node<K, V, H>
[INFO] [stdout]  65 | | where
[INFO] [stdout]  66 | |     K: Clone + AsRef<[u8]> + Serialize + DeserializeOwned + Send + Sync,
[INFO] [stdout]  67 | |     V: Clone + Serialize + DeserializeOwned + Send + Sync,
[INFO] [stdout]  68 | |     H: Hasher + Send + Sync,
[INFO] [stdout]     | |____________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 155 |       pub async fn store(&self, store: &(impl HamtNodeStore + ?Sized)) -> Result<NodePutResult> {
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_wire` is never used
[INFO] [stdout]    --> crates/fula-crypto/src/wnfs_hamt/pointer.rs:308:18
[INFO] [stdout]     |
[INFO] [stdout] 216 | / impl<K, V, H> Pointer<K, V, H>
[INFO] [stdout] 217 | | where
[INFO] [stdout] 218 | |     K: Clone + AsRef<[u8]> + Serialize + DeserializeOwned + Send + Sync,
[INFO] [stdout] 219 | |     V: Clone + Serialize + DeserializeOwned + Send + Sync,
[INFO] [stdout] 220 | |     H: Hasher + Send + Sync,
[INFO] [stdout]     | |____________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 308 |       pub async fn to_wire(
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking multihash v0.18.1
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking cid v0.10.1
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking libipld-core v0.16.0
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking deadpool v0.12.3
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking quick-protobuf v0.8.1
[INFO] [stderr]     Checking libipld-pb v0.16.0
[INFO] [stderr]     Checking libipld-macro v0.16.0
[INFO] [stderr]     Checking libipld-cbor v0.16.0
[INFO] [stderr]     Checking libipld-json v0.16.0
[INFO] [stderr]    Compiling libipld-cbor-derive v0.16.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking libipld v0.16.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling pest v2.8.4
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.12.24
[INFO] [stderr]     Checking wiremock v0.6.5
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking fula-client v0.6.19 (/opt/rustwide/workdir/crates/fula-client)
[INFO] [stderr]    Compiling dart-sys v4.1.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling build-target v0.4.0
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stdout] warning: unused import: `derive_user_buckets_index_key`
[INFO] [stdout]   --> crates/fula-client/src/users_index_writer.rs:42:35
[INFO] [stdout]    |
[INFO] [stdout] 42 |     build_user_buckets_index_aad, derive_user_buckets_index_key, entry_pubkey_from_kek,
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling flutter_rust_bridge v2.11.1
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking fula-blockstore v0.6.19 (/opt/rustwide/workdir/crates/fula-blockstore)
[INFO] [stderr]    Compiling pest_meta v2.8.4
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling pest_generator v2.8.4
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking allo-isolate v0.1.27
[INFO] [stderr]    Compiling flutter_rust_bridge_macros v2.11.1
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling delegate-attr v0.3.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling pest_derive v2.8.4
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-client/src/encryption.rs:1298:22: 1298:32}: std::marker::Send`
[INFO] [stdout]     --> crates/fula-client/src/encryption.rs:1298:9
[INFO] [stdout]      |
[INFO] [stdout] 1298 | /         tokio::spawn(async move {
[INFO] [stdout] 1299 | |             loop {
[INFO] [stdout] 1300 | |                 tokio::select! {
[INFO] [stdout] 1301 | |                     _ = &mut rx => break,
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |         });
[INFO] [stdout]      | |__________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_client`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stdout] warning: unused variable: `manifest_path`
[INFO] [stdout]     --> crates/fula-client/src/encryption.rs:9145:9
[INFO] [stdout]      |
[INFO] [stdout] 9145 |         manifest_path: &std::path::Path,
[INFO] [stdout]      |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_manifest_path`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `uploaded_keys`
[INFO] [stdout]      --> crates/fula-client/src/encryption.rs:11452:14
[INFO] [stdout]       |
[INFO] [stdout] 11452 |         let (uploaded_keys, chunk_cids): (Vec<String>, Vec<Option<cid::Cid>>) = {
[INFO] [stdout]       |              ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_uploaded_keys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking yaml-rust2 v0.8.1
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]     Checking rust-ini v0.20.0
[INFO] [stderr]     Checking fula-core v0.6.19 (/opt/rustwide/workdir/crates/fula-core)
[INFO] [stderr]     Checking axum v0.8.7
[INFO] [stderr]     Checking tokio-test v0.4.4
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]     Checking no-std-compat v0.4.1
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]     Checking governor v0.8.1
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking fula-flutter v0.6.19 (/opt/rustwide/workdir/crates/fula-flutter)
[INFO] [stderr]     Checking oauth2 v5.0.0
[INFO] [stderr]     Checking config v0.14.1
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.106
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]    Compiling rmcp v1.7.0
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.106
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:748:28: 748:38}: TaskRetFutTrait`
[INFO] [stdout]    --> crates/fula-flutter/src/frb_generated.rs:736:33
[INFO] [stdout]     |
[INFO] [stdout] 736 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:812:28: 812:38}: TaskRetFutTrait`
[INFO] [stdout]    --> crates/fula-flutter/src/frb_generated.rs:799:33
[INFO] [stdout]     |
[INFO] [stdout] 799 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:1031:28: 1031:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:1021:33
[INFO] [stdout]      |
[INFO] [stdout] 1021 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:1594:28: 1594:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:1585:33
[INFO] [stdout]      |
[INFO] [stdout] 1585 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:1848:28: 1848:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:1838:33
[INFO] [stdout]      |
[INFO] [stdout] 1838 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:1951:28: 1951:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:1941:33
[INFO] [stdout]      |
[INFO] [stdout] 1941 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2007:28: 2007:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:1997:33
[INFO] [stdout]      |
[INFO] [stdout] 1997 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2063:28: 2063:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2053:33
[INFO] [stdout]      |
[INFO] [stdout] 2053 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2120:28: 2120:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2110:33
[INFO] [stdout]      |
[INFO] [stdout] 2110 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2200:28: 2200:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2190:33
[INFO] [stdout]      |
[INFO] [stdout] 2190 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2253:28: 2253:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2243:33
[INFO] [stdout]      |
[INFO] [stdout] 2243 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wasm-bindgen v0.2.106
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2677:28: 2677:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2665:33
[INFO] [stdout]      |
[INFO] [stdout] 2665 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2827:28: 2827:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2817:33
[INFO] [stdout]      |
[INFO] [stdout] 2817 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2889:28: 2889:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2877:33
[INFO] [stdout]      |
[INFO] [stdout] 2877 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2962:28: 2962:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2950:33
[INFO] [stdout]      |
[INFO] [stdout] 2950 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:3072:28: 3072:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:3062:33
[INFO] [stdout]      |
[INFO] [stdout] 3062 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:3427:28: 3427:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:3417:33
[INFO] [stdout]      |
[INFO] [stdout] 3417 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:3483:28: 3483:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:3473:33
[INFO] [stdout]      |
[INFO] [stdout] 3473 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:3537:28: 3537:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:3528:33
[INFO] [stdout]      |
[INFO] [stdout] 3528 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:3661:28: 3661:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:3652:33
[INFO] [stdout]      |
[INFO] [stdout] 3652 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4140:28: 4140:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4128:33
[INFO] [stdout]      |
[INFO] [stdout] 4128 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4202:28: 4202:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4190:33
[INFO] [stdout]      |
[INFO] [stdout] 4190 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4264:28: 4264:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4252:33
[INFO] [stdout]      |
[INFO] [stdout] 4252 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4326:28: 4326:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4314:33
[INFO] [stdout]      |
[INFO] [stdout] 4314 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4390:28: 4390:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4377:33
[INFO] [stdout]      |
[INFO] [stdout] 4377 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4459:28: 4459:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4445:33
[INFO] [stdout]      |
[INFO] [stdout] 4445 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4547:28: 4547:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4532:33
[INFO] [stdout]      |
[INFO] [stdout] 4532 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4641:28: 4641:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4628:33
[INFO] [stdout]      |
[INFO] [stdout] 4628 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4725:28: 4725:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4711:33
[INFO] [stdout]      |
[INFO] [stdout] 4711 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4926:28: 4926:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4916:33
[INFO] [stdout]      |
[INFO] [stdout] 4916 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking axum-extra v0.10.3
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4986:28: 4986:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4975:33
[INFO] [stdout]      |
[INFO] [stdout] 4975 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5065:28: 5065:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5053:33
[INFO] [stdout]      |
[INFO] [stdout] 5053 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5154:28: 5154:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5143:33
[INFO] [stdout]      |
[INFO] [stdout] 5143 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5228:28: 5228:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5218:33
[INFO] [stdout]      |
[INFO] [stdout] 5218 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5347:28: 5347:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5338:33
[INFO] [stdout]      |
[INFO] [stdout] 5338 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rmcp-macros v1.7.0
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5538:28: 5538:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5527:33
[INFO] [stdout]      |
[INFO] [stdout] 5527 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking fula-cli v0.6.19 (/opt/rustwide/workdir/crates/fula-cli)
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5696:28: 5696:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5688:33
[INFO] [stdout]      |
[INFO] [stdout] 5688 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.106
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling test-log-macros v0.2.19
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking test-log v0.2.19
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking js-sys v0.3.83
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]     Checking proptest v1.9.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.56
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling lalrpop-util v0.20.2
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]     Checking rstest v0.23.0
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.56
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.56
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking async-std v1.13.2
[INFO] [stderr]     Checking serde_regex v1.1.0
[INFO] [stderr]     Checking levenshtein v1.0.5
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking serde-wasm-bindgen v0.6.5
[INFO] [stderr]     Checking web-sys v0.3.83
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking fula-js v0.6.19 (/opt/rustwide/workdir/crates/fula-js)
[INFO] [stdout] warning: unused import: `BlockStore`
[INFO] [stdout]   --> crates/fula-cli/src/handlers/user_entry_submit.rs:38:23
[INFO] [stdout]    |
[INFO] [stdout] 38 | use fula_blockstore::{BlockStore, PinStore};
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rmcp` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name rmcp --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rmcp-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="macros"' --cfg 'feature="server"' --cfg 'feature="transport-async-rw"' --cfg 'feature="transport-io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__reqwest", "auth", "auth-client-credentials-jwt", "base64", "client", "client-side-sse", "default", "elicitation", "local", "macros", "reqwest", "reqwest-native-tls", "reqwest-tls-no-provider", "schemars", "server", "server-side-http", "tower", "transport-async-rw", "transport-child-process", "transport-io", "transport-streamable-http-client", "transport-streamable-http-client-reqwest", "transport-streamable-http-client-unix-socket", "transport-streamable-http-server", "transport-streamable-http-server-session", "transport-worker", "uuid", "which-command"))' -C metadata=b11d27cdf2a59dd2 -C extra-filename=-b35cc2a77311675a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-b45b57956a1f92e3.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-113d186cd174fa5c.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-b326e843ec87dcc4.rmeta --extern pastey=/opt/rustwide/target/debug/deps/libpastey-547c701f2efece83.so --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern rmcp_macros=/opt/rustwide/target/debug/deps/librmcp_macros-34893f8773986ed7.so --extern schemars=/opt/rustwide/target/debug/deps/libschemars-3d0b38c83ec187e7.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-af83f045eea67f4f.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-0521d98341c7ca99.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b073dc526f166a4c.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f7d2bde9f7daa685.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-ce62bf2a48e73aaa.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-92b12f645614043f.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-b15944fbc990f3a0.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `fula-cli` (lib); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name fula_cli --edition=2021 crates/fula-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af59aca2e1cf5bae -C extra-filename=-ca0efd919de625a9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5cf73cd768c5f646.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-b45b57956a1f92e3.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-b0de70e3b49bfea4.rmeta --extern axum_extra=/opt/rustwide/target/debug/deps/libaxum_extra-230e7a827eabd0a5.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern blake3=/opt/rustwide/target/debug/deps/libblake3-58aabf096384370e.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-1733fcdb13354ed1.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-113d186cd174fa5c.rmeta --extern cid=/opt/rustwide/target/debug/deps/libcid-721fc1c8ef21ee2d.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-4a87987df442c08f.rmeta --extern config=/opt/rustwide/target/debug/deps/libconfig-43124069778bf426.rmeta --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-7c529e5b8f98a0f9.rmeta --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-9e536007c79e99aa.rmeta --extern fula_blockstore=/opt/rustwide/target/debug/deps/libfula_blockstore-7dd256f45bce5848.rmeta --extern fula_core=/opt/rustwide/target/debug/deps/libfula_core-040b1a3cca8239cc.rmeta --extern fula_crypto=/opt/rustwide/target/debug/deps/libfula_crypto-133f9a858391bbba.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-b326e843ec87dcc4.rmeta --extern governor=/opt/rustwide/target/debug/deps/libgovernor-8bc3c6ef49eb3579.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-4852862d92867e36.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-526624eb14cb511a.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-0e5a4cee1b8699c2.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-719fdfbd841ea854.rmeta --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-9f57d6cbd9671a58.rmeta --extern oauth2=/opt/rustwide/target/debug/deps/liboauth2-96f7a8018492594d.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-210e012e5363f49b.rmeta --extern postcard=/opt/rustwide/target/debug/deps/libpostcard-a884501e196f20e8.rmeta --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-7cc22c106853d108.rmeta --extern redb=/opt/rustwide/target/debug/deps/libredb-2a303d99c99cfc49.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-08a925dbadae4d16.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-af83f045eea67f4f.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-0521d98341c7ca99.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-43269af8b3c338d4.rmeta --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-6b3bfbe0db3c66b4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b073dc526f166a4c.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f7d2bde9f7daa685.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-e82409806dc13081.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-5fc8ebda17517caf.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-b15944fbc990f3a0.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-bab463a619ee58d3.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-a2e02a7d3ff12a60.rmeta --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-ce62b83da7096e72.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-55c9ddcce5fd2e4b.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blake3-983772099b3c1c61/out -L native=/opt/rustwide/target/debug/build/blake3-983772099b3c1c61/out -L native=/opt/rustwide/target/debug/build/iroh-blake3-3f311a6586cf89c4/out -L native=/opt/rustwide/target/debug/build/iroh-blake3-3f311a6586cf89c4/out -L native=/opt/rustwide/target/debug/build/ring-c5fb616d1d080db8/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:748:28: 748:38}: TaskRetFutTrait`
[INFO] [stdout]    --> crates/fula-flutter/src/frb_generated.rs:736:33
[INFO] [stdout]     |
[INFO] [stdout] 736 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:812:28: 812:38}: TaskRetFutTrait`
[INFO] [stdout]    --> crates/fula-flutter/src/frb_generated.rs:799:33
[INFO] [stdout]     |
[INFO] [stdout] 799 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:1031:28: 1031:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:1021:33
[INFO] [stdout]      |
[INFO] [stdout] 1021 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:1594:28: 1594:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:1585:33
[INFO] [stdout]      |
[INFO] [stdout] 1585 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:1848:28: 1848:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:1838:33
[INFO] [stdout]      |
[INFO] [stdout] 1838 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:1951:28: 1951:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:1941:33
[INFO] [stdout]      |
[INFO] [stdout] 1941 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2007:28: 2007:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:1997:33
[INFO] [stdout]      |
[INFO] [stdout] 1997 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2063:28: 2063:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2053:33
[INFO] [stdout]      |
[INFO] [stdout] 2053 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2120:28: 2120:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2110:33
[INFO] [stdout]      |
[INFO] [stdout] 2110 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2200:28: 2200:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2190:33
[INFO] [stdout]      |
[INFO] [stdout] 2190 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2253:28: 2253:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2243:33
[INFO] [stdout]      |
[INFO] [stdout] 2243 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2677:28: 2677:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2665:33
[INFO] [stdout]      |
[INFO] [stdout] 2665 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2827:28: 2827:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2817:33
[INFO] [stdout]      |
[INFO] [stdout] 2817 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2889:28: 2889:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2877:33
[INFO] [stdout]      |
[INFO] [stdout] 2877 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:2962:28: 2962:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:2950:33
[INFO] [stdout]      |
[INFO] [stdout] 2950 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:3072:28: 3072:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:3062:33
[INFO] [stdout]      |
[INFO] [stdout] 3062 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:3427:28: 3427:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:3417:33
[INFO] [stdout]      |
[INFO] [stdout] 3417 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:3483:28: 3483:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:3473:33
[INFO] [stdout]      |
[INFO] [stdout] 3473 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:3537:28: 3537:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:3528:33
[INFO] [stdout]      |
[INFO] [stdout] 3528 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:3661:28: 3661:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:3652:33
[INFO] [stdout]      |
[INFO] [stdout] 3652 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4140:28: 4140:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4128:33
[INFO] [stdout]      |
[INFO] [stdout] 4128 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4202:28: 4202:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4190:33
[INFO] [stdout]      |
[INFO] [stdout] 4190 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4264:28: 4264:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4252:33
[INFO] [stdout]      |
[INFO] [stdout] 4252 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4326:28: 4326:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4314:33
[INFO] [stdout]      |
[INFO] [stdout] 4314 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4390:28: 4390:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4377:33
[INFO] [stdout]      |
[INFO] [stdout] 4377 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4459:28: 4459:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4445:33
[INFO] [stdout]      |
[INFO] [stdout] 4445 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4547:28: 4547:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4532:33
[INFO] [stdout]      |
[INFO] [stdout] 4532 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4641:28: 4641:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4628:33
[INFO] [stdout]      |
[INFO] [stdout] 4628 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4725:28: 4725:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4711:33
[INFO] [stdout]      |
[INFO] [stdout] 4711 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4926:28: 4926:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4916:33
[INFO] [stdout]      |
[INFO] [stdout] 4916 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:4986:28: 4986:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:4975:33
[INFO] [stdout]      |
[INFO] [stdout] 4975 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5065:28: 5065:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5053:33
[INFO] [stdout]      |
[INFO] [stdout] 5053 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5154:28: 5154:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5143:33
[INFO] [stdout]      |
[INFO] [stdout] 5143 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5228:28: 5228:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5218:33
[INFO] [stdout]      |
[INFO] [stdout] 5218 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5347:28: 5347:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5338:33
[INFO] [stdout]      |
[INFO] [stdout] 5338 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5538:28: 5538:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5527:33
[INFO] [stdout]      |
[INFO] [stdout] 5527 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/fula-flutter/src/frb_generated.rs:5696:28: 5696:38}: TaskRetFutTrait`
[INFO] [stdout]     --> crates/fula-flutter/src/frb_generated.rs:5688:33
[INFO] [stdout]      |
[INFO] [stdout] 5688 |     FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fula_flutter`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3e60474bcedc2dc0a38fd5f2bda6768faaeea1aa86a202b82164fd4bee0eda74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e60474bcedc2dc0a38fd5f2bda6768faaeea1aa86a202b82164fd4bee0eda74", kill_on_drop: false }`
[INFO] [stdout] 3e60474bcedc2dc0a38fd5f2bda6768faaeea1aa86a202b82164fd4bee0eda74
