>>> py3-glob2: Building testing/py3-glob2 0.7-r5 (using abuild 3.11.0_rc13-r0) started Sun, 23 Apr 2023 18:53:44 +0000 >>> py3-glob2: Checking sanity of /home/buildozer/aports/testing/py3-glob2/APKBUILD... >>> py3-glob2: Analyzing dependencies... >>> py3-glob2: Installing for build: build-base python3 py3-setuptools py3-pytest (1/25) Installing libffi (3.4.4-r2) (2/25) Installing gdbm (1.23-r1) (3/25) Installing mpdecimal (2.5.1-r2) (4/25) Installing libpanelw (6.4_p20230401-r5) (5/25) Installing readline (8.2.1-r1) (6/25) Installing sqlite-libs (3.41.2-r2) (7/25) Installing python3 (3.11.3-r10) (8/25) Installing python3-pycache-pyc0 (3.11.3-r10) (9/25) Installing pyc (0.1-r0) (10/25) Installing python3-pyc (3.11.3-r10) (11/25) Installing py3-parsing (3.0.9-r2) (12/25) Installing py3-parsing-pyc (3.0.9-r2) (13/25) Installing py3-packaging (23.1-r1) (14/25) Installing py3-packaging-pyc (23.1-r1) (15/25) Installing py3-setuptools (67.7.1-r0) (16/25) Installing py3-setuptools-pyc (67.7.1-r0) (17/25) Installing py3-iniconfig (1.1.1-r6) (18/25) Installing py3-iniconfig-pyc (1.1.1-r6) (19/25) Installing py3-pluggy (1.0.0-r3) (20/25) Installing py3-pluggy-pyc (1.0.0-r3) (21/25) Installing py3-py (1.11.0-r2) (22/25) Installing py3-py-pyc (1.11.0-r2) (23/25) Installing py3-pytest (7.3.1-r1) (24/25) Installing py3-pytest-pyc (7.3.1-r1) (25/25) Installing .makedepends-py3-glob2 (20230423.185345) Executing busybox-1.36.0-r7.trigger OK: 431 MiB in 131 packages >>> py3-glob2: Cleaning up srcdir >>> py3-glob2: Cleaning up pkgdir >>> py3-glob2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/glob2-0.7.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 10697 100 10697 0 0 120k 0 --:--:-- --:--:-- --:--:-- 121k >>> py3-glob2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/glob2-0.7.tar.gz >>> py3-glob2: Checking sha512sums... glob2-0.7.tar.gz: OK >>> py3-glob2: Unpacking /var/cache/distfiles/edge/glob2-0.7.tar.gz... running build running build_py creating build creating build/lib creating build/lib/glob2 copying glob2/__init__.py -> build/lib/glob2 copying glob2/fnmatch.py -> build/lib/glob2 copying glob2/compat.py -> build/lib/glob2 copying glob2/impl.py -> build/lib/glob2 ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-glob2/src/glob2-0.7 collected 13 items test.py ............. [100%] =============================== warnings summary =============================== glob2/fnmatch.py:141 /home/buildozer/aports/testing/py3-glob2/src/glob2-0.7/glob2/fnmatch.py:141: DeprecationWarning: invalid escape sequence '\Z' return '(?ms)' + res + '\Z' test.py::TestPatterns::test /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestPatterns::test is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) test.py::TestPatterns::test /usr/lib/python3.11/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestPatterns::test is using nose-specific method: `teardown(self)` To remove this warning, rename it to `teardown_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose next(it) test.py::TestRecursive::test_recursive /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_recursive is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) test.py::TestRecursive::test_recursive /usr/lib/python3.11/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_recursive is using nose-specific method: `teardown(self)` To remove this warning, rename it to `teardown_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose next(it) test.py::TestRecursive::test_exclude_root_directory /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_exclude_root_directory is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) test.py::TestRecursive::test_exclude_root_directory /usr/lib/python3.11/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_exclude_root_directory is using nose-specific method: `teardown(self)` To remove this warning, rename it to `teardown_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose next(it) test.py::TestRecursive::test_only_directories /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_only_directories is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) test.py::TestRecursive::test_only_directories /usr/lib/python3.11/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_only_directories is using nose-specific method: `teardown(self)` To remove this warning, rename it to `teardown_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose next(it) test.py::TestRecursive::test_parent_dir /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_parent_dir is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) test.py::TestRecursive::test_parent_dir /usr/lib/python3.11/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_parent_dir is using nose-specific method: `teardown(self)` To remove this warning, rename it to `teardown_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose next(it) test.py::TestRecursive::test_fixed_basename /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_fixed_basename is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) test.py::TestRecursive::test_fixed_basename /usr/lib/python3.11/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_fixed_basename is using nose-specific method: `teardown(self)` To remove this warning, rename it to `teardown_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose next(it) test.py::TestRecursive::test_all_files /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_all_files is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) test.py::TestRecursive::test_all_files /usr/lib/python3.11/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_all_files is using nose-specific method: `teardown(self)` To remove this warning, rename it to `teardown_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose next(it) test.py::TestRecursive::test_root_directory_not_returned /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_root_directory_not_returned is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) test.py::TestRecursive::test_root_directory_not_returned /usr/lib/python3.11/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_root_directory_not_returned is using nose-specific method: `teardown(self)` To remove this warning, rename it to `teardown_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose next(it) test.py::TestRecursive::test_non_glob /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_non_glob is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) test.py::TestRecursive::test_non_glob /usr/lib/python3.11/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestRecursive::test_non_glob is using nose-specific method: `teardown(self)` To remove this warning, rename it to `teardown_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose next(it) test.py::TestIncludeHidden::test_hidden /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestIncludeHidden::test_hidden is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) test.py::TestIncludeHidden::test_hidden /usr/lib/python3.11/site-packages/_pytest/fixtures.py:918: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. test.py::TestIncludeHidden::test_hidden is using nose-specific method: `teardown(self)` To remove this warning, rename it to `teardown_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose next(it) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 13 passed, 21 warnings in 0.09s ======================== >>> py3-glob2: 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, pypa/build 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-glob2/pkg creating /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2 creating /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr creating /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib creating /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2 copying build/lib/glob2/__init__.py -> /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2 copying build/lib/glob2/fnmatch.py -> /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2 copying build/lib/glob2/compat.py -> /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2 copying build/lib/glob2/impl.py -> /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2 byte-compiling /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2/fnmatch.py to fnmatch.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2/impl.py to impl.cpython-311.pyc running install_egg_info running egg_info writing glob2.egg-info/PKG-INFO writing dependency_links to glob2.egg-info/dependency_links.txt writing top-level names to glob2.egg-info/top_level.txt reading manifest file 'glob2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'glob2.egg-info/SOURCES.txt' Copying glob2.egg-info to /home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2-0.7-py3.11.egg-info running install_scripts >>> py3-glob2-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2/usr/lib/python3.11/site-packages/glob2/__pycache__' -> '/home/buildozer/aports/testing/py3-glob2/pkg/py3-glob2-pyc/usr/lib/python3.11/site-packages/glob2/__pycache__' >>> py3-glob2-pyc*: Preparing subpackage py3-glob2-pyc... >>> py3-glob2-pyc*: Running postcheck for py3-glob2-pyc >>> py3-glob2*: Running postcheck for py3-glob2 >>> py3-glob2*: Preparing package py3-glob2... >>> py3-glob2-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-glob2-pyc*: Package size: 64.0 KB >>> py3-glob2-pyc*: Compressing data... >>> py3-glob2-pyc*: Create checksum... >>> py3-glob2-pyc*: Create py3-glob2-pyc-0.7-r5.apk >>> py3-glob2*: Tracing dependencies... python3 python3~3.11 >>> py3-glob2*: Package size: 76.0 KB >>> py3-glob2*: Compressing data... >>> py3-glob2*: Create checksum... >>> py3-glob2*: Create py3-glob2-0.7-r5.apk >>> py3-glob2: Build complete at Sun, 23 Apr 2023 18:53:49 +0000 elapsed time 0h 0m 5s >>> py3-glob2: Cleaning up srcdir >>> py3-glob2: Cleaning up pkgdir >>> py3-glob2: Uninstalling dependencies... (1/25) Purging .makedepends-py3-glob2 (20230423.185345) (2/25) Purging py3-setuptools-pyc (67.7.1-r0) (3/25) Purging py3-setuptools (67.7.1-r0) (4/25) Purging py3-pytest-pyc (7.3.1-r1) (5/25) Purging py3-pytest (7.3.1-r1) (6/25) Purging py3-iniconfig-pyc (1.1.1-r6) (7/25) Purging py3-iniconfig (1.1.1-r6) (8/25) Purging py3-packaging-pyc (23.1-r1) (9/25) Purging py3-packaging (23.1-r1) (10/25) Purging py3-parsing-pyc (3.0.9-r2) (11/25) Purging py3-parsing (3.0.9-r2) (12/25) Purging py3-pluggy-pyc (1.0.0-r3) (13/25) Purging py3-pluggy (1.0.0-r3) (14/25) Purging py3-py-pyc (1.11.0-r2) (15/25) Purging py3-py (1.11.0-r2) (16/25) Purging python3-pyc (3.11.3-r10) (17/25) Purging python3-pycache-pyc0 (3.11.3-r10) (18/25) Purging pyc (0.1-r0) (19/25) Purging python3 (3.11.3-r10) (20/25) Purging gdbm (1.23-r1) (21/25) Purging libffi (3.4.4-r2) (22/25) Purging libpanelw (6.4_p20230401-r5) (23/25) Purging mpdecimal (2.5.1-r2) (24/25) Purging readline (8.2.1-r1) (25/25) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 378 MiB in 106 packages >>> py3-glob2: Updating the testing/x86 repository index... >>> py3-glob2: Signing the index...