>>> py3-plac: Building testing/py3-plac 1.3.5-r2 (using abuild 3.11.0_rc13-r0) started Wed, 26 Apr 2023 14:58:09 +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-setuptools py3-pytest (1/27) Installing libbz2 (1.0.8-r5) (2/27) Installing libffi (3.4.4-r2) (3/27) Installing gdbm (1.23-r1) (4/27) Installing xz-libs (5.4.2-r1) (5/27) Installing mpdecimal (2.5.1-r2) (6/27) Installing libpanelw (6.4_p20230401-r6) (7/27) Installing readline (8.2.1-r1) (8/27) Installing sqlite-libs (3.41.2-r2) (9/27) Installing python3 (3.11.3-r10) (10/27) Installing python3-pycache-pyc0 (3.11.3-r10) (11/27) Installing pyc (0.1-r0) (12/27) Installing python3-pyc (3.11.3-r10) (13/27) Installing py3-parsing (3.0.9-r2) (14/27) Installing py3-parsing-pyc (3.0.9-r2) (15/27) Installing py3-packaging (23.1-r1) (16/27) Installing py3-packaging-pyc (23.1-r1) (17/27) Installing py3-setuptools (67.7.2-r0) (18/27) Installing py3-setuptools-pyc (67.7.2-r0) (19/27) Installing py3-iniconfig (1.1.1-r6) (20/27) Installing py3-iniconfig-pyc (1.1.1-r6) (21/27) Installing py3-pluggy (1.0.0-r3) (22/27) Installing py3-pluggy-pyc (1.0.0-r3) (23/27) Installing py3-py (1.11.0-r2) (24/27) Installing py3-py-pyc (1.11.0-r2) (25/27) Installing py3-pytest (7.3.1-r1) (26/27) Installing py3-pytest-pyc (7.3.1-r1) (27/27) Installing .makedepends-py3-plac (20230426.145810) Executing busybox-1.36.0-r8.trigger OK: 349 MiB in 125 packages >>> py3-plac: Cleaning up srcdir >>> py3-plac: Cleaning up pkgdir >>> py3-plac: Fetching https://distfiles.alpinelinux.org/distfiles/edge/plac-1.3.5.tar.gz >>> py3-plac: Fetching https://distfiles.alpinelinux.org/distfiles/edge/plac-1.3.5.tar.gz >>> py3-plac: Checking sha512sums... plac-1.3.5.tar.gz: OK index.rst: OK >>> py3-plac: Unpacking /var/cache/distfiles/plac-1.3.5.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.11 copying and adjusting plac_runner.py -> build/scripts-3.11 changing mode of build/scripts-3.11/plac_runner.py from 644 to 755 ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-plac/src/plac-1.3.5 collecting ... collected 28 items / 1 deselected / 27 selected doc/test_ishelve.py::test PASSED [ 3%] doc/test_ishelve_more.py::test PASSED [ 7%] doc/test_pi.py::test PASSED [ 11%] doc/test_plac.py::test_p1 PASSED [ 14%] doc/test_plac.py::test_p2 PASSED [ 18%] doc/test_plac.py::test_p3 PASSED [ 22%] doc/test_plac.py::test_p4 PASSED [ 25%] doc/test_plac.py::test_p5 PASSED [ 29%] doc/test_plac.py::test_global PASSED [ 33%] doc/test_plac.py::test_flag_with_default PASSED [ 37%] doc/test_plac.py::test_metavar_no_defaults PASSED [ 40%] doc/test_plac.py::test_metavar_with_defaults PASSED [ 44%] doc/test_plac.py::test_metavar_empty_string PASSED [ 48%] doc/test_plac.py::test_kwargs PASSED [ 51%] doc/test_plac.py::test_kwargs2 PASSED [ 55%] doc/test_plac.py::test_kwargs3 PASSED [ 59%] doc/test_plac.py::test_date_default PASSED [ 62%] doc/test_plac.py::test_int_default PASSED [ 66%] doc/test_plac.py::test_none_default PASSED [ 70%] doc/test_plac.py::test_cmds PASSED [ 74%] doc/test_plac.py::test_cmd_abbrevs PASSED [ 77%] doc/test_plac.py::test_sub_help PASSED [ 81%] doc/test_plac.py::test_yield PASSED [ 85%] doc/test_plac.py::test_doctest PASSED [ 88%] doc/test_runp.py::test1 PASSED [ 92%] doc/test_runp.py::test2 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.5/build/lib/plac_ext.py:806: DeprecationWarning: The asyncore module is deprecated and will be removed in Python 3.12. The recommended replacement is asyncio import asyncore build/lib/plac_ext.py:807 /home/buildozer/aports/testing/py3-plac/src/plac-1.3.5/build/lib/plac_ext.py:807: DeprecationWarning: The asynchat module is deprecated and will be removed in Python 3.12. The recommended replacement is asyncio import asynchat -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 27 passed, 1 deselected, 2 warnings in 1.84s ================= >>> py3-plac: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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.11 creating /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/site-packages copying build/lib/plac_ext.py -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/site-packages copying build/lib/plac_tk.py -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/site-packages copying build/lib/plac_core.py -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/site-packages/__pycache__ copying build/lib/__pycache__/plac_tk.cpython-311.pyc -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/site-packages/__pycache__ copying build/lib/__pycache__/plac_core.cpython-311.pyc -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/site-packages/__pycache__ copying build/lib/__pycache__/plac_ext.cpython-311.pyc -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/site-packages/__pycache__ copying build/lib/__pycache__/plac.cpython-311.pyc -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/site-packages/__pycache__ copying build/lib/plac.py -> /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/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' adding license file 'LICENSE.txt' 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.11/site-packages/plac-1.3.5-py3.11.egg-info running install_scripts creating /home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/bin copying build/scripts-3.11/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-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-plac/pkg/py3-plac/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/testing/py3-plac/pkg/py3-plac-pyc/usr/lib/python3.11/site-packages/__pycache__' >>> py3-plac-pyc*: Preparing subpackage py3-plac-pyc... >>> py3-plac-pyc*: Running postcheck for py3-plac-pyc >>> py3-plac*: Running postcheck for py3-plac >>> py3-plac*: Preparing package py3-plac... >>> py3-plac-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-plac-pyc*: Package size: 128.0 KB >>> py3-plac-pyc*: Compressing data... >>> py3-plac-pyc*: Create checksum... >>> py3-plac-pyc*: Create py3-plac-pyc-1.3.5-r2.apk >>> py3-plac*: Tracing dependencies... python3 python3~3.11 >>> py3-plac*: Package size: 120.0 KB >>> py3-plac*: Compressing data... >>> py3-plac*: Create checksum... >>> py3-plac*: Create py3-plac-1.3.5-r2.apk >>> py3-plac: Build complete at Wed, 26 Apr 2023 14:58:14 +0000 elapsed time 0h 0m 5s >>> py3-plac: Cleaning up srcdir >>> py3-plac: Cleaning up pkgdir >>> py3-plac: Uninstalling dependencies... (1/27) Purging .makedepends-py3-plac (20230426.145810) (2/27) Purging py3-setuptools-pyc (67.7.2-r0) (3/27) Purging py3-setuptools (67.7.2-r0) (4/27) Purging py3-pytest-pyc (7.3.1-r1) (5/27) Purging py3-pytest (7.3.1-r1) (6/27) Purging py3-iniconfig-pyc (1.1.1-r6) (7/27) Purging py3-iniconfig (1.1.1-r6) (8/27) Purging py3-packaging-pyc (23.1-r1) (9/27) Purging py3-packaging (23.1-r1) (10/27) Purging py3-parsing-pyc (3.0.9-r2) (11/27) Purging py3-parsing (3.0.9-r2) (12/27) Purging py3-pluggy-pyc (1.0.0-r3) (13/27) Purging py3-pluggy (1.0.0-r3) (14/27) Purging py3-py-pyc (1.11.0-r2) (15/27) Purging py3-py (1.11.0-r2) (16/27) Purging python3-pyc (3.11.3-r10) (17/27) Purging python3-pycache-pyc0 (3.11.3-r10) (18/27) Purging pyc (0.1-r0) (19/27) Purging python3 (3.11.3-r10) (20/27) Purging gdbm (1.23-r1) (21/27) Purging libbz2 (1.0.8-r5) (22/27) Purging libffi (3.4.4-r2) (23/27) Purging libpanelw (6.4_p20230401-r6) (24/27) Purging mpdecimal (2.5.1-r2) (25/27) Purging readline (8.2.1-r1) (26/27) Purging sqlite-libs (3.41.2-r2) (27/27) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 292 MiB in 98 packages >>> py3-plac: Updating the testing/ppc64le repository index... >>> py3-plac: Signing the index...