>>> py3-testtools: Building main/py3-testtools 2.6.0-r2 (using abuild 3.12.0-r0) started Sat, 28 Oct 2023 22:07:41 +0000 >>> py3-testtools: Checking sanity of /home/buildozer/aports/main/py3-testtools/APKBUILD... >>> py3-testtools: Analyzing dependencies... >>> py3-testtools: Installing for build: build-base python3 py3-pbr py3-fixtures py3-gpep517 py3-setuptools py3-wheel (1/27) Installing libffi (3.4.4-r3) (2/27) Installing gdbm (1.23-r1) (3/27) Installing mpdecimal (2.5.1-r2) (4/27) Installing libpanelw (6.4_p20231007-r0) (5/27) Installing readline (8.2.1-r2) (6/27) Installing sqlite-libs (3.43.2-r0) (7/27) Installing python3 (3.11.6-r1) (8/27) Installing python3-pycache-pyc0 (3.11.6-r1) (9/27) Installing pyc (3.11.6-r1) (10/27) Installing python3-pyc (3.11.6-r1) (11/27) Installing py3-parsing (3.1.1-r0) (12/27) Installing py3-parsing-pyc (3.1.1-r0) (13/27) Installing py3-packaging (23.2-r0) (14/27) Installing py3-packaging-pyc (23.2-r0) (15/27) Installing py3-setuptools (68.2.2-r0) (16/27) Installing py3-setuptools-pyc (68.2.2-r0) (17/27) Installing py3-pbr (5.11.1-r4) (18/27) Installing py3-pbr-pyc (5.11.1-r4) (19/27) Installing py3-fixtures (4.1.0-r1) (20/27) Installing py3-fixtures-pyc (4.1.0-r1) (21/27) Installing py3-installer (0.7.0-r1) (22/27) Installing py3-installer-pyc (0.7.0-r1) (23/27) Installing py3-gpep517 (15-r0) (24/27) Installing py3-gpep517-pyc (15-r0) (25/27) Installing py3-wheel (0.41.2-r0) (26/27) Installing py3-wheel-pyc (0.41.2-r0) (27/27) Installing .makedepends-py3-testtools (20231028.220742) Executing busybox-1.36.1-r13.trigger OK: 321 MiB in 134 packages >>> py3-testtools: Cleaning up srcdir >>> py3-testtools: Cleaning up pkgdir >>> py3-testtools: Cleaning up tmpdir >>> py3-testtools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/testtools-2.6.0.tar.gz >>> py3-testtools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/testtools-2.6.0.tar.gz >>> py3-testtools: Checking sha512sums... testtools-2.6.0.tar.gz: OK >>> py3-testtools: Unpacking /var/cache/distfiles/testtools-2.6.0.tar.gz... 2023-10-28 22:07:43,599 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.11/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) 2023-10-28 22:07:43,835 root INFO running bdist_wheel 2023-10-28 22:07:43,845 root INFO running build 2023-10-28 22:07:43,845 root INFO running build_py 2023-10-28 22:07:43,848 root INFO creating build 2023-10-28 22:07:43,849 root INFO creating build/lib 2023-10-28 22:07:43,849 root INFO creating build/lib/testtools 2023-10-28 22:07:43,849 root INFO creating build/lib/testtools/matchers 2023-10-28 22:07:43,849 root INFO copying testtools/matchers/_warnings.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,849 root INFO copying testtools/matchers/_dict.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,849 root INFO copying testtools/matchers/_exception.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,850 root INFO copying testtools/matchers/_basic.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,850 root INFO copying testtools/matchers/_higherorder.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,850 root INFO copying testtools/matchers/_doctest.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,850 root INFO copying testtools/matchers/_impl.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,851 root INFO copying testtools/matchers/_datastructures.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,851 root INFO copying testtools/matchers/_filesystem.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,851 root INFO copying testtools/matchers/__init__.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,851 root INFO copying testtools/matchers/_const.py -> build/lib/testtools/matchers 2023-10-28 22:07:43,852 root INFO creating build/lib/testtools/twistedsupport 2023-10-28 22:07:43,852 root INFO copying testtools/twistedsupport/_matchers.py -> build/lib/testtools/twistedsupport 2023-10-28 22:07:43,852 root INFO copying testtools/twistedsupport/_spinner.py -> build/lib/testtools/twistedsupport 2023-10-28 22:07:43,852 root INFO copying testtools/twistedsupport/_deferred.py -> build/lib/testtools/twistedsupport 2023-10-28 22:07:43,852 root INFO copying testtools/twistedsupport/_runtest.py -> build/lib/testtools/twistedsupport 2023-10-28 22:07:43,853 root INFO copying testtools/twistedsupport/__init__.py -> build/lib/testtools/twistedsupport 2023-10-28 22:07:43,853 root INFO copying testtools/twistedsupport/_deferreddebug.py -> build/lib/testtools/twistedsupport 2023-10-28 22:07:43,853 root INFO creating build/lib/testtools/tests 2023-10-28 22:07:43,853 root INFO creating build/lib/testtools/tests/twistedsupport 2023-10-28 22:07:43,853 root INFO copying testtools/tests/twistedsupport/test_spinner.py -> build/lib/testtools/tests/twistedsupport 2023-10-28 22:07:43,854 root INFO copying testtools/tests/twistedsupport/_helpers.py -> build/lib/testtools/tests/twistedsupport 2023-10-28 22:07:43,854 root INFO copying testtools/tests/twistedsupport/test_runtest.py -> build/lib/testtools/tests/twistedsupport 2023-10-28 22:07:43,854 root INFO copying testtools/tests/twistedsupport/test_deferred.py -> build/lib/testtools/tests/twistedsupport 2023-10-28 22:07:43,854 root INFO copying testtools/tests/twistedsupport/test_matchers.py -> build/lib/testtools/tests/twistedsupport 2023-10-28 22:07:43,854 root INFO copying testtools/tests/twistedsupport/__init__.py -> build/lib/testtools/tests/twistedsupport 2023-10-28 22:07:43,855 root INFO copying testtools/runtest.py -> build/lib/testtools 2023-10-28 22:07:43,855 root INFO copying testtools/testsuite.py -> build/lib/testtools 2023-10-28 22:07:43,855 root INFO copying testtools/content_type.py -> build/lib/testtools 2023-10-28 22:07:43,856 root INFO copying testtools/monkey.py -> build/lib/testtools 2023-10-28 22:07:43,856 root INFO copying testtools/tags.py -> build/lib/testtools 2023-10-28 22:07:43,856 root INFO copying testtools/content.py -> build/lib/testtools 2023-10-28 22:07:43,856 root INFO copying testtools/distutilscmd.py -> build/lib/testtools 2023-10-28 22:07:43,856 root INFO copying testtools/utils.py -> build/lib/testtools 2023-10-28 22:07:43,857 root INFO copying testtools/helpers.py -> build/lib/testtools 2023-10-28 22:07:43,857 root INFO copying testtools/assertions.py -> build/lib/testtools 2023-10-28 22:07:43,857 root INFO copying testtools/deferredruntest.py -> build/lib/testtools 2023-10-28 22:07:43,857 root INFO copying testtools/run.py -> build/lib/testtools 2023-10-28 22:07:43,857 root INFO copying testtools/testcase.py -> build/lib/testtools 2023-10-28 22:07:43,858 root INFO copying testtools/__init__.py -> build/lib/testtools 2023-10-28 22:07:43,858 root INFO copying testtools/compat.py -> build/lib/testtools 2023-10-28 22:07:43,858 root INFO creating build/lib/testtools/testresult 2023-10-28 22:07:43,858 root INFO copying testtools/testresult/real.py -> build/lib/testtools/testresult 2023-10-28 22:07:43,859 root INFO copying testtools/testresult/doubles.py -> build/lib/testtools/testresult 2023-10-28 22:07:43,859 root INFO copying testtools/testresult/__init__.py -> build/lib/testtools/testresult 2023-10-28 22:07:43,859 root INFO copying testtools/tests/test_run.py -> build/lib/testtools/tests 2023-10-28 22:07:43,860 root INFO copying testtools/tests/samplecases.py -> build/lib/testtools/tests 2023-10-28 22:07:43,860 root INFO copying testtools/tests/test_with_with.py -> build/lib/testtools/tests 2023-10-28 22:07:43,860 root INFO copying testtools/tests/test_runtest.py -> build/lib/testtools/tests 2023-10-28 22:07:43,860 root INFO copying testtools/tests/test_content_type.py -> build/lib/testtools/tests 2023-10-28 22:07:43,860 root INFO copying testtools/tests/test_testsuite.py -> build/lib/testtools/tests 2023-10-28 22:07:43,861 root INFO copying testtools/tests/test_fixturesupport.py -> build/lib/testtools/tests 2023-10-28 22:07:43,861 root INFO copying testtools/tests/test_assert_that.py -> build/lib/testtools/tests 2023-10-28 22:07:43,861 root INFO copying testtools/tests/helpers.py -> build/lib/testtools/tests 2023-10-28 22:07:43,861 root INFO copying testtools/tests/test_testresult.py -> build/lib/testtools/tests 2023-10-28 22:07:43,862 root INFO copying testtools/tests/test_compat.py -> build/lib/testtools/tests 2023-10-28 22:07:43,862 root INFO copying testtools/tests/test_distutilscmd.py -> build/lib/testtools/tests 2023-10-28 22:07:43,862 root INFO copying testtools/tests/__init__.py -> build/lib/testtools/tests 2023-10-28 22:07:43,862 root INFO copying testtools/tests/test_monkey.py -> build/lib/testtools/tests 2023-10-28 22:07:43,862 root INFO copying testtools/tests/test_testcase.py -> build/lib/testtools/tests 2023-10-28 22:07:43,863 root INFO copying testtools/tests/test_content.py -> build/lib/testtools/tests 2023-10-28 22:07:43,863 root INFO copying testtools/tests/test_tags.py -> build/lib/testtools/tests 2023-10-28 22:07:43,863 root INFO copying testtools/tests/test_helpers.py -> build/lib/testtools/tests 2023-10-28 22:07:43,864 root INFO creating build/lib/testtools/tests/matchers 2023-10-28 22:07:43,864 root INFO copying testtools/tests/matchers/test_impl.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,864 root INFO copying testtools/tests/matchers/test_basic.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,864 root INFO copying testtools/tests/matchers/test_exception.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,864 root INFO copying testtools/tests/matchers/test_dict.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,865 root INFO copying testtools/tests/matchers/test_filesystem.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,865 root INFO copying testtools/tests/matchers/test_doctest.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,865 root INFO copying testtools/tests/matchers/helpers.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,865 root INFO copying testtools/tests/matchers/test_higherorder.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,865 root INFO copying testtools/tests/matchers/test_datastructures.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,866 root INFO copying testtools/tests/matchers/test_warnings.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,866 root INFO copying testtools/tests/matchers/__init__.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,866 root INFO copying testtools/tests/matchers/test_const.py -> build/lib/testtools/tests/matchers 2023-10-28 22:07:43,866 root INFO running egg_info 2023-10-28 22:07:43,868 root INFO writing testtools.egg-info/PKG-INFO 2023-10-28 22:07:43,869 root INFO writing dependency_links to testtools.egg-info/dependency_links.txt 2023-10-28 22:07:43,870 root INFO writing requirements to testtools.egg-info/requires.txt 2023-10-28 22:07:43,870 root INFO writing top-level names to testtools.egg-info/top_level.txt 2023-10-28 22:07:43,874 root INFO [pbr] Reusing existing SOURCES.txt 2023-10-28 22:07:43,879 wheel INFO installing to build/bdist.linux-ppc64le/wheel 2023-10-28 22:07:43,879 root INFO running install 2023-10-28 22:07:43,900 root INFO [pbr] Generating AUTHORS 2023-10-28 22:07:43,902 root INFO [pbr] AUTHORS complete (0.0s) 2023-10-28 22:07:43,902 root INFO running install_lib 2023-10-28 22:07:43,905 root INFO creating build/bdist.linux-ppc64le 2023-10-28 22:07:43,905 root INFO creating build/bdist.linux-ppc64le/wheel 2023-10-28 22:07:43,905 root INFO creating build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,905 root INFO copying build/lib/testtools/runtest.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,906 root INFO creating build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,906 root INFO copying build/lib/testtools/matchers/_warnings.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,906 root INFO copying build/lib/testtools/matchers/_dict.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,906 root INFO copying build/lib/testtools/matchers/_exception.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,906 root INFO copying build/lib/testtools/matchers/_basic.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,907 root INFO copying build/lib/testtools/matchers/_higherorder.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,907 root INFO copying build/lib/testtools/matchers/_doctest.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,907 root INFO copying build/lib/testtools/matchers/_impl.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,907 root INFO copying build/lib/testtools/matchers/_datastructures.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,908 root INFO copying build/lib/testtools/matchers/_filesystem.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,908 root INFO copying build/lib/testtools/matchers/__init__.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,908 root INFO copying build/lib/testtools/matchers/_const.py -> build/bdist.linux-ppc64le/wheel/testtools/matchers 2023-10-28 22:07:43,908 root INFO copying build/lib/testtools/testsuite.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,908 root INFO creating build/bdist.linux-ppc64le/wheel/testtools/twistedsupport 2023-10-28 22:07:43,909 root INFO copying build/lib/testtools/twistedsupport/_matchers.py -> build/bdist.linux-ppc64le/wheel/testtools/twistedsupport 2023-10-28 22:07:43,909 root INFO copying build/lib/testtools/twistedsupport/_spinner.py -> build/bdist.linux-ppc64le/wheel/testtools/twistedsupport 2023-10-28 22:07:43,909 root INFO copying build/lib/testtools/twistedsupport/_deferred.py -> build/bdist.linux-ppc64le/wheel/testtools/twistedsupport 2023-10-28 22:07:43,909 root INFO copying build/lib/testtools/twistedsupport/_runtest.py -> build/bdist.linux-ppc64le/wheel/testtools/twistedsupport 2023-10-28 22:07:43,909 root INFO copying build/lib/testtools/twistedsupport/__init__.py -> build/bdist.linux-ppc64le/wheel/testtools/twistedsupport 2023-10-28 22:07:43,910 root INFO copying build/lib/testtools/twistedsupport/_deferreddebug.py -> build/bdist.linux-ppc64le/wheel/testtools/twistedsupport 2023-10-28 22:07:43,910 root INFO copying build/lib/testtools/content_type.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,910 root INFO copying build/lib/testtools/monkey.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,910 root INFO creating build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,911 root INFO copying build/lib/testtools/tests/test_run.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,911 root INFO creating build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,911 root INFO copying build/lib/testtools/tests/matchers/test_impl.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,911 root INFO copying build/lib/testtools/tests/matchers/test_basic.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,911 root INFO copying build/lib/testtools/tests/matchers/test_exception.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,912 root INFO copying build/lib/testtools/tests/matchers/test_dict.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,912 root INFO copying build/lib/testtools/tests/matchers/test_filesystem.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,912 root INFO copying build/lib/testtools/tests/matchers/test_doctest.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,912 root INFO copying build/lib/testtools/tests/matchers/helpers.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,912 root INFO copying build/lib/testtools/tests/matchers/test_higherorder.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,913 root INFO copying build/lib/testtools/tests/matchers/test_datastructures.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,913 root INFO copying build/lib/testtools/tests/matchers/test_warnings.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,913 root INFO copying build/lib/testtools/tests/matchers/__init__.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,913 root INFO copying build/lib/testtools/tests/matchers/test_const.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/matchers 2023-10-28 22:07:43,914 root INFO copying build/lib/testtools/tests/samplecases.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,914 root INFO copying build/lib/testtools/tests/test_with_with.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,914 root INFO creating build/bdist.linux-ppc64le/wheel/testtools/tests/twistedsupport 2023-10-28 22:07:43,914 root INFO copying build/lib/testtools/tests/twistedsupport/test_spinner.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/twistedsupport 2023-10-28 22:07:43,914 root INFO copying build/lib/testtools/tests/twistedsupport/_helpers.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/twistedsupport 2023-10-28 22:07:43,915 root INFO copying build/lib/testtools/tests/twistedsupport/test_runtest.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/twistedsupport 2023-10-28 22:07:43,915 root INFO copying build/lib/testtools/tests/twistedsupport/test_deferred.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/twistedsupport 2023-10-28 22:07:43,915 root INFO copying build/lib/testtools/tests/twistedsupport/test_matchers.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/twistedsupport 2023-10-28 22:07:43,915 root INFO copying build/lib/testtools/tests/twistedsupport/__init__.py -> build/bdist.linux-ppc64le/wheel/testtools/tests/twistedsupport 2023-10-28 22:07:43,915 root INFO copying build/lib/testtools/tests/test_runtest.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,916 root INFO copying build/lib/testtools/tests/test_content_type.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,916 root INFO copying build/lib/testtools/tests/test_testsuite.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,916 root INFO copying build/lib/testtools/tests/test_fixturesupport.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,916 root INFO copying build/lib/testtools/tests/test_assert_that.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,917 root INFO copying build/lib/testtools/tests/helpers.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,917 root INFO copying build/lib/testtools/tests/test_testresult.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,917 root INFO copying build/lib/testtools/tests/test_compat.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,917 root INFO copying build/lib/testtools/tests/test_distutilscmd.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,918 root INFO copying build/lib/testtools/tests/__init__.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,918 root INFO copying build/lib/testtools/tests/test_monkey.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,918 root INFO copying build/lib/testtools/tests/test_testcase.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,918 root INFO copying build/lib/testtools/tests/test_content.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,918 root INFO copying build/lib/testtools/tests/test_tags.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,919 root INFO copying build/lib/testtools/tests/test_helpers.py -> build/bdist.linux-ppc64le/wheel/testtools/tests 2023-10-28 22:07:43,919 root INFO copying build/lib/testtools/tags.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,919 root INFO copying build/lib/testtools/content.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,919 root INFO creating build/bdist.linux-ppc64le/wheel/testtools/testresult 2023-10-28 22:07:43,920 root INFO copying build/lib/testtools/testresult/real.py -> build/bdist.linux-ppc64le/wheel/testtools/testresult 2023-10-28 22:07:43,920 root INFO copying build/lib/testtools/testresult/doubles.py -> build/bdist.linux-ppc64le/wheel/testtools/testresult 2023-10-28 22:07:43,920 root INFO copying build/lib/testtools/testresult/__init__.py -> build/bdist.linux-ppc64le/wheel/testtools/testresult 2023-10-28 22:07:43,920 root INFO copying build/lib/testtools/distutilscmd.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,920 root INFO copying build/lib/testtools/utils.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,921 root INFO copying build/lib/testtools/helpers.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,921 root INFO copying build/lib/testtools/assertions.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,921 root INFO copying build/lib/testtools/deferredruntest.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,921 root INFO copying build/lib/testtools/run.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,922 root INFO copying build/lib/testtools/testcase.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,922 root INFO copying build/lib/testtools/__init__.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,922 root INFO copying build/lib/testtools/compat.py -> build/bdist.linux-ppc64le/wheel/testtools 2023-10-28 22:07:43,922 root INFO running install_egg_info 2023-10-28 22:07:43,924 root INFO Copying testtools.egg-info to build/bdist.linux-ppc64le/wheel/testtools-2.6.0-py3.11.egg-info 2023-10-28 22:07:43,926 root INFO running install_scripts 2023-10-28 22:07:43,930 wheel INFO creating build/bdist.linux-ppc64le/wheel/testtools-2.6.0.dist-info/WHEEL 2023-10-28 22:07:43,930 wheel INFO creating '/home/buildozer/aports/main/py3-testtools/src/testtools-2.6.0/.dist/.tmp-36sw__hc/testtools-2.6.0-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2023-10-28 22:07:43,930 wheel INFO adding 'testtools/__init__.py' 2023-10-28 22:07:43,931 wheel INFO adding 'testtools/assertions.py' 2023-10-28 22:07:43,931 wheel INFO adding 'testtools/compat.py' 2023-10-28 22:07:43,931 wheel INFO adding 'testtools/content.py' 2023-10-28 22:07:43,932 wheel INFO adding 'testtools/content_type.py' 2023-10-28 22:07:43,932 wheel INFO adding 'testtools/deferredruntest.py' 2023-10-28 22:07:43,932 wheel INFO adding 'testtools/distutilscmd.py' 2023-10-28 22:07:43,932 wheel INFO adding 'testtools/helpers.py' 2023-10-28 22:07:43,933 wheel INFO adding 'testtools/monkey.py' 2023-10-28 22:07:43,933 wheel INFO adding 'testtools/run.py' 2023-10-28 22:07:43,933 wheel INFO adding 'testtools/runtest.py' 2023-10-28 22:07:43,933 wheel INFO adding 'testtools/tags.py' 2023-10-28 22:07:43,933 wheel INFO adding 'testtools/testcase.py' 2023-10-28 22:07:43,934 wheel INFO adding 'testtools/testsuite.py' 2023-10-28 22:07:43,934 wheel INFO adding 'testtools/utils.py' 2023-10-28 22:07:43,934 wheel INFO adding 'testtools/matchers/__init__.py' 2023-10-28 22:07:43,935 wheel INFO adding 'testtools/matchers/_basic.py' 2023-10-28 22:07:43,935 wheel INFO adding 'testtools/matchers/_const.py' 2023-10-28 22:07:43,935 wheel INFO adding 'testtools/matchers/_datastructures.py' 2023-10-28 22:07:43,935 wheel INFO adding 'testtools/matchers/_dict.py' 2023-10-28 22:07:43,936 wheel INFO adding 'testtools/matchers/_doctest.py' 2023-10-28 22:07:43,936 wheel INFO adding 'testtools/matchers/_exception.py' 2023-10-28 22:07:43,936 wheel INFO adding 'testtools/matchers/_filesystem.py' 2023-10-28 22:07:43,936 wheel INFO adding 'testtools/matchers/_higherorder.py' 2023-10-28 22:07:43,936 wheel INFO adding 'testtools/matchers/_impl.py' 2023-10-28 22:07:43,937 wheel INFO adding 'testtools/matchers/_warnings.py' 2023-10-28 22:07:43,937 wheel INFO adding 'testtools/testresult/__init__.py' 2023-10-28 22:07:43,937 wheel INFO adding 'testtools/testresult/doubles.py' 2023-10-28 22:07:43,937 wheel INFO adding 'testtools/testresult/real.py' 2023-10-28 22:07:43,938 wheel INFO adding 'testtools/tests/__init__.py' 2023-10-28 22:07:43,938 wheel INFO adding 'testtools/tests/helpers.py' 2023-10-28 22:07:43,938 wheel INFO adding 'testtools/tests/samplecases.py' 2023-10-28 22:07:43,939 wheel INFO adding 'testtools/tests/test_assert_that.py' 2023-10-28 22:07:43,939 wheel INFO adding 'testtools/tests/test_compat.py' 2023-10-28 22:07:43,939 wheel INFO adding 'testtools/tests/test_content.py' 2023-10-28 22:07:43,939 wheel INFO adding 'testtools/tests/test_content_type.py' 2023-10-28 22:07:43,940 wheel INFO adding 'testtools/tests/test_distutilscmd.py' 2023-10-28 22:07:43,940 wheel INFO adding 'testtools/tests/test_fixturesupport.py' 2023-10-28 22:07:43,940 wheel INFO adding 'testtools/tests/test_helpers.py' 2023-10-28 22:07:43,940 wheel INFO adding 'testtools/tests/test_monkey.py' 2023-10-28 22:07:43,941 wheel INFO adding 'testtools/tests/test_run.py' 2023-10-28 22:07:43,941 wheel INFO adding 'testtools/tests/test_runtest.py' 2023-10-28 22:07:43,941 wheel INFO adding 'testtools/tests/test_tags.py' 2023-10-28 22:07:43,941 wheel INFO adding 'testtools/tests/test_testcase.py' 2023-10-28 22:07:43,942 wheel INFO adding 'testtools/tests/test_testresult.py' 2023-10-28 22:07:43,943 wheel INFO adding 'testtools/tests/test_testsuite.py' 2023-10-28 22:07:43,943 wheel INFO adding 'testtools/tests/test_with_with.py' 2023-10-28 22:07:43,943 wheel INFO adding 'testtools/tests/matchers/__init__.py' 2023-10-28 22:07:43,943 wheel INFO adding 'testtools/tests/matchers/helpers.py' 2023-10-28 22:07:43,943 wheel INFO adding 'testtools/tests/matchers/test_basic.py' 2023-10-28 22:07:43,944 wheel INFO adding 'testtools/tests/matchers/test_const.py' 2023-10-28 22:07:43,944 wheel INFO adding 'testtools/tests/matchers/test_datastructures.py' 2023-10-28 22:07:43,944 wheel INFO adding 'testtools/tests/matchers/test_dict.py' 2023-10-28 22:07:43,944 wheel INFO adding 'testtools/tests/matchers/test_doctest.py' 2023-10-28 22:07:43,945 wheel INFO adding 'testtools/tests/matchers/test_exception.py' 2023-10-28 22:07:43,945 wheel INFO adding 'testtools/tests/matchers/test_filesystem.py' 2023-10-28 22:07:43,945 wheel INFO adding 'testtools/tests/matchers/test_higherorder.py' 2023-10-28 22:07:43,945 wheel INFO adding 'testtools/tests/matchers/test_impl.py' 2023-10-28 22:07:43,946 wheel INFO adding 'testtools/tests/matchers/test_warnings.py' 2023-10-28 22:07:43,946 wheel INFO adding 'testtools/tests/twistedsupport/__init__.py' 2023-10-28 22:07:43,946 wheel INFO adding 'testtools/tests/twistedsupport/_helpers.py' 2023-10-28 22:07:43,946 wheel INFO adding 'testtools/tests/twistedsupport/test_deferred.py' 2023-10-28 22:07:43,946 wheel INFO adding 'testtools/tests/twistedsupport/test_matchers.py' 2023-10-28 22:07:43,948 wheel INFO adding 'testtools/tests/twistedsupport/test_runtest.py' 2023-10-28 22:07:43,948 wheel INFO adding 'testtools/tests/twistedsupport/test_spinner.py' 2023-10-28 22:07:43,948 wheel INFO adding 'testtools/twistedsupport/__init__.py' 2023-10-28 22:07:43,949 wheel INFO adding 'testtools/twistedsupport/_deferred.py' 2023-10-28 22:07:43,949 wheel INFO adding 'testtools/twistedsupport/_deferreddebug.py' 2023-10-28 22:07:43,949 wheel INFO adding 'testtools/twistedsupport/_matchers.py' 2023-10-28 22:07:43,949 wheel INFO adding 'testtools/twistedsupport/_runtest.py' 2023-10-28 22:07:43,950 wheel INFO adding 'testtools/twistedsupport/_spinner.py' 2023-10-28 22:07:43,950 wheel INFO adding 'testtools-2.6.0.dist-info/AUTHORS' 2023-10-28 22:07:43,950 wheel INFO adding 'testtools-2.6.0.dist-info/LICENSE' 2023-10-28 22:07:43,951 wheel INFO adding 'testtools-2.6.0.dist-info/METADATA' 2023-10-28 22:07:43,951 wheel INFO adding 'testtools-2.6.0.dist-info/WHEEL' 2023-10-28 22:07:43,951 wheel INFO adding 'testtools-2.6.0.dist-info/pbr.json' 2023-10-28 22:07:43,951 wheel INFO adding 'testtools-2.6.0.dist-info/top_level.txt' 2023-10-28 22:07:43,952 wheel INFO adding 'testtools-2.6.0.dist-info/RECORD' 2023-10-28 22:07:43,952 wheel INFO removing build/bdist.linux-ppc64le/wheel 2023-10-28 22:07:43,956 gpep517 INFO The backend produced .dist/testtools-2.6.0-py3-none-any.whl testtools-2.6.0-py3-none-any.whl >>> py3-testtools: Entering fakeroot... >>> py3-testtools-pyc*: Running split function pyc... '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools/usr/lib/python3.11/site-packages/testtools/matchers/__pycache__' -> '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools-pyc/usr/lib/python3.11/site-packages/testtools/matchers/__pycache__' '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools/usr/lib/python3.11/site-packages/testtools/twistedsupport/__pycache__' -> '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools-pyc/usr/lib/python3.11/site-packages/testtools/twistedsupport/__pycache__' '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools/usr/lib/python3.11/site-packages/testtools/tests/matchers/__pycache__' -> '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools-pyc/usr/lib/python3.11/site-packages/testtools/tests/matchers/__pycache__' '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools/usr/lib/python3.11/site-packages/testtools/tests/twistedsupport/__pycache__' -> '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools-pyc/usr/lib/python3.11/site-packages/testtools/tests/twistedsupport/__pycache__' '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools/usr/lib/python3.11/site-packages/testtools/tests/__pycache__' -> '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools-pyc/usr/lib/python3.11/site-packages/testtools/tests/__pycache__' '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools/usr/lib/python3.11/site-packages/testtools/testresult/__pycache__' -> '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools-pyc/usr/lib/python3.11/site-packages/testtools/testresult/__pycache__' '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools/usr/lib/python3.11/site-packages/testtools/__pycache__' -> '/home/buildozer/aports/main/py3-testtools/pkg/py3-testtools-pyc/usr/lib/python3.11/site-packages/testtools/__pycache__' >>> py3-testtools-pyc*: Preparing subpackage py3-testtools-pyc... >>> py3-testtools-pyc*: Running postcheck for py3-testtools-pyc >>> py3-testtools*: Running postcheck for py3-testtools >>> py3-testtools*: Preparing package py3-testtools... >>> py3-testtools-pyc*: Tracing dependencies... python3 py3-pbr py3-fixtures python3~3.11 >>> py3-testtools-pyc*: Package size: 1.4 MB >>> py3-testtools-pyc*: Compressing data... >>> py3-testtools-pyc*: Create checksum... >>> py3-testtools-pyc*: Create py3-testtools-pyc-2.6.0-r2.apk >>> py3-testtools*: Tracing dependencies... python3 py3-pbr py3-fixtures python3~3.11 >>> py3-testtools*: Package size: 916.0 KB >>> py3-testtools*: Compressing data... >>> py3-testtools*: Create checksum... >>> py3-testtools*: Create py3-testtools-2.6.0-r2.apk >>> py3-testtools: Build complete at Sat, 28 Oct 2023 22:07:44 +0000 elapsed time 0h 0m 3s >>> py3-testtools: Cleaning up srcdir >>> py3-testtools: Cleaning up pkgdir >>> py3-testtools: Uninstalling dependencies... (1/27) Purging .makedepends-py3-testtools (20231028.220742) (2/27) Purging py3-fixtures-pyc (4.1.0-r1) (3/27) Purging py3-fixtures (4.1.0-r1) (4/27) Purging py3-pbr-pyc (5.11.1-r4) (5/27) Purging py3-pbr (5.11.1-r4) (6/27) Purging py3-gpep517-pyc (15-r0) (7/27) Purging py3-gpep517 (15-r0) (8/27) Purging py3-installer-pyc (0.7.0-r1) (9/27) Purging py3-installer (0.7.0-r1) (10/27) Purging py3-setuptools-pyc (68.2.2-r0) (11/27) Purging py3-setuptools (68.2.2-r0) (12/27) Purging py3-wheel-pyc (0.41.2-r0) (13/27) Purging py3-wheel (0.41.2-r0) (14/27) Purging py3-packaging-pyc (23.2-r0) (15/27) Purging py3-packaging (23.2-r0) (16/27) Purging py3-parsing-pyc (3.1.1-r0) (17/27) Purging py3-parsing (3.1.1-r0) (18/27) Purging python3-pyc (3.11.6-r1) (19/27) Purging python3-pycache-pyc0 (3.11.6-r1) (20/27) Purging pyc (3.11.6-r1) (21/27) Purging python3 (3.11.6-r1) (22/27) Purging gdbm (1.23-r1) (23/27) Purging libffi (3.4.4-r3) (24/27) Purging libpanelw (6.4_p20231007-r0) (25/27) Purging mpdecimal (2.5.1-r2) (26/27) Purging readline (8.2.1-r2) (27/27) Purging sqlite-libs (3.43.2-r0) Executing busybox-1.36.1-r13.trigger OK: 265 MiB in 107 packages >>> py3-testtools: Updating the main/ppc64le repository index... >>> py3-testtools: Signing the index...