>>> py3-parsel: Building testing/py3-parsel 1.6.0-r2 (using abuild 3.9.0-r0) started Thu, 30 Dec 2021 02:02:36 +0000 >>> py3-parsel: Checking sanity of /home/buildozer/aports/testing/py3-parsel/APKBUILD... >>> py3-parsel: Analyzing dependencies... >>> py3-parsel: Installing for build: build-base py3-cssselect py3-lxml py3-six py3-w3lib py3-setuptools py3-pytest-runner py3-pytest py3-sybil (1/31) Installing libffi (3.4.2-r1) (2/31) Installing gdbm (1.22-r0) (3/31) Installing mpdecimal (2.5.1-r1) (4/31) Installing readline (8.1.1-r0) (5/31) Installing sqlite-libs (3.37.0-r0) (6/31) Installing python3 (3.10.1-r0) (7/31) Installing py3-cssselect (1.1.0-r3) (8/31) Installing libgpg-error (1.42-r1) (9/31) Installing libgcrypt (1.9.4-r0) (10/31) Installing libxml2 (2.9.12-r3) (11/31) Installing libxslt (1.1.34-r1) (12/31) Installing py3-lxml (4.7.1-r1) (13/31) Installing py3-six (1.16.0-r1) (14/31) Installing py3-w3lib (1.22.0-r2) (15/31) Installing py3-ordered-set (4.0.2-r3) (16/31) Installing py3-appdirs (1.4.4-r3) (17/31) Installing py3-parsing (2.4.7-r3) (18/31) Installing py3-packaging (21.3-r0) (19/31) Installing py3-setuptools (52.0.0-r5) (20/31) Installing py3-pytest-runner (5.3.1-r1) (21/31) Installing py3-atomicwrites (1.4.0-r2) (22/31) Installing py3-attrs (21.2.0-r1) (23/31) Installing py3-more-itertools (8.12.0-r1) (24/31) Installing py3-iniconfig (1.1.1-r2) (25/31) Installing py3-pluggy (0.13.1-r5) (26/31) Installing py3-py (1.10.0-r2) (27/31) Installing py3-wcwidth (0.2.5-r2) (28/31) Installing py3-toml (0.10.2-r3) (29/31) Installing py3-pytest (6.2.5-r1) (30/31) Installing py3-sybil (2.0.1-r2) (31/31) Installing .makedepends-py3-parsel (20211230.020238) Executing busybox-1.34.1-r6.trigger OK: 396 MiB in 130 packages >>> py3-parsel: Cleaning up srcdir >>> py3-parsel: Cleaning up pkgdir >>> py3-parsel: Fetching https://distfiles.alpinelinux.org/distfiles/edge/parsel-1.6.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 100 98k 100 98k 0 0 830k 0 --:--:-- --:--:-- --:--:-- 833k >>> py3-parsel: Fetching https://distfiles.alpinelinux.org/distfiles/edge/parsel-1.6.0.tar.gz >>> py3-parsel: Checking sha512sums... parsel-1.6.0.tar.gz: OK >>> py3-parsel: Unpacking /var/cache/distfiles/edge/parsel-1.6.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/__init__.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 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 '*' writing manifest file 'parsel.egg-info/SOURCES.txt' 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 '*' writing manifest file 'parsel.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/testing/py3-parsel/src/parsel-1.6.0, configfile: pytest.ini collected 239 items docs/usage.rst ......................................................... [ 23%] ........................................................................ [ 53%] ... [ 55%] parsel/utils.py .. [ 56%] tests/test_selector.py .........................s....................... [ 76%] ............... [ 82%] tests/test_selector_csstranslator.py ................. [ 89%] tests/test_utils.py ............... [ 96%] tests/test_xpathfuncs.py ......... [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1233 /usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: flake8-ignore self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") ../../../../../../../usr/lib/python3.10/site-packages/sybil/integration/pytest.py:58: 132 warnings /usr/lib/python3.10/site-packages/sybil/integration/pytest.py:58: PytestDeprecationWarning: A private pytest class or function was used. self._request = fixtures.FixtureRequest(self) tests/test_selector.py::SelectorTestCase::test_check_text_argument_type /home/buildozer/aports/testing/py3-parsel/src/parsel-1.6.0/tests/test_selector.py:163: DeprecationWarning: Please use assertRaisesRegex instead. self.assertRaisesRegexp(TypeError, 'text argument should be of type', tests/test_selector.py::SelectorTestCase::test_invalid_xpath /home/buildozer/aports/testing/py3-parsel/src/parsel-1.6.0/tests/test_selector.py:572: DeprecationWarning: Please use assertRaisesRegex instead. self.assertRaisesRegexp(ValueError, re.escape(xpath), x.xpath, xpath) tests/test_selector.py::SelectorTestCase::test_invalid_xpath_unicode /home/buildozer/aports/testing/py3-parsel/src/parsel-1.6.0/tests/test_selector.py:579: DeprecationWarning: Please use assertRaisesRegex instead. self.assertRaisesRegexp(ValueError, re.escape(encoded), x.xpath, xpath) tests/test_selector.py::SelectorTestCase::test_text_or_root_is_required /home/buildozer/aports/testing/py3-parsel/src/parsel-1.6.0/tests/test_selector.py:275: DeprecationWarning: Please use assertRaisesRegex instead. self.assertRaisesRegexp(ValueError, tests/test_xpathfuncs.py::XPathFuncsTestCase::test_has_class_error_invalid_arg_type /home/buildozer/aports/testing/py3-parsel/src/parsel-1.6.0/tests/test_xpathfuncs.py:44: DeprecationWarning: Please use assertRaisesRegex instead. self.assertRaisesRegexp( tests/test_xpathfuncs.py::XPathFuncsTestCase::test_has_class_error_invalid_unicode /home/buildozer/aports/testing/py3-parsel/src/parsel-1.6.0/tests/test_xpathfuncs.py:53: DeprecationWarning: Please use assertRaisesRegex instead. self.assertRaisesRegexp( tests/test_xpathfuncs.py::XPathFuncsTestCase::test_has_class_error_no_args /home/buildozer/aports/testing/py3-parsel/src/parsel-1.6.0/tests/test_xpathfuncs.py:35: DeprecationWarning: Please use assertRaisesRegex instead. self.assertRaisesRegexp( tests/test_xpathfuncs.py::XPathFuncsTestCase::test_set_xpathfunc /home/buildozer/aports/testing/py3-parsel/src/parsel-1.6.0/tests/test_xpathfuncs.py:105: DeprecationWarning: Please use assertRaisesRegex instead. self.assertRaisesRegexp( tests/test_xpathfuncs.py::XPathFuncsTestCase::test_set_xpathfunc /home/buildozer/aports/testing/py3-parsel/src/parsel-1.6.0/tests/test_xpathfuncs.py:114: DeprecationWarning: Please use assertRaisesRegex instead. self.assertRaisesRegexp( -- Docs: https://docs.pytest.org/en/stable/warnings.html ================= 238 passed, 1 skipped, 142 warnings in 0.84s ================= >>> py3-parsel: Entering fakeroot... running install 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 '*' 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/utils.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 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 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/__init__.py to __init__.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 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.6.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: 132.0 KB >>> py3-parsel*: Compressing data... >>> py3-parsel*: Create checksum... >>> py3-parsel*: Create py3-parsel-1.6.0-r2.apk >>> py3-parsel: Build complete at Thu, 30 Dec 2021 02:02:42 +0000 elapsed time 0h 0m 6s >>> py3-parsel: Cleaning up srcdir >>> py3-parsel: Cleaning up pkgdir >>> py3-parsel: Uninstalling dependencies... (1/31) Purging .makedepends-py3-parsel (20211230.020238) (2/31) Purging py3-cssselect (1.1.0-r3) (3/31) Purging py3-lxml (4.7.1-r1) (4/31) Purging py3-w3lib (1.22.0-r2) (5/31) Purging py3-pytest-runner (5.3.1-r1) (6/31) Purging py3-setuptools (52.0.0-r5) (7/31) Purging py3-ordered-set (4.0.2-r3) (8/31) Purging py3-appdirs (1.4.4-r3) (9/31) Purging py3-pytest (6.2.5-r1) (10/31) Purging py3-atomicwrites (1.4.0-r2) (11/31) Purging py3-attrs (21.2.0-r1) (12/31) Purging py3-more-itertools (8.12.0-r1) (13/31) Purging py3-iniconfig (1.1.1-r2) (14/31) Purging py3-pluggy (0.13.1-r5) (15/31) Purging py3-py (1.10.0-r2) (16/31) Purging py3-wcwidth (0.2.5-r2) (17/31) Purging py3-packaging (21.3-r0) (18/31) Purging py3-parsing (2.4.7-r3) (19/31) Purging py3-six (1.16.0-r1) (20/31) Purging py3-toml (0.10.2-r3) (21/31) Purging py3-sybil (2.0.1-r2) (22/31) Purging python3 (3.10.1-r0) (23/31) Purging libffi (3.4.2-r1) (24/31) Purging gdbm (1.22-r0) (25/31) Purging mpdecimal (2.5.1-r1) (26/31) Purging readline (8.1.1-r0) (27/31) Purging sqlite-libs (3.37.0-r0) (28/31) Purging libxslt (1.1.34-r1) (29/31) Purging libgcrypt (1.9.4-r0) (30/31) Purging libgpg-error (1.42-r1) (31/31) Purging libxml2 (2.9.12-r3) Executing busybox-1.34.1-r6.trigger OK: 333 MiB in 99 packages >>> py3-parsel: Updating the testing/x86 repository index... >>> py3-parsel: Signing the index...