>>> rpg-cli: Building testing/rpg-cli 1.2.0-r0 (using abuild 3.15.0-r2) started Fri, 01 Aug 2025 11:51:46 +0000 >>> rpg-cli: Validating /home/buildozer/aports/testing/rpg-cli/APKBUILD... >>> rpg-cli: Analyzing dependencies... >>> rpg-cli: Installing for build: build-base cargo cargo-auditable (1/8) Installing libffi (3.5.1-r0) (2/8) Installing libxml2 (2.13.8-r0) (3/8) Installing llvm20-libs (20.1.8-r0) (4/8) Installing scudo-malloc (20.1.8-r0) (5/8) Installing rust (1.88.0-r0) (6/8) Installing cargo (1.88.0-r0) (7/8) Installing cargo-auditable (0.7.0-r0) (8/8) Installing .makedepends-rpg-cli (20250801.115149) busybox-1.37.0-r21.trigger: Executing script... OK: 726 MiB in 118 packages >>> rpg-cli: Cleaning up srcdir >>> rpg-cli: Cleaning up pkgdir >>> rpg-cli: Cleaning up tmpdir >>> rpg-cli: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rpg-cli-1.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> rpg-cli: Fetching https://github.com/facundoolano/rpg-cli/archive/1.2.0/rpg-cli-1.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 430k 0 430k 0 0 634k 0 --:--:-- --:--:-- --:--:-- 634k >>> rpg-cli: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rpg-cli-1.2.0.tar.gz >>> rpg-cli: Checking sha512sums... rpg-cli-1.2.0.tar.gz: OK >>> rpg-cli: Unpacking /var/cache/distfiles/edge/rpg-cli-1.2.0.tar.gz... Downloading crates ... Downloaded ctor v0.1.26 Downloaded ghost v0.1.17 Downloaded clap v4.5.18 Downloaded clap_builder v4.5.18 Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.13 Compiling libc v0.2.158 Compiling serde v1.0.210 Compiling syn v1.0.109 Compiling cfg-if v1.0.0 Compiling utf8parse v0.2.2 Compiling autocfg v1.3.0 Compiling byteorder v1.5.0 Compiling anstyle-query v1.1.1 Compiling colorchoice v1.0.2 Compiling is_terminal_polyfill v1.70.1 Compiling anstyle v1.0.8 Compiling rustversion v1.0.17 Compiling clap_lex v0.7.2 Compiling heck v0.5.0 Compiling serde_json v1.0.128 Compiling linked-hash-map v0.5.6 Compiling hashbrown v0.12.3 Compiling strsim v0.11.1 Compiling ryu v1.0.18 Compiling anyhow v1.0.89 Compiling lazy_static v1.5.0 Compiling once_cell v1.19.0 Compiling memchr v2.7.4 Compiling heck v0.4.1 Compiling itoa v1.0.11 Compiling strum v0.24.1 Compiling dunce v1.0.5 Compiling colored v2.1.0 Compiling anstyle-parse v0.2.5 Compiling yaml-rust v0.4.5 Compiling anstream v0.6.15 Compiling indexmap v1.9.3 Compiling clap_builder v4.5.18 Compiling quote v1.0.37 Compiling syn v2.0.77 Compiling getrandom v0.2.15 Compiling dirs-sys v0.3.7 Compiling dirs v4.0.0 Compiling rand_core v0.6.4 Compiling serde_derive v1.0.210 Compiling zerocopy-derive v0.7.35 Compiling ghost v0.1.17 Compiling clap_derive v4.5.18 Compiling zerocopy v0.7.35 Compiling ctor v0.1.26 Compiling typetag-impl v0.1.8 Compiling strum_macros v0.24.3 Compiling inventory v0.2.3 Compiling ppv-lite86 v0.2.20 Compiling clap v4.5.18 Compiling rand_chacha v0.3.1 Compiling rand v0.8.5 Compiling erased-serde v0.3.31 Compiling bincode v1.3.3 Compiling serde_yaml v0.8.26 Compiling typetag v0.1.8 Compiling rpg-cli v1.2.0 (/home/buildozer/aports/testing/rpg-cli/src/rpg-cli-1.2.0) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Serialize` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: `#[warn(non_local_definitions)]` on by default = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Send` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Sync` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Send` is not local | `Sync` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Strictest` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Box` is not local | `Deserialize` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Serialize` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Send` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Sync` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Send` is not local | `Sync` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Strictest` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Box` is not local | `Deserialize` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `rpg-cli` (bin "rpg-cli") generated 14 warnings Finished `release` profile [optimized] target(s) in 5m 15s Compiling byteorder v1.5.0 Compiling utf8parse v0.2.2 Compiling cfg-if v1.0.0 Compiling anstyle-query v1.1.1 Compiling anstyle v1.0.8 Compiling is_terminal_polyfill v1.70.1 Compiling colorchoice v1.0.2 Compiling hashbrown v0.12.3 Compiling ryu v1.0.18 Compiling linked-hash-map v0.5.6 Compiling clap_lex v0.7.2 Compiling strsim v0.11.1 Compiling lazy_static v1.5.0 Compiling memchr v2.7.4 Compiling once_cell v1.19.0 Compiling itoa v1.0.11 Compiling dunce v1.0.5 Compiling strum v0.24.1 Compiling libc v0.2.158 Compiling anyhow v1.0.89 Compiling serde v1.0.210 Compiling inventory v0.2.3 Compiling colored v2.1.0 Compiling anstyle-parse v0.2.5 Compiling zerocopy v0.7.35 Compiling yaml-rust v0.4.5 Compiling anstream v0.6.15 Compiling clap_builder v4.5.18 Compiling indexmap v1.9.3 Compiling ppv-lite86 v0.2.20 Compiling getrandom v0.2.15 Compiling dirs-sys v0.3.7 Compiling dirs v4.0.0 Compiling rand_core v0.6.4 Compiling rand_chacha v0.3.1 Compiling rand v0.8.5 Compiling clap v4.5.18 Compiling erased-serde v0.3.31 Compiling serde_yaml v0.8.26 Compiling bincode v1.3.3 Compiling serde_json v1.0.128 Compiling typetag v0.1.8 Compiling rpg-cli v1.2.0 (/home/buildozer/aports/testing/rpg-cli/src/rpg-cli-1.2.0) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Serialize` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: `#[warn(non_local_definitions)]` on by default = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Send` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Sync` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Send` is not local | `Sync` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Strictest` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/item/mod.rs:16:1 | 16 | #[typetag::serde(tag = "type")] | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Box` is not local | `Deserialize` is not local | move the `impl` block outside of this constant `_Item_registry` 17 | pub trait Item: fmt::Display { | ---- `Item` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Serialize` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Send` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Sync` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Send` is not local | `Sync` is not local | `Serialize` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Strictest` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item --> src/quest/mod.rs:17:1 | 17 | #[typetag::serde(tag = "type")] | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | `Box` is not local | `Deserialize` is not local | move the `impl` block outside of this constant `_Quest_registry` 18 | pub trait Quest { | ----- `Quest` is not local | = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl` = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `rpg-cli` (bin "rpg-cli" test) generated 14 warnings Finished `release` profile [optimized] target(s) in 4m 34s Running unittests src/main.rs (target/release/deps/rpg_cli-84295d11e21b916e) running 63 tests test character::tests::gold_gained ... ok test character::tests::apply_status_effect ... ok test character::tests::apply_ring_status ... ok test character::tests::test_add_experience ... ok test character::tests::test_damage ... ok test character::tests::test_counter ... ok test character::tests::test_double_beat ... ok test character::tests::test_heal ... ok test character::tests::test_increase_level ... ok test character::tests::test_hp_ring ... ok test character::tests::test_deffense_ring ... ok test character::tests::modify_stat ... ok test character::tests::test_attack_ring ... ok test character::tests::test_change_to_magic_class ... ok test character::tests::test_magic_attacks ... ok test character::tests::test_class_change ... ok test character::enemy::tests::test_enemy_level ... ok test character::tests::test_magic_ring ... ok test character::tests::magic_attacks ... ok test character::enemy::tests::test_run_ring ... ok test character::tests::test_mp_ring ... ok test character::tests::test_new ... ok test character::tests::test_revive ... ok test character::tests::test_speed_ring ... ok test character::tests::test_status_rings ... ok test character::tests::test_xp_for_next ... ok test character::tests::test_xp_gained ... ok test command::tests::buy_use_item ... ok test character::tests::test_overflow ... ok test command::tests::change_dir_battle ... ok test command::tests::change_dir_home ... ok test command::tests::change_dir_home_force ... ok test command::tests::change_dir_dead ... ok test command::tests::status_effect_dead ... ok test command::tests::inspect_tombstone ... ok test game::tests::battle_lost ... ok test game::tests::test_ring_equip ... ok test game::tests::test_ring_unequip ... ok test item::chest::tests::test_merge ... ok test game::tests::test_inventory ... ok test item::chest::tests::test_drop_equipped_rings ... ok test item::chest::tests::test_empty_drop_pickup ... ok test item::chest::tests::test_full_drop_pickup ... ok test item::chest::tests::test_take_random_ring ... ok test item::chest::tests::test_pickup_extends ... ok test item::key::tests::from_into ... ok test item::shop::tests::buy_multiple ... ok test datafile::tests::serialize_ring ... ok test item::shop::tests::buy_one ... ok test game::tests::battle_won ... ok test item::shop::tests::buy_until_no_money ... ok test item::shop::tests::buy_until_not_available ... ok test location::tests::test_distance ... ok test location::tests::test_from ... ok test location::tests::test_walk_towards ... ok test log::tests::test_bar_slots ... ok test quest::tests::equip_ring ... ok test quest::tests::find_all_rings ... ok test quest::tests::test_game_quests ... ok test quest::tests::gorthaur ... ok test quest::tests::test_level_up ... ok test quest::tests::test_quest_status ... ok test randomizer::tests::test_increase_stat ... ok test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s >>> rpg-cli: Entering fakeroot... >>> rpg-cli*: Running postcheck for rpg-cli >>> rpg-cli*: Preparing package rpg-cli... >>> rpg-cli*: Stripping binaries >>> rpg-cli*: Scanning shared objects >>> rpg-cli*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libgcc_s.so.1 >>> rpg-cli*: Package size: 1.2 MB >>> rpg-cli*: Compressing data... >>> rpg-cli*: Create checksum... >>> rpg-cli*: Create rpg-cli-1.2.0-r0.apk >>> rpg-cli: Build complete at Fri, 01 Aug 2025 12:01:49 +0000 elapsed time 0h 10m 3s >>> rpg-cli: Cleaning up srcdir >>> rpg-cli: Cleaning up pkgdir >>> rpg-cli: Uninstalling dependencies... (1/8) Purging .makedepends-rpg-cli (20250801.115149) (2/8) Purging cargo-auditable (0.7.0-r0) (3/8) Purging cargo (1.88.0-r0) (4/8) Purging rust (1.88.0-r0) (5/8) Purging llvm20-libs (20.1.8-r0) (6/8) Purging scudo-malloc (20.1.8-r0) (7/8) Purging libffi (3.5.1-r0) (8/8) Purging libxml2 (2.13.8-r0) busybox-1.37.0-r21.trigger: Executing script... OK: 369 MiB in 110 packages >>> rpg-cli: Updating the testing/riscv64 repository index... >>> rpg-cli: Signing the index...