>>> vermin: Building community/vermin 1.6.0-r1 (using abuild 3.14.1-r1) started Fri, 01 Nov 2024 16:12:05 +0000 >>> vermin: Validating /home/buildozer/aports/community/vermin/APKBUILD... >>> vermin: Analyzing dependencies... >>> vermin: Installing for build: build-base py3-setuptools py3-gpep517 py3-installer py3-wheel py3-pytest (1/32) Installing libbz2 (1.0.8-r6) (2/32) Installing libffi (3.4.6-r0) (3/32) Installing gdbm (1.24-r0) (4/32) Installing xz-libs (5.6.3-r0) (5/32) Installing mpdecimal (4.0.0-r0) (6/32) Installing libpanelw (6.5_p20241006-r2) (7/32) Installing sqlite-libs (3.47.0-r0) (8/32) Installing python3 (3.12.7-r1) (9/32) Installing python3-pycache-pyc0 (3.12.7-r1) (10/32) Installing pyc (3.12.7-r1) (11/32) Installing py3-setuptools-pyc (70.3.0-r0) (12/32) Installing py3-parsing (3.1.4-r0) (13/32) Installing py3-parsing-pyc (3.1.4-r0) (14/32) Installing py3-packaging-pyc (24.1-r0) (15/32) Installing python3-pyc (3.12.7-r1) (16/32) Installing py3-packaging (24.1-r0) (17/32) Installing py3-setuptools (70.3.0-r0) (18/32) Installing py3-installer (0.7.0-r2) (19/32) Installing py3-installer-pyc (0.7.0-r2) (20/32) Installing py3-gpep517 (16-r0) (21/32) Installing py3-gpep517-pyc (16-r0) (22/32) Installing py3-wheel (0.43.0-r0) (23/32) Installing py3-wheel-pyc (0.43.0-r0) (24/32) Installing py3-iniconfig (2.0.0-r1) (25/32) Installing py3-iniconfig-pyc (2.0.0-r1) (26/32) Installing py3-pluggy (1.5.0-r0) (27/32) Installing py3-pluggy-pyc (1.5.0-r0) (28/32) Installing py3-py (1.11.0-r4) (29/32) Installing py3-py-pyc (1.11.0-r4) (30/32) Installing py3-pytest (8.3.3-r0) (31/32) Installing py3-pytest-pyc (8.3.3-r0) (32/32) Installing .makedepends-vermin (20241101.161222) Executing busybox-1.37.0-r5.trigger OK: 443 MiB in 133 packages >>> vermin: Cleaning up srcdir >>> vermin: Cleaning up pkgdir >>> vermin: Cleaning up tmpdir >>> vermin: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/vermin-1.6.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> vermin: Fetching vermin-1.6.0.tar.gz::https://github.com/netromdk/vermin/archive/refs/tags/v1.6.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/v3.21/vermin-1.6.0.tar.gz.part' vermin-1.6.0.tar.gz. 100% |********************************| 187k 0:00:00 ETA '/var/cache/distfiles/v3.21/vermin-1.6.0.tar.gz.part' saved >>> vermin: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/vermin-1.6.0.tar.gz >>> vermin: Checking sha512sums... vermin-1.6.0.tar.gz: OK >>> vermin: Unpacking /var/cache/distfiles/v3.21/vermin-1.6.0.tar.gz... 2024-11-01 16:12:23,522 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-11-01 16:12:23,535 root INFO running bdist_wheel 2024-11-01 16:12:23,552 root INFO running build 2024-11-01 16:12:23,552 root INFO running build_py 2024-11-01 16:12:23,555 root INFO creating build 2024-11-01 16:12:23,555 root INFO creating build/lib 2024-11-01 16:12:23,555 root INFO creating build/lib/vermin 2024-11-01 16:12:23,555 root INFO copying vermin/parser.py -> build/lib/vermin 2024-11-01 16:12:23,556 root INFO copying vermin/processor.py -> build/lib/vermin 2024-11-01 16:12:23,556 root INFO copying vermin/constants.py -> build/lib/vermin 2024-11-01 16:12:23,556 root INFO copying vermin/__init__.py -> build/lib/vermin 2024-11-01 16:12:23,556 root INFO copying vermin/backports.py -> build/lib/vermin 2024-11-01 16:12:23,557 root INFO copying vermin/features.py -> build/lib/vermin 2024-11-01 16:12:23,557 root INFO copying vermin/detection.py -> build/lib/vermin 2024-11-01 16:12:23,557 root INFO copying vermin/arguments.py -> build/lib/vermin 2024-11-01 16:12:23,557 root INFO copying vermin/source_state.py -> build/lib/vermin 2024-11-01 16:12:23,557 root INFO copying vermin/main.py -> build/lib/vermin 2024-11-01 16:12:23,558 root INFO copying vermin/printing.py -> build/lib/vermin 2024-11-01 16:12:23,558 root INFO copying vermin/rules.py -> build/lib/vermin 2024-11-01 16:12:23,558 root INFO copying vermin/config.py -> build/lib/vermin 2024-11-01 16:12:23,559 root INFO copying vermin/source_visitor.py -> build/lib/vermin 2024-11-01 16:12:23,559 root INFO copying vermin/utility.py -> build/lib/vermin 2024-11-01 16:12:23,559 root INFO creating build/lib/vermin/formats 2024-11-01 16:12:23,560 root INFO copying vermin/formats/format.py -> build/lib/vermin/formats 2024-11-01 16:12:23,560 root INFO copying vermin/formats/__init__.py -> build/lib/vermin/formats 2024-11-01 16:12:23,560 root INFO copying vermin/formats/default_format.py -> build/lib/vermin/formats 2024-11-01 16:12:23,560 root INFO copying vermin/formats/parsable_format.py -> build/lib/vermin/formats 2024-11-01 16:12:23,565 root INFO installing to build/bdist.linux-i686/wheel 2024-11-01 16:12:23,565 root INFO running install 2024-11-01 16:12:23,574 root INFO running install_lib 2024-11-01 16:12:23,576 root INFO creating build/bdist.linux-i686 2024-11-01 16:12:23,576 root INFO creating build/bdist.linux-i686/wheel 2024-11-01 16:12:23,576 root INFO creating build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,576 root INFO copying build/lib/vermin/parser.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,577 root INFO copying build/lib/vermin/processor.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,577 root INFO creating build/bdist.linux-i686/wheel/vermin/formats 2024-11-01 16:12:23,577 root INFO copying build/lib/vermin/formats/format.py -> build/bdist.linux-i686/wheel/vermin/formats 2024-11-01 16:12:23,577 root INFO copying build/lib/vermin/formats/__init__.py -> build/bdist.linux-i686/wheel/vermin/formats 2024-11-01 16:12:23,577 root INFO copying build/lib/vermin/formats/default_format.py -> build/bdist.linux-i686/wheel/vermin/formats 2024-11-01 16:12:23,578 root INFO copying build/lib/vermin/formats/parsable_format.py -> build/bdist.linux-i686/wheel/vermin/formats 2024-11-01 16:12:23,578 root INFO copying build/lib/vermin/constants.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,578 root INFO copying build/lib/vermin/__init__.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,578 root INFO copying build/lib/vermin/backports.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,578 root INFO copying build/lib/vermin/features.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,578 root INFO copying build/lib/vermin/detection.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,579 root INFO copying build/lib/vermin/arguments.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,579 root INFO copying build/lib/vermin/source_state.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,579 root INFO copying build/lib/vermin/main.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,579 root INFO copying build/lib/vermin/printing.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,579 root INFO copying build/lib/vermin/rules.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,580 root INFO copying build/lib/vermin/config.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,580 root INFO copying build/lib/vermin/source_visitor.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,580 root INFO copying build/lib/vermin/utility.py -> build/bdist.linux-i686/wheel/vermin 2024-11-01 16:12:23,580 root INFO running install_egg_info 2024-11-01 16:12:23,583 root INFO running egg_info 2024-11-01 16:12:23,583 root INFO creating vermin.egg-info 2024-11-01 16:12:23,584 root INFO writing vermin.egg-info/PKG-INFO 2024-11-01 16:12:23,585 root INFO writing dependency_links to vermin.egg-info/dependency_links.txt 2024-11-01 16:12:23,585 root INFO writing entry points to vermin.egg-info/entry_points.txt 2024-11-01 16:12:23,585 root INFO writing top-level names to vermin.egg-info/top_level.txt 2024-11-01 16:12:23,585 root INFO writing manifest file 'vermin.egg-info/SOURCES.txt' 2024-11-01 16:12:23,588 root INFO reading manifest file 'vermin.egg-info/SOURCES.txt' 2024-11-01 16:12:23,588 root INFO adding license file 'LICENSE.txt' 2024-11-01 16:12:23,588 root INFO writing manifest file 'vermin.egg-info/SOURCES.txt' 2024-11-01 16:12:23,589 root INFO Copying vermin.egg-info to build/bdist.linux-i686/wheel/vermin-1.6.0-py3.12.egg-info 2024-11-01 16:12:23,589 root INFO running install_scripts 2024-11-01 16:12:23,592 root INFO creating build/bdist.linux-i686/wheel/vermin-1.6.0.dist-info/WHEEL 2024-11-01 16:12:23,592 wheel INFO creating '/home/buildozer/aports/community/vermin/src/vermin-1.6.0/.dist/.tmp-r3hm60np/vermin-1.6.0-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2024-11-01 16:12:23,592 wheel INFO adding 'vermin/__init__.py' 2024-11-01 16:12:23,593 wheel INFO adding 'vermin/arguments.py' 2024-11-01 16:12:23,593 wheel INFO adding 'vermin/backports.py' 2024-11-01 16:12:23,593 wheel INFO adding 'vermin/config.py' 2024-11-01 16:12:23,593 wheel INFO adding 'vermin/constants.py' 2024-11-01 16:12:23,594 wheel INFO adding 'vermin/detection.py' 2024-11-01 16:12:23,594 wheel INFO adding 'vermin/features.py' 2024-11-01 16:12:23,594 wheel INFO adding 'vermin/main.py' 2024-11-01 16:12:23,594 wheel INFO adding 'vermin/parser.py' 2024-11-01 16:12:23,594 wheel INFO adding 'vermin/printing.py' 2024-11-01 16:12:23,595 wheel INFO adding 'vermin/processor.py' 2024-11-01 16:12:23,595 wheel INFO adding 'vermin/rules.py' 2024-11-01 16:12:23,596 wheel INFO adding 'vermin/source_state.py' 2024-11-01 16:12:23,596 wheel INFO adding 'vermin/source_visitor.py' 2024-11-01 16:12:23,597 wheel INFO adding 'vermin/utility.py' 2024-11-01 16:12:23,597 wheel INFO adding 'vermin/formats/__init__.py' 2024-11-01 16:12:23,597 wheel INFO adding 'vermin/formats/default_format.py' 2024-11-01 16:12:23,597 wheel INFO adding 'vermin/formats/format.py' 2024-11-01 16:12:23,598 wheel INFO adding 'vermin/formats/parsable_format.py' 2024-11-01 16:12:23,598 wheel INFO adding 'vermin-1.6.0.dist-info/LICENSE.txt' 2024-11-01 16:12:23,598 wheel INFO adding 'vermin-1.6.0.dist-info/METADATA' 2024-11-01 16:12:23,598 wheel INFO adding 'vermin-1.6.0.dist-info/WHEEL' 2024-11-01 16:12:23,598 wheel INFO adding 'vermin-1.6.0.dist-info/entry_points.txt' 2024-11-01 16:12:23,599 wheel INFO adding 'vermin-1.6.0.dist-info/top_level.txt' 2024-11-01 16:12:23,599 wheel INFO adding 'vermin-1.6.0.dist-info/RECORD' 2024-11-01 16:12:23,599 root INFO removing build/bdist.linux-i686/wheel 2024-11-01 16:12:23,600 gpep517 INFO The backend produced .dist/vermin-1.6.0-py3-none-any.whl vermin-1.6.0-py3-none-any.whl .............................................................................. ---------------------------------------------------------------------- Ran 78 tests in 2.739s OK ................................ ---------------------------------------------------------------------- Ran 32 tests in 0.038s OK ........................................ ---------------------------------------------------------------------- Ran 40 tests in 0.078s OK ........................................................................................... ---------------------------------------------------------------------- Ran 91 tests in 0.696s OK ................................................................................................................................................................................ ---------------------------------------------------------------------- Ran 176 tests in 0.221s OK ........... ---------------------------------------------------------------------- Ran 11 tests in 0.013s OK ...................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 214 tests in 0.262s OK .............................................................. ---------------------------------------------------------------------- Ran 62 tests in 0.073s OK .................................................................................... ---------------------------------------------------------------------- Ran 84 tests in 0.240s OK ...... ---------------------------------------------------------------------- Ran 6 tests in 0.023s OK ................................... ---------------------------------------------------------------------- Ran 35 tests in 0.056s OK ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. ---------------------------------------------------------------------- Ran 1181 tests in 1.588s OK .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. ---------------------------------------------------------------------- Ran 974 tests in 1.204s OK ......................... ---------------------------------------------------------------------- Ran 25 tests in 0.037s OK ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 875 tests in 1.195s OK .... ---------------------------------------------------------------------- Ran 4 tests in 0.006s OK ...... ---------------------------------------------------------------------- Ran 6 tests in 0.017s OK .... ---------------------------------------------------------------------- Ran 4 tests in 0.008s OK .. ---------------------------------------------------------------------- Ran 2 tests in 0.010s OK ............... ---------------------------------------------------------------------- Ran 15 tests in 0.027s OK ........................ ---------------------------------------------------------------------- Ran 24 tests in 0.094s OK ..... ---------------------------------------------------------------------- Ran 5 tests in 0.018s OK ................................ ---------------------------------------------------------------------- Ran 32 tests in 0.091s OK ...... ---------------------------------------------------------------------- Ran 6 tests in 0.000s OK ... ---------------------------------------------------------------------- Ran 3 tests in 0.004s OK ....................... ---------------------------------------------------------------------- Ran 23 tests in 0.042s OK Running test suite: tests.general Running test suite: tests.config Running test suite: tests.arguments Running test suite: tests.lang Running test suite: tests.module Running test suite: tests.builtin_classes Running test suite: tests.class Running test suite: tests.exception Running test suite: tests.builtin_functions Running test suite: tests.builtin_constants Running test suite: tests.builtin_exceptions Running test suite: tests.function Running test suite: tests.constants Running test suite: tests.decorators Running test suite: tests.kwargs Running test suite: tests.strftime_directive Running test suite: tests.annotation Running test suite: tests.maybe_annotations Running test suite: tests.array_typecodes Running test suite: tests.codecs_error_handlers Running test suite: tests.codecs_encodings Running test suite: tests.exclusions Running test suite: tests.comment_exclusions Running test suite: tests.backports Running test suite: tests.bytes_directive Running test suite: tests.violations Ran 4008 tests (26 suites) in 9.190s >>> vermin: Entering fakeroot... >>> vermin-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/vermin/__pycache__' -> '/home/buildozer/aports/community/vermin/pkg/vermin-pyc/usr/lib/python3.12/site-packages/vermin/__pycache__' 'usr/lib/python3.12/site-packages/vermin/formats/__pycache__' -> '/home/buildozer/aports/community/vermin/pkg/vermin-pyc/usr/lib/python3.12/site-packages/vermin/formats/__pycache__' >>> vermin-pyc*: Preparing subpackage vermin-pyc... >>> vermin-pyc*: Running postcheck for vermin-pyc >>> vermin*: Running postcheck for vermin >>> vermin*: Preparing package vermin... >>> vermin-pyc*: Tracing dependencies... python3~3.12 >>> vermin-pyc*: Package size: 414.2 KB >>> vermin-pyc*: Compressing data... >>> vermin-pyc*: Create checksum... >>> vermin-pyc*: Create vermin-pyc-1.6.0-r1.apk >>> vermin*: Tracing dependencies... python3~3.12 >>> vermin*: Package size: 371.9 KB >>> vermin*: Compressing data... >>> vermin*: Create checksum... >>> vermin*: Create vermin-1.6.0-r1.apk >>> vermin: Build complete at Fri, 01 Nov 2024 16:12:33 +0000 elapsed time 0h 0m 28s >>> vermin: Cleaning up srcdir >>> vermin: Cleaning up pkgdir >>> vermin: Uninstalling dependencies... (1/32) Purging .makedepends-vermin (20241101.161222) (2/32) Purging py3-setuptools-pyc (70.3.0-r0) (3/32) Purging py3-setuptools (70.3.0-r0) (4/32) Purging py3-gpep517-pyc (16-r0) (5/32) Purging py3-gpep517 (16-r0) (6/32) Purging py3-installer-pyc (0.7.0-r2) (7/32) Purging py3-installer (0.7.0-r2) (8/32) Purging py3-wheel-pyc (0.43.0-r0) (9/32) Purging py3-wheel (0.43.0-r0) (10/32) Purging py3-pytest-pyc (8.3.3-r0) (11/32) Purging py3-pytest (8.3.3-r0) (12/32) Purging py3-iniconfig-pyc (2.0.0-r1) (13/32) Purging py3-iniconfig (2.0.0-r1) (14/32) Purging py3-packaging-pyc (24.1-r0) (15/32) Purging py3-packaging (24.1-r0) (16/32) Purging py3-parsing-pyc (3.1.4-r0) (17/32) Purging py3-parsing (3.1.4-r0) (18/32) Purging py3-pluggy-pyc (1.5.0-r0) (19/32) Purging py3-pluggy (1.5.0-r0) (20/32) Purging py3-py-pyc (1.11.0-r4) (21/32) Purging py3-py (1.11.0-r4) (22/32) Purging python3-pyc (3.12.7-r1) (23/32) Purging python3-pycache-pyc0 (3.12.7-r1) (24/32) Purging pyc (3.12.7-r1) (25/32) Purging python3 (3.12.7-r1) (26/32) Purging gdbm (1.24-r0) (27/32) Purging libbz2 (1.0.8-r6) (28/32) Purging libffi (3.4.6-r0) (29/32) Purging libpanelw (6.5_p20241006-r2) (30/32) Purging mpdecimal (4.0.0-r0) (31/32) Purging sqlite-libs (3.47.0-r0) (32/32) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r5.trigger OK: 396 MiB in 101 packages >>> vermin: Updating the community/x86 repository index... >>> vermin: Signing the index...