==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-pyicu 2.14-1 (Thu Feb 20 19:59:32 2025)
==> Retrieving sources...
  -> Found PyICU-2.14.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    PyICU-2.14.tar.gz ... Passed
==> Making package: python-pyicu 2.14-1 (Thu 20 Feb 2025 07:59:39 PM MST)
==> 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.8.0-1
              python-wheel-0.45.0-3

Total Installed Size:  10.82 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-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-packaging...
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-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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found PyICU-2.14.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting PyICU-2.14.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
(running 'icu-config --version')

Building PyICU 2.14 for ICU 76.1 (max ICU major version supported: 76)

(running 'icu-config --cxxflags --cppflags')
<string>:42: DeprecationWarning: Use shutil.which instead of find_executable
Adding CFLAGS="-std=c++17 -I/usr/include" from /usr/bin/icu-config
(running 'icu-config --ldflags')
<string>:42: DeprecationWarning: Use shutil.which instead of find_executable
Adding LFLAGS="-L/usr/lib -licui18n -licuuc -licudata" from /usr/bin/icu-config
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running egg_info
writing py/PyICU.egg-info/PKG-INFO
writing dependency_links to py/PyICU.egg-info/dependency_links.txt
writing top-level names to py/PyICU.egg-info/top_level.txt
reading manifest file 'py/PyICU.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'py/PyICU.egg-info/SOURCES.txt'
* Building wheel...
(running 'icu-config --version')

Building PyICU 2.14 for ICU 76.1 (max ICU major version supported: 76)

