>>> py3-xdoctest: Building testing/py3-xdoctest 1.2.0-r0 (using abuild 3.14.1-r3) started Thu, 21 Nov 2024 13:30:21 +0000
>>> py3-xdoctest: Validating /home/buildozer/aports/testing/py3-xdoctest/APKBUILD...
>>> py3-xdoctest: Analyzing dependencies...
>>> py3-xdoctest: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel py3-pytest
(1/32) Installing libbz2 (1.0.8-r6)
(2/32) Installing libffi (3.4.6-r0)
(3/32) Installing gdbm (1.24-r0)
(4/32) Installing xz-libs (5.6.3-r0)
(5/32) Installing mpdecimal (4.0.0-r0)
(6/32) Installing libpanelw (6.5_p20241006-r3)
(7/32) Installing sqlite-libs (3.47.0-r0)
(8/32) Installing python3 (3.12.7-r1)
(9/32) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/32) Installing pyc (3.12.7-r1)
(11/32) Installing py3-installer-pyc (0.7.0-r2)
(12/32) Installing py3-gpep517-pyc (16-r0)
(13/32) Installing python3-pyc (3.12.7-r1)
(14/32) Installing py3-installer (0.7.0-r2)
(15/32) Installing py3-gpep517 (16-r0)
(16/32) Installing py3-parsing (3.1.4-r0)
(17/32) Installing py3-parsing-pyc (3.1.4-r0)
(18/32) Installing py3-packaging (24.2-r0)
(19/32) Installing py3-packaging-pyc (24.2-r0)
(20/32) Installing py3-setuptools (70.3.0-r0)
(21/32) Installing py3-setuptools-pyc (70.3.0-r0)
(22/32) Installing py3-wheel (0.43.0-r0)
(23/32) Installing py3-wheel-pyc (0.43.0-r0)
(24/32) Installing py3-iniconfig (2.0.0-r1)
(25/32) Installing py3-iniconfig-pyc (2.0.0-r1)
(26/32) Installing py3-pluggy (1.5.0-r0)
(27/32) Installing py3-pluggy-pyc (1.5.0-r0)
(28/32) Installing py3-py (1.11.0-r4)
(29/32) Installing py3-py-pyc (1.11.0-r4)
(30/32) Installing py3-pytest (8.3.3-r0)
(31/32) Installing py3-pytest-pyc (8.3.3-r0)
(32/32) Installing .makedepends-py3-xdoctest (20241121.133022)
Executing busybox-1.37.0-r8.trigger
OK: 450 MiB in 135 packages
>>> py3-xdoctest: Cleaning up srcdir
>>> py3-xdoctest: Cleaning up pkgdir
>>> py3-xdoctest: Cleaning up tmpdir
>>> py3-xdoctest: Fetching https://distfiles.alpinelinux.org/distfiles/edge/xdoctest-1.2.0.tar.gz
>>> py3-xdoctest: Fetching https://distfiles.alpinelinux.org/distfiles/edge/xdoctest-1.2.0.tar.gz
>>> py3-xdoctest: Checking sha512sums...
xdoctest-1.2.0.tar.gz: OK
>>> py3-xdoctest: Unpacking /var/cache/distfiles/edge/xdoctest-1.2.0.tar.gz...
2024-11-21 13:30:23,639 gpep517 INFO Building wheel via backend setuptools.build_meta
<string>:35: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
2024-11-21 13:30:23,668 root INFO running bdist_wheel
2024-11-21 13:30:23,682 root INFO running build
2024-11-21 13:30:23,682 root INFO running build_py
2024-11-21 13:30:23,684 root INFO creating build
2024-11-21 13:30:23,684 root INFO creating build/lib
2024-11-21 13:30:23,684 root INFO creating build/lib/xdoctest
2024-11-21 13:30:23,684 root INFO copying ./src/xdoctest/__init__.py -> build/lib/xdoctest
2024-11-21 13:30:23,684 root INFO copying ./src/xdoctest/core.py -> build/lib/xdoctest
2024-11-21 13:30:23,685 root INFO copying ./src/xdoctest/doctest_part.py -> build/lib/xdoctest
2024-11-21 13:30:23,685 root INFO copying ./src/xdoctest/static_analysis.py -> build/lib/xdoctest
2024-11-21 13:30:23,685 root INFO copying ./src/xdoctest/exceptions.py -> build/lib/xdoctest
2024-11-21 13:30:23,685 root INFO copying ./src/xdoctest/checker.py -> build/lib/xdoctest
2024-11-21 13:30:23,685 root INFO copying ./src/xdoctest/parser.py -> build/lib/xdoctest
2024-11-21 13:30:23,686 root INFO copying ./src/xdoctest/dynamic_analysis.py -> build/lib/xdoctest
2024-11-21 13:30:23,686 root INFO copying ./src/xdoctest/demo.py -> build/lib/xdoctest
2024-11-21 13:30:23,686 root INFO copying ./src/xdoctest/runner.py -> build/lib/xdoctest
2024-11-21 13:30:23,686 root INFO copying ./src/xdoctest/__main__.py -> build/lib/xdoctest
2024-11-21 13:30:23,686 root INFO copying ./src/xdoctest/global_state.py -> build/lib/xdoctest
2024-11-21 13:30:23,686 root INFO copying ./src/xdoctest/constants.py -> build/lib/xdoctest
2024-11-21 13:30:23,686 root INFO copying ./src/xdoctest/directive.py -> build/lib/xdoctest
2024-11-21 13:30:23,687 root INFO copying ./src/xdoctest/_tokenize.py -> build/lib/xdoctest
2024-11-21 13:30:23,687 root INFO copying ./src/xdoctest/doctest_example.py -> build/lib/xdoctest
2024-11-21 13:30:23,687 root INFO copying ./src/xdoctest/plugin.py -> build/lib/xdoctest
2024-11-21 13:30:23,687 root INFO creating build/lib/xdoctest/utils
2024-11-21 13:30:23,687 root INFO copying ./src/xdoctest/utils/__init__.py -> build/lib/xdoctest/utils
2024-11-21 13:30:23,688 root INFO copying ./src/xdoctest/utils/util_notebook.py -> build/lib/xdoctest/utils
2024-11-21 13:30:23,688 root INFO copying ./src/xdoctest/utils/util_path.py -> build/lib/xdoctest/utils
2024-11-21 13:30:23,688 root INFO copying ./src/xdoctest/utils/util_stream.py -> build/lib/xdoctest/utils
2024-11-21 13:30:23,688 root INFO copying ./src/xdoctest/utils/util_misc.py -> build/lib/xdoctest/utils
2024-11-21 13:30:23,688 root INFO copying ./src/xdoctest/utils/util_deprecation.py -> build/lib/xdoctest/utils
2024-11-21 13:30:23,688 root INFO copying ./src/xdoctest/utils/util_str.py -> build/lib/xdoctest/utils
2024-11-21 13:30:23,689 root INFO copying ./src/xdoctest/utils/util_import.py -> build/lib/xdoctest/utils
2024-11-21 13:30:23,689 root INFO copying ./src/xdoctest/utils/util_mixins.py -> build/lib/xdoctest/utils
2024-11-21 13:30:23,689 root INFO creating build/lib/xdoctest/docstr
2024-11-21 13:30:23,689 root INFO copying ./src/xdoctest/docstr/__init__.py -> build/lib/xdoctest/docstr
2024-11-21 13:30:23,689 root INFO copying ./src/xdoctest/docstr/docscrape_numpy.py -> build/lib/xdoctest/docstr
2024-11-21 13:30:23,689 root INFO copying ./src/xdoctest/docstr/docscrape_google.py -> build/lib/xdoctest/docstr
2024-11-21 13:30:23,690 root INFO copying ./src/xdoctest/demo.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,691 root INFO copying ./src/xdoctest/exceptions.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,691 root INFO copying ./src/xdoctest/global_state.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,691 root INFO copying ./src/xdoctest/checker.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,691 root INFO copying ./src/xdoctest/doctest_example.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,691 root INFO copying ./src/xdoctest/constants.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,691 root INFO copying ./src/xdoctest/dynamic_analysis.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,692 root INFO copying ./src/xdoctest/plugin.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,692 root INFO copying ./src/xdoctest/runner.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,692 root INFO copying ./src/xdoctest/directive.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,692 root INFO copying ./src/xdoctest/doctest_part.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,692 root INFO copying ./src/xdoctest/static_analysis.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,692 root INFO copying ./src/xdoctest/__main__.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,692 root INFO copying ./src/xdoctest/parser.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,693 root INFO copying ./src/xdoctest/core.pyi -> build/lib/xdoctest
2024-11-21 13:30:23,693 root INFO copying ./src/xdoctest/py.typed -> build/lib/xdoctest
2024-11-21 13:30:23,693 root INFO copying ./src/xdoctest/utils/util_mixins.pyi -> build/lib/xdoctest/utils
2024-11-21 13:30:23,693 root INFO copying ./src/xdoctest/utils/util_misc.pyi -> build/lib/xdoctest/utils
2024-11-21 13:30:23,693 root INFO copying ./src/xdoctest/utils/util_notebook.pyi -> build/lib/xdoctest/utils
2024-11-21 13:30:23,693 root INFO copying ./src/xdoctest/utils/util_str.pyi -> build/lib/xdoctest/utils
2024-11-21 13:30:23,693 root INFO copying ./src/xdoctest/utils/util_stream.pyi -> build/lib/xdoctest/utils
2024-11-21 13:30:23,694 root INFO copying ./src/xdoctest/utils/util_path.pyi -> build/lib/xdoctest/utils
2024-11-21 13:30:23,694 root INFO copying ./src/xdoctest/utils/util_import.pyi -> build/lib/xdoctest/utils
2024-11-21 13:30:23,694 root INFO copying ./src/xdoctest/utils/util_deprecation.pyi -> build/lib/xdoctest/utils
2024-11-21 13:30:23,694 root INFO copying ./src/xdoctest/docstr/docscrape_numpy.pyi -> build/lib/xdoctest/docstr
2024-11-21 13:30:23,694 root INFO copying ./src/xdoctest/docstr/docscrape_google.pyi -> build/lib/xdoctest/docstr
2024-11-21 13:30:23,699 root INFO installing to build/bdist.linux-aarch64/wheel
2024-11-21 13:30:23,699 root INFO running install
2024-11-21 13:30:23,706 root INFO running install_lib
2024-11-21 13:30:23,707 root INFO creating build/bdist.linux-aarch64
2024-11-21 13:30:23,708 root INFO creating build/bdist.linux-aarch64/wheel
2024-11-21 13:30:23,708 root INFO creating build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,708 root INFO copying build/lib/xdoctest/__init__.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,708 root INFO copying build/lib/xdoctest/core.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,708 root INFO copying build/lib/xdoctest/doctest_part.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,708 root INFO copying build/lib/xdoctest/demo.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,709 root INFO copying build/lib/xdoctest/static_analysis.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,709 root INFO copying build/lib/xdoctest/exceptions.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,709 root INFO copying build/lib/xdoctest/exceptions.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,709 root INFO copying build/lib/xdoctest/checker.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,709 root INFO copying build/lib/xdoctest/parser.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,709 root INFO copying build/lib/xdoctest/global_state.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,710 root INFO creating build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,710 root INFO copying build/lib/xdoctest/utils/__init__.py -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,710 root INFO copying build/lib/xdoctest/utils/util_mixins.pyi -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,710 root INFO copying build/lib/xdoctest/utils/util_notebook.py -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,710 root INFO copying build/lib/xdoctest/utils/util_path.py -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,710 root INFO copying build/lib/xdoctest/utils/util_stream.py -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,710 root INFO copying build/lib/xdoctest/utils/util_misc.pyi -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,710 root INFO copying build/lib/xdoctest/utils/util_misc.py -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,711 root INFO copying build/lib/xdoctest/utils/util_notebook.pyi -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,711 root INFO copying build/lib/xdoctest/utils/util_deprecation.py -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,711 root INFO copying build/lib/xdoctest/utils/util_str.pyi -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,711 root INFO copying build/lib/xdoctest/utils/util_str.py -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,711 root INFO copying build/lib/xdoctest/utils/util_stream.pyi -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,711 root INFO copying build/lib/xdoctest/utils/util_path.pyi -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,712 root INFO copying build/lib/xdoctest/utils/util_import.pyi -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,712 root INFO copying build/lib/xdoctest/utils/util_deprecation.pyi -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,712 root INFO copying build/lib/xdoctest/utils/util_import.py -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,712 root INFO copying build/lib/xdoctest/utils/util_mixins.py -> build/bdist.linux-aarch64/wheel/xdoctest/utils
2024-11-21 13:30:23,712 root INFO copying build/lib/xdoctest/checker.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,712 root INFO copying build/lib/xdoctest/dynamic_analysis.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,712 root INFO copying build/lib/xdoctest/doctest_example.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,713 root INFO copying build/lib/xdoctest/constants.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,713 root INFO copying build/lib/xdoctest/dynamic_analysis.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,713 root INFO copying build/lib/xdoctest/demo.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,713 root INFO copying build/lib/xdoctest/runner.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,713 root INFO copying build/lib/xdoctest/plugin.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,713 root INFO copying build/lib/xdoctest/__main__.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,713 root INFO copying build/lib/xdoctest/runner.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,714 root INFO copying build/lib/xdoctest/directive.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,714 root INFO copying build/lib/xdoctest/doctest_part.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,714 root INFO copying build/lib/xdoctest/py.typed -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,714 root INFO copying build/lib/xdoctest/static_analysis.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,714 root INFO copying build/lib/xdoctest/global_state.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,714 root INFO copying build/lib/xdoctest/constants.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,714 root INFO copying build/lib/xdoctest/directive.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,714 root INFO copying build/lib/xdoctest/_tokenize.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,715 root INFO copying build/lib/xdoctest/doctest_example.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,715 root INFO copying build/lib/xdoctest/__main__.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,715 root INFO copying build/lib/xdoctest/plugin.py -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,715 root INFO copying build/lib/xdoctest/parser.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,715 root INFO copying build/lib/xdoctest/core.pyi -> build/bdist.linux-aarch64/wheel/xdoctest
2024-11-21 13:30:23,715 root INFO creating build/bdist.linux-aarch64/wheel/xdoctest/docstr
2024-11-21 13:30:23,716 root INFO copying build/lib/xdoctest/docstr/__init__.py -> build/bdist.linux-aarch64/wheel/xdoctest/docstr
2024-11-21 13:30:23,716 root INFO copying build/lib/xdoctest/docstr/docscrape_numpy.py -> build/bdist.linux-aarch64/wheel/xdoctest/docstr
2024-11-21 13:30:23,716 root INFO copying build/lib/xdoctest/docstr/docscrape_numpy.pyi -> build/bdist.linux-aarch64/wheel/xdoctest/docstr
2024-11-21 13:30:23,716 root INFO copying build/lib/xdoctest/docstr/docscrape_google.py -> build/bdist.linux-aarch64/wheel/xdoctest/docstr
2024-11-21 13:30:23,716 root INFO copying build/lib/xdoctest/docstr/docscrape_google.pyi -> build/bdist.linux-aarch64/wheel/xdoctest/docstr
2024-11-21 13:30:23,716 root INFO running install_egg_info
2024-11-21 13:30:23,718 root INFO running egg_info
2024-11-21 13:30:23,719 root INFO writing ./src/xdoctest.egg-info/PKG-INFO
2024-11-21 13:30:23,743 root INFO writing dependency_links to ./src/xdoctest.egg-info/dependency_links.txt
2024-11-21 13:30:23,743 root INFO writing entry points to ./src/xdoctest.egg-info/entry_points.txt
2024-11-21 13:30:23,757 root INFO writing requirements to ./src/xdoctest.egg-info/requires.txt
2024-11-21 13:30:23,757 root INFO writing top-level names to ./src/xdoctest.egg-info/top_level.txt
2024-11-21 13:30:23,760 root INFO reading manifest file './src/xdoctest.egg-info/SOURCES.txt'
2024-11-21 13:30:23,761 root INFO reading manifest template 'MANIFEST.in'
2024-11-21 13:30:23,765 root INFO adding license file 'LICENSE'
2024-11-21 13:30:23,767 root INFO writing manifest file './src/xdoctest.egg-info/SOURCES.txt'
2024-11-21 13:30:23,767 root INFO Copying ./src/xdoctest.egg-info to build/bdist.linux-aarch64/wheel/xdoctest-1.2.0-py3.12.egg-info
2024-11-21 13:30:23,769 root INFO running install_scripts
2024-11-21 13:30:23,787 root INFO creating build/bdist.linux-aarch64/wheel/xdoctest-1.2.0.dist-info/WHEEL
2024-11-21 13:30:23,787 wheel INFO creating '/home/buildozer/aports/testing/py3-xdoctest/src/xdoctest-1.2.0/.dist/.tmp-9ihtaz36/xdoctest-1.2.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
2024-11-21 13:30:23,788 wheel INFO adding 'xdoctest/__init__.py'
2024-11-21 13:30:23,788 wheel INFO adding 'xdoctest/__main__.py'
2024-11-21 13:30:23,788 wheel INFO adding 'xdoctest/__main__.pyi'
2024-11-21 13:30:23,789 wheel INFO adding 'xdoctest/_tokenize.py'
2024-11-21 13:30:23,789 wheel INFO adding 'xdoctest/checker.py'
2024-11-21 13:30:23,789 wheel INFO adding 'xdoctest/checker.pyi'
2024-11-21 13:30:23,789 wheel INFO adding 'xdoctest/constants.py'
2024-11-21 13:30:23,789 wheel INFO adding 'xdoctest/constants.pyi'
2024-11-21 13:30:23,790 wheel INFO adding 'xdoctest/core.py'
2024-11-21 13:30:23,790 wheel INFO adding 'xdoctest/core.pyi'
2024-11-21 13:30:23,790 wheel INFO adding 'xdoctest/demo.py'
2024-11-21 13:30:23,790 wheel INFO adding 'xdoctest/demo.pyi'
2024-11-21 13:30:23,790 wheel INFO adding 'xdoctest/directive.py'
2024-11-21 13:30:23,790 wheel INFO adding 'xdoctest/directive.pyi'
2024-11-21 13:30:23,791 wheel INFO adding 'xdoctest/doctest_example.py'
2024-11-21 13:30:23,791 wheel INFO adding 'xdoctest/doctest_example.pyi'
2024-11-21 13:30:23,791 wheel INFO adding 'xdoctest/doctest_part.py'
2024-11-21 13:30:23,791 wheel INFO adding 'xdoctest/doctest_part.pyi'
2024-11-21 13:30:23,792 wheel INFO adding 'xdoctest/dynamic_analysis.py'
2024-11-21 13:30:23,792 wheel INFO adding 'xdoctest/dynamic_analysis.pyi'
2024-11-21 13:30:23,792 wheel INFO adding 'xdoctest/exceptions.py'
2024-11-21 13:30:23,792 wheel INFO adding 'xdoctest/exceptions.pyi'
2024-11-21 13:30:23,792 wheel INFO adding 'xdoctest/global_state.py'
2024-11-21 13:30:23,792 wheel INFO adding 'xdoctest/global_state.pyi'
2024-11-21 13:30:23,792 wheel INFO adding 'xdoctest/parser.py'
2024-11-21 13:30:23,793 wheel INFO adding 'xdoctest/parser.pyi'
2024-11-21 13:30:23,793 wheel INFO adding 'xdoctest/plugin.py'
2024-11-21 13:30:23,793 wheel INFO adding 'xdoctest/plugin.pyi'
2024-11-21 13:30:23,793 wheel INFO adding 'xdoctest/py.typed'
2024-11-21 13:30:23,793 wheel INFO adding 'xdoctest/runner.py'
2024-11-21 13:30:23,794 wheel INFO adding 'xdoctest/runner.pyi'
2024-11-21 13:30:23,794 wheel INFO adding 'xdoctest/static_analysis.py'
2024-11-21 13:30:23,794 wheel INFO adding 'xdoctest/static_analysis.pyi'
2024-11-21 13:30:23,794 wheel INFO adding 'xdoctest/docstr/__init__.py'
2024-11-21 13:30:23,794 wheel INFO adding 'xdoctest/docstr/docscrape_google.py'
2024-11-21 13:30:23,795 wheel INFO adding 'xdoctest/docstr/docscrape_google.pyi'
2024-11-21 13:30:23,795 wheel INFO adding 'xdoctest/docstr/docscrape_numpy.py'
2024-11-21 13:30:23,795 wheel INFO adding 'xdoctest/docstr/docscrape_numpy.pyi'
2024-11-21 13:30:23,795 wheel INFO adding 'xdoctest/utils/__init__.py'
2024-11-21 13:30:23,795 wheel INFO adding 'xdoctest/utils/util_deprecation.py'
2024-11-21 13:30:23,795 wheel INFO adding 'xdoctest/utils/util_deprecation.pyi'
2024-11-21 13:30:23,796 wheel INFO adding 'xdoctest/utils/util_import.py'
2024-11-21 13:30:23,796 wheel INFO adding 'xdoctest/utils/util_import.pyi'
2024-11-21 13:30:23,796 wheel INFO adding 'xdoctest/utils/util_misc.py'
2024-11-21 13:30:23,796 wheel INFO adding 'xdoctest/utils/util_misc.pyi'
2024-11-21 13:30:23,796 wheel INFO adding 'xdoctest/utils/util_mixins.py'
2024-11-21 13:30:23,796 wheel INFO adding 'xdoctest/utils/util_mixins.pyi'
2024-11-21 13:30:23,797 wheel INFO adding 'xdoctest/utils/util_notebook.py'
2024-11-21 13:30:23,797 wheel INFO adding 'xdoctest/utils/util_notebook.pyi'
2024-11-21 13:30:23,797 wheel INFO adding 'xdoctest/utils/util_path.py'
2024-11-21 13:30:23,797 wheel INFO adding 'xdoctest/utils/util_path.pyi'
2024-11-21 13:30:23,797 wheel INFO adding 'xdoctest/utils/util_str.py'
2024-11-21 13:30:23,797 wheel INFO adding 'xdoctest/utils/util_str.pyi'
2024-11-21 13:30:23,797 wheel INFO adding 'xdoctest/utils/util_stream.py'
2024-11-21 13:30:23,798 wheel INFO adding 'xdoctest/utils/util_stream.pyi'
2024-11-21 13:30:23,798 wheel INFO adding 'xdoctest-1.2.0.dist-info/LICENSE'
2024-11-21 13:30:23,798 wheel INFO adding 'xdoctest-1.2.0.dist-info/METADATA'
2024-11-21 13:30:23,798 wheel INFO adding 'xdoctest-1.2.0.dist-info/WHEEL'
2024-11-21 13:30:23,798 wheel INFO adding 'xdoctest-1.2.0.dist-info/entry_points.txt'
2024-11-21 13:30:23,798 wheel INFO adding 'xdoctest-1.2.0.dist-info/top_level.txt'
2024-11-21 13:30:23,799 wheel INFO adding 'xdoctest-1.2.0.dist-info/RECORD'
2024-11-21 13:30:23,799 root INFO removing build/bdist.linux-aarch64/wheel
2024-11-21 13:30:23,800 gpep517 INFO The backend produced .dist/xdoctest-1.2.0-py3-none-any.whl
xdoctest-1.2.0-py3-none-any.whl
============================= test session starts ==============================
platform linux -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0
rootdir: /home/buildozer/aports/testing/py3-xdoctest/src/xdoctest-1.2.0
configfile: pytest.ini
plugins: xdoctest-1.2.0
collected 324 items / 2 deselected / 322 selected

