==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-inflate64 1.0.4-1 (Fri Nov 28 15:54:09 2025)
==> Retrieving sources...
-> Found inflate64-1.0.4.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
inflate64-1.0.4.tar.gz ... Passed
==> Making package: python-inflate64 1.0.4-1 (Fri Nov 28 15:54:11 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (2) mpdecimal-4.0.1-1 python-3.13.7-1
Total Installed Size: 72.96 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (14) python-autocommand-2.2.2-7 python-jaraco.collections-5.1.0-1 python-jaraco.context-6.0.1-1 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.8.0-1 python-packaging-25.0-1 python-platformdirs-4.5.0-1 python-pyproject-hooks-1.2.0-3 python-setuptools-1:80.9.0-2 python-build-1.3.0-1 python-installer-0.7.0-10 python-setuptools-scm-9.2.2-1 python-wheel-0.45.1-1
Total Download Size: 0.11 MiB
Total Installed Size: 10.84 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-setuptools-scm-9.2.2-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-packaging...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
python-pip: to use as the Python package installer (default)
python-uv: to use as the Python package installer
python-virtualenv: to use virtualenv for build isolation
installing python-installer...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-platformdirs...
installing python-setuptools...
installing python-setuptools-scm...
Optional dependencies for python-setuptools-scm
python-rich: use rich as console log handler
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found inflate64-1.0.4.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting inflate64-1.0.4.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.13/site-packages/setuptools_scm/git.py:427: UserWarning: git archive did not support describe output
warnings.warn("git archive did not support describe output")
/usr/lib/python3.13/site-packages/setuptools_scm/git.py:445: UserWarning: unprocessed git archival found (no export subst applied)
warnings.warn("unprocessed git archival found (no export subst applied)")
/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
By 2026-Feb-18, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
writing src/inflate64.egg-info/PKG-INFO
writing dependency_links to src/inflate64.egg-info/dependency_links.txt
writing requirements to src/inflate64.egg-info/requires.txt
writing top-level names to src/inflate64.egg-info/top_level.txt
writing manifest file 'src/inflate64.egg-info/SOURCES.txt'
reading manifest file 'src/inflate64.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.woodpecker.yml'
no previously-included directories found matching 'ci'
no previously-included directories found matching 'ISSUE_TEMPLATE'
adding license file 'COPYING'
writing manifest file 'src/inflate64.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.13/site-packages/setuptools_scm/git.py:427: UserWarning: git archive did not support describe output
warnings.warn("git archive did not support describe output")
/usr/lib/python3.13/site-packages/setuptools_scm/git.py:445: UserWarning: unprocessed git archival found (no export subst applied)
warnings.warn("unprocessed git archival found (no export subst applied)")
/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
By 2026-Feb-18, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib.linux-aarch64-cpython-313/inflate64
copying src/inflate64/__init__.py -> build/lib.linux-aarch64-cpython-313/inflate64
running egg_info
writing src/inflate64.egg-info/PKG-INFO
writing dependency_links to src/inflate64.egg-info/dependency_links.txt
writing requirements to src/inflate64.egg-info/requires.txt
writing top-level names to src/inflate64.egg-info/top_level.txt
writing manifest file 'src/inflate64.egg-info/SOURCES.txt'
reading manifest file 'src/inflate64.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.woodpecker.yml'
no previously-included directories found matching 'ci'
no previously-included directories found matching 'ISSUE_TEMPLATE'
adding license file 'COPYING'
writing manifest file 'src/inflate64.egg-info/SOURCES.txt'
copying src/inflate64/py.typed -> build/lib.linux-aarch64-cpython-313/inflate64
running build_ext
building 'inflate64._inflate64' extension
creating build/temp.linux-aarch64-cpython-313/src/ext
creating build/temp.linux-aarch64-cpython-313/src/lib
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Isrc/lib -Isrc/ext -I/usr/include/python3.13 -c src/ext/_inflate64module.c -o build/temp.linux-aarch64-cpython-313/src/ext/_inflate64module.o
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Isrc/lib -Isrc/ext -I/usr/include/python3.13 -c src/lib/deflate.c -o build/temp.linux-aarch64-cpython-313/src/lib/deflate.o
src/lib/deflate.c: In function 'slide_hash':
src/lib/deflate.c:136:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'deflate9Init2':
src/lib/deflate.c:161:5: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'deflateStateCheck':
src/lib/deflate.c:217:12: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'deflate9ResetKeep':
src/lib/deflate.c:233:5: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'deflate9Reset':
src/lib/deflate.c:259:5: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'flush_pending':
src/lib/deflate.c:275:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'deflate9':
src/lib/deflate.c:302:5: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'read_buf':
src/lib/deflate.c:420:17: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'lm_init':
src/lib/deflate.c:442:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'longest_match':
src/lib/deflate.c:477:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'fill_window':
src/lib/deflate.c:618:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate.c: In function 'deflate9_':
src/lib/deflate.c:760:20: warning: old-style function definition [-Wold-style-definition]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Isrc/lib -Isrc/ext -I/usr/include/python3.13 -c src/lib/deflate_tree.c -o build/temp.linux-aarch64-cpython-313/src/lib/deflate_tree.o
src/lib/deflate_tree.c: In function '_tr_init':
src/lib/deflate_tree.c:375:6: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'init_block':
src/lib/deflate_tree.c:403:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'pqdownheap':
src/lib/deflate_tree.c:447:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'gen_bitlen':
src/lib/deflate_tree.c:482:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'gen_codes':
src/lib/deflate_tree.c:568:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'build_tree':
src/lib/deflate_tree.c:611:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'scan_tree':
src/lib/deflate_tree.c:699:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'send_tree':
src/lib/deflate_tree.c:744:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'build_bl_tree':
src/lib/deflate_tree.c:795:12: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'send_all_trees':
src/lib/deflate_tree.c:830:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function '_tr_stored_block':
src/lib/deflate_tree.c:859:6: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function '_tr_flush_bits':
src/lib/deflate_tree.c:883:6: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function '_tr_flush_block':
src/lib/deflate_tree.c:893:6: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function '_tr_tally':
src/lib/deflate_tree.c:988:5: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'compress_block':
src/lib/deflate_tree.c:1017:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'detect_data_type':
src/lib/deflate_tree.c:1078:12: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'bi_reverse':
src/lib/deflate_tree.c:1112:17: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'bi_flush':
src/lib/deflate_tree.c:1127:13: warning: old-style function definition [-Wold-style-definition]
src/lib/deflate_tree.c: In function 'bi_windup':
src/lib/deflate_tree.c:1144:13: warning: old-style function definition [-Wold-style-definition]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Isrc/lib -Isrc/ext -I/usr/include/python3.13 -c src/lib/inflate.c -o build/temp.linux-aarch64-cpython-313/src/lib/inflate.o
src/lib/inflate.c: In function 'inflate9StateCheck':
src/lib/inflate.c:17:12: warning: old-style function definition [-Wold-style-definition]
src/lib/inflate.c: In function 'inflate9ResetKeep':
src/lib/inflate.c:31:5: warning: old-style function definition [-Wold-style-definition]
src/lib/inflate.c: In function 'inflate9Reset':
src/lib/inflate.c:49:5: warning: old-style function definition [-Wold-style-definition]
src/lib/inflate.c: In function 'inflate9Reset2':
src/lib/inflate.c:62:5: warning: old-style function definition [-Wold-style-definition]
src/lib/inflate.c: In function 'inflate9Init2':
src/lib/inflate.c:82:5: warning: old-style function definition [-Wold-style-definition]
src/lib/inflate.c: In function 'fixedtables':
src/lib/inflate.c:120:13: warning: old-style function definition [-Wold-style-definition]
src/lib/inflate.c: In function 'updatewindow':
src/lib/inflate.c:158:12: warning: old-style function definition [-Wold-style-definition]
src/lib/inflate.c: In function 'inflate9':
src/lib/inflate.c:358:5: warning: old-style function definition [-Wold-style-definition]
src/lib/inflate.c: In function 'inflate9End':
src/lib/inflate.c:762:5: warning: old-style function definition [-Wold-style-definition]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Isrc/lib -Isrc/ext -I/usr/include/python3.13 -c src/lib/inflate_tree.c -o build/temp.linux-aarch64-cpython-313/src/lib/inflate_tree.o
src/lib/inflate_tree.c: In function 'inflate_table9':
src/lib/inflate_tree.c:20:5: warning: old-style function definition [-Wold-style-definition]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Isrc/lib -Isrc/ext -I/usr/include/python3.13 -c src/lib/static_tables.c -o build/temp.linux-aarch64-cpython-313/src/lib/static_tables.o
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -Isrc/lib -Isrc/ext -I/usr/include/python3.13 -c src/lib/util.c -o build/temp.linux-aarch64-cpython-313/src/lib/util.o
gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-aarch64-cpython-313/src/ext/_inflate64module.o build/temp.linux-aarch64-cpython-313/src/lib/deflate.o build/temp.linux-aarch64-cpython-313/src/lib/deflate_tree.o build/temp.linux-aarch64-cpython-313/src/lib/inflate.o build/temp.linux-aarch64-cpython-313/src/lib/inflate_tree.o build/temp.linux-aarch64-cpython-313/src/lib/static_tables.o build/temp.linux-aarch64-cpython-313/src/lib/util.o -L/usr/lib -o build/lib.linux-aarch64-cpython-313/inflate64/_inflate64.cpython-313-aarch64-linux-gnu.so
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/inflate64
copying build/lib.linux-aarch64-cpython-313/inflate64/__init__.py -> build/bdist.linux-aarch64/wheel/./inflate64
copying build/lib.linux-aarch64-cpython-313/inflate64/py.typed -> build/bdist.linux-aarch64/wheel/./inflate64
copying build/lib.linux-aarch64-cpython-313/inflate64/_inflate64.cpython-313-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel/./inflate64
running install_egg_info
Copying src/inflate64.egg-info to build/bdist.linux-aarch64/wheel/./inflate64-1.0.4-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/inflate64-1.0.4.dist-info/WHEEL
creating '/build/python-inflate64/src/inflate64-1.0.4/dist/.tmp-ih438skd/inflate64-1.0.4-cp313-cp313-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'inflate64/__init__.py'
adding 'inflate64/_inflate64.cpython-313-aarch64-linux-gnu.so'
adding 'inflate64/py.typed'
adding 'inflate64-1.0.4.dist-info/licenses/COPYING'
adding 'inflate64-1.0.4.dist-info/METADATA'
adding 'inflate64-1.0.4.dist-info/WHEEL'
adding 'inflate64-1.0.4.dist-info/top_level.txt'
adding 'inflate64-1.0.4.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built inflate64-1.0.4-cp313-cp313-linux_aarch64.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-inflate64"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-inflate64 1.0.4-1 (Fri Nov 28 15:54:23 2025)
==> Cleaning up...
[?12l[?25h