>>> py3-pysol-cards: Building community/py3-pysol-cards 0.14.2-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 14:20:59 +0000 >>> py3-pysol-cards: Checking sanity of /home/buildozer/aports/community/py3-pysol-cards/APKBUILD... >>> py3-pysol-cards: Analyzing dependencies... >>> py3-pysol-cards: Installing for build: build-base py3-pbr py3-random2 python3 py3-setuptools py3-coverage py3-oslotest py3-pytest py3-pytest-cov py3-six py3-stestr py3-testtools (1/29) Installing libffi (3.4.4-r0) (2/29) Installing gdbm (1.23-r0) (3/29) Installing mpdecimal (2.5.1-r1) (4/29) Installing readline (8.2.0-r0) (5/29) Installing sqlite-libs (3.40.0-r0) (6/29) Installing python3 (3.11.0-r2) (7/29) Installing py3-pbr (5.11.0-r1) (8/29) Installing py3-random2 (1.0.1-r3) (9/29) Installing py3-parsing (3.0.9-r1) (10/29) Installing py3-packaging (21.3-r3) (11/29) Installing py3-setuptools (65.6.0-r1) (12/29) Installing py3-coverage (6.5.0-r1) (13/29) Installing py3-oslotest (4.5.0-r2) (14/29) Installing py3-attrs (22.1.0-r1) (15/29) Installing py3-iniconfig (1.1.1-r4) (16/29) Installing py3-pluggy (1.0.0-r2) (17/29) Installing py3-py (1.11.0-r1) (18/29) Installing py3-pytest (7.2.0-r2) (19/29) Installing py3-pytest-cov (4.0.0-r1) (20/29) Installing py3-six (1.16.0-r4) (21/29) Installing py3-extras (1.0.0-r6) (22/29) Installing py3-fixtures (4.0.1-r1) (23/29) Installing py3-testtools (2.5.0-r2) (24/29) Installing py3-subunit (1.4.0-r3) (25/29) Installing py3-voluptuous (0.13.1-r1) (26/29) Installing yaml (0.2.5-r0) (27/29) Installing py3-yaml (6.0-r1) (28/29) Installing py3-stestr (3.2.1-r1) (29/29) Installing .makedepends-py3-pysol-cards (20221123.142100) Executing busybox-1.35.0-r29.trigger OK: 467 MiB in 132 packages >>> py3-pysol-cards: Cleaning up srcdir >>> py3-pysol-cards: Cleaning up pkgdir >>> py3-pysol-cards: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pysol_cards-0.14.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 18113 100 18113 0 0 108k 0 --:--:-- --:--:-- --:--:-- 108k >>> py3-pysol-cards: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pysol_cards-0.14.2.tar.gz >>> py3-pysol-cards: Checking sha512sums... pysol_cards-0.14.2.tar.gz: OK >>> py3-pysol-cards: Unpacking /var/cache/distfiles/edge/pysol_cards-0.14.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pysol_cards copying pysol_cards/deal_game.py -> build/lib/pysol_cards copying pysol_cards/random.py -> build/lib/pysol_cards copying pysol_cards/single_deal_args_parse.py -> build/lib/pysol_cards copying pysol_cards/__init__.py -> build/lib/pysol_cards copying pysol_cards/errors.py -> build/lib/pysol_cards copying pysol_cards/__main__.py -> build/lib/pysol_cards copying pysol_cards/random_base.py -> build/lib/pysol_cards copying pysol_cards/cards.py -> build/lib/pysol_cards copying pysol_cards/template.py -> build/lib/pysol_cards running egg_info writing pysol_cards.egg-info/PKG-INFO writing dependency_links to pysol_cards.egg-info/dependency_links.txt writing requirements to pysol_cards.egg-info/requires.txt writing top-level names to pysol_cards.egg-info/top_level.txt reading manifest file 'pysol_cards.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'pysol_cards.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-pysol-cards/src/pysol_cards-0.14.2, configfile: setup.cfg plugins: cov-4.0.0 collected 18 items tests/test_pysol_cards.py ........... [ 61%] tests/test_sanity.py ....... [100%] ---------- coverage: platform linux, python 3.11.0-final-0 ----------- Name Stmts Miss Branch BrPart Cover Missing ----------------------------------------------------------------------------------- pysol_cards/__init__.py 8 0 0 0 100% pysol_cards/__main__.py 8 8 2 0 0% 7-25 pysol_cards/cards.py 55 7 20 4 85% 26, 29, 44, 47, 51, 56, 79 pysol_cards/deal_game.py 263 152 119 11 35% 19-21, 32, 45, 47, 49, 53, 56, 62-64, 67-69, 72-77, 80-86, 91, 93, 95, 97, 99, 148, 158-161, 183, 190, 196, 202, 209-210, 213, 216-227, 230-231, 234-235, 238-244, 247-258, 261-279, 282-289, 292-301, 304-306, 315-318, 321-326, 330-334, 337-344, 347-351, 354-357, 360-368 pysol_cards/errors.py 2 0 0 0 100% pysol_cards/random.py 104 24 20 3 70% 21, 47, 50, 53, 64, 82, 85-86, 96, 104-106, 115, 152-158, 162-167 pysol_cards/random_base.py 54 13 6 1 73% 47, 50-52, 55, 58, 61, 66, 69-71, 74, 87 pysol_cards/single_deal_args_parse.py 29 13 14 3 44% 22-33, 43-45 pysol_cards/template.py 2 0 0 0 100% ----------------------------------------------------------------------------------- TOTAL 525 217 181 22 51% ============================== 18 passed in 0.26s ============================== >>> py3-pysol-cards: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing pysol_cards.egg-info/PKG-INFO writing dependency_links to pysol_cards.egg-info/dependency_links.txt writing requirements to pysol_cards.egg-info/requires.txt writing top-level names to pysol_cards.egg-info/top_level.txt reading manifest file 'pysol_cards.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'pysol_cards.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-pysol-cards/pkg creating /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards creating /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr creating /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib creating /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards copying build/lib/pysol_cards/deal_game.py -> /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards copying build/lib/pysol_cards/random.py -> /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards copying build/lib/pysol_cards/single_deal_args_parse.py -> /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards copying build/lib/pysol_cards/__init__.py -> /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards copying build/lib/pysol_cards/errors.py -> /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards copying build/lib/pysol_cards/__main__.py -> /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards copying build/lib/pysol_cards/random_base.py -> /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards copying build/lib/pysol_cards/cards.py -> /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards copying build/lib/pysol_cards/template.py -> /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards byte-compiling /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards/deal_game.py to deal_game.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards/random.py to random.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards/single_deal_args_parse.py to single_deal_args_parse.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards/random_base.py to random_base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards/cards.py to cards.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards/template.py to template.cpython-311.pyc running install_egg_info Copying pysol_cards.egg-info to /home/buildozer/aports/community/py3-pysol-cards/pkg/py3-pysol-cards/usr/lib/python3.11/site-packages/pysol_cards-0.14.2-py3.11.egg-info running install_scripts >>> py3-pysol-cards*: Running postcheck for py3-pysol-cards >>> py3-pysol-cards*: Preparing package py3-pysol-cards... >>> py3-pysol-cards*: Tracing dependencies... >>> py3-pysol-cards*: Package size: 176.0 KB >>> py3-pysol-cards*: Compressing data... >>> py3-pysol-cards*: Create checksum... >>> py3-pysol-cards*: Create py3-pysol-cards-0.14.2-r1.apk >>> py3-pysol-cards: Build complete at Wed, 23 Nov 2022 14:21:04 +0000 elapsed time 0h 0m 5s >>> py3-pysol-cards: Cleaning up srcdir >>> py3-pysol-cards: Cleaning up pkgdir >>> py3-pysol-cards: Uninstalling dependencies... (1/29) Purging .makedepends-py3-pysol-cards (20221123.142100) (2/29) Purging py3-random2 (1.0.1-r3) (3/29) Purging py3-oslotest (4.5.0-r2) (4/29) Purging py3-pytest-cov (4.0.0-r1) (5/29) Purging py3-pytest (7.2.0-r2) (6/29) Purging py3-attrs (22.1.0-r1) (7/29) Purging py3-iniconfig (1.1.1-r4) (8/29) Purging py3-pluggy (1.0.0-r2) (9/29) Purging py3-py (1.11.0-r1) (10/29) Purging py3-coverage (6.5.0-r1) (11/29) Purging py3-six (1.16.0-r4) (12/29) Purging py3-stestr (3.2.1-r1) (13/29) Purging py3-subunit (1.4.0-r3) (14/29) Purging py3-voluptuous (0.13.1-r1) (15/29) Purging py3-yaml (6.0-r1) (16/29) Purging py3-testtools (2.5.0-r2) (17/29) Purging py3-fixtures (4.0.1-r1) (18/29) Purging py3-pbr (5.11.0-r1) (19/29) Purging py3-extras (1.0.0-r6) (20/29) Purging py3-setuptools (65.6.0-r1) (21/29) Purging py3-packaging (21.3-r3) (22/29) Purging py3-parsing (3.0.9-r1) (23/29) Purging python3 (3.11.0-r2) (24/29) Purging libffi (3.4.4-r0) (25/29) Purging gdbm (1.23-r0) (26/29) Purging mpdecimal (2.5.1-r1) (27/29) Purging readline (8.2.0-r0) (28/29) Purging sqlite-libs (3.40.0-r0) (29/29) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r29.trigger OK: 380 MiB in 103 packages >>> py3-pysol-cards: Updating the community/x86 repository index... >>> py3-pysol-cards: Signing the index...