src/xdoctest/__init__.py .                                               [  0%]
src/xdoctest/checker.py ....                                             [  1%]
src/xdoctest/constants.py .                                              [  1%]
src/xdoctest/core.py ....                                                [  3%]
src/xdoctest/demo.py ..s.s                                               [  4%]
src/xdoctest/directive.py ........                                       [  7%]
src/xdoctest/docstr/docscrape_google.py .....                            [  8%]
src/xdoctest/doctest_example.py ....                                     [  9%]
src/xdoctest/doctest_part.py ...                                         [ 10%]
src/xdoctest/dynamic_analysis.py .....                                   [ 12%]
src/xdoctest/parser.py ........                                          [ 14%]
src/xdoctest/runner.py ..s                                               [ 15%]
src/xdoctest/static_analysis.py ............                             [ 19%]
src/xdoctest/utils/util_deprecation.py .                                 [ 19%]
src/xdoctest/utils/util_import.py .s.sss.....                            [ 23%]
src/xdoctest/utils/util_misc.py ..                                       [ 23%]
src/xdoctest/utils/util_mixins.py .                                      [ 24%]
src/xdoctest/utils/util_notebook.py sss                                  [ 25%]
src/xdoctest/utils/util_path.py .                                        [ 25%]
src/xdoctest/utils/util_str.py .......                                   [ 27%]
src/xdoctest/utils/util_stream.py ....                                   [ 28%]
tests/test_binary_ext.py s                                               [ 29%]
tests/test_cases.py ...                                                  [ 30%]
tests/test_checker.py .....                                              [ 31%]
tests/test_core.py ...............                                       [ 36%]
tests/test_directive.py ....                                             [ 37%]
tests/test_doctest_example.py .........s.......                          [ 42%]
tests/test_dynamic.py ..........                                         [ 45%]
tests/test_entry_point.py .                                              [ 46%]
tests/test_errors.py ....                                                [ 47%]
tests/test_import.py .                                                   [ 47%]
tests/test_limitations.py .                                              [ 48%]
tests/test_notebook.py ss                                                [ 48%]
tests/test_parser.py ..................................                  [ 59%]
tests/test_plugin.py .................s..................ssssss......... [ 75%]
...............................ssssssss........                          [ 89%]
tests/test_preimport.py .                                                [ 90%]
tests/test_pytest_cli.py ........                                        [ 92%]
tests/test_runner.py ............                                        [ 96%]
tests/test_static.py ...                                                 [ 97%]
tests/test_traceback.py .........                                        [100%]

