==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-bitcoinlib 0.12.2-4 (Sat Jan 10 18:08:40 2026)
==> Retrieving sources...
  -> Found python-bitcoinlib-0.12.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-bitcoinlib-0.12.2.tar.gz ... Passed
==> Making package: python-bitcoinlib 0.12.2-4 (Sun Jan 11 01:09:06 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) mpdecimal-4.0.1-1  python-3.14.2-2

Total Installed Size:  68.57 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 (13) python-autocommand-2.2.2-9  python-jaraco.collections-5.1.0-3  python-jaraco.context-6.0.1-3  python-jaraco.functools-4.1.0-3  python-jaraco.text-4.0.0-4  python-more-itertools-10.8.0-2  python-packaging-25.0-4  python-platformdirs-4.5.1-3  python-pyproject-hooks-1.2.0-6  python-build-1.3.0-4  python-installer-0.7.0-14  python-setuptools-1:80.9.0-4  python-wheel-0.45.1-4

Total Installed Size:  11.01 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 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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found python-bitcoinlib-0.12.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-bitcoinlib-0.12.2.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.14/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 v3 or later (LGPLv3+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running egg_info
creating python_bitcoinlib.egg-info
writing python_bitcoinlib.egg-info/PKG-INFO
writing dependency_links to python_bitcoinlib.egg-info/dependency_links.txt
writing top-level names to python_bitcoinlib.egg-info/top_level.txt
writing manifest file 'python_bitcoinlib.egg-info/SOURCES.txt'
reading manifest file 'python_bitcoinlib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'python_bitcoinlib.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.14/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 v3 or later (LGPLv3+)

        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/bitcoin
copying bitcoin/bloom.py -> build/lib/bitcoin
copying bitcoin/__init__.py -> build/lib/bitcoin
copying bitcoin/messages.py -> build/lib/bitcoin
copying bitcoin/wallet.py -> build/lib/bitcoin
copying bitcoin/net.py -> build/lib/bitcoin
copying bitcoin/segwit_addr.py -> build/lib/bitcoin
copying bitcoin/bech32.py -> build/lib/bitcoin
copying bitcoin/signmessage.py -> build/lib/bitcoin
copying bitcoin/base58.py -> build/lib/bitcoin
copying bitcoin/signature.py -> build/lib/bitcoin
copying bitcoin/rpc.py -> build/lib/bitcoin
creating build/lib/bitcoin/core
copying bitcoin/core/key.py -> build/lib/bitcoin/core
copying bitcoin/core/_bignum.py -> build/lib/bitcoin/core
copying bitcoin/core/scripteval.py -> build/lib/bitcoin/core
copying bitcoin/core/serialize.py -> build/lib/bitcoin/core
copying bitcoin/core/__init__.py -> build/lib/bitcoin/core
copying bitcoin/core/script.py -> build/lib/bitcoin/core
creating build/lib/bitcoin/tests
copying bitcoin/tests/test_net.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_bech32.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_ripemd160.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_fakebitcoinproxy.py -> build/lib/bitcoin/tests
copying bitcoin/tests/__init__.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_serialize.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_wallet.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_rpc.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_checkblock.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_signmessage.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_bloom.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_messages.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_base58.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_key.py -> build/lib/bitcoin/tests
copying bitcoin/tests/fakebitcoinproxy.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_transactions.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_segwit.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_scripteval.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_script.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_core.py -> build/lib/bitcoin/tests
creating build/lib/bitcoin/core/contrib
copying bitcoin/core/contrib/__init__.py -> build/lib/bitcoin/core/contrib
copying bitcoin/core/contrib/ripemd160.py -> build/lib/bitcoin/core/contrib
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/bitcoin
copying build/lib/bitcoin/bloom.py -> build/bdist.linux-armv7l/wheel/./bitcoin
creating build/bdist.linux-armv7l/wheel/bitcoin/core
copying build/lib/bitcoin/core/key.py -> build/bdist.linux-armv7l/wheel/./bitcoin/core
copying build/lib/bitcoin/core/_bignum.py -> build/bdist.linux-armv7l/wheel/./bitcoin/core
copying build/lib/bitcoin/core/scripteval.py -> build/bdist.linux-armv7l/wheel/./bitcoin/core
copying build/lib/bitcoin/core/serialize.py -> build/bdist.linux-armv7l/wheel/./bitcoin/core
copying build/lib/bitcoin/core/__init__.py -> build/bdist.linux-armv7l/wheel/./bitcoin/core
creating build/bdist.linux-armv7l/wheel/bitcoin/core/contrib
copying build/lib/bitcoin/core/contrib/__init__.py -> build/bdist.linux-armv7l/wheel/./bitcoin/core/contrib
copying build/lib/bitcoin/core/contrib/ripemd160.py -> build/bdist.linux-armv7l/wheel/./bitcoin/core/contrib
copying build/lib/bitcoin/core/script.py -> build/bdist.linux-armv7l/wheel/./bitcoin/core
creating build/bdist.linux-armv7l/wheel/bitcoin/tests
copying build/lib/bitcoin/tests/test_net.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_bech32.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_ripemd160.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_fakebitcoinproxy.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/__init__.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_serialize.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_wallet.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_rpc.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_checkblock.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_signmessage.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_bloom.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_messages.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_base58.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_key.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/fakebitcoinproxy.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_transactions.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_segwit.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_scripteval.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_script.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_core.py -> build/bdist.linux-armv7l/wheel/./bitcoin/tests
copying build/lib/bitcoin/__init__.py -> build/bdist.linux-armv7l/wheel/./bitcoin
copying build/lib/bitcoin/messages.py -> build/bdist.linux-armv7l/wheel/./bitcoin
copying build/lib/bitcoin/wallet.py -> build/bdist.linux-armv7l/wheel/./bitcoin
copying build/lib/bitcoin/net.py -> build/bdist.linux-armv7l/wheel/./bitcoin
copying build/lib/bitcoin/segwit_addr.py -> build/bdist.linux-armv7l/wheel/./bitcoin
copying build/lib/bitcoin/bech32.py -> build/bdist.linux-armv7l/wheel/./bitcoin
copying build/lib/bitcoin/signmessage.py -> build/bdist.linux-armv7l/wheel/./bitcoin
copying build/lib/bitcoin/base58.py -> build/bdist.linux-armv7l/wheel/./bitcoin
copying build/lib/bitcoin/signature.py -> build/bdist.linux-armv7l/wheel/./bitcoin
copying build/lib/bitcoin/rpc.py -> build/bdist.linux-armv7l/wheel/./bitcoin
running install_egg_info
running egg_info
writing python_bitcoinlib.egg-info/PKG-INFO
writing dependency_links to python_bitcoinlib.egg-info/dependency_links.txt
writing top-level names to python_bitcoinlib.egg-info/top_level.txt
reading manifest file 'python_bitcoinlib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'python_bitcoinlib.egg-info/SOURCES.txt'
Copying python_bitcoinlib.egg-info to build/bdist.linux-armv7l/wheel/./python_bitcoinlib-0.12.2-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/python_bitcoinlib-0.12.2.dist-info/WHEEL
creating '/build/python-bitcoinlib/src/python-bitcoinlib-python-bitcoinlib-v0.12.2/dist/.tmp-d_uohdba/python_bitcoinlib-0.12.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'bitcoin/__init__.py'
adding 'bitcoin/base58.py'
adding 'bitcoin/bech32.py'
adding 'bitcoin/bloom.py'
adding 'bitcoin/messages.py'
adding 'bitcoin/net.py'
adding 'bitcoin/rpc.py'
adding 'bitcoin/segwit_addr.py'
adding 'bitcoin/signature.py'
adding 'bitcoin/signmessage.py'
adding 'bitcoin/wallet.py'
adding 'bitcoin/core/__init__.py'
adding 'bitcoin/core/_bignum.py'
adding 'bitcoin/core/key.py'
adding 'bitcoin/core/script.py'
adding 'bitcoin/core/scripteval.py'
adding 'bitcoin/core/serialize.py'
adding 'bitcoin/core/contrib/__init__.py'
adding 'bitcoin/core/contrib/ripemd160.py'
adding 'bitcoin/tests/__init__.py'
adding 'bitcoin/tests/fakebitcoinproxy.py'
adding 'bitcoin/tests/test_base58.py'
adding 'bitcoin/tests/test_bech32.py'
adding 'bitcoin/tests/test_bloom.py'
adding 'bitcoin/tests/test_checkblock.py'
adding 'bitcoin/tests/test_core.py'
adding 'bitcoin/tests/test_fakebitcoinproxy.py'
adding 'bitcoin/tests/test_key.py'
adding 'bitcoin/tests/test_messages.py'
adding 'bitcoin/tests/test_net.py'
adding 'bitcoin/tests/test_ripemd160.py'
adding 'bitcoin/tests/test_rpc.py'
adding 'bitcoin/tests/test_script.py'
adding 'bitcoin/tests/test_scripteval.py'
adding 'bitcoin/tests/test_segwit.py'
adding 'bitcoin/tests/test_serialize.py'
adding 'bitcoin/tests/test_signmessage.py'
adding 'bitcoin/tests/test_transactions.py'
adding 'bitcoin/tests/test_wallet.py'
adding 'python_bitcoinlib-0.12.2.dist-info/licenses/LICENSE'
adding 'python_bitcoinlib-0.12.2.dist-info/METADATA'
adding 'python_bitcoinlib-0.12.2.dist-info/WHEEL'
adding 'python_bitcoinlib-0.12.2.dist-info/top_level.txt'
adding 'python_bitcoinlib-0.12.2.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built python_bitcoinlib-0.12.2-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-bitcoinlib"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-bitcoinlib 0.12.2-4 (Sun Jan 11 01:09:27 2026)
==> Cleaning up...
[?12l[?25h