>>> py3-autopep8: Building community/py3-autopep8 2.3.2-r0 (using abuild 3.15.0-r0) started Sat, 14 Jun 2025 16:55:05 +0000 >>> py3-autopep8: Validating /home/buildozer/aports/community/py3-autopep8/APKBUILD... >>> py3-autopep8: Analyzing dependencies... >>> py3-autopep8: Installing for build: build-base py3-pycodestyle py3-tomli py3-gpep517 py3-setuptools py3-wheel py3-pytest (1/38) Installing libbz2 (1.0.8-r6) (2/38) Installing libffi (3.5.1-r0) (3/38) Installing gdbm (1.24-r0) (4/38) Installing xz-libs (5.8.1-r0) (5/38) Installing mpdecimal (4.0.1-r0) (6/38) Installing libpanelw (6.5_p20250503-r0) (7/38) Installing sqlite-libs (3.50.1-r0) (8/38) Installing python3 (3.12.11-r0) (9/38) Installing python3-pycache-pyc0 (3.12.11-r0) (10/38) Installing pyc (3.12.11-r0) (11/38) Installing py3-pycodestyle-pyc (2.13.0-r0) (12/38) Installing python3-pyc (3.12.11-r0) (13/38) Installing py3-pycodestyle (2.13.0-r0) (14/38) Installing py3-tomli (2.2.1-r0) (15/38) Installing py3-tomli-pyc (2.2.1-r0) (16/38) Installing py3-installer (0.7.0-r2) (17/38) Installing py3-installer-pyc (0.7.0-r2) (18/38) Installing py3-gpep517 (19-r0) (19/38) Installing py3-gpep517-pyc (19-r0) (20/38) Installing py3-parsing (3.2.3-r0) (21/38) Installing py3-parsing-pyc (3.2.3-r0) (22/38) Installing py3-packaging (25.0-r0) (23/38) Installing py3-packaging-pyc (25.0-r0) (24/38) Installing py3-setuptools (80.9.0-r0) (25/38) Installing py3-setuptools-pyc (80.9.0-r0) (26/38) Installing py3-wheel (0.46.1-r0) (27/38) Installing py3-wheel-pyc (0.46.1-r0) (28/38) Installing py3-iniconfig (2.1.0-r0) (29/38) Installing py3-iniconfig-pyc (2.1.0-r0) (30/38) Installing py3-pluggy (1.5.0-r0) (31/38) Installing py3-pluggy-pyc (1.5.0-r0) (32/38) Installing py3-py (1.11.0-r4) (33/38) Installing py3-py-pyc (1.11.0-r4) (34/38) Installing py3-pygments (2.19.1-r1) (35/38) Installing py3-pygments-pyc (2.19.1-r1) (36/38) Installing py3-pytest (8.4.0-r1) (37/38) Installing py3-pytest-pyc (8.4.0-r1) (38/38) Installing .makedepends-py3-autopep8 (20250614.165506) Executing busybox-1.37.0-r18.trigger OK: 458 MiB in 144 packages >>> py3-autopep8: Cleaning up srcdir >>> py3-autopep8: Cleaning up pkgdir >>> py3-autopep8: Cleaning up tmpdir >>> py3-autopep8: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-autopep8-2.3.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-autopep8: Fetching py3-autopep8-2.3.2.tar.gz::https://github.com/hhatto/autopep8/archive/refs/tags/v2.3.2.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/edge/py3-autopep8-2.3.2.tar.gz.part' py3-autopep8-2.3.2.t 100% |********************************| 143k 0:00:00 ETA '/var/cache/distfiles/edge/py3-autopep8-2.3.2.tar.gz.part' saved >>> py3-autopep8: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-autopep8-2.3.2.tar.gz >>> py3-autopep8: Checking sha512sums... py3-autopep8-2.3.2.tar.gz: OK >>> py3-autopep8: Unpacking /var/cache/distfiles/edge/py3-autopep8-2.3.2.tar.gz... 2025-06-14 16:55:08,544 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3.12/site-packages/setuptools/config/expand.py:128: SetuptoolsWarning: File '/home/buildozer/aports/community/py3-autopep8/src/autopep8-2.3.2/LICENSE.rst' cannot be found for path in _filter_existing_files(_filepaths) /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: 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. ******************************************************************************** !! dist._finalize_license_expression() /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() 2025-06-14 16:55:08,639 root INFO running bdist_wheel /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() 2025-06-14 16:55:08,654 root INFO running build 2025-06-14 16:55:08,654 root INFO running build_py 2025-06-14 16:55:08,657 root INFO creating build/lib 2025-06-14 16:55:08,657 root INFO copying autopep8.py -> build/lib 2025-06-14 16:55:08,658 root INFO running egg_info 2025-06-14 16:55:08,661 root INFO creating autopep8.egg-info 2025-06-14 16:55:08,661 root INFO writing autopep8.egg-info/PKG-INFO 2025-06-14 16:55:08,661 root INFO writing dependency_links to autopep8.egg-info/dependency_links.txt 2025-06-14 16:55:08,661 root INFO writing entry points to autopep8.egg-info/entry_points.txt 2025-06-14 16:55:08,662 root INFO writing requirements to autopep8.egg-info/requires.txt 2025-06-14 16:55:08,662 root INFO writing top-level names to autopep8.egg-info/top_level.txt 2025-06-14 16:55:08,662 root INFO writing manifest file 'autopep8.egg-info/SOURCES.txt' 2025-06-14 16:55:08,666 root INFO reading manifest file 'autopep8.egg-info/SOURCES.txt' 2025-06-14 16:55:08,666 root INFO reading manifest template 'MANIFEST.in' 2025-06-14 16:55:08,666 root WARNING warning: no files found matching 'test/example' 2025-06-14 16:55:08,666 root WARNING warning: no files found matching 'test/example/x.py' 2025-06-14 16:55:08,667 root WARNING warning: no previously-included files matching '*.py' found under directory 'test/suite' 2025-06-14 16:55:08,667 root WARNING warning: no previously-included files matching '*.py' found under directory 'test/suite/out' 2025-06-14 16:55:08,667 root WARNING warning: no previously-included files found matching 'CONTRIBUTING.rst' 2025-06-14 16:55:08,668 root WARNING warning: no previously-included files found matching 'Makefile' 2025-06-14 16:55:08,668 root WARNING warning: no previously-included files found matching 'hooks' 2025-06-14 16:55:08,668 root WARNING warning: no previously-included files found matching 'hooks/pre-push' 2025-06-14 16:55:08,668 root WARNING warning: no previously-included files found matching 'install_hooks.bash' 2025-06-14 16:55:08,668 root WARNING warning: no previously-included files found matching 'test/.gitignore' 2025-06-14 16:55:08,668 root WARNING warning: no previously-included files found matching 'test/acid_pypi.py' 2025-06-14 16:55:08,669 root WARNING warning: no previously-included files found matching 'test/suite' 2025-06-14 16:55:08,669 root WARNING warning: no previously-included files found matching 'test/suite/out' 2025-06-14 16:55:08,669 root WARNING warning: no previously-included files found matching 'test/vim_autopep8.py' 2025-06-14 16:55:08,669 root WARNING warning: no previously-included files found matching 'update_readme.py' 2025-06-14 16:55:08,669 root INFO adding license file 'LICENSE' 2025-06-14 16:55:08,669 root INFO adding license file 'AUTHORS.rst' 2025-06-14 16:55:08,670 root INFO writing manifest file 'autopep8.egg-info/SOURCES.txt' 2025-06-14 16:55:08,677 root INFO installing to build/bdist.linux-x86_64/wheel 2025-06-14 16:55:08,677 root INFO running install 2025-06-14 16:55:08,685 root INFO running install_lib 2025-06-14 16:55:08,688 root INFO creating build/bdist.linux-x86_64/wheel 2025-06-14 16:55:08,688 root INFO copying build/lib/autopep8.py -> build/bdist.linux-x86_64/wheel/. 2025-06-14 16:55:08,688 root INFO running install_egg_info 2025-06-14 16:55:08,691 root INFO Copying autopep8.egg-info to build/bdist.linux-x86_64/wheel/./autopep8-2.3.2-py3.12.egg-info 2025-06-14 16:55:08,692 root INFO running install_scripts 2025-06-14 16:55:08,694 root INFO creating build/bdist.linux-x86_64/wheel/autopep8-2.3.2.dist-info/WHEEL 2025-06-14 16:55:08,694 wheel INFO creating '/home/buildozer/aports/community/py3-autopep8/src/autopep8-2.3.2/.dist/.tmp-8esw9ju4/autopep8-2.3.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-06-14 16:55:08,695 wheel INFO adding 'autopep8.py' 2025-06-14 16:55:08,696 wheel INFO adding 'autopep8-2.3.2.dist-info/licenses/AUTHORS.rst' 2025-06-14 16:55:08,696 wheel INFO adding 'autopep8-2.3.2.dist-info/licenses/LICENSE' 2025-06-14 16:55:08,696 wheel INFO adding 'autopep8-2.3.2.dist-info/METADATA' 2025-06-14 16:55:08,696 wheel INFO adding 'autopep8-2.3.2.dist-info/WHEEL' 2025-06-14 16:55:08,697 wheel INFO adding 'autopep8-2.3.2.dist-info/entry_points.txt' 2025-06-14 16:55:08,697 wheel INFO adding 'autopep8-2.3.2.dist-info/top_level.txt' 2025-06-14 16:55:08,697 wheel INFO adding 'autopep8-2.3.2.dist-info/RECORD' 2025-06-14 16:55:08,697 root INFO removing build/bdist.linux-x86_64/wheel 2025-06-14 16:55:08,698 gpep517 INFO The backend produced .dist/autopep8-2.3.2-py2.py3-none-any.whl autopep8-2.3.2-py2.py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.11, pytest-8.4.0, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-autopep8/src/autopep8-2.3.2 configfile: pyproject.toml collected 567 items test/test_autopep8.py .................................................. [ 8%] ........................................................................ [ 21%] ........................................................................ [ 34%] ........................................................................ [ 46%] ..............................s......................................... [ 59%] .......................s................................................ [ 72%] ...........................................................s............ [ 85%] .........s..............s.............s..........s...................... [ 97%] ............. [100%] =============================== warnings summary =============================== test/test_autopep8.py: 75 warnings /home/buildozer/aports/community/py3-autopep8/src/autopep8-2.3.2/autopep8.py:4032: DeprecationWarning: `experimental` option is deprecated and will be removed in a future version. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 560 passed, 7 skipped, 75 warnings in 13.87s ================= >>> py3-autopep8: Entering fakeroot... >>> py3-autopep8-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-autopep8/pkg/py3-autopep8-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-autopep8-pyc*: Preparing subpackage py3-autopep8-pyc... >>> py3-autopep8-pyc*: Running postcheck for py3-autopep8-pyc >>> py3-autopep8*: Running postcheck for py3-autopep8 >>> py3-autopep8*: Preparing package py3-autopep8... >>> py3-autopep8-pyc*: Tracing dependencies... py3-pycodestyle py3-tomli python3~3.12 >>> py3-autopep8-pyc*: Package size: 172.3 KB >>> py3-autopep8-pyc*: Compressing data... >>> py3-autopep8-pyc*: Create checksum... >>> py3-autopep8-pyc*: Create py3-autopep8-pyc-2.3.2-r0.apk >>> py3-autopep8*: Tracing dependencies... py3-pycodestyle py3-tomli python3~3.12 >>> py3-autopep8*: Package size: 176.1 KB >>> py3-autopep8*: Compressing data... >>> py3-autopep8*: Create checksum... >>> py3-autopep8*: Create py3-autopep8-2.3.2-r0.apk >>> py3-autopep8: Build complete at Sat, 14 Jun 2025 16:55:23 +0000 elapsed time 0h 0m 18s >>> py3-autopep8: Cleaning up srcdir >>> py3-autopep8: Cleaning up pkgdir >>> py3-autopep8: Uninstalling dependencies... (1/38) Purging .makedepends-py3-autopep8 (20250614.165506) (2/38) Purging py3-pycodestyle-pyc (2.13.0-r0) (3/38) Purging py3-pycodestyle (2.13.0-r0) (4/38) Purging py3-tomli-pyc (2.2.1-r0) (5/38) Purging py3-tomli (2.2.1-r0) (6/38) Purging py3-gpep517-pyc (19-r0) (7/38) Purging py3-gpep517 (19-r0) (8/38) Purging py3-installer-pyc (0.7.0-r2) (9/38) Purging py3-installer (0.7.0-r2) (10/38) Purging py3-setuptools-pyc (80.9.0-r0) (11/38) Purging py3-setuptools (80.9.0-r0) (12/38) Purging py3-wheel-pyc (0.46.1-r0) (13/38) Purging py3-wheel (0.46.1-r0) (14/38) Purging py3-pytest-pyc (8.4.0-r1) (15/38) Purging py3-pytest (8.4.0-r1) (16/38) Purging py3-iniconfig-pyc (2.1.0-r0) (17/38) Purging py3-iniconfig (2.1.0-r0) (18/38) Purging py3-packaging-pyc (25.0-r0) (19/38) Purging py3-packaging (25.0-r0) (20/38) Purging py3-parsing-pyc (3.2.3-r0) (21/38) Purging py3-parsing (3.2.3-r0) (22/38) Purging py3-pluggy-pyc (1.5.0-r0) (23/38) Purging py3-pluggy (1.5.0-r0) (24/38) Purging py3-py-pyc (1.11.0-r4) (25/38) Purging py3-py (1.11.0-r4) (26/38) Purging py3-pygments-pyc (2.19.1-r1) (27/38) Purging py3-pygments (2.19.1-r1) (28/38) Purging python3-pyc (3.12.11-r0) (29/38) Purging python3-pycache-pyc0 (3.12.11-r0) (30/38) Purging pyc (3.12.11-r0) (31/38) Purging python3 (3.12.11-r0) (32/38) Purging gdbm (1.24-r0) (33/38) Purging libbz2 (1.0.8-r6) (34/38) Purging libffi (3.5.1-r0) (35/38) Purging libpanelw (6.5_p20250503-r0) (36/38) Purging mpdecimal (4.0.1-r0) (37/38) Purging sqlite-libs (3.50.1-r0) (38/38) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r18.trigger OK: 400 MiB in 106 packages >>> py3-autopep8: Updating the community/x86_64 repository index... >>> py3-autopep8: Signing the index...