==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-lz4 4.4.4-1 (Wed Jun 18 04:54:19 2025)
==> Retrieving sources...
  -> Found python-lz4-4.4.4.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-lz4-4.4.4.tar.gz ... Passed
==> Making package: python-lz4 4.4.4-1 (Wed Jun 18 04:54:39 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (15) 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.7.0-1
              python-packaging-25.0-1  python-platformdirs-4.3.6-2
              python-pyproject-hooks-1.2.0-3  python-setuptools-1:80.9.0-1
              python-build-1.2.2-3  python-installer-0.7.0-10
              python-pkgconfig-1.5.5-7  python-setuptools-scm-8.3.1-1
              python-wheel-0.45.1-1

Total Download Size:    1.73 MiB
Total Installed Size:  10.76 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:80.9.0-1-any downloading...
 python-packaging-25.0-1-any downloading...
 python-more-itertools-10.7.0-1-any downloading...
 python-setuptools-scm-8.3.1-1-any downloading...
 python-wheel-0.45.1-1-any downloading...
 python-build-1.2.2-3-any downloading...
 python-installer-0.7.0-10-any downloading...
 python-platformdirs-4.3.6-2-any downloading...
 python-autocommand-2.2.2-7-any downloading...
 python-jaraco.collections-5.1.0-1-any downloading...
 python-pyproject-hooks-1.2.0-3-any downloading...
 python-jaraco.text-4.0.0-2-any downloading...
 python-jaraco.functools-4.1.0-1-any downloading...
 python-jaraco.context-6.0.1-1-any downloading...
 python-pkgconfig-1.5.5-7-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-pkgconfig...
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-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-setuptools...
installing python-setuptools-scm...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found python-lz4-4.4.4.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-lz4-4.4.4.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
* Building wheel...
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/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 :: BSD License

        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-armv7l-cpython-313/lz4
copying lz4/version.py -> build/lib.linux-armv7l-cpython-313/lz4
copying lz4/__init__.py -> build/lib.linux-armv7l-cpython-313/lz4
creating build/lib.linux-armv7l-cpython-313/lz4/block
copying lz4/block/__init__.py -> build/lib.linux-armv7l-cpython-313/lz4/block
creating build/lib.linux-armv7l-cpython-313/lz4/stream
copying lz4/stream/__init__.py -> build/lib.linux-armv7l-cpython-313/lz4/stream
creating build/lib.linux-armv7l-cpython-313/lz4/frame
copying lz4/frame/__init__.py -> build/lib.linux-armv7l-cpython-313/lz4/frame
running build_ext
building 'lz4._version' extension
creating build/temp.linux-armv7l-cpython-313/lz4
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -I/usr/include/python3.13 -c lz4/_version.c -o build/temp.linux-armv7l-cpython-313/lz4/_version.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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-armv7l-cpython-313/lz4/_version.o -L/usr/lib -llz4 -o build/lib.linux-armv7l-cpython-313/lz4/_version.cpython-313-arm-linux-gnueabihf.so
building 'lz4.block._block' extension
creating build/temp.linux-armv7l-cpython-313/lz4/block
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -I/usr/include/python3.13 -c lz4/block/_block.c -o build/temp.linux-armv7l-cpython-313/lz4/block/_block.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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-armv7l-cpython-313/lz4/block/_block.o -L/usr/lib -llz4 -o build/lib.linux-armv7l-cpython-313/lz4/block/_block.cpython-313-arm-linux-gnueabihf.so
building 'lz4.frame._frame' extension
creating build/temp.linux-armv7l-cpython-313/lz4/frame
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -I/usr/include/python3.13 -c lz4/frame/_frame.c -o build/temp.linux-armv7l-cpython-313/lz4/frame/_frame.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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-armv7l-cpython-313/lz4/frame/_frame.o -L/usr/lib -llz4 -o build/lib.linux-armv7l-cpython-313/lz4/frame/_frame.cpython-313-arm-linux-gnueabihf.so
building 'lz4.stream._stream' extension
creating build/temp.linux-armv7l-cpython-313/lz4/stream
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -I/usr/include/python3.13 -c lz4/stream/_stream.c -o build/temp.linux-armv7l-cpython-313/lz4/stream/_stream.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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-armv7l-cpython-313/lz4/stream/_stream.o -L/usr/lib -llz4 -o build/lib.linux-armv7l-cpython-313/lz4/stream/_stream.cpython-313-arm-linux-gnueabihf.so
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/lz4
copying build/lib.linux-armv7l-cpython-313/lz4/_version.cpython-313-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/./lz4
copying build/lib.linux-armv7l-cpython-313/lz4/version.py -> build/bdist.linux-armv7l/wheel/./lz4
creating build/bdist.linux-armv7l/wheel/lz4/block
copying build/lib.linux-armv7l-cpython-313/lz4/block/_block.cpython-313-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/./lz4/block
copying build/lib.linux-armv7l-cpython-313/lz4/block/__init__.py -> build/bdist.linux-armv7l/wheel/./lz4/block
copying build/lib.linux-armv7l-cpython-313/lz4/__init__.py -> build/bdist.linux-armv7l/wheel/./lz4
creating build/bdist.linux-armv7l/wheel/lz4/stream
copying build/lib.linux-armv7l-cpython-313/lz4/stream/__init__.py -> build/bdist.linux-armv7l/wheel/./lz4/stream
copying build/lib.linux-armv7l-cpython-313/lz4/stream/_stream.cpython-313-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/./lz4/stream
creating build/bdist.linux-armv7l/wheel/lz4/frame
copying build/lib.linux-armv7l-cpython-313/lz4/frame/_frame.cpython-313-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/./lz4/frame
copying build/lib.linux-armv7l-cpython-313/lz4/frame/__init__.py -> build/bdist.linux-armv7l/wheel/./lz4/frame
running install_egg_info
running egg_info
creating lz4.egg-info
writing lz4.egg-info/PKG-INFO
writing dependency_links to lz4.egg-info/dependency_links.txt
writing requirements to lz4.egg-info/requires.txt
writing top-level names to lz4.egg-info/top_level.txt
writing manifest file 'lz4.egg-info/SOURCES.txt'
reading manifest file 'lz4.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'lz4.egg-info/SOURCES.txt'
Copying lz4.egg-info to build/bdist.linux-armv7l/wheel/./lz4-4.4.4-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/lz4-4.4.4.dist-info/WHEEL
creating '/build/python-lz4/src/python-lz4-4.4.4/dist/.tmp-oo_y5mpw/lz4-4.4.4-cp313-cp313-linux_armv7l.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'lz4/__init__.py'
adding 'lz4/_version.cpython-313-arm-linux-gnueabihf.so'
adding 'lz4/version.py'
adding 'lz4/block/__init__.py'
adding 'lz4/block/_block.cpython-313-arm-linux-gnueabihf.so'
adding 'lz4/frame/__init__.py'
adding 'lz4/frame/_frame.cpython-313-arm-linux-gnueabihf.so'
adding 'lz4/stream/__init__.py'
adding 'lz4/stream/_stream.cpython-313-arm-linux-gnueabihf.so'
adding 'lz4-4.4.4.dist-info/licenses/LICENSE'
adding 'lz4-4.4.4.dist-info/METADATA'
adding 'lz4-4.4.4.dist-info/WHEEL'
adding 'lz4-4.4.4.dist-info/top_level.txt'
adding 'lz4-4.4.4.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built lz4-4.4.4-cp313-cp313-linux_armv7l.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-lz4/pkg/python-lz4/usr/share'
install: creating directory '/build/python-lz4/pkg/python-lz4/usr/share/licenses'
install: creating directory '/build/python-lz4/pkg/python-lz4/usr/share/licenses/python-lz4'
'LICENSE' -> '/build/python-lz4/pkg/python-lz4/usr/share/licenses/python-lz4/LICENSE'
==> 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-lz4"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-lz4 4.4.4-1 (Wed Jun 18 04:54:55 2025)
==> Cleaning up...