>>> py3-httptools: Building testing/py3-httptools 0.5.0-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 06:21:43 +0000 >>> py3-httptools: Checking sanity of /home/buildozer/aports/testing/py3-httptools/APKBUILD... >>> py3-httptools: Analyzing dependencies... >>> py3-httptools: Installing for build: build-base python3 py3-setuptools python3-dev cython http-parser-dev llhttp-dev py3-pytest py3-aiohttp py3-openssl py3-psutil (1/37) Installing libffi (3.4.4-r0) (2/37) Installing gdbm (1.23-r0) (3/37) Installing mpdecimal (2.5.1-r1) (4/37) Installing readline (8.2.0-r0) (5/37) Installing sqlite-libs (3.40.0-r0) (6/37) Installing python3 (3.11.0-r2) (7/37) Installing py3-parsing (3.0.9-r1) (8/37) Installing py3-packaging (21.3-r3) (9/37) Installing py3-setuptools (65.6.2-r0) (10/37) Installing python3-dev (3.11.0-r2) (11/37) Installing cython (0.29.32-r1) (12/37) Installing http-parser (2.9.4-r0) (13/37) Installing http-parser-dev (2.9.4-r0) (14/37) Installing llhttp (6.0.10-r0) (15/37) Installing llhttp-dev (6.0.10-r0) (16/37) Installing py3-attrs (22.1.0-r1) (17/37) Installing py3-iniconfig (1.1.1-r4) (18/37) Installing py3-pluggy (1.0.0-r2) (19/37) Installing py3-py (1.11.0-r1) (20/37) Installing py3-pytest (7.2.0-r2) (21/37) Installing py3-frozenlist (1.3.3-r1) (22/37) Installing py3-aiosignal (1.3.1-r1) (23/37) Installing py3-typing-extensions (4.4.0-r1) (24/37) Installing py3-async-timeout (4.0.2-r1) (25/37) Installing py3-brotli (1.0.9-r10) (26/37) Installing py3-charset-normalizer (3.0.1-r1) (27/37) Installing py3-idna (3.4-r3) (28/37) Installing py3-idna-ssl (1.1.0-r7) (29/37) Installing py3-multidict (6.0.2-r2) (30/37) Installing py3-yarl (1.8.1-r2) (31/37) Installing py3-aiohttp (3.8.3-r1) (32/37) Installing py3-cparser (2.21-r1) (33/37) Installing py3-cffi (1.15.1-r1) (34/37) Installing py3-cryptography (38.0.3-r1) (35/37) Installing py3-openssl (22.1.0-r2) (36/37) Installing py3-psutil (5.9.4-r1) (37/37) Installing .makedepends-py3-httptools (20221124.062144) Executing busybox-1.35.0-r29.trigger OK: 451 MiB in 138 packages >>> py3-httptools: Cleaning up srcdir >>> py3-httptools: Cleaning up pkgdir >>> py3-httptools: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-httptools-0.5.0.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 14922 100 14922 0 0 27753 0 --:--:-- --:--:-- --:--:-- 27736 >>> py3-httptools: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-httptools-0.5.0.tar.gz >>> py3-httptools: Checking sha512sums... py3-httptools-0.5.0.tar.gz: OK >>> py3-httptools: Unpacking /var/cache/distfiles/edge//py3-httptools-0.5.0.tar.gz... running build running build_py creating build creating build/lib.linux-armv8l-cpython-311 creating build/lib.linux-armv8l-cpython-311/httptools copying httptools/__init__.py -> build/lib.linux-armv8l-cpython-311/httptools copying httptools/_version.py -> build/lib.linux-armv8l-cpython-311/httptools creating build/lib.linux-armv8l-cpython-311/httptools/parser copying httptools/parser/errors.py -> build/lib.linux-armv8l-cpython-311/httptools/parser copying httptools/parser/__init__.py -> build/lib.linux-armv8l-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' copying httptools/parser/parser.c -> build/lib.linux-armv8l-cpython-311/httptools/parser copying httptools/parser/url_parser.c -> build/lib.linux-armv8l-cpython-311/httptools/parser running build_ext building 'httptools.parser.parser' extension creating build/temp.linux-armv8l-cpython-311 creating build/temp.linux-armv8l-cpython-311/httptools creating build/temp.linux-armv8l-cpython-311/httptools/parser gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.11 -c httptools/parser/parser.c -o build/temp.linux-armv8l-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:3517:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 3517 | __pyx_v_err_pos = llhttp_get_error_pos(__pyx_v_self->_cparser); | ^ gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-311/httptools/parser/parser.o -L/usr/lib -lllhttp -o build/lib.linux-armv8l-cpython-311/httptools/parser/parser.cpython-311-arm-linux-musleabihf.so building 'httptools.parser.url_parser' extension gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.11 -c httptools/parser/url_parser.c -o build/temp.linux-armv8l-cpython-311/httptools/parser/url_parser.o -O2 gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-311/httptools/parser/url_parser.o -L/usr/lib -lhttp_parser -o build/lib.linux-armv8l-cpython-311/httptools/parser/url_parser.cpython-311-arm-linux-musleabihf.so copying build/lib.linux-armv8l-cpython-311/httptools/parser/parser.cpython-311-arm-linux-musleabihf.so -> httptools/parser copying build/lib.linux-armv8l-cpython-311/httptools/parser/url_parser.cpython-311-arm-linux-musleabihf.so -> httptools/parser ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-httptools/src/httptools-0.5.0, configfile: pytest.ini, testpaths: tests collected 38 items tests/test_parser.py ...................................... ============================== 38 passed in 0.09s ============================== >>> py3-httptools: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( 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 creating /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser copying build/lib.linux-armv8l-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-armv8l-cpython-311/httptools/parser/url_parser.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser creating /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser/__pycache__ copying build/lib.linux-armv8l-cpython-311/httptools/parser/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser/__pycache__ copying build/lib.linux-armv8l-cpython-311/httptools/parser/__pycache__/errors.cpython-311.pyc -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser/__pycache__ copying build/lib.linux-armv8l-cpython-311/httptools/parser/url_parser.c -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser copying build/lib.linux-armv8l-cpython-311/httptools/parser/parser.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser copying build/lib.linux-armv8l-cpython-311/httptools/parser/parser.c -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser copying build/lib.linux-armv8l-cpython-311/httptools/parser/__init__.py -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/parser creating /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/__pycache__ copying build/lib.linux-armv8l-cpython-311/httptools/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/__pycache__ copying build/lib.linux-armv8l-cpython-311/httptools/__pycache__/_version.cpython-311.pyc -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools/__pycache__ copying build/lib.linux-armv8l-cpython-311/httptools/__init__.py -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools copying build/lib.linux-armv8l-cpython-311/httptools/_version.py -> /home/buildozer/aports/testing/py3-httptools/pkg/py3-httptools/usr/lib/python3.11/site-packages/httptools 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.5.0-py3.11.egg-info running install_scripts >>> py3-httptools*: Running postcheck for py3-httptools >>> py3-httptools*: Preparing package py3-httptools... >>> py3-httptools*: Stripping binaries >>> py3-httptools*: Scanning shared objects >>> py3-httptools*: Tracing dependencies... python3 so:libc.musl-armv7.so.1 so:libhttp_parser.so.2.9 so:libllhttp.so.6.0 >>> py3-httptools*: Package size: 864.0 KB >>> py3-httptools*: Compressing data... >>> py3-httptools*: Create checksum... >>> py3-httptools*: Create py3-httptools-0.5.0-r1.apk >>> py3-httptools: Build complete at Thu, 24 Nov 2022 06:21:52 +0000 elapsed time 0h 0m 9s >>> py3-httptools: Cleaning up srcdir >>> py3-httptools: Cleaning up pkgdir >>> py3-httptools: Uninstalling dependencies... (1/37) Purging .makedepends-py3-httptools (20221124.062144) (2/37) Purging py3-setuptools (65.6.2-r0) (3/37) Purging python3-dev (3.11.0-r2) (4/37) Purging cython (0.29.32-r1) (5/37) Purging http-parser-dev (2.9.4-r0) (6/37) Purging http-parser (2.9.4-r0) (7/37) Purging llhttp-dev (6.0.10-r0) (8/37) Purging llhttp (6.0.10-r0) (9/37) Purging py3-pytest (7.2.0-r2) (10/37) Purging py3-iniconfig (1.1.1-r4) (11/37) Purging py3-packaging (21.3-r3) (12/37) Purging py3-parsing (3.0.9-r1) (13/37) Purging py3-pluggy (1.0.0-r2) (14/37) Purging py3-py (1.11.0-r1) (15/37) Purging py3-aiohttp (3.8.3-r1) (16/37) Purging py3-aiosignal (1.3.1-r1) (17/37) Purging py3-frozenlist (1.3.3-r1) (18/37) Purging py3-async-timeout (4.0.2-r1) (19/37) Purging py3-attrs (22.1.0-r1) (20/37) Purging py3-brotli (1.0.9-r10) (21/37) Purging py3-charset-normalizer (3.0.1-r1) (22/37) Purging py3-idna-ssl (1.1.0-r7) (23/37) Purging py3-typing-extensions (4.4.0-r1) (24/37) Purging py3-yarl (1.8.1-r2) (25/37) Purging py3-idna (3.4-r3) (26/37) Purging py3-multidict (6.0.2-r2) (27/37) Purging py3-openssl (22.1.0-r2) (28/37) Purging py3-cryptography (38.0.3-r1) (29/37) Purging py3-cffi (1.15.1-r1) (30/37) Purging py3-cparser (2.21-r1) (31/37) Purging python3 (3.11.0-r2) (32/37) Purging py3-psutil (5.9.4-r1) (33/37) Purging libffi (3.4.4-r0) (34/37) Purging gdbm (1.23-r0) (35/37) Purging mpdecimal (2.5.1-r1) (36/37) Purging readline (8.2.0-r0) (37/37) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 290 MiB in 101 packages >>> py3-httptools: Updating the testing/armv7 repository index... >>> py3-httptools: Signing the index...