>>> py3-mock: Building main/py3-mock 5.2.0-r0 (using abuild 3.15.0-r0) started Tue, 12 Aug 2025 20:51:59 +0000 >>> py3-mock: Validating /home/udu/aports/main/py3-mock/APKBUILD... >>> py3-mock: Analyzing dependencies... >>> py3-mock: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel py3-pbr py3-pytest (1/21) Installing py3-installer (0.7.0-r2) (2/21) Installing py3-installer-pyc (0.7.0-r2) (3/21) Installing py3-gpep517 (19-r0) (4/21) Installing py3-gpep517-pyc (19-r0) (5/21) Installing py3-setuptools (80.9.0-r0) (6/21) Installing py3-setuptools-pyc (80.9.0-r0) (7/21) Installing py3-wheel (0.46.1-r0) (8/21) Installing py3-wheel-pyc (0.46.1-r0) (9/21) Installing py3-pbr (5.11.1-r5) (10/21) Installing py3-pbr-pyc (5.11.1-r5) (11/21) Installing py3-iniconfig (2.1.0-r0) (12/21) Installing py3-iniconfig-pyc (2.1.0-r0) (13/21) Installing py3-pluggy (1.6.0-r0) (14/21) Installing py3-pluggy-pyc (1.6.0-r0) (15/21) Installing py3-py (1.11.0-r4) (16/21) Installing py3-py-pyc (1.11.0-r4) (17/21) Installing py3-pygments (2.19.2-r0) (18/21) Installing py3-pygments-pyc (2.19.2-r0) (19/21) Installing py3-pytest (8.4.1-r0) (20/21) Installing py3-pytest-pyc (8.4.1-r0) (21/21) Installing .makedepends-py3-mock (20250812.205159) Executing busybox-1.37.0-r19.trigger OK: 965 MiB in 340 packages >>> py3-mock: Cleaning up srcdir >>> py3-mock: Cleaning up pkgdir >>> py3-mock: Cleaning up tmpdir >>> py3-mock: Fetching https://files.pythonhosted.org/packages/source/m/mock/mock-5.2.0.tar.gz >>> py3-mock: Fetching https://files.pythonhosted.org/packages/source/m/mock/mock-5.2.0.tar.gz >>> py3-mock: Checking sha512sums... mock-5.2.0.tar.gz: OK >>> py3-mock: Unpacking /var/cache/distfiles/mock-5.2.0.tar.gz... 2025-08-12 20:52:00,276 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead. !! ******************************************************************************** Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.12/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.12/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead. !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-08-12 20:52:00,287 root INFO running bdist_wheel 2025-08-12 20:52:00,296 root INFO running build 2025-08-12 20:52:00,296 root INFO running build_py 2025-08-12 20:52:00,298 root INFO creating build/lib/mock 2025-08-12 20:52:00,298 root INFO copying mock/mock.py -> build/lib/mock 2025-08-12 20:52:00,298 root INFO copying mock/__init__.py -> build/lib/mock 2025-08-12 20:52:00,298 root INFO copying mock/backports.py -> build/lib/mock 2025-08-12 20:52:00,302 root INFO installing to build/bdist.linux-x86_64/wheel 2025-08-12 20:52:00,302 root INFO running install 2025-08-12 20:52:00,306 root INFO running install_lib 2025-08-12 20:52:00,308 root INFO creating build/bdist.linux-x86_64/wheel 2025-08-12 20:52:00,308 root INFO creating build/bdist.linux-x86_64/wheel/mock 2025-08-12 20:52:00,308 root INFO copying build/lib/mock/mock.py -> build/bdist.linux-x86_64/wheel/./mock 2025-08-12 20:52:00,308 root INFO copying build/lib/mock/__init__.py -> build/bdist.linux-x86_64/wheel/./mock 2025-08-12 20:52:00,308 root INFO copying build/lib/mock/backports.py -> build/bdist.linux-x86_64/wheel/./mock 2025-08-12 20:52:00,308 root INFO running install_egg_info 2025-08-12 20:52:00,310 root INFO running egg_info /usr/lib/python3.12/site-packages/pbr/git.py:28: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2025-08-12 20:52:00,322 root INFO writing mock.egg-info/PKG-INFO 2025-08-12 20:52:00,322 root INFO writing dependency_links to mock.egg-info/dependency_links.txt 2025-08-12 20:52:00,323 root INFO writing requirements to mock.egg-info/requires.txt 2025-08-12 20:52:00,323 root INFO writing top-level names to mock.egg-info/top_level.txt 2025-08-12 20:52:00,325 root INFO reading manifest file 'mock.egg-info/SOURCES.txt' 2025-08-12 20:52:00,325 root INFO reading manifest template 'MANIFEST.in' 2025-08-12 20:52:00,325 root INFO adding license file 'LICENSE.txt' 2025-08-12 20:52:00,326 root INFO writing manifest file 'mock.egg-info/SOURCES.txt' 2025-08-12 20:52:00,326 root INFO Copying mock.egg-info to build/bdist.linux-x86_64/wheel/./mock-5.2.0-py3.12.egg-info 2025-08-12 20:52:00,326 root INFO running install_scripts 2025-08-12 20:52:00,327 root INFO creating build/bdist.linux-x86_64/wheel/mock-5.2.0.dist-info/WHEEL 2025-08-12 20:52:00,327 wheel INFO creating '/home/udu/aports/main/py3-mock/src/mock-5.2.0/.dist/.tmp-92zx2n9y/mock-5.2.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-08-12 20:52:00,327 wheel INFO adding 'mock/__init__.py' 2025-08-12 20:52:00,327 wheel INFO adding 'mock/backports.py' 2025-08-12 20:52:00,327 wheel INFO adding 'mock/mock.py' 2025-08-12 20:52:00,328 wheel INFO adding 'mock-5.2.0.dist-info/licenses/LICENSE.txt' 2025-08-12 20:52:00,328 wheel INFO adding 'mock-5.2.0.dist-info/METADATA' 2025-08-12 20:52:00,328 wheel INFO adding 'mock-5.2.0.dist-info/WHEEL' 2025-08-12 20:52:00,328 wheel INFO adding 'mock-5.2.0.dist-info/top_level.txt' 2025-08-12 20:52:00,328 wheel INFO adding 'mock-5.2.0.dist-info/RECORD' 2025-08-12 20:52:00,328 root INFO removing build/bdist.linux-x86_64/wheel 2025-08-12 20:52:00,328 gpep517 INFO The backend produced .dist/mock-5.2.0-py3-none-any.whl mock-5.2.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.11, pytest-8.4.1, pluggy-1.6.0 rootdir: /home/udu/aports/main/py3-mock/src/mock-5.2.0 configfile: setup.cfg collected 550 items / 1 deselected / 549 selected mock/tests/testasync.py ................................................ [ 8%] ....................................... [ 15%] mock/tests/testcallable.py ........... [ 17%] mock/tests/testhelpers.py .............................................. [ 26%] ..................................... [ 32%] mock/tests/testmagicmethods.py ..................................... [ 39%] mock/tests/testmock.py ................................................. [ 48%] ........................................................................ [ 61%] ....................... [ 65%] mock/tests/testpatch.py ................................................ [ 74%] .................................................................... [ 87%] mock/tests/testsealable.py ................... [ 90%] mock/tests/testsentinel.py ...... [ 91%] mock/tests/testthreadingmock.py ................... [ 95%] mock/tests/testwith.py ........................... [100%] ====================== 549 passed, 1 deselected in 2.59s ======================= >>> py3-mock: Entering fakeroot... >>> py3-mock-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/mock/__pycache__' -> '/home/udu/aports/main/py3-mock/pkg/py3-mock-pyc/usr/lib/python3.12/site-packages/mock/__pycache__' >>> py3-mock-pyc*: Preparing subpackage py3-mock-pyc... >>> py3-mock-pyc*: Running postcheck for py3-mock-pyc >>> py3-mock*: Running postcheck for py3-mock >>> py3-mock*: Preparing package py3-mock... >>> py3-mock-pyc*: Tracing dependencies... python3~3.12 >>> py3-mock-pyc*: Package size: 129.9 KB >>> py3-mock-pyc*: Compressing data... >>> py3-mock-pyc*: Create checksum... >>> py3-mock-pyc*: Create py3-mock-pyc-5.2.0-r0.apk >>> py3-mock*: Tracing dependencies... python3~3.12 >>> py3-mock*: Package size: 118.7 KB >>> py3-mock*: Compressing data... >>> py3-mock*: Create checksum... >>> py3-mock*: Create py3-mock-5.2.0-r0.apk >>> py3-mock: Build complete at Tue, 12 Aug 2025 20:52:03 +0000 elapsed time 0h 0m 4s >>> py3-mock: Cleaning up srcdir >>> py3-mock: Cleaning up pkgdir >>> py3-mock: Uninstalling dependencies... (1/21) Purging .makedepends-py3-mock (20250812.205159) (2/21) Purging py3-gpep517-pyc (19-r0) (3/21) Purging py3-gpep517 (19-r0) (4/21) Purging py3-installer-pyc (0.7.0-r2) (5/21) Purging py3-installer (0.7.0-r2) (6/21) Purging py3-wheel-pyc (0.46.1-r0) (7/21) Purging py3-wheel (0.46.1-r0) (8/21) Purging py3-pbr-pyc (5.11.1-r5) (9/21) Purging py3-pbr (5.11.1-r5) (10/21) Purging py3-setuptools-pyc (80.9.0-r0) (11/21) Purging py3-setuptools (80.9.0-r0) (12/21) Purging py3-pytest-pyc (8.4.1-r0) (13/21) Purging py3-pytest (8.4.1-r0) (14/21) Purging py3-iniconfig-pyc (2.1.0-r0) (15/21) Purging py3-iniconfig (2.1.0-r0) (16/21) Purging py3-pluggy-pyc (1.6.0-r0) (17/21) Purging py3-pluggy (1.6.0-r0) (18/21) Purging py3-py-pyc (1.11.0-r4) (19/21) Purging py3-py (1.11.0-r4) (20/21) Purging py3-pygments-pyc (2.19.2-r0) (21/21) Purging py3-pygments (2.19.2-r0) Executing busybox-1.37.0-r19.trigger OK: 943 MiB in 319 packages >>> py3-mock: Updating the main/x86_64 repository index... >>> py3-mock: Signing the index...