>>> py3-parametrize-from-file: Building community/py3-parametrize-from-file 0.7.1-r1 (using abuild 3.9.0-r0) started Thu, 16 Dec 2021 03:08:33 +0000 >>> py3-parametrize-from-file: Checking sanity of /home/buildozer/aports/community/py3-parametrize-from-file/APKBUILD... >>> py3-parametrize-from-file: Analyzing dependencies... >>> py3-parametrize-from-file: Installing for build: build-base py3-toml py3-yaml py3-nestedtext py3-tidyexc py3-more-itertools py3-contextlib2 py3-decopatch py3-voluptuous py3-setuptools pyproject2setuppy py3-pytest py3-numpy (1/38) Installing libffi (3.4.2-r1) (2/38) Installing gdbm (1.22-r0) (3/38) Installing mpdecimal (2.5.1-r1) (4/38) Installing readline (8.1.1-r0) (5/38) Installing sqlite-libs (3.37.0-r0) (6/38) Installing python3 (3.10.1-r0) (7/38) Installing py3-toml (0.10.2-r3) (8/38) Installing yaml (0.2.5-r0) (9/38) Installing py3-yaml (5.4.1.1-r2) (10/38) Installing py3-six (1.16.0-r1) (11/38) Installing py3-dateutil (2.8.2-r1) (12/38) Installing py3-arrow (0.17.0-r2) (13/38) Installing py3-inform (1.26-r1) (14/38) Installing py3-nestedtext (3.1-r2) (15/38) Installing py3-tidyexc (0.9.0-r2) (16/38) Installing py3-more-itertools (8.12.0-r1) (17/38) Installing py3-contextlib2 (21.6.0-r2) (18/38) Installing py3-makefun (1.12.1-r1) (19/38) Installing py3-decopatch (1.4.8-r1) (20/38) Installing py3-voluptuous (0.12.1-r2) (21/38) Installing py3-ordered-set (4.0.2-r3) (22/38) Installing py3-appdirs (1.4.4-r3) (23/38) Installing py3-parsing (2.4.7-r3) (24/38) Installing py3-packaging (21.3-r0) (25/38) Installing py3-setuptools (52.0.0-r5) (26/38) Installing pyproject2setuppy (17-r1) (27/38) Installing py3-atomicwrites (1.4.0-r2) (28/38) Installing py3-attrs (21.2.0-r1) (29/38) Installing py3-iniconfig (1.1.1-r2) (30/38) Installing py3-pluggy (0.13.1-r5) (31/38) Installing py3-py (1.10.0-r2) (32/38) Installing py3-wcwidth (0.2.5-r2) (33/38) Installing py3-pytest (6.2.5-r1) (34/38) Installing libquadmath (11.2.1_git20211128-r2) (35/38) Installing libgfortran (11.2.1_git20211128-r2) (36/38) Installing openblas (0.3.18-r1) (37/38) Installing py3-numpy (1.21.4-r1) (38/38) Installing .makedepends-py3-parametrize-from-file (20211216.030835) Executing busybox-1.34.1-r5.trigger OK: 447 MiB in 141 packages >>> py3-parametrize-from-file: Cleaning up srcdir >>> py3-parametrize-from-file: Cleaning up pkgdir >>> py3-parametrize-from-file: Fetching https://distfiles.alpinelinux.org/distfiles/edge/parametrize_from_file-0.7.1.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 38026 100 38026 0 0 516k 0 --:--:-- --:--:-- --:--:-- 523k >>> py3-parametrize-from-file: Fetching https://distfiles.alpinelinux.org/distfiles/edge/parametrize_from_file-0.7.1.tar.gz >>> py3-parametrize-from-file: Checking sha512sums... parametrize_from_file-0.7.1.tar.gz: OK >>> py3-parametrize-from-file: Unpacking /var/cache/distfiles/edge/parametrize_from_file-0.7.1.tar.gz... /home/buildozer/aports/community/py3-parametrize-from-file/src/parametrize_from_file-0.7.1/setup.py:4: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/parametrize_from_file copying parametrize_from_file/loaders.py -> build/lib/parametrize_from_file copying parametrize_from_file/utils.py -> build/lib/parametrize_from_file copying parametrize_from_file/namespace.py -> build/lib/parametrize_from_file copying parametrize_from_file/__init__.py -> build/lib/parametrize_from_file copying parametrize_from_file/errors.py -> build/lib/parametrize_from_file copying parametrize_from_file/voluptuous.py -> build/lib/parametrize_from_file copying parametrize_from_file/parameters.py -> build/lib/parametrize_from_file ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-parametrize-from-file/src/parametrize_from_file-0.7.1, configfile: pyproject.toml collected 235 items parametrize_from_file/__init__.py . [ 0%] parametrize_from_file/voluptuous.py . [ 0%] tests/test_namespace.py ................................................ [ 21%] ................................................... [ 42%] tests/test_parameters.py ............................................... [ 62%] .................................. [ 77%] tests/test_utils.py .......................... [ 88%] tests/test_voluptuous.py ........................... [100%] =============================== warnings summary =============================== tests/test_parameters.py: 4 warnings tests/test_utils.py: 10 warnings /usr/lib/python3.10/site-packages/more_itertools/more.py:1707: DeprecationWarning: zip_equal will be removed in a future version of more-itertools. Use the builtin zip function with strict=True instead. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================= 235 passed, 14 warnings in 2.30s ======================= >>> py3-parametrize-from-file: Entering fakeroot... /home/buildozer/aports/community/py3-parametrize-from-file/src/parametrize_from_file-0.7.1/setup.py:4: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-parametrize-from-file/pkg creating /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file creating /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr creating /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib creating /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file copying build/lib/parametrize_from_file/loaders.py -> /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file copying build/lib/parametrize_from_file/utils.py -> /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file copying build/lib/parametrize_from_file/namespace.py -> /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file copying build/lib/parametrize_from_file/__init__.py -> /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file copying build/lib/parametrize_from_file/errors.py -> /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file copying build/lib/parametrize_from_file/voluptuous.py -> /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file copying build/lib/parametrize_from_file/parameters.py -> /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file byte-compiling /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file/loaders.py to loaders.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file/namespace.py to namespace.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file/voluptuous.py to voluptuous.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file/parameters.py to parameters.cpython-310.pyc running install_egg_info Writing /home/buildozer/aports/community/py3-parametrize-from-file/pkg/py3-parametrize-from-file/usr/lib/python3.10/site-packages/parametrize_from_file-0.7.1-py3.10.egg-info >>> py3-parametrize-from-file*: Running postcheck for py3-parametrize-from-file >>> py3-parametrize-from-file*: Preparing package py3-parametrize-from-file... >>> py3-parametrize-from-file*: Tracing dependencies... >>> py3-parametrize-from-file*: Package size: 156.0 KB >>> py3-parametrize-from-file*: Compressing data... >>> py3-parametrize-from-file*: Create checksum... >>> py3-parametrize-from-file*: Create py3-parametrize-from-file-0.7.1-r1.apk >>> py3-parametrize-from-file: Build complete at Thu, 16 Dec 2021 03:08:40 +0000 elapsed time 0h 0m 7s >>> py3-parametrize-from-file: Cleaning up srcdir >>> py3-parametrize-from-file: Cleaning up pkgdir >>> py3-parametrize-from-file: Uninstalling dependencies... (1/38) Purging .makedepends-py3-parametrize-from-file (20211216.030835) (2/38) Purging py3-yaml (5.4.1.1-r2) (3/38) Purging py3-nestedtext (3.1-r2) (4/38) Purging py3-inform (1.26-r1) (5/38) Purging py3-arrow (0.17.0-r2) (6/38) Purging py3-dateutil (2.8.2-r1) (7/38) Purging py3-tidyexc (0.9.0-r2) (8/38) Purging py3-contextlib2 (21.6.0-r2) (9/38) Purging py3-decopatch (1.4.8-r1) (10/38) Purging py3-makefun (1.12.1-r1) (11/38) Purging py3-voluptuous (0.12.1-r2) (12/38) Purging pyproject2setuppy (17-r1) (13/38) Purging py3-setuptools (52.0.0-r5) (14/38) Purging py3-ordered-set (4.0.2-r3) (15/38) Purging py3-appdirs (1.4.4-r3) (16/38) Purging py3-pytest (6.2.5-r1) (17/38) Purging py3-atomicwrites (1.4.0-r2) (18/38) Purging py3-attrs (21.2.0-r1) (19/38) Purging py3-more-itertools (8.12.0-r1) (20/38) Purging py3-iniconfig (1.1.1-r2) (21/38) Purging py3-pluggy (0.13.1-r5) (22/38) Purging py3-py (1.10.0-r2) (23/38) Purging py3-wcwidth (0.2.5-r2) (24/38) Purging py3-packaging (21.3-r0) (25/38) Purging py3-parsing (2.4.7-r3) (26/38) Purging py3-six (1.16.0-r1) (27/38) Purging py3-toml (0.10.2-r3) (28/38) Purging python3 (3.10.1-r0) (29/38) Purging py3-numpy (1.21.4-r1) (30/38) Purging libffi (3.4.2-r1) (31/38) Purging gdbm (1.22-r0) (32/38) Purging mpdecimal (2.5.1-r1) (33/38) Purging readline (8.1.1-r0) (34/38) Purging sqlite-libs (3.37.0-r0) (35/38) Purging yaml (0.2.5-r0) (36/38) Purging openblas (0.3.18-r1) (37/38) Purging libgfortran (11.2.1_git20211128-r2) (38/38) Purging libquadmath (11.2.1_git20211128-r2) Executing busybox-1.34.1-r5.trigger OK: 335 MiB in 103 packages >>> py3-parametrize-from-file: Updating the community/x86 repository index... >>> py3-parametrize-from-file: Signing the index...