>>> py3-werkzeug: Building community/py3-werkzeug 3.0.6-r0 (using abuild 3.14.1-r0) started Mon, 28 Oct 2024 14:21:49 +0000 >>> py3-werkzeug: Validating /home/buildozer/aports/community/py3-werkzeug/APKBUILD... >>> py3-werkzeug: Analyzing dependencies... >>> py3-werkzeug: Installing for build: build-base python3 py3-markupsafe py3-gpep517 py3-flit-core py3-pytest py3-requests py3-pytest-timeout (1/42) Installing libffi (3.4.6-r0) (2/42) Installing gdbm (1.24-r0) (3/42) Installing mpdecimal (4.0.0-r0) (4/42) Installing libpanelw (6.5_p20241006-r0) (5/42) Installing sqlite-libs (3.47.0-r0) (6/42) Installing python3 (3.12.7-r1) (7/42) Installing python3-pycache-pyc0 (3.12.7-r1) (8/42) Installing pyc (3.12.7-r1) (9/42) Installing python3-pyc (3.12.7-r1) (10/42) Installing py3-markupsafe (3.0.2-r0) (11/42) Installing py3-markupsafe-pyc (3.0.2-r0) (12/42) Installing py3-installer (0.7.0-r2) (13/42) Installing py3-installer-pyc (0.7.0-r2) (14/42) Installing py3-gpep517 (16-r0) (15/42) Installing py3-gpep517-pyc (16-r0) (16/42) Installing py3-flit-core (3.9.0-r1) (17/42) Installing py3-flit-core-pyc (3.9.0-r1) (18/42) Installing py3-iniconfig (2.0.0-r1) (19/42) Installing py3-iniconfig-pyc (2.0.0-r1) (20/42) Installing py3-parsing (3.1.4-r0) (21/42) Installing py3-parsing-pyc (3.1.4-r0) (22/42) Installing py3-packaging (24.1-r0) (23/42) Installing py3-packaging-pyc (24.1-r0) (24/42) Installing py3-pluggy (1.5.0-r0) (25/42) Installing py3-pluggy-pyc (1.5.0-r0) (26/42) Installing py3-py (1.11.0-r4) (27/42) Installing py3-py-pyc (1.11.0-r4) (28/42) Installing py3-pytest (8.3.3-r0) (29/42) Installing py3-pytest-pyc (8.3.3-r0) (30/42) Installing py3-certifi (2024.8.30-r0) (31/42) Installing py3-certifi-pyc (2024.8.30-r0) (32/42) Installing py3-charset-normalizer (3.4.0-r0) (33/42) Installing py3-charset-normalizer-pyc (3.4.0-r0) (34/42) Installing py3-idna (3.10-r0) (35/42) Installing py3-idna-pyc (3.10-r0) (36/42) Installing py3-urllib3 (1.26.20-r0) (37/42) Installing py3-urllib3-pyc (1.26.20-r0) (38/42) Installing py3-requests (2.32.3-r0) (39/42) Installing py3-requests-pyc (2.32.3-r0) (40/42) Installing py3-pytest-timeout (2.3.1-r1) (41/42) Installing py3-pytest-timeout-pyc (2.3.1-r1) (42/42) Installing .makedepends-py3-werkzeug (20241028.142150) Executing busybox-1.37.0-r3.trigger OK: 449 MiB in 157 packages >>> py3-werkzeug: Cleaning up srcdir >>> py3-werkzeug: Cleaning up pkgdir >>> py3-werkzeug: Cleaning up tmpdir >>> py3-werkzeug: Fetching https://distfiles.alpinelinux.org/distfiles/edge/werkzeug-3.0.6.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-werkzeug: Fetching https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-3.0.6.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 100 786k 100 786k 0 0 9.8M 0 --:--:-- --:--:-- --:--:-- 9.8M >>> py3-werkzeug: Fetching https://distfiles.alpinelinux.org/distfiles/edge/werkzeug-3.0.6.tar.gz >>> py3-werkzeug: Checking sha512sums... werkzeug-3.0.6.tar.gz: OK >>> py3-werkzeug: Unpacking /var/cache/distfiles/edge/werkzeug-3.0.6.tar.gz... removed 'tests/conftest.py' removed 'tests/test_debug.py' removed 'tests/test_serving.py' removed 'tests//middleware/test_http_proxy.py' 2024-10-28 14:21:51,731 gpep517 INFO Building wheel via backend flit_core.buildapi 2024-10-28 14:21:51,733 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2024-10-28 14:19:27 2024-10-28 14:21:51,733 flit_core.wheel INFO Copying package file(s) from src/werkzeug 2024-10-28 14:21:51,745 flit_core.wheel INFO Writing metadata files 2024-10-28 14:21:51,746 flit_core.wheel INFO Writing the record of files 2024-10-28 14:21:51,747 flit_core.wheel INFO Built wheel: .dist/werkzeug-3.0.6-py3-none-any.whl 2024-10-28 14:21:51,747 gpep517 INFO The backend produced .dist/werkzeug-3.0.6-py3-none-any.whl werkzeug-3.0.6-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-werkzeug/src/werkzeug-3.0.6 configfile: pyproject.toml testpaths: tests plugins: timeout-2.3.1 collected 864 items tests/middleware/test_dispatcher.py . [ 0%] tests/middleware/test_lint.py ......... [ 1%] tests/middleware/test_profiler.py . [ 1%] tests/middleware/test_proxy_fix.py ................. [ 3%] tests/middleware/test_shared_data.py .. [ 3%] tests/sansio/test_multipart.py ..................... [ 5%] tests/sansio/test_request.py ......... [ 6%] tests/sansio/test_utils.py .................... [ 9%] tests/test_datastructures.py ........................................... [ 14%] ....................................................... [ 20%] tests/test_exceptions.py ............................................... [ 26%] .......................................... [ 30%] tests/test_formparser.py ........................... [ 34%] tests/test_http.py ..................................................... [ 40%] ................................................................. [ 47%] tests/test_internal.py . [ 47%] tests/test_local.py .................................................... [ 53%] ........... [ 55%] tests/test_routing.py .................................................. [ 60%] ................................................................... [ 68%] tests/test_security.py ............ [ 70%] tests/test_send_file.py ................................ [ 73%] tests/test_test.py ..................................................... [ 79%] ....... [ 80%] tests/test_urls.py ................. [ 82%] tests/test_utils.py .................................... [ 86%] tests/test_wrappers.py ................................................. [ 92%] ............................................ [ 97%] tests/test_wsgi.py ..................... [100%] ============================= 864 passed in 7.80s ============================== /usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-7527d908-af0a-4701-9cca-33ee5a8eb9f9/popen-gw9/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-7527d908-af0a-4701-9cca-33ee5a8eb9f9/popen-gw9/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-7527d908-af0a-4701-9cca-33ee5a8eb9f9/popen-gw9 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-7527d908-af0a-4701-9cca-33ee5a8eb9f9/popen-gw9' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-7527d908-af0a-4701-9cca-33ee5a8eb9f9 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-7527d908-af0a-4701-9cca-33ee5a8eb9f9' warnings.warn( >>> py3-werkzeug: Entering fakeroot... >>> py3-werkzeug-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/werkzeug/sansio/__pycache__' -> '/home/buildozer/aports/community/py3-werkzeug/pkg/py3-werkzeug-pyc/usr/lib/python3.12/site-packages/werkzeug/sansio/__pycache__' 'usr/lib/python3.12/site-packages/werkzeug/middleware/__pycache__' -> '/home/buildozer/aports/community/py3-werkzeug/pkg/py3-werkzeug-pyc/usr/lib/python3.12/site-packages/werkzeug/middleware/__pycache__' 'usr/lib/python3.12/site-packages/werkzeug/__pycache__' -> '/home/buildozer/aports/community/py3-werkzeug/pkg/py3-werkzeug-pyc/usr/lib/python3.12/site-packages/werkzeug/__pycache__' 'usr/lib/python3.12/site-packages/werkzeug/routing/__pycache__' -> '/home/buildozer/aports/community/py3-werkzeug/pkg/py3-werkzeug-pyc/usr/lib/python3.12/site-packages/werkzeug/routing/__pycache__' 'usr/lib/python3.12/site-packages/werkzeug/wrappers/__pycache__' -> '/home/buildozer/aports/community/py3-werkzeug/pkg/py3-werkzeug-pyc/usr/lib/python3.12/site-packages/werkzeug/wrappers/__pycache__' 'usr/lib/python3.12/site-packages/werkzeug/datastructures/__pycache__' -> '/home/buildozer/aports/community/py3-werkzeug/pkg/py3-werkzeug-pyc/usr/lib/python3.12/site-packages/werkzeug/datastructures/__pycache__' 'usr/lib/python3.12/site-packages/werkzeug/debug/__pycache__' -> '/home/buildozer/aports/community/py3-werkzeug/pkg/py3-werkzeug-pyc/usr/lib/python3.12/site-packages/werkzeug/debug/__pycache__' >>> py3-werkzeug-pyc*: Preparing subpackage py3-werkzeug-pyc... >>> py3-werkzeug-pyc*: Running postcheck for py3-werkzeug-pyc >>> py3-werkzeug*: Running postcheck for py3-werkzeug >>> py3-werkzeug*: Preparing package py3-werkzeug... >>> py3-werkzeug-pyc*: Tracing dependencies... python3 py3-markupsafe python3~3.12 >>> py3-werkzeug-pyc*: Package size: 844.6 KB >>> py3-werkzeug-pyc*: Compressing data... >>> py3-werkzeug-pyc*: Create checksum... >>> py3-werkzeug-pyc*: Create py3-werkzeug-pyc-3.0.6-r0.apk >>> py3-werkzeug*: Tracing dependencies... python3 py3-markupsafe python3~3.12 >>> py3-werkzeug*: Package size: 749.2 KB >>> py3-werkzeug*: Compressing data... >>> py3-werkzeug*: Create checksum... >>> py3-werkzeug*: Create py3-werkzeug-3.0.6-r0.apk >>> py3-werkzeug: Build complete at Mon, 28 Oct 2024 14:22:01 +0000 elapsed time 0h 0m 12s >>> py3-werkzeug: Cleaning up srcdir >>> py3-werkzeug: Cleaning up pkgdir >>> py3-werkzeug: Uninstalling dependencies... (1/42) Purging .makedepends-py3-werkzeug (20241028.142150) (2/42) Purging py3-markupsafe-pyc (3.0.2-r0) (3/42) Purging py3-markupsafe (3.0.2-r0) (4/42) Purging py3-gpep517-pyc (16-r0) (5/42) Purging py3-gpep517 (16-r0) (6/42) Purging py3-installer-pyc (0.7.0-r2) (7/42) Purging py3-installer (0.7.0-r2) (8/42) Purging py3-flit-core-pyc (3.9.0-r1) (9/42) Purging py3-flit-core (3.9.0-r1) (10/42) Purging py3-requests-pyc (2.32.3-r0) (11/42) Purging py3-requests (2.32.3-r0) (12/42) Purging py3-certifi-pyc (2024.8.30-r0) (13/42) Purging py3-certifi (2024.8.30-r0) (14/42) Purging py3-charset-normalizer-pyc (3.4.0-r0) (15/42) Purging py3-charset-normalizer (3.4.0-r0) (16/42) Purging py3-idna-pyc (3.10-r0) (17/42) Purging py3-idna (3.10-r0) (18/42) Purging py3-urllib3-pyc (1.26.20-r0) (19/42) Purging py3-urllib3 (1.26.20-r0) (20/42) Purging py3-pytest-timeout-pyc (2.3.1-r1) (21/42) Purging py3-pytest-timeout (2.3.1-r1) (22/42) Purging py3-pytest-pyc (8.3.3-r0) (23/42) Purging py3-pytest (8.3.3-r0) (24/42) Purging py3-iniconfig-pyc (2.0.0-r1) (25/42) Purging py3-iniconfig (2.0.0-r1) (26/42) Purging py3-packaging-pyc (24.1-r0) (27/42) Purging py3-packaging (24.1-r0) (28/42) Purging py3-parsing-pyc (3.1.4-r0) (29/42) Purging py3-parsing (3.1.4-r0) (30/42) Purging py3-pluggy-pyc (1.5.0-r0) (31/42) Purging py3-pluggy (1.5.0-r0) (32/42) Purging py3-py-pyc (1.11.0-r4) (33/42) Purging py3-py (1.11.0-r4) (34/42) Purging python3-pyc (3.12.7-r1) (35/42) Purging python3-pycache-pyc0 (3.12.7-r1) (36/42) Purging pyc (3.12.7-r1) (37/42) Purging python3 (3.12.7-r1) (38/42) Purging gdbm (1.24-r0) (39/42) Purging libffi (3.4.6-r0) (40/42) Purging libpanelw (6.5_p20241006-r0) (41/42) Purging mpdecimal (4.0.0-r0) (42/42) Purging sqlite-libs (3.47.0-r0) Executing busybox-1.37.0-r3.trigger OK: 404 MiB in 115 packages >>> py3-werkzeug: Updating the community/x86 repository index... >>> py3-werkzeug: Signing the index...