==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-osc 1.9.3-1 (Sat Jan 18 09:46:20 2025)
==> Retrieving sources...
  -> Found python-osc-v1.9.3.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-osc-v1.9.3.tar.gz ... Passed
==> Validating source files with b2sums...
    python-osc-v1.9.3.tar.gz ... Passed
==> Making package: python-osc 1.9.3-1 (Sat Jan 18 09:46:39 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (13) 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.5.0-1
              python-packaging-24.2-3  python-platformdirs-4.3.6-2
              python-pyproject-hooks-1.2.0-3  python-build-1.2.2-3
              python-installer-0.7.0-10  python-setuptools-1:75.2.0-4
              python-wheel-0.45.0-3

Total Installed Size:  10.73 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-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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found python-osc-v1.9.3.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-osc-v1.9.3.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating python_osc.egg-info
writing python_osc.egg-info/PKG-INFO
writing dependency_links to python_osc.egg-info/dependency_links.txt
writing top-level names to python_osc.egg-info/top_level.txt
writing manifest file 'python_osc.egg-info/SOURCES.txt'
reading manifest file 'python_osc.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'python_osc.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/pythonosc
copying pythonosc/osc_message_builder.py -> build/lib/pythonosc
copying pythonosc/osc_bundle.py -> build/lib/pythonosc
copying pythonosc/osc_tcp_server.py -> build/lib/pythonosc
copying pythonosc/__init__.py -> build/lib/pythonosc
copying pythonosc/dispatcher.py -> build/lib/pythonosc
copying pythonosc/osc_bundle_builder.py -> build/lib/pythonosc
copying pythonosc/udp_client.py -> build/lib/pythonosc
copying pythonosc/osc_message.py -> build/lib/pythonosc
copying pythonosc/osc_server.py -> build/lib/pythonosc
copying pythonosc/slip.py -> build/lib/pythonosc
copying pythonosc/tcp_client.py -> build/lib/pythonosc
copying pythonosc/osc_packet.py -> build/lib/pythonosc
creating build/lib/pythonosc/test
copying pythonosc/test/test_dispatcher.py -> build/lib/pythonosc/test
copying pythonosc/test/test_osc_bundle.py -> build/lib/pythonosc/test
copying pythonosc/test/__init__.py -> build/lib/pythonosc/test
copying pythonosc/test/test_udp_client.py -> build/lib/pythonosc/test
copying pythonosc/test/test_osc_packet.py -> build/lib/pythonosc/test
copying pythonosc/test/test_osc_tcp_server.py -> build/lib/pythonosc/test
copying pythonosc/test/test_osc_bundle_builder.py -> build/lib/pythonosc/test
copying pythonosc/test/test_osc_server.py -> build/lib/pythonosc/test
copying pythonosc/test/test_osc_message.py -> build/lib/pythonosc/test
copying pythonosc/test/test_tcp_client.py -> build/lib/pythonosc/test
copying pythonosc/test/test_osc_message_builder.py -> build/lib/pythonosc/test
creating build/lib/pythonosc/parsing
copying pythonosc/parsing/osc_types.py -> build/lib/pythonosc/parsing
copying pythonosc/parsing/__init__.py -> build/lib/pythonosc/parsing
copying pythonosc/parsing/ntp.py -> build/lib/pythonosc/parsing
creating build/lib/pythonosc/test/parsing
copying pythonosc/test/parsing/test_osc_types.py -> build/lib/pythonosc/test/parsing
copying pythonosc/test/parsing/__init__.py -> build/lib/pythonosc/test/parsing
copying pythonosc/test/parsing/test_ntp.py -> build/lib/pythonosc/test/parsing
running egg_info
writing python_osc.egg-info/PKG-INFO
writing dependency_links to python_osc.egg-info/dependency_links.txt
writing top-level names to python_osc.egg-info/top_level.txt
reading manifest file 'python_osc.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'python_osc.egg-info/SOURCES.txt'
copying pythonosc/py.typed -> build/lib/pythonosc
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/pythonosc
creating build/bdist.linux-armv7l/wheel/pythonosc/test
copying build/lib/pythonosc/test/test_dispatcher.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
copying build/lib/pythonosc/test/test_osc_bundle.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
copying build/lib/pythonosc/test/__init__.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
copying build/lib/pythonosc/test/test_udp_client.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
copying build/lib/pythonosc/test/test_osc_packet.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
copying build/lib/pythonosc/test/test_osc_tcp_server.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
creating build/bdist.linux-armv7l/wheel/pythonosc/test/parsing
copying build/lib/pythonosc/test/parsing/test_osc_types.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test/parsing
copying build/lib/pythonosc/test/parsing/__init__.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test/parsing
copying build/lib/pythonosc/test/parsing/test_ntp.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test/parsing
copying build/lib/pythonosc/test/test_osc_bundle_builder.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
copying build/lib/pythonosc/test/test_osc_server.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
copying build/lib/pythonosc/test/test_osc_message.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
copying build/lib/pythonosc/test/test_tcp_client.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
copying build/lib/pythonosc/test/test_osc_message_builder.py -> build/bdist.linux-armv7l/wheel/./pythonosc/test
copying build/lib/pythonosc/osc_message_builder.py -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/osc_bundle.py -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/osc_tcp_server.py -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/__init__.py -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/dispatcher.py -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/osc_bundle_builder.py -> build/bdist.linux-armv7l/wheel/./pythonosc
creating build/bdist.linux-armv7l/wheel/pythonosc/parsing
copying build/lib/pythonosc/parsing/osc_types.py -> build/bdist.linux-armv7l/wheel/./pythonosc/parsing
copying build/lib/pythonosc/parsing/__init__.py -> build/bdist.linux-armv7l/wheel/./pythonosc/parsing
copying build/lib/pythonosc/parsing/ntp.py -> build/bdist.linux-armv7l/wheel/./pythonosc/parsing
copying build/lib/pythonosc/udp_client.py -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/osc_message.py -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/osc_server.py -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/slip.py -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/py.typed -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/tcp_client.py -> build/bdist.linux-armv7l/wheel/./pythonosc
copying build/lib/pythonosc/osc_packet.py -> build/bdist.linux-armv7l/wheel/./pythonosc
running install_egg_info
Copying python_osc.egg-info to build/bdist.linux-armv7l/wheel/./python_osc-1.9.3-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/python_osc-1.9.3.dist-info/WHEEL
creating '/build/python-osc/src/python-osc-1.9.3/dist/.tmp-3qu2ir2j/python_osc-1.9.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'pythonosc/__init__.py'
adding 'pythonosc/dispatcher.py'
adding 'pythonosc/osc_bundle.py'
adding 'pythonosc/osc_bundle_builder.py'
adding 'pythonosc/osc_message.py'
adding 'pythonosc/osc_message_builder.py'
adding 'pythonosc/osc_packet.py'
adding 'pythonosc/osc_server.py'
adding 'pythonosc/osc_tcp_server.py'
adding 'pythonosc/py.typed'
adding 'pythonosc/slip.py'
adding 'pythonosc/tcp_client.py'
adding 'pythonosc/udp_client.py'
adding 'pythonosc/parsing/__init__.py'
adding 'pythonosc/parsing/ntp.py'
adding 'pythonosc/parsing/osc_types.py'
adding 'pythonosc/test/__init__.py'
adding 'pythonosc/test/test_dispatcher.py'
adding 'pythonosc/test/test_osc_bundle.py'
adding 'pythonosc/test/test_osc_bundle_builder.py'
adding 'pythonosc/test/test_osc_message.py'
adding 'pythonosc/test/test_osc_message_builder.py'
adding 'pythonosc/test/test_osc_packet.py'
adding 'pythonosc/test/test_osc_server.py'
adding 'pythonosc/test/test_osc_tcp_server.py'
adding 'pythonosc/test/test_tcp_client.py'
adding 'pythonosc/test/test_udp_client.py'
adding 'pythonosc/test/parsing/__init__.py'
adding 'pythonosc/test/parsing/test_ntp.py'
adding 'pythonosc/test/parsing/test_osc_types.py'
adding 'python_osc-1.9.3.dist-info/LICENSE.txt'
adding 'python_osc-1.9.3.dist-info/METADATA'
adding 'python_osc-1.9.3.dist-info/WHEEL'
adding 'python_osc-1.9.3.dist-info/top_level.txt'
adding 'python_osc-1.9.3.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built python_osc-1.9.3-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-osc/pkg/python-osc/usr/share'
install: creating directory '/build/python-osc/pkg/python-osc/usr/share/doc'
install: creating directory '/build/python-osc/pkg/python-osc/usr/share/doc/python-osc'
'README.rst' -> '/build/python-osc/pkg/python-osc/usr/share/doc/python-osc/README.rst'
==> 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-osc"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-osc 1.9.3-1 (Sat Jan 18 09:46:54 2025)
==> Cleaning up...