>>> rpg-cli: Building testing/rpg-cli 1.2.0-r0 (using abuild 3.15.0-r2) started Fri, 01 Aug 2025 11:19:14 +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/9) Installing libffi (3.5.1-r0) (2/9) Installing xz-libs (5.8.1-r0) (3/9) Installing libxml2 (2.13.8-r0) (4/9) Installing llvm20-libs (20.1.8-r0) (5/9) Installing scudo-malloc (20.1.8-r0) (6/9) Installing rust (1.88.0-r0) (7/9) Installing cargo (1.88.0-r0) (8/9) Installing cargo-auditable (0.7.0-r0) (9/9) Installing .makedepends-rpg-cli (20250801.111914) busybox-1.37.0-r21.trigger: Executing script... OK: 783 MiB in 117 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 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 100 12959 0 12959 0 0 12649 0 --:--:-- 0:00:01 --:--:-- 12649 100 430k 0 430k 0 0 300k 0 --:--:-- 0:00:01 --:--:-- 1019k >>> 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... Updating crates.io index Downloading crates ... Downloaded clap v4.5.18 Downloaded typetag-impl v0.1.8 Downloaded ghost v0.1.17 Downloaded typetag v0.1.8 Downloaded inventory v0.2.3 Downloaded erased-serde v0.3.31 Downloaded clap_builder v4.5.18 Downloaded ctor v0.1.26 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 byteorder v1.5.0 Compiling cfg-if v1.0.0 Compiling utf8parse v0.2.2 Compiling autocfg v1.3.0 Compiling anstyle-parse v0.2.5 Compiling rustversion v1.0.17 Compiling anstyle-query v1.1.1 Compiling anstyle v1.0.8 Compiling is_terminal_polyfill v1.70.1 Compiling colorchoice v1.0.2 Compiling clap_lex v0.7.2 Compiling hashbrown v0.12.3 Compiling linked-hash-map v0.5.6 Compiling anstream v0.6.15 Compiling indexmap v1.9.3 Compiling anyhow v1.0.89 Compiling serde_json v1.0.128 Compiling strsim v0.11.1 Compiling heck v0.5.0 Compiling ryu v1.0.18 Compiling quote v1.0.37 Compiling clap_builder v4.5.18 Compiling yaml-rust v0.4.5 Compiling syn v2.0.77 Compiling getrandom v0.2.15 Compiling dirs-sys v0.3.7 Compiling rand_core v0.6.4 Compiling once_cell v1.19.0 Compiling itoa v1.0.11 Compiling memchr v2.7.4 Compiling lazy_static v1.5.0 Compiling heck v0.4.1 Compiling colored v2.1.0 Compiling dirs v4.0.0 Compiling dunce v1.0.5 Compiling strum v0.24.1 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 rand_chacha v0.3.1 Compiling rand v0.8.5 Compiling clap v4.5.18 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 42.36s Compiling utf8parse v0.2.2 Compiling cfg-if v1.0.0 Compiling byteorder v1.5.0 Compiling libc v0.2.158 Compiling anstyle v1.0.8 Compiling is_terminal_polyfill v1.70.1 Compiling serde v1.0.210 Compiling anstyle-query v1.1.1 Compiling anstyle-parse v0.2.5 Compiling colorchoice v1.0.2 Compiling hashbrown v0.12.3 Compiling strsim v0.11.1 Compiling zerocopy v0.7.35 Compiling ryu v1.0.18 Compiling anstream v0.6.15 Compiling linked-hash-map v0.5.6 Compiling clap_lex v0.7.2 Compiling yaml-rust v0.4.5 Compiling getrandom v0.2.15 Compiling indexmap v1.9.3 Compiling dirs-sys v0.3.7 Compiling clap_builder v4.5.18 Compiling inventory v0.2.3 Compiling rand_core v0.6.4 Compiling ppv-lite86 v0.2.20 Compiling lazy_static v1.5.0 Compiling itoa v1.0.11 Compiling once_cell v1.19.0 Compiling memchr v2.7.4 Compiling colored v2.1.0 Compiling dirs v4.0.0 Compiling rand_chacha v0.3.1 Compiling anyhow v1.0.89 Compiling strum v0.24.1 Compiling rand v0.8.5 Compiling dunce v1.0.5 Compiling clap v4.5.18 Compiling erased-serde v0.3.31 Compiling bincode v1.3.3 Compiling serde_json v1.0.128 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" test) generated 14 warnings Finished `release` profile [optimized] target(s) in 37.46s Running unittests src/main.rs (target/release/deps/rpg_cli-38a450272a304c7a) 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_counter ... ok test character::tests::test_damage ... ok test character::tests::test_change_to_magic_class ... ok test character::tests::modify_stat ... ok test character::tests::test_class_change ... ok test character::tests::test_attack_ring ... ok test character::enemy::tests::test_enemy_level ... ok test character::tests::magic_attacks ... ok test character::enemy::tests::test_run_ring ... ok test character::tests::test_deffense_ring ... ok test character::tests::test_double_beat ... ok test character::tests::test_heal ... ok test character::tests::test_hp_ring ... ok test character::tests::test_increase_level ... ok test character::tests::test_magic_attacks ... ok test character::tests::test_magic_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 command::tests::change_dir_battle ... ok test character::tests::test_overflow ... ok test command::tests::change_dir_home ... ok test command::tests::change_dir_home_force ... ok test command::tests::status_effect_dead ... ok test game::tests::battle_lost ... ok test command::tests::change_dir_dead ... ok test game::tests::test_inventory ... ok test command::tests::inspect_tombstone ... ok test game::tests::test_ring_unequip ... ok test game::tests::test_ring_equip ... ok test item::chest::tests::test_drop_equipped_rings ... ok test game::tests::battle_won ... ok test item::chest::tests::test_empty_drop_pickup ... ok test item::chest::tests::test_full_drop_pickup ... ok test item::chest::tests::test_merge ... ok test datafile::tests::serialize_ring ... ok test item::chest::tests::test_pickup_extends ... ok test item::chest::tests::test_take_random_ring ... ok test item::key::tests::from_into ... ok test item::shop::tests::buy_multiple ... ok test item::shop::tests::buy_one ... ok test item::shop::tests::buy_until_no_money ... ok test location::tests::test_distance ... ok test item::shop::tests::buy_until_not_available ... 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_level_up ... ok test quest::tests::test_quest_status ... ok test quest::tests::test_game_quests ... ok test randomizer::tests::test_increase_stat ... ok test quest::tests::gorthaur ... ok test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> 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-s390x.so.1 so:libgcc_s.so.1 >>> rpg-cli*: Package size: 1.5 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 11:20:39 +0000 elapsed time 0h 1m 25s >>> rpg-cli: Cleaning up srcdir >>> rpg-cli: Cleaning up pkgdir >>> rpg-cli: Uninstalling dependencies... (1/9) Purging .makedepends-rpg-cli (20250801.111914) (2/9) Purging cargo-auditable (0.7.0-r0) (3/9) Purging cargo (1.88.0-r0) (4/9) Purging rust (1.88.0-r0) (5/9) Purging llvm20-libs (20.1.8-r0) (6/9) Purging scudo-malloc (20.1.8-r0) (7/9) Purging libffi (3.5.1-r0) (8/9) Purging libxml2 (2.13.8-r0) (9/9) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r21.trigger: Executing script... OK: 387 MiB in 108 packages >>> rpg-cli: Updating the testing/s390x repository index... >>> rpg-cli: Signing the index...