>>> py3-betamax: Building community/py3-betamax 0.9.0-r1 (using abuild 3.15.0-r0) started Sun, 12 Oct 2025 15:32:06 +0000 >>> py3-betamax: Validating /home/udu/aports/community/py3-betamax/APKBUILD... >>> py3-betamax: Analyzing dependencies... >>> py3-betamax: Installing for build: build-base python3 py3-requests py3-gpep517 py3-setuptools py3-wheel WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/23) Installing py3-certifi (2025.4.26-r0) (2/23) Installing py3-certifi-pyc (2025.4.26-r0) (3/23) Installing py3-charset-normalizer (3.4.2-r0) (4/23) Installing py3-charset-normalizer-pyc (3.4.2-r0) (5/23) Installing py3-idna (3.10-r0) (6/23) Installing py3-idna-pyc (3.10-r0) (7/23) Installing py3-urllib3 (1.26.20-r0) (8/23) Installing py3-urllib3-pyc (1.26.20-r0) (9/23) Installing py3-requests (2.32.5-r0) (10/23) Installing py3-requests-pyc (2.32.5-r0) (11/23) Installing py3-installer (0.7.0-r2) (12/23) Installing py3-installer-pyc (0.7.0-r2) (13/23) Installing py3-gpep517 (19-r0) (14/23) Installing py3-gpep517-pyc (19-r0) (15/23) Installing py3-parsing (3.2.3-r0) (16/23) Installing py3-parsing-pyc (3.2.3-r0) (17/23) Installing py3-packaging (25.0-r0) (18/23) Installing py3-packaging-pyc (25.0-r0) (19/23) Installing py3-setuptools (80.9.0-r0) (20/23) Installing py3-setuptools-pyc (80.9.0-r0) (21/23) Installing py3-wheel (0.46.1-r0) (22/23) Installing py3-wheel-pyc (0.46.1-r0) (23/23) Installing .makedepends-py3-betamax (20251012.153207) Executing busybox-1.37.0-r19.trigger OK: 309 MiB in 112 packages >>> py3-betamax: Cleaning up srcdir >>> py3-betamax: Cleaning up pkgdir >>> py3-betamax: Cleaning up tmpdir >>> py3-betamax: Fetching py3-betamax-0.9.0.tar.gz::https://github.com/betamaxpy/betamax/archive/0.9.0.tar.gz >>> py3-betamax: Fetching py3-betamax-0.9.0.tar.gz::https://github.com/betamaxpy/betamax/archive/0.9.0.tar.gz >>> py3-betamax: Checking sha512sums... py3-betamax-0.9.0.tar.gz: OK >>> py3-betamax: Unpacking /var/cache/distfiles/py3-betamax-0.9.0.tar.gz... 2025-10-12 15:32:07,849 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-10-12 15:32:07,860 root INFO running bdist_wheel /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2025-10-12 15:32:07,867 root INFO running build 2025-10-12 15:32:07,867 root INFO running build_py 2025-10-12 15:32:07,869 root INFO creating build/lib/betamax 2025-10-12 15:32:07,869 root INFO copying src/betamax/recorder.py -> build/lib/betamax 2025-10-12 15:32:07,869 root INFO copying src/betamax/adapter.py -> build/lib/betamax 2025-10-12 15:32:07,869 root INFO copying src/betamax/headers.py -> build/lib/betamax 2025-10-12 15:32:07,870 root INFO copying src/betamax/mock_response.py -> build/lib/betamax 2025-10-12 15:32:07,870 root INFO copying src/betamax/util.py -> build/lib/betamax 2025-10-12 15:32:07,870 root INFO copying src/betamax/options.py -> build/lib/betamax 2025-10-12 15:32:07,870 root INFO copying src/betamax/exceptions.py -> build/lib/betamax 2025-10-12 15:32:07,870 root INFO copying src/betamax/configure.py -> build/lib/betamax 2025-10-12 15:32:07,870 root INFO copying src/betamax/__init__.py -> build/lib/betamax 2025-10-12 15:32:07,870 root INFO copying src/betamax/decorator.py -> build/lib/betamax 2025-10-12 15:32:07,870 root INFO creating build/lib/betamax/serializers 2025-10-12 15:32:07,870 root INFO copying src/betamax/serializers/base.py -> build/lib/betamax/serializers 2025-10-12 15:32:07,870 root INFO copying src/betamax/serializers/json_serializer.py -> build/lib/betamax/serializers 2025-10-12 15:32:07,871 root INFO copying src/betamax/serializers/proxy.py -> build/lib/betamax/serializers 2025-10-12 15:32:07,871 root INFO copying src/betamax/serializers/__init__.py -> build/lib/betamax/serializers 2025-10-12 15:32:07,871 root INFO creating build/lib/betamax/matchers 2025-10-12 15:32:07,871 root INFO copying src/betamax/matchers/base.py -> build/lib/betamax/matchers 2025-10-12 15:32:07,871 root INFO copying src/betamax/matchers/host.py -> build/lib/betamax/matchers 2025-10-12 15:32:07,871 root INFO copying src/betamax/matchers/headers.py -> build/lib/betamax/matchers 2025-10-12 15:32:07,871 root INFO copying src/betamax/matchers/uri.py -> build/lib/betamax/matchers 2025-10-12 15:32:07,871 root INFO copying src/betamax/matchers/path.py -> build/lib/betamax/matchers 2025-10-12 15:32:07,871 root INFO copying src/betamax/matchers/digest_auth.py -> build/lib/betamax/matchers 2025-10-12 15:32:07,871 root INFO copying src/betamax/matchers/query.py -> build/lib/betamax/matchers 2025-10-12 15:32:07,871 root INFO copying src/betamax/matchers/method.py -> build/lib/betamax/matchers 2025-10-12 15:32:07,871 root INFO copying src/betamax/matchers/__init__.py -> build/lib/betamax/matchers 2025-10-12 15:32:07,871 root INFO copying src/betamax/matchers/body.py -> build/lib/betamax/matchers 2025-10-12 15:32:07,872 root INFO creating build/lib/betamax/cassette 2025-10-12 15:32:07,872 root INFO copying src/betamax/cassette/cassette.py -> build/lib/betamax/cassette 2025-10-12 15:32:07,872 root INFO copying src/betamax/cassette/__init__.py -> build/lib/betamax/cassette 2025-10-12 15:32:07,872 root INFO copying src/betamax/cassette/interaction.py -> build/lib/betamax/cassette 2025-10-12 15:32:07,872 root INFO creating build/lib/betamax/fixtures 2025-10-12 15:32:07,872 root INFO copying src/betamax/fixtures/unittest.py -> build/lib/betamax/fixtures 2025-10-12 15:32:07,872 root INFO copying src/betamax/fixtures/__init__.py -> build/lib/betamax/fixtures 2025-10-12 15:32:07,872 root INFO copying src/betamax/fixtures/pytest.py -> build/lib/betamax/fixtures 2025-10-12 15:32:07,872 root INFO running egg_info 2025-10-12 15:32:07,873 root INFO creating src/betamax.egg-info 2025-10-12 15:32:07,873 root INFO writing src/betamax.egg-info/PKG-INFO 2025-10-12 15:32:07,874 root INFO writing dependency_links to src/betamax.egg-info/dependency_links.txt 2025-10-12 15:32:07,874 root INFO writing entry points to src/betamax.egg-info/entry_points.txt 2025-10-12 15:32:07,874 root INFO writing requirements to src/betamax.egg-info/requires.txt 2025-10-12 15:32:07,874 root INFO writing top-level names to src/betamax.egg-info/top_level.txt 2025-10-12 15:32:07,874 root INFO writing manifest file 'src/betamax.egg-info/SOURCES.txt' 2025-10-12 15:32:07,876 root INFO reading manifest file 'src/betamax.egg-info/SOURCES.txt' 2025-10-12 15:32:07,876 root INFO reading manifest template 'MANIFEST.in' 2025-10-12 15:32:07,876 root WARNING warning: no files found matching 'Makefile' under directory 'docs' 2025-10-12 15:32:07,877 root WARNING no previously-included directories found matching '*.pyc' 2025-10-12 15:32:07,878 root WARNING no previously-included directories found matching 'docs/_build' 2025-10-12 15:32:07,878 root INFO adding license file 'LICENSE' 2025-10-12 15:32:07,879 root INFO writing manifest file 'src/betamax.egg-info/SOURCES.txt' 2025-10-12 15:32:07,882 root INFO installing to build/bdist.linux-x86_64/wheel 2025-10-12 15:32:07,882 root INFO running install 2025-10-12 15:32:07,887 root INFO running install_lib 2025-10-12 15:32:07,889 root INFO creating build/bdist.linux-x86_64/wheel 2025-10-12 15:32:07,889 root INFO creating build/bdist.linux-x86_64/wheel/betamax 2025-10-12 15:32:07,889 root INFO copying build/lib/betamax/recorder.py -> build/bdist.linux-x86_64/wheel/./betamax 2025-10-12 15:32:07,889 root INFO copying build/lib/betamax/adapter.py -> build/bdist.linux-x86_64/wheel/./betamax 2025-10-12 15:32:07,889 root INFO creating build/bdist.linux-x86_64/wheel/betamax/serializers 2025-10-12 15:32:07,889 root INFO copying build/lib/betamax/serializers/base.py -> build/bdist.linux-x86_64/wheel/./betamax/serializers 2025-10-12 15:32:07,889 root INFO copying build/lib/betamax/serializers/json_serializer.py -> build/bdist.linux-x86_64/wheel/./betamax/serializers 2025-10-12 15:32:07,889 root INFO copying build/lib/betamax/serializers/proxy.py -> build/bdist.linux-x86_64/wheel/./betamax/serializers 2025-10-12 15:32:07,889 root INFO copying build/lib/betamax/serializers/__init__.py -> build/bdist.linux-x86_64/wheel/./betamax/serializers 2025-10-12 15:32:07,889 root INFO copying build/lib/betamax/headers.py -> build/bdist.linux-x86_64/wheel/./betamax 2025-10-12 15:32:07,889 root INFO copying build/lib/betamax/mock_response.py -> build/bdist.linux-x86_64/wheel/./betamax 2025-10-12 15:32:07,889 root INFO copying build/lib/betamax/util.py -> build/bdist.linux-x86_64/wheel/./betamax 2025-10-12 15:32:07,889 root INFO copying build/lib/betamax/options.py -> build/bdist.linux-x86_64/wheel/./betamax 2025-10-12 15:32:07,890 root INFO creating build/bdist.linux-x86_64/wheel/betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/matchers/base.py -> build/bdist.linux-x86_64/wheel/./betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/matchers/host.py -> build/bdist.linux-x86_64/wheel/./betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/matchers/headers.py -> build/bdist.linux-x86_64/wheel/./betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/matchers/uri.py -> build/bdist.linux-x86_64/wheel/./betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/matchers/path.py -> build/bdist.linux-x86_64/wheel/./betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/matchers/digest_auth.py -> build/bdist.linux-x86_64/wheel/./betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/matchers/query.py -> build/bdist.linux-x86_64/wheel/./betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/matchers/method.py -> build/bdist.linux-x86_64/wheel/./betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/matchers/__init__.py -> build/bdist.linux-x86_64/wheel/./betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/matchers/body.py -> build/bdist.linux-x86_64/wheel/./betamax/matchers 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/exceptions.py -> build/bdist.linux-x86_64/wheel/./betamax 2025-10-12 15:32:07,890 root INFO creating build/bdist.linux-x86_64/wheel/betamax/cassette 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/cassette/cassette.py -> build/bdist.linux-x86_64/wheel/./betamax/cassette 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/cassette/__init__.py -> build/bdist.linux-x86_64/wheel/./betamax/cassette 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/cassette/interaction.py -> build/bdist.linux-x86_64/wheel/./betamax/cassette 2025-10-12 15:32:07,890 root INFO copying build/lib/betamax/configure.py -> build/bdist.linux-x86_64/wheel/./betamax 2025-10-12 15:32:07,891 root INFO creating build/bdist.linux-x86_64/wheel/betamax/fixtures 2025-10-12 15:32:07,891 root INFO copying build/lib/betamax/fixtures/unittest.py -> build/bdist.linux-x86_64/wheel/./betamax/fixtures 2025-10-12 15:32:07,891 root INFO copying build/lib/betamax/fixtures/__init__.py -> build/bdist.linux-x86_64/wheel/./betamax/fixtures 2025-10-12 15:32:07,891 root INFO copying build/lib/betamax/fixtures/pytest.py -> build/bdist.linux-x86_64/wheel/./betamax/fixtures 2025-10-12 15:32:07,891 root INFO copying build/lib/betamax/__init__.py -> build/bdist.linux-x86_64/wheel/./betamax 2025-10-12 15:32:07,891 root INFO copying build/lib/betamax/decorator.py -> build/bdist.linux-x86_64/wheel/./betamax 2025-10-12 15:32:07,891 root INFO running install_egg_info 2025-10-12 15:32:07,892 root INFO Copying src/betamax.egg-info to build/bdist.linux-x86_64/wheel/./betamax-0.9.0-py3.12.egg-info 2025-10-12 15:32:07,893 root INFO running install_scripts 2025-10-12 15:32:07,893 root INFO creating build/bdist.linux-x86_64/wheel/betamax-0.9.0.dist-info/WHEEL 2025-10-12 15:32:07,893 wheel INFO creating '/home/udu/aports/community/py3-betamax/src/betamax-0.9.0/.dist/.tmp-t9nhpzql/betamax-0.9.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/__init__.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/adapter.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/configure.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/decorator.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/exceptions.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/headers.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/mock_response.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/options.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/recorder.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/util.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/cassette/__init__.py' 2025-10-12 15:32:07,894 wheel INFO adding 'betamax/cassette/cassette.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/cassette/interaction.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/fixtures/__init__.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/fixtures/pytest.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/fixtures/unittest.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/matchers/__init__.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/matchers/base.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/matchers/body.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/matchers/digest_auth.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/matchers/headers.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/matchers/host.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/matchers/method.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/matchers/path.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/matchers/query.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/matchers/uri.py' 2025-10-12 15:32:07,895 wheel INFO adding 'betamax/serializers/__init__.py' 2025-10-12 15:32:07,896 wheel INFO adding 'betamax/serializers/base.py' 2025-10-12 15:32:07,896 wheel INFO adding 'betamax/serializers/json_serializer.py' 2025-10-12 15:32:07,896 wheel INFO adding 'betamax/serializers/proxy.py' 2025-10-12 15:32:07,896 wheel INFO adding 'betamax-0.9.0.dist-info/licenses/LICENSE' 2025-10-12 15:32:07,896 wheel INFO adding 'betamax-0.9.0.dist-info/METADATA' 2025-10-12 15:32:07,896 wheel INFO adding 'betamax-0.9.0.dist-info/WHEEL' 2025-10-12 15:32:07,896 wheel INFO adding 'betamax-0.9.0.dist-info/entry_points.txt' 2025-10-12 15:32:07,896 wheel INFO adding 'betamax-0.9.0.dist-info/top_level.txt' 2025-10-12 15:32:07,896 wheel INFO adding 'betamax-0.9.0.dist-info/RECORD' 2025-10-12 15:32:07,896 root INFO removing build/bdist.linux-x86_64/wheel 2025-10-12 15:32:07,897 gpep517 INFO The backend produced .dist/betamax-0.9.0-py2.py3-none-any.whl betamax-0.9.0-py2.py3-none-any.whl >>> py3-betamax: Entering fakeroot... >>> py3-betamax-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/betamax/serializers/__pycache__' -> '/home/udu/aports/community/py3-betamax/pkg/py3-betamax-pyc/usr/lib/python3.12/site-packages/betamax/serializers/__pycache__' 'usr/lib/python3.12/site-packages/betamax/matchers/__pycache__' -> '/home/udu/aports/community/py3-betamax/pkg/py3-betamax-pyc/usr/lib/python3.12/site-packages/betamax/matchers/__pycache__' 'usr/lib/python3.12/site-packages/betamax/cassette/__pycache__' -> '/home/udu/aports/community/py3-betamax/pkg/py3-betamax-pyc/usr/lib/python3.12/site-packages/betamax/cassette/__pycache__' 'usr/lib/python3.12/site-packages/betamax/fixtures/__pycache__' -> '/home/udu/aports/community/py3-betamax/pkg/py3-betamax-pyc/usr/lib/python3.12/site-packages/betamax/fixtures/__pycache__' 'usr/lib/python3.12/site-packages/betamax/__pycache__' -> '/home/udu/aports/community/py3-betamax/pkg/py3-betamax-pyc/usr/lib/python3.12/site-packages/betamax/__pycache__' >>> py3-betamax-pyc*: Preparing subpackage py3-betamax-pyc... >>> py3-betamax-pyc*: Running postcheck for py3-betamax-pyc >>> py3-betamax*: Running postcheck for py3-betamax >>> py3-betamax*: Preparing package py3-betamax... >>> py3-betamax-pyc*: Tracing dependencies... python3 py3-requests python3~3.12 >>> py3-betamax-pyc*: Package size: 102.9 KB >>> py3-betamax-pyc*: Compressing data... >>> py3-betamax-pyc*: Create checksum... >>> py3-betamax-pyc*: Create py3-betamax-pyc-0.9.0-r1.apk >>> py3-betamax*: Tracing dependencies... python3 py3-requests python3~3.12 >>> py3-betamax*: Package size: 81.7 KB >>> py3-betamax*: Compressing data... >>> py3-betamax*: Create checksum... >>> py3-betamax*: Create py3-betamax-0.9.0-r1.apk >>> py3-betamax: Build complete at Sun, 12 Oct 2025 15:32:08 +0000 elapsed time 0h 0m 2s >>> py3-betamax: Cleaning up srcdir >>> py3-betamax: Cleaning up pkgdir >>> py3-betamax: Uninstalling dependencies... (1/23) Purging .makedepends-py3-betamax (20251012.153207) (2/23) Purging py3-requests-pyc (2.32.5-r0) (3/23) Purging py3-requests (2.32.5-r0) (4/23) Purging py3-certifi-pyc (2025.4.26-r0) (5/23) Purging py3-certifi (2025.4.26-r0) (6/23) Purging py3-charset-normalizer-pyc (3.4.2-r0) (7/23) Purging py3-charset-normalizer (3.4.2-r0) (8/23) Purging py3-idna-pyc (3.10-r0) (9/23) Purging py3-idna (3.10-r0) (10/23) Purging py3-urllib3-pyc (1.26.20-r0) (11/23) Purging py3-urllib3 (1.26.20-r0) (12/23) Purging py3-gpep517-pyc (19-r0) (13/23) Purging py3-gpep517 (19-r0) (14/23) Purging py3-installer-pyc (0.7.0-r2) (15/23) Purging py3-installer (0.7.0-r2) (16/23) Purging py3-setuptools-pyc (80.9.0-r0) (17/23) Purging py3-setuptools (80.9.0-r0) (18/23) Purging py3-wheel-pyc (0.46.1-r0) (19/23) Purging py3-wheel (0.46.1-r0) (20/23) Purging py3-packaging-pyc (25.0-r0) (21/23) Purging py3-packaging (25.0-r0) (22/23) Purging py3-parsing-pyc (3.2.3-r0) (23/23) Purging py3-parsing (3.2.3-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-betamax: Updating the community/x86_64 repository index... >>> py3-betamax: Signing the index...