>>> py3-autopage: Building community/py3-autopage 0.5.2-r1 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 16:10:27 +0000 >>> py3-autopage: Checking sanity of /home/buildozer/aports/community/py3-autopage/APKBUILD... >>> py3-autopage: Analyzing dependencies... >>> py3-autopage: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel py3-fixtures py3-pytest py3-testtools (1/49) Installing libffi (3.4.6-r0) (2/49) Installing gdbm (1.23-r1) (3/49) Installing mpdecimal (4.0.0-r0) (4/49) Installing libpanelw (6.4_p20240330-r0) (5/49) Installing readline (8.2.10-r0) (6/49) Installing sqlite-libs (3.45.2-r0) (7/49) Installing python3 (3.12.3-r0) (8/49) Installing python3-pycache-pyc0 (3.12.3-r0) (9/49) Installing pyc (3.12.3-r0) (10/49) Installing py3-installer-pyc (0.7.0-r2) (11/49) Installing py3-gpep517-pyc (15-r2) (12/49) Installing python3-pyc (3.12.3-r0) (13/49) Installing py3-installer (0.7.0-r2) (14/49) Installing py3-gpep517 (15-r2) (15/49) Installing py3-parsing (3.1.2-r1) (16/49) Installing py3-parsing-pyc (3.1.2-r1) (17/49) Installing py3-packaging (24.0-r1) (18/49) Installing py3-packaging-pyc (24.0-r1) (19/49) Installing py3-setuptools (69.2.0-r2) (20/49) Installing py3-setuptools-pyc (69.2.0-r2) (21/49) Installing py3-wheel (0.42.0-r1) (22/49) Installing py3-wheel-pyc (0.42.0-r1) (23/49) Installing py3-pbr (5.11.1-r5) (24/49) Installing py3-pbr-pyc (5.11.1-r5) (25/49) Installing py3-fixtures (4.1.0-r2) (26/49) Installing py3-fixtures-pyc (4.1.0-r2) (27/49) Installing py3-iniconfig (2.0.0-r1) (28/49) Installing py3-iniconfig-pyc (2.0.0-r1) (29/49) Installing py3-pluggy (1.4.0-r1) (30/49) Installing py3-pluggy-pyc (1.4.0-r1) (31/49) Installing py3-py (1.11.0-r3) (32/49) Installing py3-py-pyc (1.11.0-r3) (33/49) Installing py3-pytest (8.1.1-r1) (34/49) Installing py3-pytest-pyc (8.1.1-r1) (35/49) Installing py3-editables (0.5-r2) (36/49) Installing py3-editables-pyc (0.5-r2) (37/49) Installing py3-pathspec (0.12.1-r2) (38/49) Installing py3-pathspec-pyc (0.12.1-r2) (39/49) Installing py3-trove-classifiers (2024.3.3-r2) (40/49) Installing py3-trove-classifiers-pyc (2024.3.3-r2) (41/49) Installing py3-hatchling (1.22.5-r1) (42/49) Installing py3-hatchling-pyc (1.22.5-r1) (43/49) Installing py3-setuptools_scm (8.0.4-r2) (44/49) Installing py3-setuptools_scm-pyc (8.0.4-r2) (45/49) Installing py3-hatch-vcs (0.4.0-r2) (46/49) Installing py3-hatch-vcs-pyc (0.4.0-r2) (47/49) Installing py3-testtools (2.7.1-r1) (48/49) Installing py3-testtools-pyc (2.7.1-r1) (49/49) Installing .makedepends-py3-autopage (20240413.161029) Executing busybox-1.36.1-r25.trigger OK: 438 MiB in 162 packages >>> py3-autopage: Cleaning up srcdir >>> py3-autopage: Cleaning up pkgdir >>> py3-autopage: Cleaning up tmpdir >>> py3-autopage: Fetching https://distfiles.alpinelinux.org/distfiles/edge/autopage-0.5.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33031 100 33031 0 0 201k 0 --:--:-- --:--:-- --:--:-- 201k >>> py3-autopage: Fetching https://distfiles.alpinelinux.org/distfiles/edge/autopage-0.5.2.tar.gz >>> py3-autopage: Checking sha512sums... autopage-0.5.2.tar.gz: OK >>> py3-autopage: Unpacking /var/cache/distfiles/edge/autopage-0.5.2.tar.gz... 2024-04-13 16:10:30,551 gpep517 INFO Building wheel via backend setuptools.build_meta WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section 2024-04-13 16:10:30,639 root INFO running bdist_wheel 2024-04-13 16:10:30,680 root INFO running build 2024-04-13 16:10:30,680 root INFO running build_py 2024-04-13 16:10:30,686 root INFO creating build 2024-04-13 16:10:30,686 root INFO creating build/lib 2024-04-13 16:10:30,687 root INFO creating build/lib/autopage 2024-04-13 16:10:30,687 root INFO copying autopage/__init__.py -> build/lib/autopage 2024-04-13 16:10:30,687 root INFO copying autopage/command.py -> build/lib/autopage 2024-04-13 16:10:30,688 root INFO copying autopage/argparse.py -> build/lib/autopage 2024-04-13 16:10:30,688 root INFO creating build/lib/autopage/tests 2024-04-13 16:10:30,689 root INFO copying autopage/tests/test_pager_settings.py -> build/lib/autopage/tests 2024-04-13 16:10:30,689 root INFO copying autopage/tests/__init__.py -> build/lib/autopage/tests 2024-04-13 16:10:30,689 root INFO copying autopage/tests/test_argparse.py -> build/lib/autopage/tests 2024-04-13 16:10:30,690 root INFO copying autopage/tests/test_end_to_end.py -> build/lib/autopage/tests 2024-04-13 16:10:30,690 root INFO copying autopage/tests/sinks.py -> build/lib/autopage/tests 2024-04-13 16:10:30,691 root INFO copying autopage/tests/test_line_buffer_from_input.py -> build/lib/autopage/tests 2024-04-13 16:10:30,691 root INFO copying autopage/tests/test_autopage.py -> build/lib/autopage/tests 2024-04-13 16:10:30,692 root INFO copying autopage/tests/test_command.py -> build/lib/autopage/tests 2024-04-13 16:10:30,692 root INFO copying autopage/tests/isolation.py -> build/lib/autopage/tests 2024-04-13 16:10:30,693 root INFO copying autopage/py.typed -> build/lib/autopage 2024-04-13 16:10:30,706 wheel INFO installing to build/bdist.linux-i686/wheel 2024-04-13 16:10:30,706 root INFO running install 2024-04-13 16:10:30,724 root INFO running install_lib 2024-04-13 16:10:30,729 root INFO creating build/bdist.linux-i686 2024-04-13 16:10:30,730 root INFO creating build/bdist.linux-i686/wheel 2024-04-13 16:10:30,730 root INFO creating build/bdist.linux-i686/wheel/autopage 2024-04-13 16:10:30,730 root INFO creating build/bdist.linux-i686/wheel/autopage/tests 2024-04-13 16:10:30,730 root INFO copying build/lib/autopage/tests/test_pager_settings.py -> build/bdist.linux-i686/wheel/autopage/tests 2024-04-13 16:10:30,731 root INFO copying build/lib/autopage/tests/__init__.py -> build/bdist.linux-i686/wheel/autopage/tests 2024-04-13 16:10:30,731 root INFO copying build/lib/autopage/tests/test_argparse.py -> build/bdist.linux-i686/wheel/autopage/tests 2024-04-13 16:10:30,732 root INFO copying build/lib/autopage/tests/test_end_to_end.py -> build/bdist.linux-i686/wheel/autopage/tests 2024-04-13 16:10:30,732 root INFO copying build/lib/autopage/tests/sinks.py -> build/bdist.linux-i686/wheel/autopage/tests 2024-04-13 16:10:30,732 root INFO copying build/lib/autopage/tests/test_line_buffer_from_input.py -> build/bdist.linux-i686/wheel/autopage/tests 2024-04-13 16:10:30,733 root INFO copying build/lib/autopage/tests/test_autopage.py -> build/bdist.linux-i686/wheel/autopage/tests 2024-04-13 16:10:30,733 root INFO copying build/lib/autopage/tests/test_command.py -> build/bdist.linux-i686/wheel/autopage/tests 2024-04-13 16:10:30,734 root INFO copying build/lib/autopage/tests/isolation.py -> build/bdist.linux-i686/wheel/autopage/tests 2024-04-13 16:10:30,734 root INFO copying build/lib/autopage/__init__.py -> build/bdist.linux-i686/wheel/autopage 2024-04-13 16:10:30,734 root INFO copying build/lib/autopage/py.typed -> build/bdist.linux-i686/wheel/autopage 2024-04-13 16:10:30,735 root INFO copying build/lib/autopage/command.py -> build/bdist.linux-i686/wheel/autopage 2024-04-13 16:10:30,735 root INFO copying build/lib/autopage/argparse.py -> build/bdist.linux-i686/wheel/autopage 2024-04-13 16:10:30,735 root INFO running install_egg_info 2024-04-13 16:10:30,744 root INFO running egg_info 2024-04-13 16:10:30,799 root INFO writing autopage.egg-info/PKG-INFO 2024-04-13 16:10:30,800 root INFO writing dependency_links to autopage.egg-info/dependency_links.txt 2024-04-13 16:10:30,800 root INFO writing top-level names to autopage.egg-info/top_level.txt 2024-04-13 16:10:34,042 root INFO reading manifest file 'autopage.egg-info/SOURCES.txt' 2024-04-13 16:10:34,044 root INFO reading manifest template 'MANIFEST.in' 2024-04-13 16:10:34,059 root INFO adding license file 'LICENSE' 2024-04-13 16:10:34,063 root INFO writing manifest file 'autopage.egg-info/SOURCES.txt' 2024-04-13 16:10:34,063 root INFO Copying autopage.egg-info to build/bdist.linux-i686/wheel/autopage-0.5.2-py3.12.egg-info 2024-04-13 16:10:34,065 root INFO running install_scripts 2024-04-13 16:10:34,068 wheel INFO creating build/bdist.linux-i686/wheel/autopage-0.5.2.dist-info/WHEEL 2024-04-13 16:10:34,069 wheel INFO creating '/home/buildozer/aports/community/py3-autopage/src/autopage-0.5.2/.dist/.tmp-aqipinqb/autopage-0.5.2-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2024-04-13 16:10:34,070 wheel INFO adding 'autopage/__init__.py' 2024-04-13 16:10:34,070 wheel INFO adding 'autopage/argparse.py' 2024-04-13 16:10:34,071 wheel INFO adding 'autopage/command.py' 2024-04-13 16:10:34,071 wheel INFO adding 'autopage/py.typed' 2024-04-13 16:10:34,072 wheel INFO adding 'autopage/tests/__init__.py' 2024-04-13 16:10:34,072 wheel INFO adding 'autopage/tests/isolation.py' 2024-04-13 16:10:34,073 wheel INFO adding 'autopage/tests/sinks.py' 2024-04-13 16:10:34,073 wheel INFO adding 'autopage/tests/test_argparse.py' 2024-04-13 16:10:34,074 wheel INFO adding 'autopage/tests/test_autopage.py' 2024-04-13 16:10:34,074 wheel INFO adding 'autopage/tests/test_command.py' 2024-04-13 16:10:34,075 wheel INFO adding 'autopage/tests/test_end_to_end.py' 2024-04-13 16:10:34,075 wheel INFO adding 'autopage/tests/test_line_buffer_from_input.py' 2024-04-13 16:10:34,076 wheel INFO adding 'autopage/tests/test_pager_settings.py' 2024-04-13 16:10:34,076 wheel INFO adding 'autopage-0.5.2.dist-info/LICENSE' 2024-04-13 16:10:34,077 wheel INFO adding 'autopage-0.5.2.dist-info/METADATA' 2024-04-13 16:10:34,077 wheel INFO adding 'autopage-0.5.2.dist-info/WHEEL' 2024-04-13 16:10:34,077 wheel INFO adding 'autopage-0.5.2.dist-info/top_level.txt' 2024-04-13 16:10:34,078 wheel INFO adding 'autopage-0.5.2.dist-info/RECORD' 2024-04-13 16:10:34,078 wheel INFO removing build/bdist.linux-i686/wheel 2024-04-13 16:10:34,080 gpep517 INFO The backend produced .dist/autopage-0.5.2-py3-none-any.whl autopage-0.5.2-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-autopage/src/autopage-0.5.2 configfile: pyproject.toml collected 153 items / 17 deselected / 136 selected autopage/tests/test_argparse.py ...... [ 4%] autopage/tests/test_autopage.py ........................................ [ 33%] [ 33%] autopage/tests/test_command.py ......................................... [ 63%] ..................................... [ 91%] autopage/tests/test_line_buffer_from_input.py .... [ 94%] autopage/tests/test_pager_settings.py ........ [100%] ====================== 136 passed, 17 deselected in 0.63s ====================== >>> py3-autopage: Entering fakeroot... >>> py3-autopage-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-autopage/pkg/py3-autopage/usr/lib/python3.12/site-packages/autopage/tests/__pycache__' -> '/home/buildozer/aports/community/py3-autopage/pkg/py3-autopage-pyc/usr/lib/python3.12/site-packages/autopage/tests/__pycache__' '/home/buildozer/aports/community/py3-autopage/pkg/py3-autopage/usr/lib/python3.12/site-packages/autopage/__pycache__' -> '/home/buildozer/aports/community/py3-autopage/pkg/py3-autopage-pyc/usr/lib/python3.12/site-packages/autopage/__pycache__' >>> py3-autopage-pyc*: Preparing subpackage py3-autopage-pyc... >>> py3-autopage-pyc*: Running postcheck for py3-autopage-pyc >>> py3-autopage*: Running postcheck for py3-autopage >>> py3-autopage*: Preparing package py3-autopage... >>> py3-autopage-pyc*: Tracing dependencies... python3~3.12 >>> py3-autopage-pyc*: Package size: 204.0 KB >>> py3-autopage-pyc*: Compressing data... >>> py3-autopage-pyc*: Create checksum... >>> py3-autopage-pyc*: Create py3-autopage-pyc-0.5.2-r1.apk >>> py3-autopage*: Tracing dependencies... python3~3.12 >>> py3-autopage*: Package size: 172.0 KB >>> py3-autopage*: Compressing data... >>> py3-autopage*: Create checksum... >>> py3-autopage*: Create py3-autopage-0.5.2-r1.apk >>> py3-autopage: Build complete at Sat, 13 Apr 2024 16:10:36 +0000 elapsed time 0h 0m 9s >>> py3-autopage: Cleaning up srcdir >>> py3-autopage: Cleaning up pkgdir >>> py3-autopage: Uninstalling dependencies... (1/49) Purging .makedepends-py3-autopage (20240413.161029) (2/49) Purging py3-gpep517-pyc (15-r2) (3/49) Purging py3-gpep517 (15-r2) (4/49) Purging py3-installer-pyc (0.7.0-r2) (5/49) Purging py3-installer (0.7.0-r2) (6/49) Purging py3-wheel-pyc (0.42.0-r1) (7/49) Purging py3-wheel (0.42.0-r1) (8/49) Purging py3-pytest-pyc (8.1.1-r1) (9/49) Purging py3-pytest (8.1.1-r1) (10/49) Purging py3-iniconfig-pyc (2.0.0-r1) (11/49) Purging py3-iniconfig (2.0.0-r1) (12/49) Purging py3-py-pyc (1.11.0-r3) (13/49) Purging py3-py (1.11.0-r3) (14/49) Purging py3-testtools-pyc (2.7.1-r1) (15/49) Purging py3-testtools (2.7.1-r1) (16/49) Purging py3-hatch-vcs-pyc (0.4.0-r2) (17/49) Purging py3-hatch-vcs (0.4.0-r2) (18/49) Purging py3-hatchling-pyc (1.22.5-r1) (19/49) Purging py3-hatchling (1.22.5-r1) (20/49) Purging py3-editables-pyc (0.5-r2) (21/49) Purging py3-editables (0.5-r2) (22/49) Purging py3-pathspec-pyc (0.12.1-r2) (23/49) Purging py3-pathspec (0.12.1-r2) (24/49) Purging py3-pluggy-pyc (1.4.0-r1) (25/49) Purging py3-pluggy (1.4.0-r1) (26/49) Purging py3-trove-classifiers-pyc (2024.3.3-r2) (27/49) Purging py3-trove-classifiers (2024.3.3-r2) (28/49) Purging py3-setuptools_scm-pyc (8.0.4-r2) (29/49) Purging py3-setuptools_scm (8.0.4-r2) (30/49) Purging py3-fixtures-pyc (4.1.0-r2) (31/49) Purging py3-fixtures (4.1.0-r2) (32/49) Purging py3-pbr-pyc (5.11.1-r5) (33/49) Purging py3-pbr (5.11.1-r5) (34/49) Purging py3-setuptools-pyc (69.2.0-r2) (35/49) Purging py3-setuptools (69.2.0-r2) (36/49) Purging py3-packaging-pyc (24.0-r1) (37/49) Purging py3-packaging (24.0-r1) (38/49) Purging py3-parsing-pyc (3.1.2-r1) (39/49) Purging py3-parsing (3.1.2-r1) (40/49) Purging python3-pyc (3.12.3-r0) (41/49) Purging python3-pycache-pyc0 (3.12.3-r0) (42/49) Purging pyc (3.12.3-r0) (43/49) Purging python3 (3.12.3-r0) (44/49) Purging gdbm (1.23-r1) (45/49) Purging libffi (3.4.6-r0) (46/49) Purging libpanelw (6.4_p20240330-r0) (47/49) Purging mpdecimal (4.0.0-r0) (48/49) Purging readline (8.2.10-r0) (49/49) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-autopage: Updating the community/x86 repository index... >>> py3-autopage: Signing the index...