>>> py3-parsel: Building testing/py3-parsel 1.7.0-r0 (using abuild 3.10.0_rc1-r2) started Tue, 08 Nov 2022 01:01:42 +0000 >>> py3-parsel: Checking sanity of /home/buildozer/aports/testing/py3-parsel/APKBUILD... >>> py3-parsel: Analyzing dependencies... >>> py3-parsel: Installing for build: build-base python3 py3-cssselect py3-lxml py3-w3lib py3-packaging py3-setuptools py3-pytest-runner py3-pytest py3-sybil py3-psutil (1/26) Installing libffi (3.4.4-r0) (2/26) Installing gdbm (1.23-r0) (3/26) Installing mpdecimal (2.5.1-r1) (4/26) Installing readline (8.2.0-r0) (5/26) Installing sqlite-libs (3.39.4-r0) (6/26) Installing python3 (3.10.8-r3) (7/26) Installing py3-cssselect (1.1.0-r3) (8/26) Installing libgpg-error (1.46-r1) (9/26) Installing libgcrypt (1.10.1-r0) (10/26) Installing libxml2 (2.10.3-r1) (11/26) Installing libxslt (1.1.37-r0) (12/26) Installing py3-lxml (4.9.1-r0) (13/26) Installing py3-w3lib (2.0.1-r0) (14/26) Installing py3-parsing (3.0.9-r0) (15/26) Installing py3-packaging (21.3-r2) (16/26) Installing py3-setuptools (65.5.1-r0) (17/26) Installing py3-pytest-runner (5.3.2-r1) (18/26) Installing py3-attrs (22.1.0-r0) (19/26) Installing py3-iniconfig (1.1.1-r3) (20/26) Installing py3-pluggy (1.0.0-r1) (21/26) Installing py3-py (1.11.0-r0) (22/26) Installing py3-tomli (2.0.1-r1) (23/26) Installing py3-pytest (7.1.3-r1) (24/26) Installing py3-sybil (3.0.1-r1) (25/26) Installing py3-psutil (5.9.2-r0) (26/26) Installing .makedepends-py3-parsel (20221108.010143) Executing busybox-1.35.0-r27.trigger OK: 358 MiB in 127 packages >>> py3-parsel: Cleaning up srcdir >>> py3-parsel: Cleaning up pkgdir >>> py3-parsel: Fetching https://distfiles.alpinelinux.org/distfiles/edge//parsel-1.7.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-parsel: Fetching parsel-1.7.0.tar.gz::https://github.com/scrapy/parsel/archive/v1.7.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 13071 0 13071 0 0 11207 0 --:--:-- 0:00:01 --:--:-- 11207 100 102k 0 102k 0 0 68307 0 --:--:-- 0:00:01 --:--:-- 242k >>> py3-parsel: Fetching https://distfiles.alpinelinux.org/distfiles/edge//parsel-1.7.0.tar.gz >>> py3-parsel: Checking sha512sums... parsel-1.7.0.tar.gz: OK >>> py3-parsel: Unpacking /var/cache/distfiles/edge//parsel-1.7.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/parsel copying parsel/utils.py -> build/lib/parsel copying parsel/csstranslator.py -> build/lib/parsel copying parsel/xpathfuncs.py -> build/lib/parsel copying parsel/selector.py -> build/lib/parsel copying parsel/__init__.py -> build/lib/parsel running egg_info creating parsel.egg-info writing parsel.egg-info/PKG-INFO writing dependency_links to parsel.egg-info/dependency_links.txt writing requirements to parsel.egg-info/requires.txt writing top-level names to parsel.egg-info/top_level.txt writing manifest file 'parsel.egg-info/SOURCES.txt' reading manifest file 'parsel.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS.rst' warning: no files found matching 'CONTRIBUTING.rst' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'parsel.egg-info/SOURCES.txt' copying parsel/py.typed -> build/lib/parsel running pytest running egg_info writing parsel.egg-info/PKG-INFO writing dependency_links to parsel.egg-info/dependency_links.txt writing requirements to parsel.egg-info/requires.txt writing top-level names to parsel.egg-info/top_level.txt reading manifest file 'parsel.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS.rst' warning: no files found matching 'CONTRIBUTING.rst' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'parsel.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-parsel/src/parsel-1.7.0, configfile: pytest.ini collected 244 items docs/usage.rst ......................................................... [ 23%] ........................................................................ [ 52%] ... [ 54%] parsel/utils.py .. [ 54%] tests/test_selector.py ..........................s...................... [ 75%] .................. [ 82%] tests/test_selector_csstranslator.py ...............x.. [ 89%] tests/test_utils.py ............... [ 95%] tests/test_xml_attacks.py . [ 96%] tests/test_xpathfuncs.py ......... [100%] ================== 242 passed, 1 skipped, 1 xfailed in 0.58s =================== >>> py3-parsel: Entering fakeroot... running install /usr/lib/python3.10/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 build running build_py running egg_info writing parsel.egg-info/PKG-INFO writing dependency_links to parsel.egg-info/dependency_links.txt writing requirements to parsel.egg-info/requires.txt writing top-level names to parsel.egg-info/top_level.txt reading manifest file 'parsel.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'AUTHORS.rst' warning: no files found matching 'CONTRIBUTING.rst' warning: no previously-included files matching '__pycache__' found under directory '*' adding license file 'LICENSE' writing manifest file 'parsel.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/testing/py3-parsel/pkg creating /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel creating /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr creating /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib creating /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel copying build/lib/parsel/py.typed -> /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel copying build/lib/parsel/utils.py -> /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel copying build/lib/parsel/csstranslator.py -> /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel copying build/lib/parsel/xpathfuncs.py -> /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel copying build/lib/parsel/selector.py -> /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel copying build/lib/parsel/__init__.py -> /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel byte-compiling /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel/csstranslator.py to csstranslator.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel/xpathfuncs.py to xpathfuncs.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel/selector.py to selector.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying parsel.egg-info to /home/buildozer/aports/testing/py3-parsel/pkg/py3-parsel/usr/lib/python3.10/site-packages/parsel-1.7.0-py3.10.egg-info running install_scripts >>> py3-parsel*: Running postcheck for py3-parsel >>> py3-parsel*: Preparing package py3-parsel... >>> py3-parsel*: Tracing dependencies... >>> py3-parsel*: Package size: 144.0 KB >>> py3-parsel*: Compressing data... >>> py3-parsel*: Create checksum... >>> py3-parsel*: Create py3-parsel-1.7.0-r0.apk >>> py3-parsel: Build complete at Tue, 08 Nov 2022 01:01:47 +0000 elapsed time 0h 0m 5s >>> py3-parsel: Cleaning up srcdir >>> py3-parsel: Cleaning up pkgdir >>> py3-parsel: Uninstalling dependencies... (1/26) Purging .makedepends-py3-parsel (20221108.010143) (2/26) Purging py3-cssselect (1.1.0-r3) (3/26) Purging py3-lxml (4.9.1-r0) (4/26) Purging py3-w3lib (2.0.1-r0) (5/26) Purging py3-pytest-runner (5.3.2-r1) (6/26) Purging py3-setuptools (65.5.1-r0) (7/26) Purging py3-pytest (7.1.3-r1) (8/26) Purging py3-attrs (22.1.0-r0) (9/26) Purging py3-iniconfig (1.1.1-r3) (10/26) Purging py3-packaging (21.3-r2) (11/26) Purging py3-parsing (3.0.9-r0) (12/26) Purging py3-pluggy (1.0.0-r1) (13/26) Purging py3-py (1.11.0-r0) (14/26) Purging py3-tomli (2.0.1-r1) (15/26) Purging py3-sybil (3.0.1-r1) (16/26) Purging python3 (3.10.8-r3) (17/26) Purging py3-psutil (5.9.2-r0) (18/26) Purging libffi (3.4.4-r0) (19/26) Purging gdbm (1.23-r0) (20/26) Purging mpdecimal (2.5.1-r1) (21/26) Purging readline (8.2.0-r0) (22/26) Purging sqlite-libs (3.39.4-r0) (23/26) Purging libxslt (1.1.37-r0) (24/26) Purging libgcrypt (1.10.1-r0) (25/26) Purging libgpg-error (1.46-r1) (26/26) Purging libxml2 (2.10.3-r1) Executing busybox-1.35.0-r27.trigger OK: 290 MiB in 101 packages >>> py3-parsel: Updating the testing/armv7 repository index... >>> py3-parsel: Signing the index...