=============================== warnings summary ===============================
tests/test_cases.py: 8 warnings
tests/test_doctest_example.py: 1 warning
tests/test_errors.py: 5 warnings
tests/test_limitations.py: 2 warnings
tests/test_runner.py: 3 warnings
tests/test_traceback.py: 10 warnings
  /home/buildozer/aports/testing/py3-xdoctest/src/xdoctest-1.2.0/.testenv/lib/python3.12/site-packages/xdoctest/utils/util_str.py:116: UserWarning: pygments is not installed, text will not be colored
    warnings.warn('pygments is not installed, text will not be colored')

tests/test_cases.py: 5 warnings
tests/test_doctest_example.py: 1 warning
tests/test_errors.py: 3 warnings
tests/test_limitations.py: 1 warning
tests/test_traceback.py: 5 warnings
  /home/buildozer/aports/testing/py3-xdoctest/src/xdoctest-1.2.0/.testenv/lib/python3.12/site-packages/xdoctest/utils/util_str.py:236: UserWarning: pygments is not installed, code will not be highlighted
    warnings.warn('pygments is not installed, code will not be highlighted')

tests/test_runner.py::test_dump
  /home/buildozer/aports/testing/py3-xdoctest/src/xdoctest-1.2.0/.testenv/lib/python3.12/site-packages/xdoctest/runner.py:463: UserWarning: Unable to check for undefined names without pyflakes
    warnings.warn('Unable to check for undefined names without pyflakes')

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
========== 293 passed, 29 skipped, 2 deselected, 45 warnings in 8.44s ==========
>>> py3-xdoctest: Entering fakeroot...
>>> py3-xdoctest*: Running postcheck for py3-xdoctest
>>> WARNING: py3-xdoctest*: Found __pycache__ but package name doesn't end with -pyc
>>> py3-xdoctest*: Preparing package py3-xdoctest...
>>> py3-xdoctest*: Tracing dependencies...
	python3~3.12
