>>> py3-scripttest: Building main/py3-scripttest 1.3.0-r6 (using abuild 3.15.0-r1) started Wed, 18 Jun 2025 15:15:23 +0000 >>> py3-scripttest: Validating /home/buildozer/aports/main/py3-scripttest/APKBUILD... >>> WARNING: py3-scripttest: No maintainer >>> py3-scripttest: Analyzing dependencies... >>> py3-scripttest: Installing for build: build-base python3 py3-setuptools py3-pytest (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing libffi (3.5.1-r0) (3/28) Installing gdbm (1.24-r0) (4/28) Installing xz-libs (5.8.1-r0) (5/28) Installing mpdecimal (4.0.1-r0) (6/28) Installing libpanelw (6.5_p20250503-r0) (7/28) Installing sqlite-libs (3.50.1-r0) (8/28) Installing python3 (3.12.11-r0) (9/28) Installing python3-pycache-pyc0 (3.12.11-r0) (10/28) Installing pyc (3.12.11-r0) (11/28) Installing python3-pyc (3.12.11-r0) (12/28) Installing py3-parsing (3.2.3-r0) (13/28) Installing py3-parsing-pyc (3.2.3-r0) (14/28) Installing py3-packaging (25.0-r0) (15/28) Installing py3-packaging-pyc (25.0-r0) (16/28) Installing py3-setuptools (80.9.0-r0) (17/28) Installing py3-setuptools-pyc (80.9.0-r0) (18/28) Installing py3-iniconfig (2.1.0-r0) (19/28) Installing py3-iniconfig-pyc (2.1.0-r0) (20/28) Installing py3-pluggy (1.5.0-r0) (21/28) Installing py3-pluggy-pyc (1.5.0-r0) (22/28) Installing py3-py (1.11.0-r4) (23/28) Installing py3-py-pyc (1.11.0-r4) (24/28) Installing py3-pygments (2.19.1-r1) (25/28) Installing py3-pygments-pyc (2.19.1-r1) (26/28) Installing py3-pytest (8.4.0-r1) (27/28) Installing py3-pytest-pyc (8.4.0-r1) (28/28) Installing .makedepends-py3-scripttest (20250618.151524) Executing busybox-1.37.0-r18.trigger OK: 456 MiB in 134 packages >>> py3-scripttest: Cleaning up srcdir >>> py3-scripttest: Cleaning up pkgdir >>> py3-scripttest: Cleaning up tmpdir >>> py3-scripttest: Fetching https://distfiles.alpinelinux.org/distfiles/edge/scripttest-1.3.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-scripttest: Fetching https://github.com/pypa/scripttest/archive/1.3.0/scripttest-1.3.0.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/scripttest-1.3.0.tar.gz.part' scripttest-1.3.0.tar 100% |********************************| 14885 0:00:00 ETA '/var/cache/distfiles/edge/scripttest-1.3.0.tar.gz.part' saved >>> py3-scripttest: Fetching https://distfiles.alpinelinux.org/distfiles/edge/scripttest-1.3.0.tar.gz >>> py3-scripttest: Checking sha512sums... scripttest-1.3.0.tar.gz: OK >>> py3-scripttest: Unpacking /var/cache/distfiles/edge/scripttest-1.3.0.tar.gz... /home/buildozer/aports/main/py3-scripttest/src/scripttest-1.3.0/setup.py:7: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! class PyTest(setuptools.command.test.test): /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib copying scripttest.py -> build/lib ============================= test session starts ============================== platform linux -- Python 3.12.11, pytest-8.4.0, pluggy-1.5.0 rootdir: /home/buildozer/aports/main/py3-scripttest/src/scripttest-1.3.0 collected 10 items tests/test_string.py ssss.... [ 80%] tests/test_testscript.py .. [100%] =============================== warnings summary =============================== scripttest.py:108 /home/buildozer/aports/main/py3-scripttest/src/scripttest-1.3.0/scripttest.py:108: PytestCollectionWarning: cannot collect test class 'TestFileEnvironment' because it has a __init__ constructor (from: tests/test_testscript.py) class TestFileEnvironment(object): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =================== 6 passed, 4 skipped, 1 warning in 1.23s ==================== /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-3b5c1479-b778-4ba4-bc79-d0129f952231/popen-gw7/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-3b5c1479-b778-4ba4-bc79-d0129f952231/popen-gw7/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-3b5c1479-b778-4ba4-bc79-d0129f952231/popen-gw7 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-3b5c1479-b778-4ba4-bc79-d0129f952231/popen-gw7' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-3b5c1479-b778-4ba4-bc79-d0129f952231 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-3b5c1479-b778-4ba4-bc79-d0129f952231' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-29844657-e3a5-48a3-81c7-645bfb38a873/popen-gw13/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-29844657-e3a5-48a3-81c7-645bfb38a873/popen-gw13/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-29844657-e3a5-48a3-81c7-645bfb38a873/popen-gw13 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-29844657-e3a5-48a3-81c7-645bfb38a873/popen-gw13' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-29844657-e3a5-48a3-81c7-645bfb38a873 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-29844657-e3a5-48a3-81c7-645bfb38a873' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-3357d6f0-e1a7-483f-aae6-fc092a0e3081/popen-gw21/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-3357d6f0-e1a7-483f-aae6-fc092a0e3081/popen-gw21/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-3357d6f0-e1a7-483f-aae6-fc092a0e3081/popen-gw21 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-3357d6f0-e1a7-483f-aae6-fc092a0e3081/popen-gw21' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-3357d6f0-e1a7-483f-aae6-fc092a0e3081 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-3357d6f0-e1a7-483f-aae6-fc092a0e3081' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-100da3a5-10ca-4a22-8e9d-23b15c589d52/popen-gw10/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-100da3a5-10ca-4a22-8e9d-23b15c589d52/popen-gw10/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-100da3a5-10ca-4a22-8e9d-23b15c589d52/popen-gw10 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-100da3a5-10ca-4a22-8e9d-23b15c589d52/popen-gw10' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-100da3a5-10ca-4a22-8e9d-23b15c589d52 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-100da3a5-10ca-4a22-8e9d-23b15c589d52' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-a990b72b-16ba-4aff-b8af-47a1c896e5d9/popen-gw14/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-a990b72b-16ba-4aff-b8af-47a1c896e5d9/popen-gw14/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-a990b72b-16ba-4aff-b8af-47a1c896e5d9/popen-gw14 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-a990b72b-16ba-4aff-b8af-47a1c896e5d9/popen-gw14' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-a990b72b-16ba-4aff-b8af-47a1c896e5d9 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-a990b72b-16ba-4aff-b8af-47a1c896e5d9' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-0ef2b3c7-4bbd-45c0-a00e-ad801a58dd15/popen-gw23/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-0ef2b3c7-4bbd-45c0-a00e-ad801a58dd15/popen-gw23/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-0ef2b3c7-4bbd-45c0-a00e-ad801a58dd15/popen-gw23 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-0ef2b3c7-4bbd-45c0-a00e-ad801a58dd15/popen-gw23' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-0ef2b3c7-4bbd-45c0-a00e-ad801a58dd15 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-0ef2b3c7-4bbd-45c0-a00e-ad801a58dd15' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-8c8d310e-efbf-4cd7-af13-bc6d87a5f55e/test_validate_zimfile_creatabl3 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-8c8d310e-efbf-4cd7-af13-bc6d87a5f55e/test_validate_zimfile_creatabl3' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-8c8d310e-efbf-4cd7-af13-bc6d87a5f55e : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-8c8d310e-efbf-4cd7-af13-bc6d87a5f55e' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-c5744955-1cd2-496a-8ce3-1d09836e9dbf/popen-gw38/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-c5744955-1cd2-496a-8ce3-1d09836e9dbf/popen-gw38/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-c5744955-1cd2-496a-8ce3-1d09836e9dbf/popen-gw38 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-c5744955-1cd2-496a-8ce3-1d09836e9dbf/popen-gw38' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-c5744955-1cd2-496a-8ce3-1d09836e9dbf : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-c5744955-1cd2-496a-8ce3-1d09836e9dbf' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-dcc8e161-c55e-4986-b6b7-557b3b4637ef/popen-gw26/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-dcc8e161-c55e-4986-b6b7-557b3b4637ef/popen-gw26/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-dcc8e161-c55e-4986-b6b7-557b3b4637ef/popen-gw26 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-dcc8e161-c55e-4986-b6b7-557b3b4637ef/popen-gw26' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-dcc8e161-c55e-4986-b6b7-557b3b4637ef : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-dcc8e161-c55e-4986-b6b7-557b3b4637ef' warnings.warn( >>> py3-scripttest: Entering fakeroot... /home/buildozer/aports/main/py3-scripttest/src/scripttest-1.3.0/setup.py:7: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! class PyTest(setuptools.command.test.test): /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/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. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/main/py3-scripttest/pkg/py3-scripttest/usr/lib/python3.12/site-packages copying build/lib/scripttest.py -> /home/buildozer/aports/main/py3-scripttest/pkg/py3-scripttest/usr/lib/python3.12/site-packages byte-compiling /home/buildozer/aports/main/py3-scripttest/pkg/py3-scripttest/usr/lib/python3.12/site-packages/scripttest.py to scripttest.cpython-312.pyc running install_egg_info running egg_info creating scripttest.egg-info writing scripttest.egg-info/PKG-INFO writing dependency_links to scripttest.egg-info/dependency_links.txt writing top-level names to scripttest.egg-info/top_level.txt writing manifest file 'scripttest.egg-info/SOURCES.txt' reading manifest file 'scripttest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'scripttest.egg-info/SOURCES.txt' Copying scripttest.egg-info to /home/buildozer/aports/main/py3-scripttest/pkg/py3-scripttest/usr/lib/python3.12/site-packages/scripttest-1.3-py3.12.egg-info running install_scripts >>> py3-scripttest-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/main/py3-scripttest/pkg/py3-scripttest-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-scripttest-pyc*: Preparing subpackage py3-scripttest-pyc... >>> py3-scripttest-pyc*: Running postcheck for py3-scripttest-pyc >>> py3-scripttest*: Running postcheck for py3-scripttest >>> py3-scripttest*: Preparing package py3-scripttest... >>> py3-scripttest-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-scripttest-pyc*: Package size: 29.5 KB >>> py3-scripttest-pyc*: Compressing data... >>> py3-scripttest-pyc*: Create checksum... >>> py3-scripttest-pyc*: Create py3-scripttest-pyc-1.3.0-r6.apk >>> py3-scripttest*: Tracing dependencies... python3 python3~3.12 >>> py3-scripttest*: Package size: 23.0 KB >>> py3-scripttest*: Compressing data... >>> py3-scripttest*: Create checksum... >>> py3-scripttest*: Create py3-scripttest-1.3.0-r6.apk >>> py3-scripttest: Build complete at Wed, 18 Jun 2025 15:15:28 +0000 elapsed time 0h 0m 5s >>> py3-scripttest: Cleaning up srcdir >>> py3-scripttest: Cleaning up pkgdir >>> py3-scripttest: Uninstalling dependencies... (1/28) Purging .makedepends-py3-scripttest (20250618.151524) (2/28) Purging py3-setuptools-pyc (80.9.0-r0) (3/28) Purging py3-setuptools (80.9.0-r0) (4/28) Purging py3-pytest-pyc (8.4.0-r1) (5/28) Purging py3-pytest (8.4.0-r1) (6/28) Purging py3-iniconfig-pyc (2.1.0-r0) (7/28) Purging py3-iniconfig (2.1.0-r0) (8/28) Purging py3-packaging-pyc (25.0-r0) (9/28) Purging py3-packaging (25.0-r0) (10/28) Purging py3-parsing-pyc (3.2.3-r0) (11/28) Purging py3-parsing (3.2.3-r0) (12/28) Purging py3-pluggy-pyc (1.5.0-r0) (13/28) Purging py3-pluggy (1.5.0-r0) (14/28) Purging py3-py-pyc (1.11.0-r4) (15/28) Purging py3-py (1.11.0-r4) (16/28) Purging py3-pygments-pyc (2.19.1-r1) (17/28) Purging py3-pygments (2.19.1-r1) (18/28) Purging python3-pyc (3.12.11-r0) (19/28) Purging python3-pycache-pyc0 (3.12.11-r0) (20/28) Purging pyc (3.12.11-r0) (21/28) Purging python3 (3.12.11-r0) (22/28) Purging gdbm (1.24-r0) (23/28) Purging libbz2 (1.0.8-r6) (24/28) Purging libffi (3.5.1-r0) (25/28) Purging libpanelw (6.5_p20250503-r0) (26/28) Purging mpdecimal (4.0.1-r0) (27/28) Purging sqlite-libs (3.50.1-r0) (28/28) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r18.trigger OK: 400 MiB in 106 packages >>> py3-scripttest: Updating the main/x86_64 repository index... >>> py3-scripttest: Signing the index...