>>> py3-betamax: Building community/py3-betamax 0.8.1-r2 (using abuild 3.9.0_rc2-r1) started Wed, 20 Oct 2021 19:21:59 +0000 >>> py3-betamax: Checking sanity of /home/buildozer/aports/community/py3-betamax/APKBUILD... >>> py3-betamax: Analyzing dependencies... >>> py3-betamax: Installing for build: build-base python3 py3-requests py3-setuptools py3-pytest (1/27) Installing libffi (3.4.2-r1) (2/27) Installing gdbm (1.20-r2) (3/27) Installing mpdecimal (2.5.1-r1) (4/27) Installing readline (8.1.1-r0) (5/27) Installing sqlite-libs (3.36.0-r0) (6/27) Installing python3 (3.9.7-r3) (7/27) Installing py3-chardet (4.0.0-r2) (8/27) Installing py3-idna (3.2-r0) (9/27) Installing py3-urllib3 (1.26.7-r0) (10/27) Installing py3-certifi (2020.12.5-r1) (11/27) Installing py3-requests (2.25.1-r4) (12/27) Installing py3-ordered-set (4.0.2-r2) (13/27) Installing py3-appdirs (1.4.4-r2) (14/27) Installing py3-parsing (2.4.7-r2) (15/27) Installing py3-six (1.16.0-r0) (16/27) Installing py3-packaging (20.9-r1) (17/27) Installing py3-setuptools (52.0.0-r4) (18/27) Installing py3-atomicwrites (1.4.0-r1) (19/27) Installing py3-attrs (20.3.0-r1) (20/27) Installing py3-more-itertools (8.10.0-r0) (21/27) Installing py3-iniconfig (1.1.1-r1) (22/27) Installing py3-pluggy (0.13.1-r4) (23/27) Installing py3-py (1.10.0-r1) (24/27) Installing py3-wcwidth (0.2.5-r1) (25/27) Installing py3-toml (0.10.2-r2) (26/27) Installing py3-pytest (6.2.5-r0) (27/27) Installing .makedepends-py3-betamax (20211020.192207) Executing busybox-1.34.1-r1.trigger OK: 404 MiB in 122 packages >>> py3-betamax: Cleaning up srcdir >>> py3-betamax: Cleaning up pkgdir >>> py3-betamax: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-betamax-0.8.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-betamax: Fetching py3-betamax-0.8.1.tar.gz::https://github.com/betamaxpy/betamax/archive/0.8.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 124 100 124 0 0 523 0 --:--:-- --:--:-- --:--:-- 525 100 40957 0 40957 0 0 87132 0 --:--:-- --:--:-- --:--:-- 87132 100 78479 0 78479 0 0 159k 0 --:--:-- --:--:-- --:--:-- 3664k >>> py3-betamax: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/165cc321f2b9839418269e9493b03eb2e43f7ddf.patch % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-betamax: Fetching https://github.com/betamaxpy/betamax/commit/165cc321f2b9839418269e9493b03eb2e43f7ddf.patch % 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 1535 100 1535 0 0 6374 0 --:--:-- --:--:-- --:--:-- 6395 >>> py3-betamax: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-betamax-0.8.1.tar.gz >>> py3-betamax: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/165cc321f2b9839418269e9493b03eb2e43f7ddf.patch >>> py3-betamax: Checking sha512sums... py3-betamax-0.8.1.tar.gz: OK 165cc321f2b9839418269e9493b03eb2e43f7ddf.patch: OK tests-disable-broken-assertion.patch: OK >>> py3-betamax: Unpacking /var/cache/distfiles/v3.15/py3-betamax-0.8.1.tar.gz... >>> py3-betamax: https://github.com/betamaxpy/betamax/commit/165cc321f2b9839418269e9493b03eb2e43f7ddf.patch patching file tests/unit/test_fixtures.py >>> py3-betamax: tests-disable-broken-assertion.patch patching file tests/integration/test_record_modes.py running build running build_py creating build creating build/lib creating build/lib/betamax copying betamax/util.py -> build/lib/betamax copying betamax/exceptions.py -> build/lib/betamax copying betamax/__init__.py -> build/lib/betamax copying betamax/adapter.py -> build/lib/betamax copying betamax/recorder.py -> build/lib/betamax copying betamax/decorator.py -> build/lib/betamax copying betamax/mock_response.py -> build/lib/betamax copying betamax/headers.py -> build/lib/betamax copying betamax/options.py -> build/lib/betamax copying betamax/configure.py -> build/lib/betamax creating build/lib/betamax/fixtures copying betamax/fixtures/__init__.py -> build/lib/betamax/fixtures copying betamax/fixtures/unittest.py -> build/lib/betamax/fixtures copying betamax/fixtures/pytest.py -> build/lib/betamax/fixtures creating build/lib/betamax/serializers copying betamax/serializers/base.py -> build/lib/betamax/serializers copying betamax/serializers/__init__.py -> build/lib/betamax/serializers copying betamax/serializers/json_serializer.py -> build/lib/betamax/serializers copying betamax/serializers/proxy.py -> build/lib/betamax/serializers creating build/lib/betamax/matchers copying betamax/matchers/base.py -> build/lib/betamax/matchers copying betamax/matchers/method.py -> build/lib/betamax/matchers copying betamax/matchers/body.py -> build/lib/betamax/matchers copying betamax/matchers/digest_auth.py -> build/lib/betamax/matchers copying betamax/matchers/uri.py -> build/lib/betamax/matchers copying betamax/matchers/path.py -> build/lib/betamax/matchers copying betamax/matchers/__init__.py -> build/lib/betamax/matchers copying betamax/matchers/query.py -> build/lib/betamax/matchers copying betamax/matchers/headers.py -> build/lib/betamax/matchers copying betamax/matchers/host.py -> build/lib/betamax/matchers creating build/lib/betamax/cassette copying betamax/cassette/cassette.py -> build/lib/betamax/cassette copying betamax/cassette/__init__.py -> build/lib/betamax/cassette copying betamax/cassette/interaction.py -> build/lib/betamax/cassette running egg_info creating betamax.egg-info writing betamax.egg-info/PKG-INFO writing dependency_links to betamax.egg-info/dependency_links.txt writing entry points to betamax.egg-info/entry_points.txt writing requirements to betamax.egg-info/requires.txt writing top-level names to betamax.egg-info/top_level.txt writing manifest file 'betamax.egg-info/SOURCES.txt' reading manifest file 'betamax.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '*.pyc' no previously-included directories found matching 'docs/_build' writing manifest file 'betamax.egg-info/SOURCES.txt' >>> py3-betamax: Entering fakeroot... running install running build running build_py running egg_info writing betamax.egg-info/PKG-INFO writing dependency_links to betamax.egg-info/dependency_links.txt writing entry points to betamax.egg-info/entry_points.txt writing requirements to betamax.egg-info/requires.txt writing top-level names to betamax.egg-info/top_level.txt reading manifest file 'betamax.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '*.pyc' no previously-included directories found matching 'docs/_build' writing manifest file 'betamax.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-betamax/pkg creating /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax creating /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr creating /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib creating /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax creating /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/fixtures copying build/lib/betamax/fixtures/__init__.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/fixtures copying build/lib/betamax/fixtures/unittest.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/fixtures copying build/lib/betamax/fixtures/pytest.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/fixtures copying build/lib/betamax/util.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax copying build/lib/betamax/exceptions.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax creating /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/serializers copying build/lib/betamax/serializers/base.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/serializers copying build/lib/betamax/serializers/__init__.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/serializers copying build/lib/betamax/serializers/json_serializer.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/serializers copying build/lib/betamax/serializers/proxy.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/serializers copying build/lib/betamax/__init__.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax copying build/lib/betamax/adapter.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax copying build/lib/betamax/recorder.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax copying build/lib/betamax/decorator.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax copying build/lib/betamax/mock_response.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax creating /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/matchers/base.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/matchers/method.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/matchers/body.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/matchers/digest_auth.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/matchers/uri.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/matchers/path.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/matchers/__init__.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/matchers/query.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/matchers/headers.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/matchers/host.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers copying build/lib/betamax/headers.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax creating /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/cassette copying build/lib/betamax/cassette/cassette.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/cassette copying build/lib/betamax/cassette/__init__.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/cassette copying build/lib/betamax/cassette/interaction.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/cassette copying build/lib/betamax/options.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax copying build/lib/betamax/configure.py -> /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/fixtures/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/fixtures/unittest.py to unittest.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/fixtures/pytest.py to pytest.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/util.py to util.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/exceptions.py to exceptions.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/serializers/base.py to base.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/serializers/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/serializers/json_serializer.py to json_serializer.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/serializers/proxy.py to proxy.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/adapter.py to adapter.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/recorder.py to recorder.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/decorator.py to decorator.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/mock_response.py to mock_response.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers/base.py to base.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers/method.py to method.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers/body.py to body.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers/digest_auth.py to digest_auth.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers/uri.py to uri.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers/path.py to path.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers/query.py to query.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers/headers.py to headers.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/matchers/host.py to host.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/headers.py to headers.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/cassette/cassette.py to cassette.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/cassette/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/cassette/interaction.py to interaction.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/options.py to options.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax/configure.py to configure.cpython-39.pyc running install_egg_info Copying betamax.egg-info to /home/buildozer/aports/community/py3-betamax/pkg/py3-betamax/usr/lib/python3.9/site-packages/betamax-0.8.1-py3.9.egg-info running install_scripts >>> py3-betamax*: Running postcheck for py3-betamax >>> py3-betamax*: Preparing package py3-betamax... >>> py3-betamax*: Tracing dependencies... >>> py3-betamax*: Package size: 396.0 KB >>> py3-betamax*: Compressing data... >>> py3-betamax*: Create checksum... >>> py3-betamax*: Create py3-betamax-0.8.1-r2.apk >>> py3-betamax: Build complete at Wed, 20 Oct 2021 19:22:10 +0000 elapsed time 0h 0m 11s >>> py3-betamax: Cleaning up srcdir >>> py3-betamax: Cleaning up pkgdir >>> py3-betamax: Uninstalling dependencies... (1/27) Purging .makedepends-py3-betamax (20211020.192207) (2/27) Purging py3-requests (2.25.1-r4) (3/27) Purging py3-chardet (4.0.0-r2) (4/27) Purging py3-idna (3.2-r0) (5/27) Purging py3-urllib3 (1.26.7-r0) (6/27) Purging py3-certifi (2020.12.5-r1) (7/27) Purging py3-setuptools (52.0.0-r4) (8/27) Purging py3-ordered-set (4.0.2-r2) (9/27) Purging py3-appdirs (1.4.4-r2) (10/27) Purging py3-pytest (6.2.5-r0) (11/27) Purging py3-atomicwrites (1.4.0-r1) (12/27) Purging py3-attrs (20.3.0-r1) (13/27) Purging py3-more-itertools (8.10.0-r0) (14/27) Purging py3-iniconfig (1.1.1-r1) (15/27) Purging py3-pluggy (0.13.1-r4) (16/27) Purging py3-py (1.10.0-r1) (17/27) Purging py3-wcwidth (0.2.5-r1) (18/27) Purging py3-packaging (20.9-r1) (19/27) Purging py3-parsing (2.4.7-r2) (20/27) Purging py3-six (1.16.0-r0) (21/27) Purging py3-toml (0.10.2-r2) (22/27) Purging python3 (3.9.7-r3) (23/27) Purging libffi (3.4.2-r1) (24/27) Purging gdbm (1.20-r2) (25/27) Purging mpdecimal (2.5.1-r1) (26/27) Purging readline (8.1.1-r0) (27/27) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> py3-betamax: Updating the community/x86_64 repository index... >>> py3-betamax: Signing the index...