>>> py3-plac: Building testing/py3-plac 1.3.3-r1 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 15:54:34 +0000 >>> py3-plac: Checking sanity of /home/buildozer/aports/testing/py3-plac/APKBUILD... >>> py3-plac: Analyzing dependencies... >>> py3-plac: Installing for build: build-base python3 py3-argparse py3-setuptools py3-pytest py3-sqlsoup (1/25) Installing libffi (3.4.2-r1) (2/25) Installing gdbm (1.22-r0) (3/25) Installing mpdecimal (2.5.1-r1) (4/25) Installing readline (8.1.1-r0) (5/25) Installing sqlite-libs (3.37.0-r0) (6/25) Installing python3 (3.10.1-r0) (7/25) Installing py3-argparse (1.4.0-r7) (8/25) Installing py3-ordered-set (4.0.2-r3) (9/25) Installing py3-appdirs (1.4.4-r3) (10/25) Installing py3-parsing (2.4.7-r3) (11/25) Installing py3-six (1.16.0-r1) (12/25) Installing py3-packaging (21.3-r0) (13/25) Installing py3-setuptools (52.0.0-r5) (14/25) Installing py3-atomicwrites (1.4.0-r2) (15/25) Installing py3-attrs (21.2.0-r1) (16/25) Installing py3-more-itertools (8.12.0-r1) (17/25) Installing py3-iniconfig (1.1.1-r2) (18/25) Installing py3-pluggy (0.13.1-r5) (19/25) Installing py3-py (1.10.0-r2) (20/25) Installing py3-wcwidth (0.2.5-r2) (21/25) Installing py3-toml (0.10.2-r3) (22/25) Installing py3-pytest (6.2.5-r1) (23/25) Installing py3-sqlalchemy (1.4.28-r0) (24/25) Installing py3-sqlsoup (0.9.1-r1) (25/25) Installing .makedepends-py3-plac (20211219.155434) Executing busybox-1.34.1-r5.trigger OK: 434 MiB in 126 packages >>> py3-plac: Cleaning up srcdir >>> py3-plac: Cleaning up pkgdir >>> py3-plac: Fetching https://distfiles.alpinelinux.org/distfiles/edge/plac-1.3.3.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38416 100 38416 0 0 76725 0 --:--:-- --:--:-- --:--:-- 76678 >>> py3-plac: Fetching https://distfiles.alpinelinux.org/distfiles/edge/plac-1.3.3.tar.gz >>> py3-plac: Checking sha512sums... plac-1.3.3.tar.gz: OK index.rst: OK >>> py3-plac: Unpacking /var/cache/distfiles/edge/plac-1.3.3.tar.gz... running build running build_py creating build creating build/lib copying plac_core.py -> build/lib copying plac_ext.py -> build/lib copying plac_tk.py -> build/lib copying plac.py -> build/lib running build_scripts creating build/scripts-3.10 copying and adjusting plac_runner.py -> build/scripts-3.10 changing mode of build/scripts-3.10/plac_runner.py from 644 to 755 ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-plac/src/plac-1.3.3 collecting ... collected 31 items / 1 deselected / 30 selected doc/test_ishelve.py::test PASSED [ 3%] doc/test_ishelve_more.py::test PASSED [ 6%] doc/test_pi.py::test PASSED [ 10%] doc/test_plac.py::test_p1 PASSED [ 13%] doc/test_plac.py::test_p2 PASSED [ 16%] doc/test_plac.py::test_p3 PASSED [ 20%] doc/test_plac.py::test_p4 PASSED [ 23%] doc/test_plac.py::test_p5 PASSED [ 26%] doc/test_plac.py::test_global PASSED [ 30%] doc/test_plac.py::test_flag_with_default PASSED [ 33%] doc/test_plac.py::test_metavar_no_defaults PASSED [ 36%] doc/test_plac.py::test_metavar_with_defaults PASSED [ 40%] doc/test_plac.py::test_metavar_empty_string PASSED [ 43%] doc/test_plac.py::test_kwargs PASSED [ 46%] doc/test_plac.py::test_kwargs2 PASSED [ 50%] doc/test_plac.py::test_kwargs3 PASSED [ 53%] doc/test_plac.py::test_date_default PASSED [ 56%] doc/test_plac.py::test_int_default PASSED [ 60%] doc/test_plac.py::test_none_default PASSED [ 63%] doc/test_plac.py::test_cmds PASSED [ 66%] doc/test_plac.py::test_cmd_abbrevs PASSED [ 70%] doc/test_plac.py::test_sub_help PASSED [ 73%] doc/test_plac.py::test_yield PASSED [ 76%] doc/test_plac.py::test_doctest PASSED [ 80%] doc/test_plac.py::test_batch PASSED [ 83%] doc/test_plac.py::test_placet PASSED [ 86%] doc/test_runp.py::test1 PASSED [ 90%] doc/test_runp.py::test2 PASSED [ 93%] doc/test_runp.py::test3 PASSED [ 96%] doc/test_server.py::test PASSED [100%] =============================== warnings summary =============================== build/lib/plac_ext.py:806 /home/buildozer/aports/testing/py3-plac/src/plac-1.3.3/build/lib/plac_ext.py:806: DeprecationWarning: The asyncore module is deprecated. The recommended replacement is asyncio import asyncore build/lib/plac_ext.py:807 /home/buildozer/aports/testing/py3-plac/src/plac-1.3.3/build/lib/plac_ext.py:807: DeprecationWarning: The asynchat module is deprecated. The recommended replacement is asyncio import asynchat -- Docs: https://docs.pytest.org/en/stable/warnings.html ================= 30 passed, 1 deselected, 2 warnings in 2.88s ================= >>> py3-plac: Entering fakeroot... running install running build running build_py running build_scripts running install_lib creating /home/buildozer/aports/testing/py3-plac/pkg creating /home/buildozer/aports/testing/py3-plac/pkg/py3-plac creating /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr creating /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib creating /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages copying build/lib/plac.py -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages/__pycache__ copying build/lib/__pycache__/plac_tk.cpython-310.pyc -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages/__pycache__ copying build/lib/__pycache__/plac_ext.cpython-310.pyc -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages/__pycache__ copying build/lib/__pycache__/plac.cpython-310.pyc -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages/__pycache__ copying build/lib/__pycache__/plac_core.cpython-310.pyc -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages/__pycache__ copying build/lib/plac_ext.py -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages copying build/lib/plac_core.py -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages copying build/lib/plac_tk.py -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages running install_egg_info running egg_info writing plac.egg-info/PKG-INFO writing dependency_links to plac.egg-info/dependency_links.txt writing top-level names to plac.egg-info/top_level.txt reading manifest file 'plac.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' warning: no files found matching 'doc/*.txt' warning: no files found matching 'doc/*.html' warning: no files found matching 'doc/*.pdf' writing manifest file 'plac.egg-info/SOURCES.txt' Copying plac.egg-info to /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.10/site-packages/plac-1.3.3-py3.10.egg-info running install_scripts creating /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/bin copying build/scripts-3.10/plac_runner.py -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/bin changing mode of /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/bin/plac_runner.py to 755 >>> py3-plac*: Running postcheck for py3-plac >>> py3-plac*: Preparing package py3-plac... >>> py3-plac*: Tracing dependencies... >>> py3-plac*: Package size: 188.0 KB >>> py3-plac*: Compressing data... >>> py3-plac*: Create checksum... >>> py3-plac*: Create py3-plac-1.3.3-r1.apk >>> py3-plac: Build complete at Sun, 19 Dec 2021 15:54:40 +0000 elapsed time 0h 0m 6s >>> py3-plac: Cleaning up srcdir >>> py3-plac: Cleaning up pkgdir >>> py3-plac: Uninstalling dependencies... (1/25) Purging .makedepends-py3-plac (20211219.155434) (2/25) Purging py3-argparse (1.4.0-r7) (3/25) Purging py3-setuptools (52.0.0-r5) (4/25) Purging py3-ordered-set (4.0.2-r3) (5/25) Purging py3-appdirs (1.4.4-r3) (6/25) Purging py3-pytest (6.2.5-r1) (7/25) Purging py3-atomicwrites (1.4.0-r2) (8/25) Purging py3-attrs (21.2.0-r1) (9/25) Purging py3-more-itertools (8.12.0-r1) (10/25) Purging py3-iniconfig (1.1.1-r2) (11/25) Purging py3-pluggy (0.13.1-r5) (12/25) Purging py3-py (1.10.0-r2) (13/25) Purging py3-wcwidth (0.2.5-r2) (14/25) Purging py3-packaging (21.3-r0) (15/25) Purging py3-parsing (2.4.7-r3) (16/25) Purging py3-six (1.16.0-r1) (17/25) Purging py3-toml (0.10.2-r3) (18/25) Purging python3 (3.10.1-r0) (19/25) Purging py3-sqlsoup (0.9.1-r1) (20/25) Purging py3-sqlalchemy (1.4.28-r0) (21/25) Purging libffi (3.4.2-r1) (22/25) Purging gdbm (1.22-r0) (23/25) Purging mpdecimal (2.5.1-r1) (24/25) Purging readline (8.1.1-r0) (25/25) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 365 MiB in 101 packages >>> py3-plac: Updating the testing/aarch64 repository index... >>> py3-plac: Signing the index...