>>> py3-rpds-py: Building community/py3-rpds-py 0.27.1-r0 (using abuild 3.16.0_rc4-r0) started Thu, 23 Oct 2025 00:05:16 +0000 >>> py3-rpds-py: Validating /home/buildozer/aports/community/py3-rpds-py/APKBUILD... >>> py3-rpds-py: Analyzing dependencies... >>> py3-rpds-py: Installing for build: build-base cargo py3-gpep517 py3-maturin py3-pytest ( 1/34) Installing xz-libs (5.8.1-r0) ( 2/34) Installing libxml2 (2.13.9-r0) ( 3/34) Installing llvm21-libs (21.1.2-r1) ( 4/34) Installing rust (1.90.0-r1) ( 5/34) Installing cargo (1.90.0-r1) ( 6/34) Installing gdbm (1.26-r0) ( 7/34) Installing mpdecimal (4.0.1-r0) ( 8/34) Installing libpanelw (6.5_p20251010-r0) ( 9/34) Installing python3 (3.12.12-r0) (10/34) Installing python3-pycache-pyc0 (3.12.12-r0) (11/34) Installing pyc (3.12.12-r0) (12/34) Installing py3-installer-pyc (0.7.0-r2) (13/34) Installing py3-gpep517-pyc (19-r0) (14/34) Installing python3-pyc (3.12.12-r0) (15/34) Installing py3-installer (0.7.0-r2) (16/34) Installing py3-gpep517 (19-r0) (17/34) Installing maturin (1.9.6-r0) (18/34) Installing py3-maturin (1.9.6-r0) (19/34) Installing py3-maturin-pyc (1.9.6-r0) (20/34) Installing py3-iniconfig (2.3.0-r0) (21/34) Installing py3-iniconfig-pyc (2.3.0-r0) (22/34) Installing py3-parsing (3.2.3-r0) (23/34) Installing py3-parsing-pyc (3.2.3-r0) (24/34) Installing py3-packaging (25.0-r0) (25/34) Installing py3-packaging-pyc (25.0-r0) (26/34) Installing py3-pluggy (1.6.0-r0) (27/34) Installing py3-pluggy-pyc (1.6.0-r0) (28/34) Installing py3-py (1.11.0-r4) (29/34) Installing py3-py-pyc (1.11.0-r4) (30/34) Installing py3-pygments (2.19.2-r0) (31/34) Installing py3-pygments-pyc (2.19.2-r0) (32/34) Installing py3-pytest (8.4.2-r1) (33/34) Installing py3-pytest-pyc (8.4.2-r1) (34/34) Installing .makedepends-py3-rpds-py (20251023.000520) busybox-1.37.0-r24.trigger: Executing script... OK: 730 MiB in 185 packages >>> py3-rpds-py: Cleaning up srcdir >>> py3-rpds-py: Cleaning up pkgdir >>> py3-rpds-py: Cleaning up tmpdir >>> py3-rpds-py: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/rpds_py-0.27.1.tar.gz /var/cache/distfiles/v3.23/rpds_py-0.27.1.tar.gz: OK >>> py3-rpds-py: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/rpds_py-0.27.1.tar.gz /var/cache/distfiles/v3.23/rpds_py-0.27.1.tar.gz: OK >>> py3-rpds-py: Unpacking /var/cache/distfiles/v3.23/rpds_py-0.27.1.tar.gz... Updating crates.io index Downloading crates ... Downloaded unindent v0.2.4 Downloaded triomphe v0.1.14 Downloaded pyo3-macros v0.25.1 Downloaded quote v1.0.40 Downloaded indoc v2.0.6 Downloaded heck v0.5.0 Downloaded once_cell v1.21.3 Downloaded pyo3-build-config v0.25.1 Downloaded proc-macro2 v1.0.95 Downloaded unicode-ident v1.0.18 Downloaded pyo3-ffi v0.25.1 Downloaded python3-dll-a v0.2.14 Downloaded pyo3-macros-backend v0.25.1 Downloaded portable-atomic v1.11.0 Downloaded cc v1.2.25 Downloaded shlex v1.3.0 Downloaded target-lexicon v0.13.2 Downloaded autocfg v1.4.0 Downloaded syn v2.0.101 Downloaded memoffset v0.9.1 Downloaded archery v1.2.1 Downloaded libc v0.2.172 Downloaded pyo3 v0.25.1 Downloaded rpds v1.1.1 2025-10-23 00:05:24,008 gpep517 INFO Building wheel via backend maturin Running `maturin pep517 build-wheel -i /usr/bin/python3 --compatibility off --frozen` 🔗 Found pyo3 bindings 🐍 Found CPython 3.12 at /usr/bin/python3 📡 Using build options features from pyproject.toml Compiling target-lexicon v0.13.2 Compiling python3-dll-a v0.2.14 Compiling once_cell v1.21.3 Compiling proc-macro2 v1.0.95 Compiling unicode-ident v1.0.18 Compiling autocfg v1.4.0 Compiling libc v0.2.172 Compiling heck v0.5.0 Compiling triomphe v0.1.14 Compiling unindent v0.2.4 Compiling indoc v2.0.6 Compiling archery v1.2.1 Compiling rpds v1.1.1 Compiling memoffset v0.9.1 Compiling quote v1.0.40 Compiling pyo3-build-config v0.25.1 Compiling syn v2.0.101 Compiling pyo3-ffi v0.25.1 Compiling pyo3-macros-backend v0.25.1 Compiling pyo3 v0.25.1 Compiling pyo3-macros v0.25.1 Compiling rpds-py v0.27.1 (/home/buildozer/aports/community/py3-rpds-py/src/rpds_py-0.27.1) warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:243:24 | 243 | fn __reduce__(slf: PyRef) -> (Bound<'_, PyType>, (Vec<(Key, PyObject)>,)) { | ^^^^^^^^^^^ -- the same lifetime is elided here | | | the lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: consistently use `'_` | 243 | fn __reduce__(slf: PyRef<'_, Self>) -> (Bound<'_, PyType>, (Vec<(Key, PyObject)>,)) { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:915:24 | 915 | fn __reduce__(slf: PyRef) -> (Bound<'_, PyType>, (Vec,)) { | ^^^^^^^^^^^ -- the same lifetime is elided here | | | the lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: consistently use `'_` | 915 | fn __reduce__(slf: PyRef<'_, Self>) -> (Bound<'_, PyType>, (Vec,)) { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/lib.rs:1168:24 | 1168 | fn __reduce__(slf: PyRef) -> (Bound<'_, PyType>, (Vec,)) { | ^^^^^^^^^^^ -- the same lifetime is elided here | | | the lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: consistently use `'_` | 1168 | fn __reduce__(slf: PyRef<'_, Self>) -> (Bound<'_, PyType>, (Vec,)) { | +++ warning: `rpds-py` (lib) generated 3 warnings Finished `release` profile [optimized] target(s) in 38.01s 📖 Found type stub file at rpds.pyi 📦 Built wheel for CPython 3.12 to /home/buildozer/aports/community/py3-rpds-py/src/rpds_py-0.27.1/target/wheels/rpds_py-0.27.1-cp312-cp312-linux_armv8l.whl /home/buildozer/aports/community/py3-rpds-py/src/rpds_py-0.27.1/target/wheels/rpds_py-0.27.1-cp312-cp312-linux_armv8l.whl 2025-10-23 00:06:02,308 gpep517 INFO The backend produced .dist/rpds_py-0.27.1-cp312-cp312-linux_armv8l.whl rpds_py-0.27.1-cp312-cp312-linux_armv8l.whl ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.4.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-rpds-py/src/rpds_py-0.27.1 configfile: pyproject.toml collected 116 items tests/test_hash_trie_map.py ............................................ [ 37%] ............... [ 50%] tests/test_hash_trie_set.py ..................... [ 68%] tests/test_list.py ................... [ 85%] tests/test_queue.py ................. [100%] ============================= 116 passed in 0.52s ============================== >>> py3-rpds-py: Entering fakeroot... >>> py3-rpds-py-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/rpds/__pycache__' -> '/home/buildozer/aports/community/py3-rpds-py/pkg/py3-rpds-py-pyc/usr/lib/python3.12/site-packages/rpds/__pycache__' >>> py3-rpds-py-pyc*: Preparing subpackage py3-rpds-py-pyc... >>> py3-rpds-py-pyc*: Running postcheck for py3-rpds-py-pyc >>> py3-rpds-py*: Running postcheck for py3-rpds-py >>> py3-rpds-py*: Preparing package py3-rpds-py... >>> py3-rpds-py*: Stripping binaries >>> py3-rpds-py*: Scanning shared objects >>> py3-rpds-py-pyc*: Tracing dependencies... python3~3.12 >>> py3-rpds-py-pyc*: Package size: 306.0 B >>> py3-rpds-py-pyc*: Compressing data... >>> py3-rpds-py-pyc*: Create checksum... >>> py3-rpds-py-pyc*: Create py3-rpds-py-pyc-0.27.1-r0.apk >>> py3-rpds-py*: Tracing dependencies... python3~3.12 so:libc.musl-armv7.so.1 so:libgcc_s.so.1 >>> py3-rpds-py*: Package size: 356.4 KB >>> py3-rpds-py*: Compressing data... >>> py3-rpds-py*: Create checksum... >>> py3-rpds-py*: Create py3-rpds-py-0.27.1-r0.apk >>> py3-rpds-py: Build complete at Thu, 23 Oct 2025 00:06:03 +0000 elapsed time 0h 0m 47s >>> py3-rpds-py: Cleaning up srcdir >>> py3-rpds-py: Cleaning up pkgdir >>> py3-rpds-py: Cleaning up tmpdir >>> py3-rpds-py: Uninstalling dependencies... ( 1/34) Purging .makedepends-py3-rpds-py (20251023.000520) ( 2/34) Purging cargo (1.90.0-r1) ( 3/34) Purging rust (1.90.0-r1) ( 4/34) Purging py3-gpep517-pyc (19-r0) ( 5/34) Purging py3-gpep517 (19-r0) ( 6/34) Purging py3-installer-pyc (0.7.0-r2) ( 7/34) Purging py3-installer (0.7.0-r2) ( 8/34) Purging py3-maturin-pyc (1.9.6-r0) ( 9/34) Purging py3-maturin (1.9.6-r0) (10/34) Purging maturin (1.9.6-r0) (11/34) Purging py3-pytest-pyc (8.4.2-r1) (12/34) Purging py3-pytest (8.4.2-r1) (13/34) Purging py3-iniconfig-pyc (2.3.0-r0) (14/34) Purging py3-iniconfig (2.3.0-r0) (15/34) Purging py3-packaging-pyc (25.0-r0) (16/34) Purging py3-packaging (25.0-r0) (17/34) Purging py3-parsing-pyc (3.2.3-r0) (18/34) Purging py3-parsing (3.2.3-r0) (19/34) Purging py3-pluggy-pyc (1.6.0-r0) (20/34) Purging py3-pluggy (1.6.0-r0) (21/34) Purging py3-py-pyc (1.11.0-r4) (22/34) Purging py3-py (1.11.0-r4) (23/34) Purging py3-pygments-pyc (2.19.2-r0) (24/34) Purging py3-pygments (2.19.2-r0) (25/34) Purging python3-pyc (3.12.12-r0) (26/34) Purging python3-pycache-pyc0 (3.12.12-r0) (27/34) Purging pyc (3.12.12-r0) (28/34) Purging python3 (3.12.12-r0) (29/34) Purging gdbm (1.26-r0) (30/34) Purging libpanelw (6.5_p20251010-r0) (31/34) Purging llvm21-libs (21.1.2-r1) (32/34) Purging mpdecimal (4.0.1-r0) (33/34) Purging libxml2 (2.13.9-r0) (34/34) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 382 MiB in 151 packages >>> py3-rpds-py: Updating the community/armv7 repository index... >>> py3-rpds-py: Signing the index...