>>> pwclient: Building community/pwclient 1.3.0-r3 (using abuild 3.9.0-r0) started Fri, 22 Apr 2022 01:03:03 +0000 >>> pwclient: Checking sanity of /home/buildozer/aports/community/pwclient/APKBUILD... >>> pwclient: Analyzing dependencies... >>> pwclient: Installing for build: build-base python3 py3-setuptools py3-pbr py3-pytest py3-pytest-cov py3-mock (1/29) Installing libbz2 (1.0.8-r1) (2/29) Installing libffi (3.4.2-r1) (3/29) Installing gdbm (1.23-r0) (4/29) Installing xz-libs (5.2.5-r1) (5/29) Installing mpdecimal (2.5.1-r1) (6/29) Installing readline (8.1.2-r0) (7/29) Installing sqlite-libs (3.38.2-r0) (8/29) Installing python3 (3.10.3-r1) (9/29) Installing py3-appdirs (1.4.4-r3) (10/29) Installing py3-more-itertools (8.12.0-r2) (11/29) Installing py3-ordered-set (4.0.2-r3) (12/29) Installing py3-parsing (2.4.7-r3) (13/29) Installing py3-six (1.16.0-r1) (14/29) Installing py3-packaging (21.3-r0) (15/29) Installing py3-setuptools (59.4.0-r0) (16/29) Installing py3-pbr (5.8.1-r0) (17/29) Installing py3-atomicwrites (1.4.0-r2) (18/29) Installing py3-attrs (21.4.0-r0) (19/29) Installing py3-iniconfig (1.1.1-r2) (20/29) Installing py3-pluggy (1.0.0-r0) (21/29) Installing py3-py (1.10.0-r2) (22/29) Installing py3-wcwidth (0.2.5-r2) (23/29) Installing py3-toml (0.10.2-r3) (24/29) Installing py3-pygments (2.11.2-r0) (25/29) Installing py3-pytest (6.2.5-r2) (26/29) Installing py3-coverage (5.5-r1) (27/29) Installing py3-pytest-cov (2.12.1-r1) (28/29) Installing py3-mock (4.0.3-r2) (29/29) Installing .makedepends-pwclient (20220422.010312) Executing busybox-1.35.0-r8.trigger OK: 391 MiB in 118 packages >>> pwclient: Cleaning up srcdir >>> pwclient: Cleaning up pkgdir >>> pwclient: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/pwclient-1.3.0.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 27056 100 27056 0 0 71827 0 --:--:-- --:--:-- --:--:-- 71957 >>> pwclient: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/pwclient-1.3.0.tar.gz >>> pwclient: Checking sha512sums... pwclient-1.3.0.tar.gz: OK >>> pwclient: Unpacking /var/cache/distfiles/v3.16/pwclient-1.3.0.tar.gz... /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/pwclient copying pwclient/projects.py -> build/lib/pwclient copying pwclient/checks.py -> build/lib/pwclient copying pwclient/__init__.py -> build/lib/pwclient copying pwclient/shell.py -> build/lib/pwclient copying pwclient/parser.py -> build/lib/pwclient copying pwclient/xmlrpc.py -> build/lib/pwclient copying pwclient/patches.py -> build/lib/pwclient copying pwclient/states.py -> build/lib/pwclient copying pwclient/utils.py -> build/lib/pwclient copying pwclient/people.py -> build/lib/pwclient running egg_info creating pwclient.egg-info writing pwclient.egg-info/PKG-INFO writing dependency_links to pwclient.egg-info/dependency_links.txt writing entry points to pwclient.egg-info/entry_points.txt writing top-level names to pwclient.egg-info/top_level.txt writing pbr to pwclient.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'pwclient.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no files found matching 'AUTHORS' warning: no files found matching 'ChangeLog' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'COPYING' writing manifest file 'pwclient.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/pwclient/src/pwclient-1.3.0 plugins: cov-2.12.1 collected 91 items tests/test_checks.py ..... [ 5%] tests/test_patches.py ............................. [ 37%] tests/test_people.py ... [ 40%] tests/test_projects.py .... [ 45%] tests/test_shell.py ............................................. [ 94%] tests/test_states.py .... [ 98%] tests/test_utils.py . [100%] ============================== 91 passed in 1.07s ============================== >>> pwclient: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.10/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (3.1s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (6.4s) running build running build_py running egg_info writing pwclient.egg-info/PKG-INFO writing dependency_links to pwclient.egg-info/dependency_links.txt writing entry points to pwclient.egg-info/entry_points.txt writing top-level names to pwclient.egg-info/top_level.txt writing pbr to pwclient.egg-info/pbr.json [pbr] Reusing existing SOURCES.txt running install_lib creating /home/buildozer/aports/community/pwclient/pkg creating /home/buildozer/aports/community/pwclient/pkg/pwclient creating /home/buildozer/aports/community/pwclient/pkg/pwclient/usr creating /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib creating /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10 creating /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient copying build/lib/pwclient/projects.py -> /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient copying build/lib/pwclient/checks.py -> /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient copying build/lib/pwclient/__init__.py -> /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient copying build/lib/pwclient/shell.py -> /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient copying build/lib/pwclient/parser.py -> /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient copying build/lib/pwclient/xmlrpc.py -> /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient copying build/lib/pwclient/patches.py -> /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient copying build/lib/pwclient/states.py -> /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient copying build/lib/pwclient/utils.py -> /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient copying build/lib/pwclient/people.py -> /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient byte-compiling /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient/projects.py to projects.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient/checks.py to checks.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient/shell.py to shell.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient/parser.py to parser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient/xmlrpc.py to xmlrpc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient/patches.py to patches.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient/states.py to states.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient/people.py to people.cpython-310.pyc running install_egg_info Copying pwclient.egg-info to /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/lib/python3.10/site-packages/pwclient-20220328.0.1.dev1820-py3.10.egg-info running install_scripts Installing pwclient script to /home/buildozer/aports/community/pwclient/pkg/pwclient/usr/bin >>> pwclient-doc*: Running split function doc... >>> pwclient-doc*: Preparing subpackage pwclient-doc... >>> pwclient-doc*: Running postcheck for pwclient-doc >>> pwclient*: Running postcheck for pwclient >>> pwclient*: Preparing package pwclient... >>> pwclient-doc*: Tracing dependencies... >>> pwclient-doc*: Package size: 24.0 KB >>> pwclient-doc*: Compressing data... >>> pwclient-doc*: Create checksum... >>> pwclient-doc*: Create pwclient-doc-1.3.0-r3.apk >>> pwclient*: Tracing dependencies... >>> pwclient*: Package size: 172.0 KB >>> pwclient*: Compressing data... >>> pwclient*: Create checksum... >>> pwclient*: Create pwclient-1.3.0-r3.apk >>> pwclient: Build complete at Fri, 22 Apr 2022 01:03:34 +0000 elapsed time 0h 0m 31s >>> pwclient: Cleaning up srcdir >>> pwclient: Cleaning up pkgdir >>> pwclient: Uninstalling dependencies... (1/29) Purging .makedepends-pwclient (20220422.010312) (2/29) Purging py3-setuptools (59.4.0-r0) (3/29) Purging py3-appdirs (1.4.4-r3) (4/29) Purging py3-ordered-set (4.0.2-r3) (5/29) Purging py3-pytest-cov (2.12.1-r1) (6/29) Purging py3-pytest (6.2.5-r2) (7/29) Purging py3-atomicwrites (1.4.0-r2) (8/29) Purging py3-attrs (21.4.0-r0) (9/29) Purging py3-more-itertools (8.12.0-r2) (10/29) Purging py3-iniconfig (1.1.1-r2) (11/29) Purging py3-pluggy (1.0.0-r0) (12/29) Purging py3-py (1.10.0-r2) (13/29) Purging py3-wcwidth (0.2.5-r2) (14/29) Purging py3-packaging (21.3-r0) (15/29) Purging py3-parsing (2.4.7-r3) (16/29) Purging py3-toml (0.10.2-r3) (17/29) Purging py3-pygments (2.11.2-r0) (18/29) Purging py3-coverage (5.5-r1) (19/29) Purging py3-mock (4.0.3-r2) (20/29) Purging py3-pbr (5.8.1-r0) (21/29) Purging py3-six (1.16.0-r1) (22/29) Purging python3 (3.10.3-r1) (23/29) Purging libbz2 (1.0.8-r1) (24/29) Purging libffi (3.4.2-r1) (25/29) Purging gdbm (1.23-r0) (26/29) Purging xz-libs (5.2.5-r1) (27/29) Purging mpdecimal (2.5.1-r1) (28/29) Purging readline (8.1.2-r0) (29/29) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 324 MiB in 89 packages >>> pwclient: Updating the community/s390x repository index... >>> pwclient: Signing the index...