>>> py3-httptools: Building testing/py3-httptools 0.6.1-r0 (using abuild 3.12.0-r0) started Wed, 13 Dec 2023 15:30:59 +0000 >>> py3-httptools: Checking sanity of /home/buildozer/aports/testing/py3-httptools/APKBUILD... >>> py3-httptools: Analyzing dependencies... >>> py3-httptools: Installing for build: build-base py3-setuptools python3-dev cython http-parser-dev llhttp-dev (1/26) Installing libbz2 (1.0.8-r6) (2/26) Installing libffi (3.4.4-r3) (3/26) Installing gdbm (1.23-r1) (4/26) Installing xz-libs (5.4.5-r0) (5/26) Installing mpdecimal (2.5.1-r2) (6/26) Installing libpanelw (6.4_p20231125-r0) (7/26) Installing readline (8.2.1-r2) (8/26) Installing sqlite-libs (3.44.2-r0) (9/26) Installing python3 (3.11.6-r1) (10/26) Installing python3-pycache-pyc0 (3.11.6-r1) (11/26) Installing pyc (3.11.6-r1) (12/26) Installing py3-setuptools-pyc (68.2.2-r0) (13/26) Installing py3-parsing (3.1.1-r0) (14/26) Installing py3-parsing-pyc (3.1.1-r0) (15/26) Installing py3-packaging-pyc (23.2-r0) (16/26) Installing python3-pyc (3.11.6-r1) (17/26) Installing py3-packaging (23.2-r0) (18/26) Installing py3-setuptools (68.2.2-r0) (19/26) Installing python3-dev (3.11.6-r1) (20/26) Installing cython (0.29.36-r1) (21/26) Installing cython-pyc (0.29.36-r1) (22/26) Installing http-parser (2.9.4-r0) (23/26) Installing http-parser-dev (2.9.4-r0) (24/26) Installing llhttp (8.1.1-r1) (25/26) Installing llhttp-dev (8.1.1-r1) (26/26) Installing .makedepends-py3-httptools (20231213.153112) Executing busybox-1.36.1-r16.trigger OK: 451 MiB in 128 packages >>> py3-httptools: Cleaning up srcdir >>> py3-httptools: Cleaning up pkgdir >>> py3-httptools: Cleaning up tmpdir >>> py3-httptools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-httptools-0.6.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 100 15173 100 15173 0 0 44322 0 --:--:-- --:--:-- --:--:-- 47121 >>> py3-httptools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-httptools-0.6.1.tar.gz >>> py3-httptools: Checking sha512sums... py3-httptools-0.6.1.tar.gz: OK >>> py3-httptools: Unpacking /var/cache/distfiles/py3-httptools-0.6.1.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. running build running build_py creating build creating build/lib.linux-riscv64-cpython-311 creating build/lib.linux-riscv64-cpython-311/httptools copying httptools/__init__.py -> build/lib.linux-riscv64-cpython-311/httptools copying httptools/_version.py -> build/lib.linux-riscv64-cpython-311/httptools creating build/lib.linux-riscv64-cpython-311/httptools/parser copying httptools/parser/__init__.py -> build/lib.linux-riscv64-cpython-311/httptools/parser copying httptools/parser/errors.py -> build/lib.linux-riscv64-cpython-311/httptools/parser running egg_info creating httptools.egg-info writing httptools.egg-info/PKG-INFO writing dependency_links to httptools.egg-info/dependency_links.txt writing requirements to httptools.egg-info/requires.txt writing top-level names to httptools.egg-info/top_level.txt writing manifest file 'httptools.egg-info/SOURCES.txt' Compiling httptools/parser/parser.pyx because it changed. Compiling httptools/parser/url_parser.pyx because it changed. [1/2] Cythonizing httptools/parser/parser.pyx [2/2] Cythonizing httptools/parser/url_parser.pyx reading manifest file 'httptools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.c' under directory 'vendor' warning: no files found matching '*.h' under directory 'vendor' warning: no files found matching 'LICENSE*' under directory 'vendor' warning: no files found matching 'README*' under directory 'vendor' adding license file 'LICENSE' writing manifest file 'httptools.egg-info/SOURCES.txt' running build_ext building 'httptools.parser.parser' extension creating build/temp.linux-riscv64-cpython-311 creating build/temp.linux-riscv64-cpython-311/httptools creating build/temp.linux-riscv64-cpython-311/httptools/parser gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c httptools/parser/parser.c -o build/temp.linux-riscv64-cpython-311/httptools/parser/parser.o -O2 httptools/parser/parser.c: In function '__pyx_pf_9httptools_6parser_6parser_10HttpParser_10feed_data': httptools/parser/parser.c:3531:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 3531 | __pyx_v_err_pos = llhttp_get_error_pos(__pyx_v_self->_cparser); | ^ gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-311/httptools/parser/parser.o -L/usr/lib -lllhttp -o build/lib.linux-riscv64-cpython-311/httptools/parser/parser.cpython-311-riscv64-linux-musl.so building 'httptools.parser.url_parser' extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c httptools/parser/url_parser.c -o build/temp.linux-riscv64-cpython-311/httptools/parser/url_parser.o -O2 gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-311/httptools/parser/url_parser.o -L/usr/lib -lhttp_parser -o build/lib.linux-riscv64-cpython-311/httptools/parser/url_parser.cpython-311-riscv64-linux-musl.so copying build/lib.linux-riscv64-cpython-311/httptools/parser/parser.cpython-311-riscv64-linux-musl.so -> httptools/parser copying build/lib.linux-riscv64-cpython-311/httptools/parser/url_parser.cpython-311-riscv64-linux-musl.so -> httptools/parser >>> py3-httptools: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/py3-httptools/pkg creating /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools creating /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr creating /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib creating /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools copying build/lib.linux-riscv64-cpython-311/httptools/__init__.py -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools creating /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser copying build/lib.linux-riscv64-cpython-311/httptools/parser/__init__.py -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser copying build/lib.linux-riscv64-cpython-311/httptools/parser/errors.py -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser copying build/lib.linux-riscv64-cpython-311/httptools/parser/parser.cpython-311-riscv64-linux-musl.so -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser copying build/lib.linux-riscv64-cpython-311/httptools/parser/url_parser.cpython-311-riscv64-linux-musl.so -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser copying build/lib.linux-riscv64-cpython-311/httptools/_version.py -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools byte-compiling /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/_version.py to _version.cpython-311.pyc running install_egg_info running egg_info writing httptools.egg-info/PKG-INFO writing dependency_links to httptools.egg-info/dependency_links.txt writing requirements to httptools.egg-info/requires.txt writing top-level names to httptools.egg-info/top_level.txt reading manifest file 'httptools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.c' under directory 'vendor' warning: no files found matching '*.h' under directory 'vendor' warning: no files found matching 'LICENSE*' under directory 'vendor' warning: no files found matching 'README*' under directory 'vendor' adding license file 'LICENSE' writing manifest file 'httptools.egg-info/SOURCES.txt' Copying httptools.egg-info to /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools-0.6.1-py3.11.egg-info running install_scripts >>> py3-httptools-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/__pycache__' -> '/home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools-pyc/usr/lib/python3.11/site-packages/httptools/__pycache__' '/home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser/__pycache__' -> '/home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools-pyc/usr/lib/python3.11/site-packages/httptools/parser/__pycache__' >>> py3-httptools-pyc*: Preparing subpackage py3-httptools-pyc... >>> py3-httptools-pyc*: Running postcheck for py3-httptools-pyc >>> py3-httptools*: Running postcheck for py3-httptools >>> py3-httptools*: Preparing package py3-httptools... >>> py3-httptools*: Stripping binaries >>> py3-httptools-pyc*: Scanning shared objects >>> py3-httptools*: Scanning shared objects >>> py3-httptools-pyc*: Tracing dependencies... python3~3.11 >>> py3-httptools-pyc*: Package size: 52.0 KB >>> py3-httptools-pyc*: Compressing data... >>> py3-httptools-pyc*: Create checksum... >>> py3-httptools-pyc*: Create py3-httptools-pyc-0.6.1-r0.apk >>> py3-httptools*: Tracing dependencies... python3~3.11 so:libc.musl-riscv64.so.1 so:libhttp_parser.so.2.9 so:libllhttp.so.8.1 >>> py3-httptools*: Package size: 168.0 KB >>> py3-httptools*: Compressing data... >>> py3-httptools*: Create checksum... >>> py3-httptools*: Create py3-httptools-0.6.1-r0.apk >>> py3-httptools: Build complete at Wed, 13 Dec 2023 15:31:55 +0000 elapsed time 0h 0m 56s >>> py3-httptools: Cleaning up srcdir >>> py3-httptools: Cleaning up pkgdir >>> py3-httptools: Uninstalling dependencies... (1/26) Purging .makedepends-py3-httptools (20231213.153112) (2/26) Purging py3-setuptools-pyc (68.2.2-r0) (3/26) Purging py3-setuptools (68.2.2-r0) (4/26) Purging py3-packaging-pyc (23.2-r0) (5/26) Purging py3-packaging (23.2-r0) (6/26) Purging py3-parsing-pyc (3.1.1-r0) (7/26) Purging py3-parsing (3.1.1-r0) (8/26) Purging python3-dev (3.11.6-r1) (9/26) Purging cython-pyc (0.29.36-r1) (10/26) Purging cython (0.29.36-r1) (11/26) Purging http-parser-dev (2.9.4-r0) (12/26) Purging http-parser (2.9.4-r0) (13/26) Purging llhttp-dev (8.1.1-r1) (14/26) Purging llhttp (8.1.1-r1) (15/26) Purging python3-pyc (3.11.6-r1) (16/26) Purging python3-pycache-pyc0 (3.11.6-r1) (17/26) Purging pyc (3.11.6-r1) (18/26) Purging python3 (3.11.6-r1) (19/26) Purging gdbm (1.23-r1) (20/26) Purging libbz2 (1.0.8-r6) (21/26) Purging libffi (3.4.4-r3) (22/26) Purging libpanelw (6.4_p20231125-r0) (23/26) Purging mpdecimal (2.5.1-r2) (24/26) Purging readline (8.2.1-r2) (25/26) Purging sqlite-libs (3.44.2-r0) (26/26) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r16.trigger OK: 227 MiB in 102 packages >>> py3-httptools: Updating the testing/riscv64 repository index... >>> py3-httptools: Signing the index...