>>> py3-xdoctest*: Package size: 953.3 KB
>>> py3-xdoctest*: Compressing data...
>>> py3-xdoctest*: Create checksum...
>>> py3-xdoctest*: Create py3-xdoctest-1.2.0-r0.apk
>>> py3-xdoctest: Build complete at Thu, 21 Nov 2024 13:30:33 +0000 elapsed time 0h 0m 12s
>>> py3-xdoctest: Cleaning up srcdir
>>> py3-xdoctest: Cleaning up pkgdir
>>> py3-xdoctest: Uninstalling dependencies...
(1/32) Purging .makedepends-py3-xdoctest (20241121.133022)
(2/32) Purging py3-gpep517-pyc (16-r0)
(3/32) Purging py3-gpep517 (16-r0)
(4/32) Purging py3-installer-pyc (0.7.0-r2)
(5/32) Purging py3-installer (0.7.0-r2)
(6/32) Purging py3-setuptools-pyc (70.3.0-r0)
(7/32) Purging py3-setuptools (70.3.0-r0)
(8/32) Purging py3-wheel-pyc (0.43.0-r0)
(9/32) Purging py3-wheel (0.43.0-r0)
(10/32) Purging py3-pytest-pyc (8.3.3-r0)
(11/32) Purging py3-pytest (8.3.3-r0)
(12/32) Purging py3-iniconfig-pyc (2.0.0-r1)
(13/32) Purging py3-iniconfig (2.0.0-r1)
(14/32) Purging py3-packaging-pyc (24.2-r0)
(15/32) Purging py3-packaging (24.2-r0)
(16/32) Purging py3-parsing-pyc (3.1.4-r0)
(17/32) Purging py3-parsing (3.1.4-r0)
(18/32) Purging py3-pluggy-pyc (1.5.0-r0)
(19/32) Purging py3-pluggy (1.5.0-r0)
(20/32) Purging py3-py-pyc (1.11.0-r4)
(21/32) Purging py3-py (1.11.0-r4)
(22/32) Purging python3-pyc (3.12.7-r1)
(23/32) Purging python3-pycache-pyc0 (3.12.7-r1)
(24/32) Purging pyc (3.12.7-r1)
(25/32) Purging python3 (3.12.7-r1)
(26/32) Purging gdbm (1.24-r0)
(27/32) Purging libbz2 (1.0.8-r6)
(28/32) Purging libffi (3.4.6-r0)
(29/32) Purging libpanelw (6.5_p20241006-r3)
(30/32) Purging mpdecimal (4.0.0-r0)
(31/32) Purging sqlite-libs (3.47.0-r0)
(32/32) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r8.trigger
OK: 397 MiB in 103 packages
>>> py3-xdoctest: Updating the testing/aarch64 repository index...
>>> py3-xdoctest: Signing the index...