[INFO] cloning repository https://github.com/kotfind/rekv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kotfind/rekv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkotfind%2Frekv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkotfind%2Frekv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1bac5d949acfd5eeb42adc3081e77a65e24101d
[INFO] checking kotfind/rekv against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkotfind%2Frekv" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kotfind/rekv
[INFO] finished tweaking git repo https://github.com/kotfind/rekv
[INFO] tweaked toml for git repo https://github.com/kotfind/rekv written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kotfind/rekv 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/kotfind/rekv 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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 76d836bdd71b6be5cc78dd23273d53bb00b5af64f1425b08bcb9121588be2d88
[INFO] running `Command { std: "docker" "start" "76d836bdd71b6be5cc78dd23273d53bb00b5af64f1425b08bcb9121588be2d88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76d836bdd71b6be5cc78dd23273d53bb00b5af64f1425b08bcb9121588be2d88", 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" "76d836bdd71b6be5cc78dd23273d53bb00b5af64f1425b08bcb9121588be2d88" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76d836bdd71b6be5cc78dd23273d53bb00b5af64f1425b08bcb9121588be2d88", 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" "76d836bdd71b6be5cc78dd23273d53bb00b5af64f1425b08bcb9121588be2d88" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling embedded-io-async v0.6.1
[INFO] [stderr]     Checking embedded-io v0.6.1
[INFO] [stderr]    Compiling embassy-sync v0.7.2
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling heapless v0.9.2
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling ekv v1.0.0 (https://github.com/embassy-rs/ekv#86bb3ea4)
[INFO] [stderr]     Checking minicbor v2.2.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking generic-array v1.3.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking rekv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: overflow evaluating the requirement `GenericArray<u8, <typenum::Const<{ key::CBOR_MAX_LEN }> as ToUInt>::Output> well-formed`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Default`
[INFO] [stdout]   --> src/rtx.rs:72:73
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                                                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Default`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/rtx.rs:72:13
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as Deref>::Target == _`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Deref`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: DerefMut`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&mut GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `gvec::GVec<u8, <typenum::Const<{ key::CBOR_MAX_LEN }> as ToUInt>::Output> well-formed`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]   --> src/rtx.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                                                       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<UInt<UInt<UInt<UTerm, B1>, B0>, B0> as ArrayLength>::ArrayType<u8> == _`
[INFO] [stdout]   --> src/rtx.rs:77:65
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:77:65
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as Deref>::Target == _`
[INFO] [stdout]   --> src/rtx.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let Ok(key_bytes) = (&key as &[u8]).try_into() else {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Deref`
[INFO] [stdout]   --> src/rtx.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let Ok(key_bytes) = (&key as &[u8]).try_into() else {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let Ok(key_bytes) = (&key as &[u8]).try_into() else {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Copy`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<UInt<UInt<UInt<UTerm, B1>, B0>, B0> as ArrayLength>::ArrayType<_> == _`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Default`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, <typenum::Const<{ key::CBOR_MAX_LEN }> as ToUInt>::Output> well-formed`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `gvec::GVec<u8, <typenum::Const<{ key::CBOR_MAX_LEN }> as ToUInt>::Output> well-formed`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&mut <GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as Deref>::Target well-formed`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let Ok(key_bytes) = (&key as &[u8]).try_into() else {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&<gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as Deref>::Target well-formed`
[INFO] [stdout]   --> src/rtx.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let Ok(key_bytes) = (&key as &[u8]).try_into() else {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, <typenum::Const<{ key::CBOR_MAX_LEN }> as ToUInt>::Output> well-formed`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Default`
[INFO] [stdout]   --> src/rtx.rs:72:73
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                                                                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<UInt<UInt<UInt<UTerm, B1>, B0>, B0> as ArrayLength>::ArrayType<u8> == _`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Default`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/rtx.rs:72:13
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as Deref>::Target == _`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Deref`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: DerefMut`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&mut GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `gvec::GVec<u8, <typenum::Const<{ key::CBOR_MAX_LEN }> as ToUInt>::Output> well-formed`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]   --> src/rtx.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                                                       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<UInt<UInt<UInt<UTerm, B1>, B0>, B0> as ArrayLength>::ArrayType<u8> == _`
[INFO] [stdout]   --> src/rtx.rs:77:65
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:77:65
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as Deref>::Target == _`
[INFO] [stdout]   --> src/rtx.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let Ok(key_bytes) = (&key as &[u8]).try_into() else {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Deref`
[INFO] [stdout]   --> src/rtx.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let Ok(key_bytes) = (&key as &[u8]).try_into() else {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let Ok(key_bytes) = (&key as &[u8]).try_into() else {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Copy`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<UInt<UInt<UInt<UTerm, B1>, B0>, B0> as ArrayLength>::ArrayType<_> == _`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Default`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, <typenum::Const<{ key::CBOR_MAX_LEN }> as ToUInt>::Output> well-formed`
[INFO] [stdout]   --> src/rtx.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let mut key_buf = GenericArray::<u8, U<{ key::CBOR_MAX_LEN }>>::default();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `gvec::GVec<u8, <typenum::Const<{ key::CBOR_MAX_LEN }> as ToUInt>::Output> well-formed`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&mut <GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as Deref>::Target well-formed`
[INFO] [stdout]   --> src/rtx.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let (key, val) = match self.cursor.next(&mut key_buf, &mut val_buf).await {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:77:17
[INFO] [stdout]    |
[INFO] [stdout] 77 |                 GVec::<u8, U<{ key::CBOR_MAX_LEN }>>::from_garr(&key_buf, key_len),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/rtx.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let Ok(key_bytes) = (&key as &[u8]).try_into() else {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&<gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as Deref>::Target well-formed`
[INFO] [stdout]   --> src/rtx.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let Ok(key_bytes) = (&key as &[u8]).try_into() else {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<UInt<UInt<UInt<UTerm, B1>, B0>, B0> as ArrayLength>::ArrayType<u8> == _`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UTerm, B1>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<GenericArray<u8, UInt<UTerm, B1>> as Deref>::Target == _`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: MetaSized`
[INFO] [stdout]   --> src/key/entity.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `typenum::Const<4>: IntoArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<4> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/entity.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let buf = buf.join_arr(&id.to_inner().to_be_bytes());
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let buf = buf.join_arr(&id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as Add<UInt<UTerm, B1>>>::Output == _`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 19 -     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout] 19 +     let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/entity.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: Add<UInt<UTerm, B1>>` found in the `typenum` crate:
[INFO] [stdout]            - impl<T> Add<T> for typenum::array::_::Null;
[INFO] [stdout]            - impl<U> Add<U> for UTerm
[INFO] [stdout]              where U: Unsigned;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B0>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B1>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>, <Ul as Add<Ur>>::Output: Add<B1>, <Ul as Add<Ur>>::Output: ?Sized;
[INFO] [stdout] note: required by a bound in `garr_ext::GArrExt::join_arr`
[INFO] [stdout]   --> src/util/garr_ext.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn join_arr<const M: usize>(&self, arr: &[T; M]) -> GenericArray<T, Sum<N, U<M>>>
[INFO] [stdout]    |        -------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 16 |         N: Add<U<M>>,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `GArrExt::join_arr`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 19 -     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout] 19 +     let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed for `GenericArray<u8, _>`
[INFO] [stdout]   --> src/key/entity.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 20 |     let buf = buf.join_arr(&id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   -------- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: Add<UInt<UInt<UTerm, B1>, B0>>` found in the `typenum` crate:
[INFO] [stdout]            - impl<T> Add<T> for typenum::array::_::Null;
[INFO] [stdout]            - impl<U> Add<U> for UTerm
[INFO] [stdout]              where U: Unsigned;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B0>> for UInt<Ul, B0>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B0>> for UInt<Ul, B1>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout] note: required by a bound in `garr_ext::GArrExt::join_arr`
[INFO] [stdout]   --> src/util/garr_ext.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn join_arr<const M: usize>(&self, arr: &[T; M]) -> GenericArray<T, Sum<N, U<M>>>
[INFO] [stdout]    |        -------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 16 |         N: Add<U<M>>,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `GArrExt::join_arr`
[INFO] [stdout] help: consider giving `buf` an explicit type, where the type for type parameter `N` is specified
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf: GenericArray<_, _> = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |            ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `typenum::Const<4>: IntoArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<4> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as Deref>::Target == _`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: MetaSized`
[INFO] [stdout]   --> src/key/entity.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as core::ops::Sub<UInt<UInt<UTerm, B1>, B0>>>::Output == _`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 28 -     let (buf, arr) = buf.split_arr();
[INFO] [stdout] 28 +     let (buf, arr) = <GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as garr_ext::GArrExt<u8, N>>::split_arr::<2>(&buf);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/entity.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `UInt<UTerm, B1>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UTerm, B1>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<GenericArray<u8, UInt<UTerm, B1>> as Deref>::Target == _`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: MetaSized`
[INFO] [stdout]   --> src/key/entity.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: MetaSized`
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:47:19
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `typenum::Const<2>: IntoArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<2> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/entity.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `typenum::Const<4>: IntoArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UTerm, B1>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as Add<UInt<UTerm, B1>>>::Output == UInt<UInt<UTerm, B1>, B0>`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 47 -         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout] 47 +         let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<typenum::Const<4> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/entity.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let buf = buf.join_arr(&id.to_inner().to_be_bytes());
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let buf = buf.join_arr(&id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: Add<UInt<UTerm, B1>>` found in the `typenum` crate:
[INFO] [stdout]            - impl<T> Add<T> for typenum::array::_::Null;
[INFO] [stdout]            - impl<U> Add<U> for UTerm
[INFO] [stdout]              where U: Unsigned;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B0>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B1>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>, <Ul as Add<Ur>>::Output: Add<B1>, <Ul as Add<Ur>>::Output: ?Sized;
[INFO] [stdout] note: required by a bound in `garr_ext::GArrExt::join_arr`
[INFO] [stdout]   --> src/util/garr_ext.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn join_arr<const M: usize>(&self, arr: &[T; M]) -> GenericArray<T, Sum<N, U<M>>>
[INFO] [stdout]    |        -------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 16 |         N: Add<U<M>>,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `GArrExt::join_arr`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 47 -         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout] 47 +         let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `UInt<UTerm, B1>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: MetaSized`
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as Add<UInt<UTerm, B1>>>::Output == _`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 19 -     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout] 19 +     let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `typenum::Const<2>: IntoArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<2> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/entity.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:56:13
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UTerm, B1>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as Add<UInt<UTerm, B1>>>::Output == UInt<UInt<UTerm, B1>, B0>`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 56 -         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout] 56 +         let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: Add<UInt<UTerm, B1>>` found in the `typenum` crate:
[INFO] [stdout]            - impl<T> Add<T> for typenum::array::_::Null;
[INFO] [stdout]            - impl<U> Add<U> for UTerm
[INFO] [stdout]              where U: Unsigned;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B0>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B1>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>, <Ul as Add<Ur>>::Output: Add<B1>, <Ul as Add<Ur>>::Output: ?Sized;
[INFO] [stdout] note: required by a bound in `garr_ext::GArrExt::join_arr`
[INFO] [stdout]   --> src/util/garr_ext.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn join_arr<const M: usize>(&self, arr: &[T; M]) -> GenericArray<T, Sum<N, U<M>>>
[INFO] [stdout]    |        -------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 16 |         N: Add<U<M>>,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `GArrExt::join_arr`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 56 -         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout] 56 +         let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/entity.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `UInt<UTerm, B1>: ArrayLength`
[INFO] [stdout]   --> src/key/id_counter.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: Add<UInt<UTerm, B1>>` found in the `typenum` crate:
[INFO] [stdout]            - impl<T> Add<T> for typenum::array::_::Null;
[INFO] [stdout]            - impl<U> Add<U> for UTerm
[INFO] [stdout]              where U: Unsigned;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B0>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B1>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>, <Ul as Add<Ur>>::Output: Add<B1>, <Ul as Add<Ur>>::Output: ?Sized;
[INFO] [stdout] note: required by a bound in `garr_ext::GArrExt::join_arr`
[INFO] [stdout]   --> src/util/garr_ext.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn join_arr<const M: usize>(&self, arr: &[T; M]) -> GenericArray<T, Sum<N, U<M>>>
[INFO] [stdout]    |        -------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 16 |         N: Add<U<M>>,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `GArrExt::join_arr`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 19 -     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout] 19 +     let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: Sized`
[INFO] [stdout]   --> src/key/id_counter.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: MetaSized`
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0283]: type annotations needed for `GenericArray<u8, _>`
[INFO] [stdout]   --> src/key/entity.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 20 |     let buf = buf.join_arr(&id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   -------- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: Add<UInt<UInt<UTerm, B1>, B0>>` found in the `typenum` crate:
[INFO] [stdout]            - impl<T> Add<T> for typenum::array::_::Null;
[INFO] [stdout]            - impl<U> Add<U> for UTerm
[INFO] [stdout]              where U: Unsigned;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B0>> for UInt<Ul, B0>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B0>> for UInt<Ul, B1>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout] note: required by a bound in `garr_ext::GArrExt::join_arr`
[INFO] [stdout]   --> src/util/garr_ext.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn join_arr<const M: usize>(&self, arr: &[T; M]) -> GenericArray<T, Sum<N, U<M>>>
[INFO] [stdout]    |        -------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 16 |         N: Add<U<M>>,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `GArrExt::join_arr`
[INFO] [stdout] help: consider giving `buf` an explicit type, where the type for type parameter `N` is specified
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let buf: GenericArray<_, _> = buf.join_arr(&E::TABLE_ID.to_inner().to_be_bytes());
[INFO] [stdout]    |            ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `&GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `typenum::Const<2>: IntoArrayLength`
[INFO] [stdout]   --> src/key/id_counter.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<2> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/id_counter.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: Sized`
[INFO] [stdout]   --> src/key/id_counter.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `typenum::Const<4>: IntoArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<4> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UInt<UTerm, B1>, B0>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as Deref>::Target == _`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UTerm, B1>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/id_counter.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: MetaSized`
[INFO] [stdout]   --> src/key/entity.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as Add<UInt<UTerm, B1>>>::Output == UInt<UInt<UTerm, B1>, B0>`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 16 -     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout] 16 +     let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: Add<UInt<UTerm, B1>>` found in the `typenum` crate:
[INFO] [stdout]            - impl<T> Add<T> for typenum::array::_::Null;
[INFO] [stdout]            - impl<U> Add<U> for UTerm
[INFO] [stdout]              where U: Unsigned;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B0>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B1>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>, <Ul as Add<Ur>>::Output: Add<B1>, <Ul as Add<Ur>>::Output: ?Sized;
[INFO] [stdout] note: required by a bound in `garr_ext::GArrExt::join_arr`
[INFO] [stdout]   --> src/util/garr_ext.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn join_arr<const M: usize>(&self, arr: &[T; M]) -> GenericArray<T, Sum<N, U<M>>>
[INFO] [stdout]    |        -------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 16 |         N: Add<U<M>>,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `GArrExt::join_arr`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 16 -     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout] 16 +     let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `&GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `typenum::Const<2>: IntoArrayLength`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<2> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UTerm, B1>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> as Deref>::Target == _`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: Sized`
[INFO] [stdout]   --> src/key/id_counter.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: MetaSized`
[INFO] [stdout]   --> src/key/id_counter.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as core::ops::Sub<UInt<UInt<UTerm, B1>, B0>>>::Output == _`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 28 -     let (buf, arr) = buf.split_arr();
[INFO] [stdout] 28 +     let (buf, arr) = <GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as garr_ext::GArrExt<u8, N>>::split_arr::<2>(&buf);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/entity.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: Sized`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/id_counter.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as core::ops::Sub<UInt<UTerm, B1>>>::Output == _`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 24 -     let (buf, arr) = buf.split_arr();
[INFO] [stdout] 24 +     let (buf, arr) = <GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> as garr_ext::GArrExt<u8, N>>::split_arr::<1>(&buf);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/id_counter.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Freeze`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UTerm, B1>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: MetaSized`
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:47:19
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] Some errors have detailed explanations: E0275, E0283, E0284.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0275`.
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `typenum::Const<2>: IntoArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<2> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/entity.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UTerm, B1>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as Add<UInt<UTerm, B1>>>::Output == UInt<UInt<UTerm, B1>, B0>`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 47 -         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout] 47 +         let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: Add<UInt<UTerm, B1>>` found in the `typenum` crate:
[INFO] [stdout]            - impl<T> Add<T> for typenum::array::_::Null;
[INFO] [stdout]            - impl<U> Add<U> for UTerm
[INFO] [stdout]              where U: Unsigned;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B0>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B1>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>, <Ul as Add<Ur>>::Output: Add<B1>, <Ul as Add<Ur>>::Output: ?Sized;
[INFO] [stdout] note: required by a bound in `garr_ext::GArrExt::join_arr`
[INFO] [stdout]   --> src/util/garr_ext.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn join_arr<const M: usize>(&self, arr: &[T; M]) -> GenericArray<T, Sum<N, U<M>>>
[INFO] [stdout]    |        -------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 16 |         N: Add<U<M>>,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `GArrExt::join_arr`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 47 -         let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout] 47 +         let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `UInt<UTerm, B1>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error: could not compile `rekv` (lib) due to 17 previous errors; 107 warnings emitted
[INFO] [stdout] warning: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: MetaSized`
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `typenum::Const<2>: IntoArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<2> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/entity.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: Sized`
[INFO] [stdout]   --> src/key/entity.rs:56:13
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UTerm, B1>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/entity.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         buf.into_array()
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as Add<UInt<UTerm, B1>>>::Output == UInt<UInt<UTerm, B1>, B0>`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 56 -         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout] 56 +         let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/key/entity.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: Add<UInt<UTerm, B1>>` found in the `typenum` crate:
[INFO] [stdout]            - impl<T> Add<T> for typenum::array::_::Null;
[INFO] [stdout]            - impl<U> Add<U> for UTerm
[INFO] [stdout]              where U: Unsigned;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B0>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B1>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>, <Ul as Add<Ur>>::Output: Add<B1>, <Ul as Add<Ur>>::Output: ?Sized;
[INFO] [stdout] note: required by a bound in `garr_ext::GArrExt::join_arr`
[INFO] [stdout]   --> src/util/garr_ext.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn join_arr<const M: usize>(&self, arr: &[T; M]) -> GenericArray<T, Sum<N, U<M>>>
[INFO] [stdout]    |        -------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 16 |         N: Add<U<M>>,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `GArrExt::join_arr`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 56 -         let buf = buf.join_arr(&(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout] 56 +         let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &(table_id.to_inner() + 1).to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `UInt<UTerm, B1>: ArrayLength`
[INFO] [stdout]   --> src/key/id_counter.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: Sized`
[INFO] [stdout]   --> src/key/id_counter.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let buf = buf.join_arr(&TYPE_VALUE.to_be_bytes());
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>>: MetaSized`
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UTerm, B1>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `typenum::Const<2>: IntoArrayLength`
[INFO] [stdout]   --> src/key/id_counter.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<2> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/id_counter.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: Sized`
[INFO] [stdout]   --> src/key/id_counter.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UTerm, B1>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/id_counter.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     buf.into_array()
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as Add<UInt<UTerm, B1>>>::Output == UInt<UInt<UTerm, B1>, B0>`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 16 -     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout] 16 +     let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UTerm, B1>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/key/id_counter.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: Add<UInt<UTerm, B1>>` found in the `typenum` crate:
[INFO] [stdout]            - impl<T> Add<T> for typenum::array::_::Null;
[INFO] [stdout]            - impl<U> Add<U> for UTerm
[INFO] [stdout]              where U: Unsigned;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B0>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>;
[INFO] [stdout]            - impl<Ul, Ur> Add<UInt<Ur, B1>> for UInt<Ul, B1>
[INFO] [stdout]              where Ul: Unsigned, Ur: Unsigned, Ul: Add<Ur>, <Ul as Add<Ur>>::Output: Add<B1>, <Ul as Add<Ur>>::Output: ?Sized;
[INFO] [stdout] note: required by a bound in `garr_ext::GArrExt::join_arr`
[INFO] [stdout]   --> src/util/garr_ext.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn join_arr<const M: usize>(&self, arr: &[T; M]) -> GenericArray<T, Sum<N, U<M>>>
[INFO] [stdout]    |        -------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 16 |         N: Add<U<M>>,
[INFO] [stdout]    |            ^^^^^^^^^ required by this bound in `GArrExt::join_arr`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 16 -     let buf = buf.join_arr(&table_id.to_inner().to_be_bytes());
[INFO] [stdout] 16 +     let buf = <GenericArray<u8, UInt<UTerm, B1>> as garr_ext::GArrExt<u8, N>>::join_arr::<1>(&buf, &table_id.to_inner().to_be_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `typenum::Const<2>: IntoArrayLength`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<typenum::Const<2> as IntoArrayLength>::ArrayLength == _`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `UInt<UInt<UTerm, B1>, B0>: ArrayLength`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `<GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> as Deref>::Target == _`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: Sized`
[INFO] [stdout]   --> src/key/id_counter.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: MetaSized`
[INFO] [stdout]   --> src/key/id_counter.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `&GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> well-formed`
[INFO] [stdout]   --> src/key/id_counter.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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 `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: Sized`
[INFO] [stdout]   --> src/key/id_counter.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let buf = GenericArray::from_array(data);
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] error[E0284]: type annotations needed
[INFO] [stdout]   --> src/key/id_counter.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `<_ as core::ops::Sub<UInt<UTerm, B1>>>::Output == _`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]    |
[INFO] [stdout] 24 -     let (buf, arr) = buf.split_arr();
[INFO] [stdout] 24 +     let (buf, arr) = <GenericArray<u8, UInt<UInt<UTerm, B1>, B0>> as garr_ext::GArrExt<u8, N>>::split_arr::<1>(&buf);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `GenericArray<u8, UInt<UInt<UTerm, B1>, B0>>: garr_ext::GArrExt<u8, _>`
[INFO] [stdout]   --> src/key/id_counter.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let (buf, arr) = buf.split_arr();
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `gvec::GVec<u8, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>: Freeze`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`rekv`)
[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] Some errors have detailed explanations: E0275, E0283, E0284.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0275`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rekv` (lib test) due to 17 previous errors; 107 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "76d836bdd71b6be5cc78dd23273d53bb00b5af64f1425b08bcb9121588be2d88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76d836bdd71b6be5cc78dd23273d53bb00b5af64f1425b08bcb9121588be2d88", kill_on_drop: false }`
[INFO] [stdout] 76d836bdd71b6be5cc78dd23273d53bb00b5af64f1425b08bcb9121588be2d88