(running 'icu-config --cxxflags --cppflags')
<string>:42: DeprecationWarning: Use shutil.which instead of find_executable
Adding CFLAGS="-std=c++17 -I/usr/include" from /usr/bin/icu-config
(running 'icu-config --ldflags')
<string>:42: DeprecationWarning: Use shutil.which instead of find_executable
Adding LFLAGS="-L/usr/lib -licui18n -licuuc -licudata" from /usr/bin/icu-config
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running bdist_wheel
running build
running build_py
creating build/lib.linux-aarch64-cpython-313/icu
copying py/icu/__init__.py -> build/lib.linux-aarch64-cpython-313/icu
running build_ext
building 'icu._icu_' extension
creating build/temp.linux-aarch64-cpython-313
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/usr/include/python3.13 -c _icu_.cpp -o build/temp.linux-aarch64-cpython-313/_icu_.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c bases.cpp -o build/temp.linux-aarch64-cpython-313/bases.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c bidi.cpp -o build/temp.linux-aarch64-cpython-313/bidi.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c calendar.cpp -o build/temp.linux-aarch64-cpython-313/calendar.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c casemap.cpp -o build/temp.linux-aarch64-cpython-313/casemap.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c char.cpp -o build/temp.linux-aarch64-cpython-313/char.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c charset.cpp -o build/temp.linux-aarch64-cpython-313/charset.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c collator.cpp -o build/temp.linux-aarch64-cpython-313/collator.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c common.cpp -o build/temp.linux-aarch64-cpython-313/common.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c dateformat.cpp -o build/temp.linux-aarch64-cpython-313/dateformat.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c displayoptions.cpp -o build/temp.linux-aarch64-cpython-313/displayoptions.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c errors.cpp -o build/temp.linux-aarch64-cpython-313/errors.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c format.cpp -o build/temp.linux-aarch64-cpython-313/format.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c gender.cpp -o build/temp.linux-aarch64-cpython-313/gender.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c idna.cpp -o build/temp.linux-aarch64-cpython-313/idna.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c iterators.cpp -o build/temp.linux-aarch64-cpython-313/iterators.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c layoutengine.cpp -o build/temp.linux-aarch64-cpython-313/layoutengine.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c locale.cpp -o build/temp.linux-aarch64-cpython-313/locale.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c measureunit.cpp -o build/temp.linux-aarch64-cpython-313/measureunit.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c messagepattern.cpp -o build/temp.linux-aarch64-cpython-313/messagepattern.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c normalizer.cpp -o build/temp.linux-aarch64-cpython-313/normalizer.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c numberformat.cpp -o build/temp.linux-aarch64-cpython-313/numberformat.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c regex.cpp -o build/temp.linux-aarch64-cpython-313/regex.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c script.cpp -o build/temp.linux-aarch64-cpython-313/script.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c search.cpp -o build/temp.linux-aarch64-cpython-313/search.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c shape.cpp -o build/temp.linux-aarch64-cpython-313/shape.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c spoof.cpp -o build/temp.linux-aarch64-cpython-313/spoof.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c timezone.cpp -o build/temp.linux-aarch64-cpython-313/timezone.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c transliterator.cpp -o build/temp.linux-aarch64-cpython-313/transliterator.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c tries.cpp -o build/temp.linux-aarch64-cpython-313/tries.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c tzinfo.cpp -o build/temp.linux-aarch64-cpython-313/tzinfo.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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/usr/include/python3.13 -c unicodeset.cpp -o build/temp.linux-aarch64-cpython-313/unicodeset.o -std=c++17 -std=c++17 -I/usr/include -DPYICU_VER=\"2.14\" -DPYICU_ICU_MAX_VER=\"76\"
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-313/_icu_.o build/temp.linux-aarch64-cpython-313/bases.o build/temp.linux-aarch64-cpython-313/bidi.o build/temp.linux-aarch64-cpython-313/calendar.o build/temp.linux-aarch64-cpython-313/casemap.o build/temp.linux-aarch64-cpython-313/char.o build/temp.linux-aarch64-cpython-313/charset.o build/temp.linux-aarch64-cpython-313/collator.o build/temp.linux-aarch64-cpython-313/common.o build/temp.linux-aarch64-cpython-313/dateformat.o build/temp.linux-aarch64-cpython-313/displayoptions.o build/temp.linux-aarch64-cpython-313/errors.o build/temp.linux-aarch64-cpython-313/format.o build/temp.linux-aarch64-cpython-313/gender.o build/temp.linux-aarch64-cpython-313/idna.o build/temp.linux-aarch64-cpython-313/iterators.o build/temp.linux-aarch64-cpython-313/layoutengine.o build/temp.linux-aarch64-cpython-313/locale.o build/temp.linux-aarch64-cpython-313/measureunit.o build/temp.linux-aarch64-cpython-313/messagepattern.o build/temp.linux-aarch64-cpython-313/normalizer.o build/temp.linux-aarch64-cpython-313/numberformat.o build/temp.linux-aarch64-cpython-313/regex.o build/temp.linux-aarch64-cpython-313/script.o build/temp.linux-aarch64-cpython-313/search.o build/temp.linux-aarch64-cpython-313/shape.o build/temp.linux-aarch64-cpython-313/spoof.o build/temp.linux-aarch64-cpython-313/timezone.o build/temp.linux-aarch64-cpython-313/transliterator.o build/temp.linux-aarch64-cpython-313/tries.o build/temp.linux-aarch64-cpython-313/tzinfo.o build/temp.linux-aarch64-cpython-313/unicodeset.o -L/usr/lib -o build/lib.linux-aarch64-cpython-313/icu/_icu_.cpython-313-aarch64-linux-gnu.so -L/usr/lib -licui18n -licuuc -licudata
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/icu
copying build/lib.linux-aarch64-cpython-313/icu/__init__.py -> build/bdist.linux-aarch64/wheel/./icu
copying build/lib.linux-aarch64-cpython-313/icu/_icu_.cpython-313-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel/./icu
running install_egg_info
running egg_info
writing py/PyICU.egg-info/PKG-INFO
writing dependency_links to py/PyICU.egg-info/dependency_links.txt
writing top-level names to py/PyICU.egg-info/top_level.txt
reading manifest file 'py/PyICU.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'py/PyICU.egg-info/SOURCES.txt'
Copying py/PyICU.egg-info to build/bdist.linux-aarch64/wheel/./PyICU-2.14-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/PyICU-2.14.dist-info/WHEEL
creating '/build/python-pyicu/src/pyicu-2.14/dist/.tmp-jk7l67ev/PyICU-2.14-cp313-cp313-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'icu/__init__.py'
adding 'icu/_icu_.cpython-313-aarch64-linux-gnu.so'
adding 'PyICU-2.14.dist-info/LICENSE'
adding 'PyICU-2.14.dist-info/METADATA'
adding 'PyICU-2.14.dist-info/WHEEL'
adding 'PyICU-2.14.dist-info/top_level.txt'
adding 'PyICU-2.14.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built PyICU-2.14-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-pyicu"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pyicu 2.14-1 (Thu 20 Feb 2025 08:00:46 PM MST)
==> Cleaning up...