>>> crossplane: Building testing/crossplane 0.5.8-r1 (using abuild 3.11.0_rc13-r0) started Sun, 23 Apr 2023 18:27:17 +0000 >>> crossplane: Checking sanity of /home/buildozer/aports/testing/crossplane/APKBUILD... >>> crossplane: Analyzing dependencies... >>> crossplane: Installing for build: build-base python3 py3-setuptools (1/19) Installing libbz2 (1.0.8-r5) (2/19) Installing libffi (3.4.4-r2) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.4.2-r1) (5/19) Installing mpdecimal (2.5.1-r2) (6/19) Installing libpanelw (6.4_p20230401-r5) (7/19) Installing readline (8.2.1-r1) (8/19) Installing sqlite-libs (3.41.2-r2) (9/19) Installing python3 (3.11.3-r10) (10/19) Installing python3-pycache-pyc0 (3.11.3-r10) (11/19) Installing pyc (0.1-r0) (12/19) Installing python3-pyc (3.11.3-r10) (13/19) Installing py3-parsing (3.0.9-r2) (14/19) Installing py3-parsing-pyc (3.0.9-r2) (15/19) Installing py3-packaging (23.1-r1) (16/19) Installing py3-packaging-pyc (23.1-r1) (17/19) Installing py3-setuptools (67.7.1-r0) (18/19) Installing py3-setuptools-pyc (67.7.1-r0) (19/19) Installing .makedepends-crossplane (20230423.182718) Executing busybox-1.36.0-r7.trigger OK: 373 MiB in 118 packages >>> crossplane: Cleaning up srcdir >>> crossplane: Cleaning up pkgdir >>> crossplane: Fetching https://distfiles.alpinelinux.org/distfiles/edge/crossplane-0.5.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40346 100 40346 0 0 346k 0 --:--:-- --:--:-- --:--:-- 348k >>> crossplane: Fetching https://distfiles.alpinelinux.org/distfiles/edge/crossplane-0.5.8.tar.gz >>> crossplane: Checking sha512sums... crossplane-0.5.8.tar.gz: OK >>> crossplane: Unpacking /var/cache/distfiles/edge/crossplane-0.5.8.tar.gz... running build running build_py creating build creating build/lib creating build/lib/crossplane copying crossplane/__init__.py -> build/lib/crossplane copying crossplane/formatter.py -> build/lib/crossplane copying crossplane/parser.py -> build/lib/crossplane copying crossplane/analyzer.py -> build/lib/crossplane copying crossplane/__main__.py -> build/lib/crossplane copying crossplane/lexer.py -> build/lib/crossplane copying crossplane/errors.py -> build/lib/crossplane copying crossplane/compat.py -> build/lib/crossplane copying crossplane/builder.py -> build/lib/crossplane creating build/lib/crossplane/ext copying crossplane/ext/__init__.py -> build/lib/crossplane/ext copying crossplane/ext/abstract.py -> build/lib/crossplane/ext copying crossplane/ext/lua.py -> build/lib/crossplane/ext running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing crossplane.egg-info/PKG-INFO writing dependency_links to crossplane.egg-info/dependency_links.txt writing entry points to crossplane.egg-info/entry_points.txt writing top-level names to crossplane.egg-info/top_level.txt reading manifest file 'crossplane.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' adding license file 'NOTICE' adding license file 'AUTHORS.rst' writing manifest file 'crossplane.egg-info/SOURCES.txt' running build_ext ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK >>> crossplane: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/crossplane/pkg creating /home/buildozer/aports/testing/crossplane/pkg/crossplane creating /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr creating /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib creating /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11 creating /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane copying build/lib/crossplane/__init__.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane copying build/lib/crossplane/formatter.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane copying build/lib/crossplane/parser.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane copying build/lib/crossplane/analyzer.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane copying build/lib/crossplane/__main__.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane copying build/lib/crossplane/lexer.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane copying build/lib/crossplane/errors.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane creating /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/ext copying build/lib/crossplane/ext/__init__.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/ext copying build/lib/crossplane/ext/abstract.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/ext copying build/lib/crossplane/ext/lua.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/ext copying build/lib/crossplane/compat.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane copying build/lib/crossplane/builder.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/formatter.py to formatter.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/parser.py to parser.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/analyzer.py to analyzer.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/lexer.py to lexer.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/ext/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/ext/abstract.py to abstract.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/ext/lua.py to lua.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/builder.py to builder.cpython-311.pyc running install_egg_info running egg_info writing crossplane.egg-info/PKG-INFO writing dependency_links to crossplane.egg-info/dependency_links.txt writing entry points to crossplane.egg-info/entry_points.txt writing top-level names to crossplane.egg-info/top_level.txt reading manifest file 'crossplane.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' adding license file 'NOTICE' adding license file 'AUTHORS.rst' writing manifest file 'crossplane.egg-info/SOURCES.txt' Copying crossplane.egg-info to /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane-0.5.8-py3.11.egg-info running install_scripts Installing crossplane script to /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/bin >>> crossplane-pyc*: Running split function pyc... '/home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/__pycache__' -> '/home/buildozer/aports/testing/crossplane/pkg/crossplane-pyc/usr/lib/python3.11/site-packages/crossplane/__pycache__' '/home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.11/site-packages/crossplane/ext/__pycache__' -> '/home/buildozer/aports/testing/crossplane/pkg/crossplane-pyc/usr/lib/python3.11/site-packages/crossplane/ext/__pycache__' >>> crossplane-pyc*: Preparing subpackage crossplane-pyc... >>> crossplane-pyc*: Running postcheck for crossplane-pyc >>> crossplane*: Running postcheck for crossplane >>> crossplane*: Preparing package crossplane... >>> crossplane-pyc*: Tracing dependencies... python3 python3~3.11 >>> crossplane-pyc*: Package size: 172.0 KB >>> crossplane-pyc*: Compressing data... >>> crossplane-pyc*: Create checksum... >>> crossplane-pyc*: Create crossplane-pyc-0.5.8-r1.apk >>> crossplane*: Tracing dependencies... python3 python3~3.11 >>> crossplane*: Package size: 228.0 KB >>> crossplane*: Compressing data... >>> crossplane*: Create checksum... >>> crossplane*: Create crossplane-0.5.8-r1.apk >>> crossplane: Build complete at Sun, 23 Apr 2023 18:27:22 +0000 elapsed time 0h 0m 4s >>> crossplane: Cleaning up srcdir >>> crossplane: Cleaning up pkgdir >>> crossplane: Uninstalling dependencies... (1/19) Purging .makedepends-crossplane (20230423.182718) (2/19) Purging py3-setuptools-pyc (67.7.1-r0) (3/19) Purging py3-setuptools (67.7.1-r0) (4/19) Purging py3-packaging-pyc (23.1-r1) (5/19) Purging py3-packaging (23.1-r1) (6/19) Purging py3-parsing-pyc (3.0.9-r2) (7/19) Purging py3-parsing (3.0.9-r2) (8/19) Purging python3-pyc (3.11.3-r10) (9/19) Purging python3-pycache-pyc0 (3.11.3-r10) (10/19) Purging pyc (0.1-r0) (11/19) Purging python3 (3.11.3-r10) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r5) (14/19) Purging libffi (3.4.4-r2) (15/19) Purging libpanelw (6.4_p20230401-r5) (16/19) Purging mpdecimal (2.5.1-r2) (17/19) Purging readline (8.2.1-r1) (18/19) Purging sqlite-libs (3.41.2-r2) (19/19) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 99 packages >>> crossplane: Updating the testing/armhf repository index... >>> crossplane: Signing the index...