>>> crossplane: Building testing/crossplane 0.5.8-r2 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 17:32:21 +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-r6) (2/19) Installing libffi (3.4.6-r0) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.6.1-r3) (5/19) Installing mpdecimal (4.0.0-r0) (6/19) Installing libpanelw (6.4_p20240330-r0) (7/19) Installing readline (8.2.10-r0) (8/19) Installing sqlite-libs (3.45.2-r0) (9/19) Installing python3 (3.12.3-r0) (10/19) Installing python3-pycache-pyc0 (3.12.3-r0) (11/19) Installing pyc (3.12.3-r0) (12/19) Installing python3-pyc (3.12.3-r0) (13/19) Installing py3-parsing (3.1.2-r1) (14/19) Installing py3-parsing-pyc (3.1.2-r1) (15/19) Installing py3-packaging (24.0-r1) (16/19) Installing py3-packaging-pyc (24.0-r1) (17/19) Installing py3-setuptools (69.2.0-r2) (18/19) Installing py3-setuptools-pyc (69.2.0-r2) (19/19) Installing .makedepends-crossplane (20240415.173222) Executing busybox-1.36.1-r25.trigger OK: 394 MiB in 126 packages >>> crossplane: Cleaning up srcdir >>> crossplane: Cleaning up pkgdir >>> crossplane: Cleaning up tmpdir >>> 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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 >>> crossplane: Fetching https://pypi.io/packages/source/c/crossplane/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 122 100 122 0 0 2266 0 --:--:-- --:--:-- --:--:-- 2301 100 280 100 280 0 0 1442 0 --:--:-- --:--:-- --:--:-- 1442 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40346 100 40346 0 0 100k 0 --:--:-- --:--:-- --:--:-- 100k >>> 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/compat.py -> build/lib/crossplane copying crossplane/__init__.py -> build/lib/crossplane copying crossplane/builder.py -> build/lib/crossplane copying crossplane/errors.py -> build/lib/crossplane copying crossplane/formatter.py -> build/lib/crossplane copying crossplane/__main__.py -> build/lib/crossplane copying crossplane/analyzer.py -> build/lib/crossplane copying crossplane/parser.py -> build/lib/crossplane copying crossplane/lexer.py -> build/lib/crossplane creating build/lib/crossplane/ext copying crossplane/ext/__init__.py -> build/lib/crossplane/ext copying crossplane/ext/lua.py -> build/lib/crossplane/ext copying crossplane/ext/abstract.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.12/site-packages/setuptools/command/test.py:193: _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.12/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`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/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`. ******************************************************************************** !! 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 /home/buildozer/aports/testing/crossplane/src/crossplane-0.5.8/tests/test_format.py:37: SyntaxWarning: invalid escape sequence '\{' ' location /\{\;\}\ #\ ab {', /home/buildozer/aports/testing/crossplane/src/crossplane-0.5.8/tests/test_format.py:39: SyntaxWarning: invalid escape sequence '\{' ' if ($request_method = P\{O\)\###\;ST) {', ---------------------------------------------------------------------- Ran 0 tests in 0.000s NO TESTS RAN >>> crossplane: Entering fakeroot... running install /usr/lib/python3.12/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 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.12 creating /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane copying build/lib/crossplane/compat.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane copying build/lib/crossplane/__init__.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane creating /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/ext copying build/lib/crossplane/ext/__init__.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/ext copying build/lib/crossplane/ext/lua.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/ext copying build/lib/crossplane/ext/abstract.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/ext copying build/lib/crossplane/builder.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane copying build/lib/crossplane/errors.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane copying build/lib/crossplane/formatter.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane copying build/lib/crossplane/__main__.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane copying build/lib/crossplane/analyzer.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane copying build/lib/crossplane/parser.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane copying build/lib/crossplane/lexer.py -> /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/compat.py to compat.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/ext/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/ext/lua.py to lua.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/ext/abstract.py to abstract.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/builder.py to builder.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/errors.py to errors.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/formatter.py to formatter.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/__main__.py to __main__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/analyzer.py to analyzer.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/parser.py to parser.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/lexer.py to lexer.cpython-312.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.12/site-packages/crossplane-0.5.8-py3.12.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.12/site-packages/crossplane/__pycache__' -> '/home/buildozer/aports/testing/crossplane/pkg/crossplane-pyc/usr/lib/python3.12/site-packages/crossplane/__pycache__' '/home/buildozer/aports/testing/crossplane/pkg/crossplane/usr/lib/python3.12/site-packages/crossplane/ext/__pycache__' -> '/home/buildozer/aports/testing/crossplane/pkg/crossplane-pyc/usr/lib/python3.12/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.12 >>> crossplane-pyc*: Package size: 168.0 KB >>> crossplane-pyc*: Compressing data... >>> crossplane-pyc*: Create checksum... >>> crossplane-pyc*: Create crossplane-pyc-0.5.8-r2.apk >>> crossplane*: Tracing dependencies... python3 python3~3.12 >>> crossplane*: Package size: 228.0 KB >>> crossplane*: Compressing data... >>> crossplane*: Create checksum... >>> crossplane*: Create crossplane-0.5.8-r2.apk >>> crossplane: Build complete at Mon, 15 Apr 2024 17:32:28 +0000 elapsed time 0h 0m 7s >>> crossplane: Cleaning up srcdir >>> crossplane: Cleaning up pkgdir >>> crossplane: Uninstalling dependencies... (1/19) Purging .makedepends-crossplane (20240415.173222) (2/19) Purging py3-setuptools-pyc (69.2.0-r2) (3/19) Purging py3-setuptools (69.2.0-r2) (4/19) Purging py3-packaging-pyc (24.0-r1) (5/19) Purging py3-packaging (24.0-r1) (6/19) Purging py3-parsing-pyc (3.1.2-r1) (7/19) Purging py3-parsing (3.1.2-r1) (8/19) Purging python3-pyc (3.12.3-r0) (9/19) Purging python3-pycache-pyc0 (3.12.3-r0) (10/19) Purging pyc (3.12.3-r0) (11/19) Purging python3 (3.12.3-r0) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r6) (14/19) Purging libffi (3.4.6-r0) (15/19) Purging libpanelw (6.4_p20240330-r0) (16/19) Purging mpdecimal (4.0.0-r0) (17/19) Purging readline (8.2.10-r0) (18/19) Purging sqlite-libs (3.45.2-r0) (19/19) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> crossplane: Updating the testing/s390x repository index... >>> crossplane: Signing the index...