>>> py3-scripttest: Building community/py3-scripttest 1.3.0-r6 (using abuild 3.15.0_rc3-r1) started Wed, 23 Apr 2025 11:13:19 +0000 >>> py3-scripttest: Validating /home/buildozer/aports/community/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/26) Installing libbz2 (1.0.8-r6) (2/26) Installing libffi (3.4.8-r0) (3/26) Installing gdbm (1.24-r0) (4/26) Installing xz-libs (5.8.1-r0) (5/26) Installing mpdecimal (4.0.0-r0) (6/26) Installing libpanelw (6.5_p20250412-r0) (7/26) Installing sqlite-libs (3.49.1-r0) (8/26) Installing python3 (3.12.10-r0) (9/26) Installing python3-pycache-pyc0 (3.12.10-r0) (10/26) Installing pyc (3.12.10-r0) (11/26) Installing python3-pyc (3.12.10-r0) (12/26) Installing py3-parsing (3.2.0-r0) (13/26) Installing py3-parsing-pyc (3.2.0-r0) (14/26) Installing py3-packaging (24.2-r0) (15/26) Installing py3-packaging-pyc (24.2-r0) (16/26) Installing py3-setuptools (77.0.3-r0) (17/26) Installing py3-setuptools-pyc (77.0.3-r0) (18/26) Installing py3-iniconfig (2.1.0-r0) (19/26) Installing py3-iniconfig-pyc (2.1.0-r0) (20/26) Installing py3-pluggy (1.5.0-r0) (21/26) Installing py3-pluggy-pyc (1.5.0-r0) (22/26) Installing py3-py (1.11.0-r4) (23/26) Installing py3-py-pyc (1.11.0-r4) (24/26) Installing py3-pytest (8.3.5-r0) (25/26) Installing py3-pytest-pyc (8.3.5-r0) (26/26) Installing .makedepends-py3-scripttest (20250423.111348) Executing busybox-1.37.0-r16.trigger OK: 448 MiB in 128 packages >>> py3-scripttest: Cleaning up srcdir >>> py3-scripttest: Cleaning up pkgdir >>> py3-scripttest: Cleaning up tmpdir >>> py3-scripttest: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/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.3:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/v3.22/scripttest-1.3.0.tar.gz.part' scripttest-1.3.0.tar 100% |********************************| 14885 0:00:00 ETA '/var/cache/distfiles/v3.22/scripttest-1.3.0.tar.gz.part' saved >>> py3-scripttest: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/scripttest-1.3.0.tar.gz >>> py3-scripttest: Checking sha512sums... scripttest-1.3.0.tar.gz: OK >>> py3-scripttest: Unpacking /var/cache/distfiles/v3.22/scripttest-1.3.0.tar.gz... /home/buildozer/aports/community/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:760: 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.10, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/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/community/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.26s ==================== >>> py3-scripttest: Entering fakeroot... /home/buildozer/aports/community/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:760: 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. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-scripttest/pkg/py3-scripttest/usr/lib/python3.12/site-packages copying build/lib/scripttest.py -> /home/buildozer/aports/community/py3-scripttest/pkg/py3-scripttest/usr/lib/python3.12/site-packages byte-compiling /home/buildozer/aports/community/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/community/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/community/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, 23 Apr 2025 11:13:52 +0000 elapsed time 0h 0m 33s >>> py3-scripttest: Cleaning up srcdir >>> py3-scripttest: Cleaning up pkgdir >>> py3-scripttest: Uninstalling dependencies... (1/26) Purging .makedepends-py3-scripttest (20250423.111348) (2/26) Purging py3-setuptools-pyc (77.0.3-r0) (3/26) Purging py3-setuptools (77.0.3-r0) (4/26) Purging py3-pytest-pyc (8.3.5-r0) (5/26) Purging py3-pytest (8.3.5-r0) (6/26) Purging py3-iniconfig-pyc (2.1.0-r0) (7/26) Purging py3-iniconfig (2.1.0-r0) (8/26) Purging py3-packaging-pyc (24.2-r0) (9/26) Purging py3-packaging (24.2-r0) (10/26) Purging py3-parsing-pyc (3.2.0-r0) (11/26) Purging py3-parsing (3.2.0-r0) (12/26) Purging py3-pluggy-pyc (1.5.0-r0) (13/26) Purging py3-pluggy (1.5.0-r0) (14/26) Purging py3-py-pyc (1.11.0-r4) (15/26) Purging py3-py (1.11.0-r4) (16/26) Purging python3-pyc (3.12.10-r0) (17/26) Purging python3-pycache-pyc0 (3.12.10-r0) (18/26) Purging pyc (3.12.10-r0) (19/26) Purging python3 (3.12.10-r0) (20/26) Purging gdbm (1.24-r0) (21/26) Purging libbz2 (1.0.8-r6) (22/26) Purging libffi (3.4.8-r0) (23/26) Purging libpanelw (6.5_p20250412-r0) (24/26) Purging mpdecimal (4.0.0-r0) (25/26) Purging sqlite-libs (3.49.1-r0) (26/26) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 400 MiB in 102 packages >>> py3-scripttest: Updating the community/x86 repository index... >>> py3-scripttest: Signing the index...