>>> py3-jupyter-packaging: Building community/py3-jupyter-packaging 0.12.0-r0 (using abuild 3.9.0-r0) started Sun, 17 Apr 2022 04:10:10 +0000 >>> py3-jupyter-packaging: Checking sanity of /home/buildozer/aports/community/py3-jupyter-packaging/APKBUILD... >>> py3-jupyter-packaging: Analyzing dependencies... >>> py3-jupyter-packaging: Installing for build: build-base py3-packaging py3-tomlkit py3-wheel py3-deprecation py3-setuptools py3-pytest py3-pytest-mock py3-build (1/32) Installing libffi (3.4.2-r1) (2/32) Installing gdbm (1.23-r0) (3/32) Installing mpdecimal (2.5.1-r1) (4/32) Installing readline (8.1.2-r0) (5/32) Installing sqlite-libs (3.38.2-r0) (6/32) Installing python3 (3.10.3-r0) (7/32) Installing py3-parsing (2.4.7-r3) (8/32) Installing py3-six (1.16.0-r1) (9/32) Installing py3-packaging (21.3-r0) (10/32) Installing py3-tomlkit (0.10.1-r0) (11/32) Installing py3-wheel (0.37.1-r0) (12/32) Installing py3-deprecation (2.1.0-r3) (13/32) Installing py3-appdirs (1.4.4-r3) (14/32) Installing py3-more-itertools (8.12.0-r2) (15/32) Installing py3-ordered-set (4.0.2-r3) (16/32) Installing py3-setuptools (59.4.0-r0) (17/32) Installing py3-atomicwrites (1.4.0-r2) (18/32) Installing py3-attrs (21.4.0-r0) (19/32) Installing py3-iniconfig (1.1.1-r2) (20/32) Installing py3-pluggy (0.13.1-r5) (21/32) Installing py3-py (1.10.0-r2) (22/32) Installing py3-wcwidth (0.2.5-r2) (23/32) Installing py3-toml (0.10.2-r3) (24/32) Installing py3-pygments (2.11.2-r0) (25/32) Installing py3-pytest (6.2.5-r2) (26/32) Installing py3-pbr (5.8.1-r0) (27/32) Installing py3-mock (4.0.3-r2) (28/32) Installing py3-pytest-mock (3.5.1-r2) (29/32) Installing py3-tomli (2.0.1-r1) (30/32) Installing py3-pep517 (0.12.0-r1) (31/32) Installing py3-build (0.7.0-r2) (32/32) Installing .makedepends-py3-jupyter-packaging (20220417.041011) Executing busybox-1.35.0-r8.trigger OK: 366 MiB in 130 packages >>> py3-jupyter-packaging: Cleaning up srcdir >>> py3-jupyter-packaging: Cleaning up pkgdir >>> py3-jupyter-packaging: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-jupyter-packaging-0.12.0.tar.gz >>> py3-jupyter-packaging: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-jupyter-packaging-0.12.0.tar.gz >>> py3-jupyter-packaging: Checking sha512sums... py3-jupyter-packaging-0.12.0.tar.gz: OK >>> py3-jupyter-packaging: Unpacking /var/cache/distfiles/edge/py3-jupyter-packaging-0.12.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/tests copying tests/test_datafiles_install.py -> build/lib/tests copying tests/test_install.py -> build/lib/tests copying tests/test_utility_functions.py -> build/lib/tests copying tests/utils.py -> build/lib/tests copying tests/test_build_api.py -> build/lib/tests copying tests/test_datafiles_paths.py -> build/lib/tests copying tests/test_main.py -> build/lib/tests copying tests/test_core_functions.py -> build/lib/tests copying tests/test_is_stale.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/test_deprecated.py -> build/lib/tests creating build/lib/jupyter_packaging copying jupyter_packaging/__main__.py -> build/lib/jupyter_packaging copying jupyter_packaging/__init__.py -> build/lib/jupyter_packaging copying jupyter_packaging/setupbase.py -> build/lib/jupyter_packaging copying jupyter_packaging/build_api.py -> build/lib/jupyter_packaging running egg_info creating jupyter_packaging.egg-info writing jupyter_packaging.egg-info/PKG-INFO writing dependency_links to jupyter_packaging.egg-info/dependency_links.txt writing requirements to jupyter_packaging.egg-info/requires.txt writing top-level names to jupyter_packaging.egg-info/top_level.txt writing manifest file 'jupyter_packaging.egg-info/SOURCES.txt' reading manifest file 'jupyter_packaging.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'jupyter_packaging.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-jupyter-packaging/src/jupyter-packaging-0.12.0 plugins: mock-3.5.1 collected 66 items tests/test_build_api.py ........ [ 12%] tests/test_core_functions.py ....... [ 22%] tests/test_datafiles_install.py ssssssssss [ 37%] tests/test_datafiles_paths.py ........ [ 50%] tests/test_deprecated.py ...s.s.... [ 65%] tests/test_install.py sss [ 69%] tests/test_is_stale.py ........... [ 86%] tests/test_main.py . [ 87%] tests/test_utility_functions.py ........ [100%] =============================== warnings summary =============================== tests/test_core_functions.py::test_npm_builder_missing_yarn /home/buildozer/aports/community/py3-jupyter-packaging/src/jupyter-packaging-0.12.0/jupyter_packaging/setupbase.py:201: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead log.warn("yarn not found, ignoring yarn.lock file") tests/test_deprecated.py::test_ensure_python_310 /home/buildozer/aports/community/py3-jupyter-packaging/src/jupyter-packaging-0.12.0/tests/test_deprecated.py:79: DeprecatedWarning: ensure_python is deprecated as of 0.7 and will be removed in 1.0. Use `setuptools` `python_requires` instead pkg.ensure_python(">=3.6") tests/test_deprecated.py::test_command_for_func /home/buildozer/aports/community/py3-jupyter-packaging/src/jupyter-packaging-0.12.0/tests/test_deprecated.py:124: DeprecatedWarning: command_for_func is deprecated as of 0.8 and will be removed in 1.0. Use `BaseCommand` directly instead cmd = pkg.command_for_func(func) tests/test_deprecated.py::test_command_for_func /home/buildozer/aports/community/py3-jupyter-packaging/src/jupyter-packaging-0.12.0/jupyter_packaging/setupbase.py:498: DeprecatedWarning: update_package_data is deprecated as of 0.8 and will be removed in 1.0. Use `use_package_data=True` and `MANIFEST.in` instead update_package_data(self.distribution) tests/test_deprecated.py::test_install_npm /home/buildozer/aports/community/py3-jupyter-packaging/src/jupyter-packaging-0.12.0/tests/test_deprecated.py:130: DeprecatedWarning: install_npm is deprecated as of 0.8 and will be removed in 1.0. Use `npm_builder` and `wrap_installers` builder = pkg.install_npm() tests/test_deprecated.py::test__wrap_command /home/buildozer/aports/community/py3-jupyter-packaging/src/jupyter-packaging-0.12.0/tests/test_deprecated.py:145: DeprecatedWarning: _wrap_command is deprecated as of 0.8 and will be removed in 1.0. Use `npm_builder` and `wrap_installers` cmd = pkg._wrap_command(["js"], TestCommand) tests/test_deprecated.py::test__wrap_command /home/buildozer/aports/community/py3-jupyter-packaging/src/jupyter-packaging-0.12.0/jupyter_packaging/setupbase.py:731: DeprecatedWarning: update_package_data is deprecated as of 0.8 and will be removed in 1.0. Use `use_package_data=True` and `MANIFEST.in` instead update_package_data(self.distribution) -- Docs: https://docs.pytest.org/en/stable/warnings.html ============ 51 passed, 15 skipped, 7 warnings in 62.94s (0:01:02) ============= >>> py3-jupyter-packaging: 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 jupyter_packaging.egg-info/PKG-INFO writing dependency_links to jupyter_packaging.egg-info/dependency_links.txt writing requirements to jupyter_packaging.egg-info/requires.txt writing top-level names to jupyter_packaging.egg-info/top_level.txt reading manifest file 'jupyter_packaging.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'jupyter_packaging.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-jupyter-packaging/pkg creating /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging creating /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr creating /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib creating /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/test_datafiles_install.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/test_install.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/test_utility_functions.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests creating /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_install.cpython-310-pytest-6.2.5.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_datafiles_install.cpython-310-pytest-6.2.5.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/conftest.cpython-310-pytest-6.2.5.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_main.cpython-310-pytest-6.2.5.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_core_functions.cpython-310-pytest-6.2.5.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/utils.cpython-310.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_is_stale.cpython-310-pytest-6.2.5.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_build_api.cpython-310-pytest-6.2.5.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_utility_functions.cpython-310-pytest-6.2.5.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_datafiles_paths.cpython-310-pytest-6.2.5.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_deprecated.cpython-310-pytest-6.2.5.pyc -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/__pycache__ copying build/lib/tests/utils.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/test_build_api.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/test_datafiles_paths.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/test_main.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/test_core_functions.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/test_is_stale.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/__init__.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/conftest.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests copying build/lib/tests/test_deprecated.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests creating /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/jupyter_packaging copying build/lib/jupyter_packaging/__main__.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/jupyter_packaging copying build/lib/jupyter_packaging/__init__.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/jupyter_packaging copying build/lib/jupyter_packaging/setupbase.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/jupyter_packaging copying build/lib/jupyter_packaging/build_api.py -> /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/jupyter_packaging byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/test_datafiles_install.py to test_datafiles_install.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/test_install.py to test_install.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/test_utility_functions.py to test_utility_functions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/test_build_api.py to test_build_api.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/test_datafiles_paths.py to test_datafiles_paths.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/test_main.py to test_main.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/test_core_functions.py to test_core_functions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/test_is_stale.py to test_is_stale.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/conftest.py to conftest.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/tests/test_deprecated.py to test_deprecated.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/jupyter_packaging/__main__.py to __main__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/jupyter_packaging/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/jupyter_packaging/setupbase.py to setupbase.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/jupyter_packaging/build_api.py to build_api.cpython-310.pyc running install_egg_info Copying jupyter_packaging.egg-info to /home/buildozer/aports/community/py3-jupyter-packaging/pkg/py3-jupyter-packaging/usr/lib/python3.10/site-packages/jupyter_packaging-0.12.0-py3.10.egg-info running install_scripts >>> py3-jupyter-packaging*: Running postcheck for py3-jupyter-packaging >>> py3-jupyter-packaging*: Preparing package py3-jupyter-packaging... >>> py3-jupyter-packaging*: Tracing dependencies... >>> py3-jupyter-packaging*: Package size: 340.0 KB >>> py3-jupyter-packaging*: Compressing data... >>> py3-jupyter-packaging*: Create checksum... >>> py3-jupyter-packaging*: Create py3-jupyter-packaging-0.12.0-r0.apk >>> py3-jupyter-packaging: Build complete at Sun, 17 Apr 2022 04:11:16 +0000 elapsed time 0h 1m 6s >>> py3-jupyter-packaging: Cleaning up srcdir >>> py3-jupyter-packaging: Cleaning up pkgdir >>> py3-jupyter-packaging: Uninstalling dependencies... (1/32) Purging .makedepends-py3-jupyter-packaging (20220417.041011) (2/32) Purging py3-tomlkit (0.10.1-r0) (3/32) Purging py3-wheel (0.37.1-r0) (4/32) Purging py3-deprecation (2.1.0-r3) (5/32) Purging py3-setuptools (59.4.0-r0) (6/32) Purging py3-appdirs (1.4.4-r3) (7/32) Purging py3-ordered-set (4.0.2-r3) (8/32) Purging py3-pytest-mock (3.5.1-r2) (9/32) Purging py3-mock (4.0.3-r2) (10/32) Purging py3-pbr (5.8.1-r0) (11/32) Purging py3-pytest (6.2.5-r2) (12/32) Purging py3-atomicwrites (1.4.0-r2) (13/32) Purging py3-attrs (21.4.0-r0) (14/32) Purging py3-more-itertools (8.12.0-r2) (15/32) Purging py3-iniconfig (1.1.1-r2) (16/32) Purging py3-pluggy (0.13.1-r5) (17/32) Purging py3-py (1.10.0-r2) (18/32) Purging py3-wcwidth (0.2.5-r2) (19/32) Purging py3-toml (0.10.2-r3) (20/32) Purging py3-pygments (2.11.2-r0) (21/32) Purging py3-build (0.7.0-r2) (22/32) Purging py3-packaging (21.3-r0) (23/32) Purging py3-parsing (2.4.7-r3) (24/32) Purging py3-six (1.16.0-r1) (25/32) Purging py3-pep517 (0.12.0-r1) (26/32) Purging py3-tomli (2.0.1-r1) (27/32) Purging python3 (3.10.3-r0) (28/32) Purging libffi (3.4.2-r1) (29/32) Purging gdbm (1.23-r0) (30/32) Purging mpdecimal (2.5.1-r1) (31/32) Purging readline (8.1.2-r0) (32/32) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 300 MiB in 98 packages >>> py3-jupyter-packaging: Updating the community/armhf repository index... >>> py3-jupyter-packaging: Signing the index...