>>> ranger: Building community/ranger 1.9.4-r1 (using abuild 3.16.0-r0) started Mon, 30 Mar 2026 03:25:49 +0000 >>> ranger: Validating /home/buildozer/aports/community/ranger/APKBUILD... >>> ranger: Analyzing dependencies... >>> ranger: Installing for build: build-base python3 py3-setuptools py3-pytest ( 1/28) Installing libbz2 (1.0.8-r6) ( 2/28) Installing libffi (3.5.2-r0) ( 3/28) Installing gdbm (1.26-r0) ( 4/28) Installing xz-libs (5.8.2-r0) ( 5/28) Installing mpdecimal (4.0.1-r0) ( 6/28) Installing libpanelw (6.6_p20251231-r0) ( 7/28) Installing sqlite-libs (3.51.2-r1) ( 8/28) Installing python3 (3.14.3-r0) ( 9/28) Installing python3-pycache-pyc0 (3.14.3-r0) (10/28) Installing pyc (3.14.3-r0) (11/28) Installing python3-pyc (3.14.3-r0) (12/28) Installing py3-parsing (3.3.2-r1) (13/28) Installing py3-parsing-pyc (3.3.2-r1) (14/28) Installing py3-packaging (26.0-r1) (15/28) Installing py3-packaging-pyc (26.0-r1) (16/28) Installing py3-setuptools (82.0.1-r1) (17/28) Installing py3-setuptools-pyc (82.0.1-r1) (18/28) Installing py3-iniconfig (2.3.0-r1) (19/28) Installing py3-iniconfig-pyc (2.3.0-r1) (20/28) Installing py3-pluggy (1.6.0-r1) (21/28) Installing py3-pluggy-pyc (1.6.0-r1) (22/28) Installing py3-py (1.11.0-r5) (23/28) Installing py3-py-pyc (1.11.0-r5) (24/28) Installing py3-pygments (2.19.2-r1) (25/28) Installing py3-pygments-pyc (2.19.2-r1) (26/28) Installing py3-pytest (9.0.2-r1) (27/28) Installing py3-pytest-pyc (9.0.2-r1) (28/28) Installing .makedepends-ranger (20260330.032553) Executing busybox-1.37.0-r31.trigger OK: 483.1 MiB in 132 packages >>> ranger: Cleaning up srcdir >>> ranger: Cleaning up pkgdir >>> ranger: Cleaning up tmpdir >>> ranger: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ranger-1.9.4.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/ranger-1.9.4.tar.gz.part' ranger-1.9.4.tar.gz. 100% |********************************| 273k 0:00:00 ETA '/var/cache/distfiles/edge/ranger-1.9.4.tar.gz.part' saved /var/cache/distfiles/edge/ranger-1.9.4.tar.gz: OK /home/buildozer/aports/community/ranger/bulkrename.patch: OK >>> ranger: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ranger-1.9.4.tar.gz /var/cache/distfiles/edge/ranger-1.9.4.tar.gz: OK /home/buildozer/aports/community/ranger/bulkrename.patch: OK >>> ranger: Unpacking /var/cache/distfiles/edge/ranger-1.9.4.tar.gz... >>> ranger: bulkrename.patch patching file ranger/gui/ui.py /home/buildozer/aports/community/ranger/src/ranger-1.9.4/ranger/core/main.py:240: SyntaxWarning: 'return' in a 'finally' block return exit_code # pylint: disable=lost-exception /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v3 (GPLv3) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/ranger/src/ranger-1.9.4 collected 7 items tests/ranger/container/test_bookmarks.py .. [ 28%] tests/ranger/container/test_container.py .. [ 57%] tests/ranger/container/test_fsobject.py .. [ 85%] tests/ranger/core/test_main.py . [100%] ============================== 7 passed in 0.17s =============================== /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-7d2b2a6d-6639-44c5-9571-729e88e46e92/popen-gw33/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-7d2b2a6d-6639-44c5-9571-729e88e46e92/popen-gw33/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-7d2b2a6d-6639-44c5-9571-729e88e46e92/popen-gw33 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-7d2b2a6d-6639-44c5-9571-729e88e46e92/popen-gw33' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-7d2b2a6d-6639-44c5-9571-729e88e46e92 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-7d2b2a6d-6639-44c5-9571-729e88e46e92' warnings.warn( >>> ranger: Entering fakeroot... /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v3 (GPLv3) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.14/site-packages/ranger/core/runner.py:264: SyntaxWarning: 'return' in a 'finally' block /usr/lib/python3.14/site-packages/ranger/core/runner.py:266: SyntaxWarning: 'return' in a 'finally' block /usr/lib/python3.14/site-packages/ranger/core/main.py:240: SyntaxWarning: 'return' in a 'finally' block >>> ranger-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/ranger/pkg/ranger-doc/usr/share/doc' 'usr/share/man' -> '/home/buildozer/aports/community/ranger/pkg/ranger-doc/usr/share/man' >>> ranger-doc*: Preparing subpackage ranger-doc... >>> ranger-doc*: Running postcheck for ranger-doc >>> ranger-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/ranger/core/__pycache__' -> '/home/buildozer/aports/community/ranger/pkg/ranger-pyc/usr/lib/python3.14/site-packages/ranger/core/__pycache__' 'usr/lib/python3.14/site-packages/ranger/__pycache__' -> '/home/buildozer/aports/community/ranger/pkg/ranger-pyc/usr/lib/python3.14/site-packages/ranger/__pycache__' 'usr/lib/python3.14/site-packages/ranger/container/__pycache__' -> '/home/buildozer/aports/community/ranger/pkg/ranger-pyc/usr/lib/python3.14/site-packages/ranger/container/__pycache__' 'usr/lib/python3.14/site-packages/ranger/colorschemes/__pycache__' -> '/home/buildozer/aports/community/ranger/pkg/ranger-pyc/usr/lib/python3.14/site-packages/ranger/colorschemes/__pycache__' 'usr/lib/python3.14/site-packages/ranger/api/__pycache__' -> '/home/buildozer/aports/community/ranger/pkg/ranger-pyc/usr/lib/python3.14/site-packages/ranger/api/__pycache__' 'usr/lib/python3.14/site-packages/ranger/gui/__pycache__' -> '/home/buildozer/aports/community/ranger/pkg/ranger-pyc/usr/lib/python3.14/site-packages/ranger/gui/__pycache__' 'usr/lib/python3.14/site-packages/ranger/gui/widgets/__pycache__' -> '/home/buildozer/aports/community/ranger/pkg/ranger-pyc/usr/lib/python3.14/site-packages/ranger/gui/widgets/__pycache__' 'usr/lib/python3.14/site-packages/ranger/config/__pycache__' -> '/home/buildozer/aports/community/ranger/pkg/ranger-pyc/usr/lib/python3.14/site-packages/ranger/config/__pycache__' 'usr/lib/python3.14/site-packages/ranger/ext/__pycache__' -> '/home/buildozer/aports/community/ranger/pkg/ranger-pyc/usr/lib/python3.14/site-packages/ranger/ext/__pycache__' 'usr/lib/python3.14/site-packages/ranger/ext/vcs/__pycache__' -> '/home/buildozer/aports/community/ranger/pkg/ranger-pyc/usr/lib/python3.14/site-packages/ranger/ext/vcs/__pycache__' >>> ranger-pyc*: Preparing subpackage ranger-pyc... >>> ranger-pyc*: Running postcheck for ranger-pyc >>> ranger*: Running postcheck for ranger >>> ranger*: Preparing package ranger... >>> ranger-doc*: Tracing dependencies... >>> ranger-doc*: Package size: 228.7 KB >>> ranger-doc*: Compressing data... >>> ranger-doc*: Create checksum... >>> ranger-doc*: Create ranger-doc-1.9.4-r1.apk >>> ranger-pyc*: Tracing dependencies... python3~3.14 >>> ranger-pyc*: Package size: 867.1 KB >>> ranger-pyc*: Compressing data... >>> ranger-pyc*: Create checksum... >>> ranger-pyc*: Create ranger-pyc-1.9.4-r1.apk >>> ranger*: Tracing dependencies... python3 python3~3.14 >>> ranger*: Package size: 666.6 KB >>> ranger*: Compressing data... >>> ranger*: Create checksum... >>> ranger*: Create ranger-1.9.4-r1.apk >>> ranger: Build complete at Mon, 30 Mar 2026 03:25:58 +0000 elapsed time 0h 0m 9s >>> ranger: Cleaning up srcdir >>> ranger: Cleaning up pkgdir >>> ranger: Cleaning up tmpdir >>> ranger: Uninstalling dependencies... ( 1/28) Purging .makedepends-ranger (20260330.032553) ( 2/28) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/28) Purging py3-setuptools (82.0.1-r1) ( 4/28) Purging py3-pytest-pyc (9.0.2-r1) ( 5/28) Purging py3-pytest (9.0.2-r1) ( 6/28) Purging py3-iniconfig-pyc (2.3.0-r1) ( 7/28) Purging py3-iniconfig (2.3.0-r1) ( 8/28) Purging py3-packaging-pyc (26.0-r1) ( 9/28) Purging py3-packaging (26.0-r1) (10/28) Purging py3-parsing-pyc (3.3.2-r1) (11/28) Purging py3-parsing (3.3.2-r1) (12/28) Purging py3-pluggy-pyc (1.6.0-r1) (13/28) Purging py3-pluggy (1.6.0-r1) (14/28) Purging py3-py-pyc (1.11.0-r5) (15/28) Purging py3-py (1.11.0-r5) (16/28) Purging py3-pygments-pyc (2.19.2-r1) (17/28) Purging py3-pygments (2.19.2-r1) (18/28) Purging python3-pyc (3.14.3-r0) (19/28) Purging python3-pycache-pyc0 (3.14.3-r0) (20/28) Purging pyc (3.14.3-r0) (21/28) Purging python3 (3.14.3-r0) (22/28) Purging gdbm (1.26-r0) (23/28) Purging libbz2 (1.0.8-r6) (24/28) Purging libffi (3.5.2-r0) (25/28) Purging libpanelw (6.6_p20251231-r0) (26/28) Purging mpdecimal (4.0.1-r0) (27/28) Purging sqlite-libs (3.51.2-r1) (28/28) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 426.6 MiB in 104 packages >>> ranger: Updating the community/x86 repository index... >>> ranger: Signing the index...