>>> py3-deprecated: Building community/py3-deprecated 1.2.13-r0 (using abuild 3.9.0_rc2-r1) started Sun, 17 Oct 2021 20:24:08 +0000 >>> py3-deprecated: Checking sanity of /home/buildozer/aports/community/py3-deprecated/APKBUILD... >>> WARNING: py3-deprecated: No maintainer >>> py3-deprecated: Analyzing dependencies... >>> py3-deprecated: Installing for build: build-base python3 py3-wrapt<2 py3-setuptools py3-pytest py3-pytest-cov (1/27) Installing libbz2 (1.0.8-r1) (2/27) Installing libffi (3.4.2-r1) (3/27) Installing gdbm (1.20-r2) (4/27) Installing xz-libs (5.2.5-r0) (5/27) Installing mpdecimal (2.5.1-r1) (6/27) Installing readline (8.1.1-r0) (7/27) Installing sqlite-libs (3.36.0-r0) (8/27) Installing python3 (3.9.7-r3) (9/27) Installing py3-wrapt (1.12.1-r1) (10/27) Installing py3-ordered-set (4.0.2-r2) (11/27) Installing py3-appdirs (1.4.4-r2) (12/27) Installing py3-parsing (2.4.7-r2) (13/27) Installing py3-six (1.15.0-r1) (14/27) Installing py3-packaging (20.9-r1) (15/27) Installing py3-setuptools (52.0.0-r4) (16/27) Installing py3-atomicwrites (1.4.0-r1) (17/27) Installing py3-attrs (20.3.0-r1) (18/27) Installing py3-more-itertools (8.10.0-r0) (19/27) Installing py3-iniconfig (1.1.1-r1) (20/27) Installing py3-pluggy (0.13.1-r4) (21/27) Installing py3-py (1.10.0-r1) (22/27) Installing py3-wcwidth (0.2.5-r1) (23/27) Installing py3-toml (0.10.2-r2) (24/27) Installing py3-pytest (6.2.5-r0) (25/27) Installing py3-coverage (5.5-r0) (26/27) Installing py3-pytest-cov (2.12.1-r0) (27/27) Installing .makedepends-py3-deprecated (20211017.202410) Executing busybox-1.34.1-r1.trigger OK: 373 MiB in 116 packages >>> py3-deprecated: Cleaning up srcdir >>> py3-deprecated: Cleaning up pkgdir >>> py3-deprecated: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-deprecated-1.2.13.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 curl: (22) The requested URL returned error: 404 >>> py3-deprecated: Fetching py3-deprecated-1.2.13.tar.gz::https://github.com/tantale/deprecated/archive/v1.2.13.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 127 100 127 0 0 626 0 --:--:-- --:--:-- --:--:-- 628 100 2901k 0 2901k 0 0 5257k 0 --:--:-- --:--:-- --:--:-- 5257k >>> py3-deprecated: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-deprecated-1.2.13.tar.gz >>> py3-deprecated: Checking sha512sums... py3-deprecated-1.2.13.tar.gz: OK >>> py3-deprecated: Unpacking /var/cache/distfiles/v3.15/py3-deprecated-1.2.13.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 writing manifest file 'Deprecated.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-deprecated/src/deprecated-1.2.13, configfile: setup.cfg plugins: cov-2.12.1 collected 159 items tests/test.py .. [ 1%] tests/test_deprecated.py ......................................... [ 27%] tests/test_deprecated_class.py ....... [ 31%] tests/test_deprecated_metaclass.py .... [ 33%] tests/test_sphinx.py ................................................... [ 66%] ............................... [ 85%] tests/test_sphinx_adapter.py ............ [ 93%] tests/test_sphinx_class.py ....... [ 97%] tests/test_sphinx_metaclass.py .... [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.9/site-packages/packaging/version.py:127: 152 warnings /usr/lib/python3.9/site-packages/packaging/version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release warnings.warn( tests/test_deprecated_class.py::test_simple_class_deprecation_with_args /home/buildozer/aports/community/py3-deprecated/src/deprecated-1.2.13/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.13/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.13/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/warnings.html ====================== 159 passed, 155 warnings in 0.81s ======================= >>> py3-deprecated: Entering fakeroot... running install running build running build_py 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 writing manifest file 'Deprecated.egg-info/SOURCES.txt' 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.9 creating /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.9/site-packages/deprecated copying build/lib/deprecated/__init__.py -> /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.9/site-packages/deprecated copying build/lib/deprecated/sphinx.py -> /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.9/site-packages/deprecated copying build/lib/deprecated/classic.py -> /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.9/site-packages/deprecated byte-compiling /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.9/site-packages/deprecated/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.9/site-packages/deprecated/sphinx.py to sphinx.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.9/site-packages/deprecated/classic.py to classic.cpython-39.pyc running install_egg_info Copying Deprecated.egg-info to /home/buildozer/aports/community/py3-deprecated/pkg/py3-deprecated/usr/lib/python3.9/site-packages/Deprecated-1.2.13-py3.9.egg-info running install_scripts >>> py3-deprecated*: Running postcheck for py3-deprecated >>> py3-deprecated*: Preparing package py3-deprecated... >>> py3-deprecated*: Tracing dependencies... >>> py3-deprecated*: Package size: 116.0 KB >>> py3-deprecated*: Compressing data... >>> py3-deprecated*: Create checksum... >>> py3-deprecated*: Create py3-deprecated-1.2.13-r0.apk >>> py3-deprecated: Build complete at Sun, 17 Oct 2021 20:24:15 +0000 elapsed time 0h 0m 7s >>> py3-deprecated: Cleaning up srcdir >>> py3-deprecated: Cleaning up pkgdir >>> py3-deprecated: Uninstalling dependencies... (1/27) Purging .makedepends-py3-deprecated (20211017.202410) (2/27) Purging py3-wrapt (1.12.1-r1) (3/27) Purging py3-setuptools (52.0.0-r4) (4/27) Purging py3-ordered-set (4.0.2-r2) (5/27) Purging py3-appdirs (1.4.4-r2) (6/27) Purging py3-pytest-cov (2.12.1-r0) (7/27) Purging py3-pytest (6.2.5-r0) (8/27) Purging py3-atomicwrites (1.4.0-r1) (9/27) Purging py3-attrs (20.3.0-r1) (10/27) Purging py3-more-itertools (8.10.0-r0) (11/27) Purging py3-iniconfig (1.1.1-r1) (12/27) Purging py3-pluggy (0.13.1-r4) (13/27) Purging py3-py (1.10.0-r1) (14/27) Purging py3-wcwidth (0.2.5-r1) (15/27) Purging py3-packaging (20.9-r1) (16/27) Purging py3-parsing (2.4.7-r2) (17/27) Purging py3-six (1.15.0-r1) (18/27) Purging py3-toml (0.10.2-r2) (19/27) Purging python3 (3.9.7-r3) (20/27) Purging py3-coverage (5.5-r0) (21/27) Purging libbz2 (1.0.8-r1) (22/27) Purging libffi (3.4.2-r1) (23/27) Purging gdbm (1.20-r2) (24/27) Purging xz-libs (5.2.5-r0) (25/27) Purging mpdecimal (2.5.1-r1) (26/27) Purging readline (8.1.1-r0) (27/27) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-deprecated: Updating the community/x86 repository index... >>> py3-deprecated: Signing the index...