==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-fastnumbers 5.2.0-1 (Thu Jul 2 09:49:29 2026)
==> Retrieving sources...
-> Found fastnumbers-5.2.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
fastnumbers-5.2.0.tar.gz ... Passed
==> Validating source files with b2sums...
fastnumbers-5.2.0.tar.gz ... Passed
==> Making package: python-fastnumbers 5.2.0-1 (Thu Jul 2 09:49:39 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (17) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.1.2-1 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-11.1.0-1 python-packaging-26.2-1 python-pkg_resources-81.0.0-1 python-platformdirs-4.10.0-1 python-pyproject-hooks-1.2.0-6 python-typing_extensions-4.15.0-3 python-vcs-versioning-2.2.2-1 python-build-1.4.3-1 python-installer-1.0.0-1 python-setuptools-1:82.0.1-1 python-setuptools-scm-10.2.0-1 python-wheel-0.47.0-1
Total Download Size: 0.23 MiB
Total Installed Size: 13.45 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-vcs-versioning-2.2.2-1-any downloading...
python-setuptools-scm-10.2.0-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-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-typing_extensions...
installing python-pkg_resources...
installing python-setuptools...
installing python-vcs-versioning...
Optional dependencies for python-vcs-versioning
python-rich: formatting of log messages
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 fastnumbers-5.2.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting fastnumbers-5.2.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating src/fastnumbers.egg-info
writing src/fastnumbers.egg-info/PKG-INFO
writing dependency_links to src/fastnumbers.egg-info/dependency_links.txt
writing requirements to src/fastnumbers.egg-info/requires.txt
writing top-level names to src/fastnumbers.egg-info/top_level.txt
writing manifest file 'src/fastnumbers.egg-info/SOURCES.txt'
reading manifest file 'src/fastnumbers.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/fastnumbers.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib.linux-aarch64-cpython-314/fastnumbers
copying src/fastnumbers/_version.py -> build/lib.linux-aarch64-cpython-314/fastnumbers
copying src/fastnumbers/__init__.py -> build/lib.linux-aarch64-cpython-314/fastnumbers
running egg_info
writing src/fastnumbers.egg-info/PKG-INFO
writing dependency_links to src/fastnumbers.egg-info/dependency_links.txt
writing requirements to src/fastnumbers.egg-info/requires.txt
writing top-level names to src/fastnumbers.egg-info/top_level.txt
reading manifest file 'src/fastnumbers.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/fastnumbers.egg-info/SOURCES.txt'
creating build/lib.linux-aarch64-cpython-314/cpp
copying src/cpp/argparse.cpp -> build/lib.linux-aarch64-cpython-314/cpp
copying src/cpp/c_str_parsing.cpp -> build/lib.linux-aarch64-cpython-314/cpp
copying src/cpp/extractor.cpp -> build/lib.linux-aarch64-cpython-314/cpp
copying src/cpp/fastnumbers.cpp -> build/lib.linux-aarch64-cpython-314/cpp
copying src/cpp/implementation.cpp -> build/lib.linux-aarch64-cpython-314/cpp
copying src/cpp/parser.cpp -> build/lib.linux-aarch64-cpython-314/cpp
copying src/fastnumbers/fastnumbers.pyi -> build/lib.linux-aarch64-cpython-314/fastnumbers
copying src/fastnumbers/py.typed -> build/lib.linux-aarch64-cpython-314/fastnumbers
running build_ext
building 'fastnumbers.fastnumbers' extension
creating build/temp.linux-aarch64-cpython-314/src/cpp
/usr/lib/distcc/bin/g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -I/build/python-fastnumbers/src/fastnumbers-5.2.0/include -I/usr/include/python3.14 -c src/cpp/argparse.cpp -o build/temp.linux-aarch64-cpython-314/src/cpp/argparse.o -std=c++17 -Wall -Weffc++ -Wpedantic
/usr/lib/distcc/bin/g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -I/build/python-fastnumbers/src/fastnumbers-5.2.0/include -I/usr/include/python3.14 -c src/cpp/c_str_parsing.cpp -o build/temp.linux-aarch64-cpython-314/src/cpp/c_str_parsing.o -std=c++17 -Wall -Weffc++ -Wpedantic
/usr/lib/distcc/bin/g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -I/build/python-fastnumbers/src/fastnumbers-5.2.0/include -I/usr/include/python3.14 -c src/cpp/extractor.cpp -o build/temp.linux-aarch64-cpython-314/src/cpp/extractor.o -std=c++17 -Wall -Weffc++ -Wpedantic
In file included from /usr/include/python3.14/Python.h:14,
from src/cpp/extractor.cpp:4:
/usr/include/python3.14/pyconfig.h:2007:9: warning: ‘_POSIX_C_SOURCE’ redefined
2007 | #define _POSIX_C_SOURCE 200809L
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/16.1.1/aarch64-unknown-linux-gnu/bits/os_defines.h:39,
from /usr/include/c++/16.1.1/aarch64-unknown-linux-gnu/bits/c++config.h:733,
from /usr/include/c++/16.1.1/cstddef:51,
from src/cpp/extractor.cpp:1:
/usr/include/features.h:319:10: note: this is the location of the previous definition
319 | # define _POSIX_C_SOURCE 202405L
| ^~~~~~~~~~~~~~~
/usr/include/python3.14/pyconfig.h:2043:9: warning: ‘_XOPEN_SOURCE’ redefined
2043 | #define _XOPEN_SOURCE 700
| ^~~~~~~~~~~~~
/usr/include/features.h:234:10: note: this is the location of the previous definition
234 | # define _XOPEN_SOURCE 800
| ^~~~~~~~~~~~~
/usr/lib/distcc/bin/g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -I/build/python-fastnumbers/src/fastnumbers-5.2.0/include -I/usr/include/python3.14 -c src/cpp/fastnumbers.cpp -o build/temp.linux-aarch64-cpython-314/src/cpp/fastnumbers.o -std=c++17 -Wall -Weffc++ -Wpedantic
In file included from /usr/include/python3.14/Python.h:14,
from src/cpp/fastnumbers.cpp:10:
/usr/include/python3.14/pyconfig.h:2007:9: warning: ‘_POSIX_C_SOURCE’ redefined
2007 | #define _POSIX_C_SOURCE 200809L
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/16.1.1/aarch64-unknown-linux-gnu/bits/os_defines.h:39,
from /usr/include/c++/16.1.1/aarch64-unknown-linux-gnu/bits/c++config.h:733,
from /usr/include/c++/16.1.1/exception:37,
from src/cpp/fastnumbers.cpp:4:
/usr/include/features.h:319:10: note: this is the location of the previous definition
319 | # define _POSIX_C_SOURCE 202405L
| ^~~~~~~~~~~~~~~
/usr/include/python3.14/pyconfig.h:2043:9: warning: ‘_XOPEN_SOURCE’ redefined
2043 | #define _XOPEN_SOURCE 700
| ^~~~~~~~~~~~~
/usr/include/features.h:234:10: note: this is the location of the previous definition
234 | # define _XOPEN_SOURCE 800
| ^~~~~~~~~~~~~
/usr/lib/distcc/bin/g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -I/build/python-fastnumbers/src/fastnumbers-5.2.0/include -I/usr/include/python3.14 -c src/cpp/implementation.cpp -o build/temp.linux-aarch64-cpython-314/src/cpp/implementation.o -std=c++17 -Wall -Weffc++ -Wpedantic
In file included from /usr/include/python3.14/Python.h:14,
from src/cpp/implementation.cpp:8:
/usr/include/python3.14/pyconfig.h:2007:9: warning: ‘_POSIX_C_SOURCE’ redefined
2007 | #define _POSIX_C_SOURCE 200809L
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/16.1.1/aarch64-unknown-linux-gnu/bits/os_defines.h:39,
from /usr/include/c++/16.1.1/aarch64-unknown-linux-gnu/bits/c++config.h:733,
from /usr/include/c++/16.1.1/limits:49,
from src/cpp/implementation.cpp:4:
/usr/include/features.h:319:10: note: this is the location of the previous definition
319 | # define _POSIX_C_SOURCE 202405L
| ^~~~~~~~~~~~~~~
/usr/include/python3.14/pyconfig.h:2043:9: warning: ‘_XOPEN_SOURCE’ redefined
2043 | #define _XOPEN_SOURCE 700
| ^~~~~~~~~~~~~
/usr/include/features.h:234:10: note: this is the location of the previous definition
234 | # define _XOPEN_SOURCE 800
| ^~~~~~~~~~~~~
/usr/lib/distcc/bin/g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -I/build/python-fastnumbers/src/fastnumbers-5.2.0/include -I/usr/include/python3.14 -c src/cpp/parser.cpp -o build/temp.linux-aarch64-cpython-314/src/cpp/parser.o -std=c++17 -Wall -Weffc++ -Wpedantic
In file included from /usr/include/python3.14/Python.h:14,
from src/cpp/parser.cpp:6:
/usr/include/python3.14/pyconfig.h:2007:9: warning: ‘_POSIX_C_SOURCE’ redefined
2007 | #define _POSIX_C_SOURCE 200809L
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/16.1.1/aarch64-unknown-linux-gnu/bits/os_defines.h:39,
from /usr/include/c++/16.1.1/aarch64-unknown-linux-gnu/bits/c++config.h:733,
from /usr/include/c++/16.1.1/bits/requires_hosted.h:31,
from /usr/include/c++/16.1.1/cmath:46,
from src/cpp/parser.cpp:1:
/usr/include/features.h:319:10: note: this is the location of the previous definition
319 | # define _POSIX_C_SOURCE 202405L
| ^~~~~~~~~~~~~~~
/usr/include/python3.14/pyconfig.h:2043:9: warning: ‘_XOPEN_SOURCE’ redefined
2043 | #define _XOPEN_SOURCE 700
| ^~~~~~~~~~~~~
/usr/include/features.h:234:10: note: this is the location of the previous definition
234 | # define _XOPEN_SOURCE 800
| ^~~~~~~~~~~~~
/usr/lib/distcc/bin/g++ -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -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 -Wp,-D_GLIBCXX_ASSERTIONS build/temp.linux-aarch64-cpython-314/src/cpp/argparse.o build/temp.linux-aarch64-cpython-314/src/cpp/c_str_parsing.o build/temp.linux-aarch64-cpython-314/src/cpp/extractor.o build/temp.linux-aarch64-cpython-314/src/cpp/fastnumbers.o build/temp.linux-aarch64-cpython-314/src/cpp/implementation.o build/temp.linux-aarch64-cpython-314/src/cpp/parser.o -L/usr/lib -o build/lib.linux-aarch64-cpython-314/fastnumbers/fastnumbers.cpython-314-aarch64-linux-gnu.so -lm -lstdc++
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/cpp
copying build/lib.linux-aarch64-cpython-314/cpp/extractor.cpp -> build/bdist.linux-aarch64/wheel/./cpp
copying build/lib.linux-aarch64-cpython-314/cpp/parser.cpp -> build/bdist.linux-aarch64/wheel/./cpp
copying build/lib.linux-aarch64-cpython-314/cpp/implementation.cpp -> build/bdist.linux-aarch64/wheel/./cpp
copying build/lib.linux-aarch64-cpython-314/cpp/c_str_parsing.cpp -> build/bdist.linux-aarch64/wheel/./cpp
copying build/lib.linux-aarch64-cpython-314/cpp/argparse.cpp -> build/bdist.linux-aarch64/wheel/./cpp
copying build/lib.linux-aarch64-cpython-314/cpp/fastnumbers.cpp -> build/bdist.linux-aarch64/wheel/./cpp
creating build/bdist.linux-aarch64/wheel/fastnumbers
copying build/lib.linux-aarch64-cpython-314/fastnumbers/_version.py -> build/bdist.linux-aarch64/wheel/./fastnumbers
copying build/lib.linux-aarch64-cpython-314/fastnumbers/fastnumbers.cpython-314-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel/./fastnumbers
copying build/lib.linux-aarch64-cpython-314/fastnumbers/__init__.py -> build/bdist.linux-aarch64/wheel/./fastnumbers
copying build/lib.linux-aarch64-cpython-314/fastnumbers/py.typed -> build/bdist.linux-aarch64/wheel/./fastnumbers
copying build/lib.linux-aarch64-cpython-314/fastnumbers/fastnumbers.pyi -> build/bdist.linux-aarch64/wheel/./fastnumbers
running install_egg_info
Copying src/fastnumbers.egg-info to build/bdist.linux-aarch64/wheel/./fastnumbers-5.2.0-py3.14.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/fastnumbers-5.2.0.dist-info/WHEEL
creating '/build/python-fastnumbers/src/fastnumbers-5.2.0/dist/.tmp-1_1y78bm/fastnumbers-5.2.0-cp314-cp314-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'cpp/argparse.cpp'
adding 'cpp/c_str_parsing.cpp'
adding 'cpp/extractor.cpp'
adding 'cpp/fastnumbers.cpp'
adding 'cpp/implementation.cpp'
adding 'cpp/parser.cpp'
adding 'fastnumbers/__init__.py'
adding 'fastnumbers/_version.py'
adding 'fastnumbers/fastnumbers.cpython-314-aarch64-linux-gnu.so'
adding 'fastnumbers/fastnumbers.pyi'
adding 'fastnumbers/py.typed'
adding 'fastnumbers-5.2.0.dist-info/licenses/LICENSE'
adding 'fastnumbers-5.2.0.dist-info/METADATA'
adding 'fastnumbers-5.2.0.dist-info/WHEEL'
adding 'fastnumbers-5.2.0.dist-info/top_level.txt'
adding 'fastnumbers-5.2.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built fastnumbers-5.2.0-cp314-cp314-linux_aarch64.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-fastnumbers/pkg/python-fastnumbers/usr/share'
install: creating directory '/build/python-fastnumbers/pkg/python-fastnumbers/usr/share/licenses'
install: creating directory '/build/python-fastnumbers/pkg/python-fastnumbers/usr/share/licenses/python-fastnumbers'
'LICENSE' -> '/build/python-fastnumbers/pkg/python-fastnumbers/usr/share/licenses/python-fastnumbers/LICENSE'
install: creating directory '/build/python-fastnumbers/pkg/python-fastnumbers/usr/share/doc'
install: creating directory '/build/python-fastnumbers/pkg/python-fastnumbers/usr/share/doc/python-fastnumbers'
'README.rst' -> '/build/python-fastnumbers/pkg/python-fastnumbers/usr/share/doc/python-fastnumbers/README.rst'
==> 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...
==> WARNING: Package contains reference to $srcdir
usr/lib/python3.14/site-packages/fastnumbers/fastnumbers.cpython-314-aarch64-linux-gnu.so
==> Creating package "python-fastnumbers"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-fastnumbers 5.2.0-1 (Thu Jul 2 09:50:02 2026)
==> Cleaning up...
[?12l[?25h