>>> py3-jupyter-packaging: Building community/py3-jupyter-packaging 0.12.0-r1 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 05:45:02 +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/26) Installing libbz2 (1.0.8-r3) (2/26) Installing libffi (3.4.4-r0) (3/26) Installing gdbm (1.23-r0) (4/26) Installing xz-libs (5.2.7-r0) (5/26) Installing mpdecimal (2.5.1-r1) (6/26) Installing readline (8.2.0-r0) (7/26) Installing sqlite-libs (3.39.4-r0) (8/26) Installing python3 (3.10.8-r3) (9/26) Installing py3-parsing (3.0.9-r0) (10/26) Installing py3-packaging (21.3-r2) (11/26) Installing py3-tomlkit (0.11.5-r0) (12/26) Installing py3-wheel (0.37.1-r1) (13/26) Installing py3-deprecation (2.1.0-r3) (14/26) Installing py3-setuptools (65.5.0-r0) (15/26) Installing py3-attrs (22.1.0-r0) (16/26) Installing py3-iniconfig (1.1.1-r3) (17/26) Installing py3-pluggy (1.0.0-r1) (18/26) Installing py3-py (1.11.0-r0) (19/26) Installing py3-tomli (2.0.1-r1) (20/26) Installing py3-pytest (7.1.3-r1) (21/26) Installing py3-pbr (5.11.0-r0) (22/26) Installing py3-mock (4.0.3-r3) (23/26) Installing py3-pytest-mock (3.9.0-r0) (24/26) Installing py3-pep517 (0.13.0-r0) (25/26) Installing py3-build (0.8.0-r1) (26/26) Installing .makedepends-py3-jupyter-packaging (20221028.054511) Executing busybox-1.35.0-r27.trigger OK: 253 MiB in 119 packages >>> py3-jupyter-packaging: Cleaning up srcdir >>> py3-jupyter-packaging: Cleaning up pkgdir >>> py3-jupyter-packaging: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-jupyter-packaging-0.12.0.tar.gz >>> py3-jupyter-packaging: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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/v3.17/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.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-jupyter-packaging/src/jupyter-packaging-0.12.0 plugins: mock-3.9.0 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/how-to/capture-warnings.html ============ 51 passed, 15 skipped, 7 warnings in 81.65s (0:01:21) ============= >>> 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' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'tests.__pycache__' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'tests.__pycache__' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'tests.__pycache__' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'tests.__pycache__' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 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__/__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__/test_is_stale.cpython-310-pytest-7.1.3.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-7.1.3.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-7.1.3.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-7.1.3.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_build_api.cpython-310-pytest-7.1.3.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-7.1.3.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-7.1.3.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-7.1.3.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-7.1.3.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_install.cpython-310-pytest-7.1.3.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: 148.0 KB >>> py3-jupyter-packaging*: Compressing data... >>> py3-jupyter-packaging*: Create checksum... >>> py3-jupyter-packaging*: Create py3-jupyter-packaging-0.12.0-r1.apk >>> py3-jupyter-packaging: Build complete at Fri, 28 Oct 2022 05:46:36 +0000 elapsed time 0h 1m 34s >>> py3-jupyter-packaging: Cleaning up srcdir >>> py3-jupyter-packaging: Cleaning up pkgdir >>> py3-jupyter-packaging: Uninstalling dependencies... (1/26) Purging .makedepends-py3-jupyter-packaging (20221028.054511) (2/26) Purging py3-tomlkit (0.11.5-r0) (3/26) Purging py3-wheel (0.37.1-r1) (4/26) Purging py3-deprecation (2.1.0-r3) (5/26) Purging py3-setuptools (65.5.0-r0) (6/26) Purging py3-pytest-mock (3.9.0-r0) (7/26) Purging py3-mock (4.0.3-r3) (8/26) Purging py3-pbr (5.11.0-r0) (9/26) Purging py3-pytest (7.1.3-r1) (10/26) Purging py3-attrs (22.1.0-r0) (11/26) Purging py3-iniconfig (1.1.1-r3) (12/26) Purging py3-pluggy (1.0.0-r1) (13/26) Purging py3-py (1.11.0-r0) (14/26) Purging py3-build (0.8.0-r1) (15/26) Purging py3-packaging (21.3-r2) (16/26) Purging py3-parsing (3.0.9-r0) (17/26) Purging py3-pep517 (0.13.0-r0) (18/26) Purging py3-tomli (2.0.1-r1) (19/26) Purging python3 (3.10.8-r3) (20/26) Purging libbz2 (1.0.8-r3) (21/26) Purging libffi (3.4.4-r0) (22/26) Purging gdbm (1.23-r0) (23/26) Purging xz-libs (5.2.7-r0) (24/26) Purging mpdecimal (2.5.1-r1) (25/26) Purging readline (8.2.0-r0) (26/26) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-jupyter-packaging: Updating the community/armv7 repository index... >>> py3-jupyter-packaging: Signing the index...