>>> py3-deprecated: Building community/py3-deprecated 1.2.14-r1 (using abuild 3.12.0-r0) started Sun, 29 Oct 2023 00:35:26 +0000 >>> py3-deprecated: Checking sanity of /home/buildozer/aports/community/py3-deprecated/APKBUILD... >>> py3-deprecated: Analyzing dependencies... >>> py3-deprecated: Installing for build: build-base python3 py3-wrapt<2 py3-setuptools py3-pytest py3-pytest-cov (1/33) Installing libbz2 (1.0.8-r6) (2/33) Installing libffi (3.4.4-r3) (3/33) Installing gdbm (1.23-r1) (4/33) Installing xz-libs (5.4.4-r0) (5/33) Installing mpdecimal (2.5.1-r2) (6/33) Installing libpanelw (6.4_p20231007-r0) (7/33) Installing readline (8.2.1-r2) (8/33) Installing sqlite-libs (3.43.2-r0) (9/33) Installing python3 (3.11.6-r1) (10/33) Installing python3-pycache-pyc0 (3.11.6-r1) (11/33) Installing pyc (3.11.6-r1) (12/33) Installing python3-pyc (3.11.6-r1) (13/33) Installing py3-wrapt (1.15.0-r1) (14/33) Installing py3-wrapt-pyc (1.15.0-r1) (15/33) Installing py3-parsing (3.1.1-r0) (16/33) Installing py3-parsing-pyc (3.1.1-r0) (17/33) Installing py3-packaging (23.2-r0) (18/33) Installing py3-packaging-pyc (23.2-r0) (19/33) Installing py3-setuptools (68.2.2-r0) (20/33) Installing py3-setuptools-pyc (68.2.2-r0) (21/33) Installing py3-iniconfig (1.1.1-r6) (22/33) Installing py3-iniconfig-pyc (1.1.1-r6) (23/33) Installing py3-pluggy (1.3.0-r0) (24/33) Installing py3-pluggy-pyc (1.3.0-r0) (25/33) Installing py3-py (1.11.0-r2) (26/33) Installing py3-py-pyc (1.11.0-r2) (27/33) Installing py3-pytest (7.4.3-r0) (28/33) Installing py3-pytest-pyc (7.4.3-r0) (29/33) Installing py3-coverage (6.5.0-r5) (30/33) Installing py3-coverage-pyc (6.5.0-r5) (31/33) Installing py3-pytest-cov (4.1.0-r0) (32/33) Installing py3-pytest-cov-pyc (4.1.0-r0) (33/33) Installing .makedepends-py3-deprecated (20231029.003535) Executing busybox-1.36.1-r13.trigger OK: 528 MiB in 140 packages >>> py3-deprecated: Cleaning up srcdir >>> py3-deprecated: Cleaning up pkgdir >>> py3-deprecated: Cleaning up tmpdir >>> py3-deprecated: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/py3-deprecated-1.2.14.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 2901k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2901k 100 2901k 0 0 4612k 0 --:--:-- --:--:-- --:--:-- 4613k >>> py3-deprecated: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/py3-deprecated-1.2.14.tar.gz >>> py3-deprecated: Checking sha512sums... py3-deprecated-1.2.14.tar.gz: OK >>> py3-deprecated: Unpacking /var/cache/distfiles/v3.19/py3-deprecated-1.2.14.tar.gz... running build running build_py creating build creating build/lib creating build/lib/deprecated copying deprecated/__init__.py -> build/lib/deprecated copying deprecated/sphinx.py -> build/lib/deprecated copying deprecated/classic.py -> build/lib/deprecated running egg_info creating Deprecated.egg-info writing Deprecated.egg-info/PKG-INFO writing dependency_links to Deprecated.egg-info/dependency_links.txt writing requirements to Deprecated.egg-info/requires.txt writing top-level names to Deprecated.egg-info/top_level.txt writing manifest file 'Deprecated.egg-info/SOURCES.txt' reading manifest file 'Deprecated.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.coveragerc' warning: no files found matching '*.yaml' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.dylib' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'Deprecated.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0 rootdir: /home/buildozer/aports/community/py3-deprecated/src/deprecated-1.2.14 configfile: setup.cfg plugins: cov-4.1.0 collected 171 items tests/test.py .. [ 1%] tests/test_deprecated.py ......................................... [ 25%] tests/test_deprecated_class.py ....... [ 29%] tests/test_deprecated_metaclass.py .... [ 31%] tests/test_sphinx.py ................................................... [ 61%] ........................................... [ 86%] tests/test_sphinx_adapter.py ............ [ 93%] tests/test_sphinx_class.py ....... [ 97%] tests/test_sphinx_metaclass.py .... [100%] =============================== warnings summary =============================== tests/test.py:2 /home/buildozer/aports/community/py3-deprecated/src/deprecated-1.2.14/tests/test.py:2: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources tests/test_deprecated_class.py::test_simple_class_deprecation_with_args /home/buildozer/aports/community/py3-deprecated/src/deprecated-1.2.14/tests/test_deprecated_class.py:148: DeprecationWarning: Call to deprecated class MyClass. (kwargs class) MyClass(5) tests/test_sphinx_class.py::test_isinstance_deprecated /home/buildozer/aports/community/py3-deprecated/src/deprecated-1.2.14/tests/test_sphinx_class.py:134: DeprecationWarning: Call to deprecated class DeprecatedChildCls. (some reason) -- Deprecated since version Y.Z. instance = DeprecatedChildCls() tests/test_sphinx_class.py::test_isinstance_deprecated /home/buildozer/aports/community/py3-deprecated/src/deprecated-1.2.14/deprecated/classic.py:173: DeprecationWarning: Call to deprecated class DeprecatedCls. (some reason) -- Deprecated since version X.Y. return old_new1(cls, *args, **kwargs) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 171 passed, 4 warnings in 0.86s ======================== >>> py3-deprecated: 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/community/py3-deprecated/pkg creating /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated creating /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr creating /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib creating /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11/site-packages/deprecated copying build/lib/deprecated/__init__.py -> /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11/site-packages/deprecated copying build/lib/deprecated/sphinx.py -> /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11/site-packages/deprecated copying build/lib/deprecated/classic.py -> /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11/site-packages/deprecated byte-compiling /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11/site-packages/deprecated/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11/site-packages/deprecated/sphinx.py to sphinx.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11/site-packages/deprecated/classic.py to classic.cpython-311.pyc running install_egg_info running egg_info writing Deprecated.egg-info/PKG-INFO writing dependency_links to Deprecated.egg-info/dependency_links.txt writing requirements to Deprecated.egg-info/requires.txt writing top-level names to Deprecated.egg-info/top_level.txt reading manifest file 'Deprecated.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.coveragerc' warning: no files found matching '*.yaml' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.dylib' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'Deprecated.egg-info/SOURCES.txt' Copying Deprecated.egg-info to /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11/site-packages/Deprecated-1.2.14-py3.11.egg-info running install_scripts >>> py3-deprecated-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.11/site-packages/deprecated/__pycache__' -> '/home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated-pyc/usr/lib/python3.11/site-packages/deprecated/__pycache__' >>> py3-deprecated-pyc*: Preparing subpackage py3-deprecated-pyc... >>> py3-deprecated-pyc*: Running postcheck for py3-deprecated-pyc >>> py3-deprecated*: Running postcheck for py3-deprecated >>> py3-deprecated*: Preparing package py3-deprecated... >>> py3-deprecated-pyc*: Tracing dependencies... python3 py3-wrapt<2 python3~3.11 >>> py3-deprecated-pyc*: Package size: 56.0 KB >>> py3-deprecated-pyc*: Compressing data... >>> py3-deprecated-pyc*: Create checksum... >>> py3-deprecated-pyc*: Create py3-deprecated-pyc-1.2.14-r1.apk >>> py3-deprecated*: Tracing dependencies... python3 py3-wrapt<2 python3~3.11 >>> py3-deprecated*: Package size: 84.0 KB >>> py3-deprecated*: Compressing data... >>> py3-deprecated*: Create checksum... >>> py3-deprecated*: Create py3-deprecated-1.2.14-r1.apk >>> py3-deprecated: Build complete at Sun, 29 Oct 2023 00:35:42 +0000 elapsed time 0h 0m 16s >>> py3-deprecated: Cleaning up srcdir >>> py3-deprecated: Cleaning up pkgdir >>> py3-deprecated: Uninstalling dependencies... (1/33) Purging .makedepends-py3-deprecated (20231029.003535) (2/33) Purging py3-wrapt-pyc (1.15.0-r1) (3/33) Purging py3-wrapt (1.15.0-r1) (4/33) Purging py3-setuptools-pyc (68.2.2-r0) (5/33) Purging py3-setuptools (68.2.2-r0) (6/33) Purging py3-pytest-cov-pyc (4.1.0-r0) (7/33) Purging py3-pytest-cov (4.1.0-r0) (8/33) Purging py3-pytest-pyc (7.4.3-r0) (9/33) Purging py3-pytest (7.4.3-r0) (10/33) Purging py3-iniconfig-pyc (1.1.1-r6) (11/33) Purging py3-iniconfig (1.1.1-r6) (12/33) Purging py3-packaging-pyc (23.2-r0) (13/33) Purging py3-packaging (23.2-r0) (14/33) Purging py3-parsing-pyc (3.1.1-r0) (15/33) Purging py3-parsing (3.1.1-r0) (16/33) Purging py3-pluggy-pyc (1.3.0-r0) (17/33) Purging py3-pluggy (1.3.0-r0) (18/33) Purging py3-py-pyc (1.11.0-r2) (19/33) Purging py3-py (1.11.0-r2) (20/33) Purging py3-coverage-pyc (6.5.0-r5) (21/33) Purging py3-coverage (6.5.0-r5) (22/33) Purging python3-pyc (3.11.6-r1) (23/33) Purging python3-pycache-pyc0 (3.11.6-r1) (24/33) Purging pyc (3.11.6-r1) (25/33) Purging python3 (3.11.6-r1) (26/33) Purging gdbm (1.23-r1) (27/33) Purging libbz2 (1.0.8-r6) (28/33) Purging libffi (3.4.4-r3) (29/33) Purging libpanelw (6.4_p20231007-r0) (30/33) Purging mpdecimal (2.5.1-r2) (31/33) Purging readline (8.2.1-r2) (32/33) Purging sqlite-libs (3.43.2-r0) (33/33) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 472 MiB in 107 packages >>> py3-deprecated: Updating the community/x86_64 repository index... >>> py3-deprecated: Signing the index...