==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: python-pysmf 0.1.1-6 (Mon Dec 23 23:16:49 2024)
==> Retrieving sources...
  -> Cloning python-pysmf git repo...
Cloning into bare repository '/home/leming/work/python-pysmf/python-pysmf'...
  -> Found update-pytest-references.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-pysmf ... Skipped
    update-pytest-references.patch ... Passed
==> Validating source files with b2sums...
    python-pysmf ... Skipped
    update-pytest-references.patch ... Passed
==> Making package: python-pysmf 0.1.1-6 (Mon 23 Dec 2024 11:16:56 PM MST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) libsmf-1.3-12

Total Download Size:   0.03 MiB
Total Installed Size:  0.15 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 libsmf-1.3-12-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libsmf...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (18) perl-error-0.17029-7  perl-mailtools-2.22-1  perl-timedate-2.33-7
              python-autocommand-2.2.2-7  python-jaraco.collections-5.0.1-2
              python-jaraco.context-5.3.0-3  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  cython-3.0.11-2  git-2.47.1-1
              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:  73.06 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 perl-error...
installing perl-timedate...
installing perl-mailtools...
installing git...
Optional dependencies for git
    tk: gitk and git gui
    openssh: ssh transport and crypto
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
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...
installing cython...
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 971.
Creating user 'git' (git daemon user) with UID 971 and GID 971.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Warn about old perl modules
[?25h==> Retrieving sources...
  -> Found update-pytest-references.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of python-pysmf git repo...
Cloning into 'python-pysmf'...
done.
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> Starting build()...
* Getting build dependencies for wheel...
<string>:8: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!

        ********************************************************************************
        Please remove any references to `setuptools.command.test` in all supported versions of the affected package.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        ********************************************************************************

!!
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running egg_info
creating pysmf.egg-info
writing pysmf.egg-info/PKG-INFO
writing dependency_links to pysmf.egg-info/dependency_links.txt
writing top-level names to pysmf.egg-info/top_level.txt
writing manifest file 'pysmf.egg-info/SOURCES.txt'
reading manifest file 'pysmf.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'src/smf.c'
adding license file 'COPYING'
writing manifest file 'pysmf.egg-info/SOURCES.txt'
* Building wheel...
<string>:8: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!

        ********************************************************************************
        Please remove any references to `setuptools.command.test` in all supported versions of the affected package.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        ********************************************************************************

!!
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running bdist_wheel
running build
running build_ext
Compiling src/smf.pyx because it changed.
[1/1] Cythonizing src/smf.pyx
/usr/lib/python3.13/site-packages/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /build/python-pysmf/src/python-pysmf/src/smf.pxd
  tree = Parsing.p_module(s, pxd, full_module_name)
building 'smf' extension
creating build/temp.linux-aarch64-cpython-313/src
gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/python3.13 -c src/smf.c -o build/temp.linux-aarch64-cpython-313/src/smf.o -Werror-implicit-function-declaration
In function '__pyx_pf_3smf_9TrackList_6insert',
    inlined from '__pyx_pw_3smf_9TrackList_7insert' at src/smf.c:9068:13:
src/smf.c:9215:43: warning: argument 1 value '18446744073709551608' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
In file included from /usr/include/python3.13/Python.h:38,
                 from src/smf.c:42:
/usr/include/stdlib.h: In function '__pyx_pw_3smf_9TrackList_7insert':
/usr/include/stdlib.h:672:14: note: in a call to allocation function 'malloc' declared here
  672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
      |              ^~~~~~
creating build/lib.linux-aarch64-cpython-313
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=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-aarch64-cpython-313/src/smf.o -L/usr/lib -lsmf -lm -lglib-2.0 -o build/lib.linux-aarch64-cpython-313/smf.cpython-313-aarch64-linux-gnu.so
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64/wheel
copying build/lib.linux-aarch64-cpython-313/smf.cpython-313-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel/.
running install_egg_info
running egg_info
writing pysmf.egg-info/PKG-INFO
writing dependency_links to pysmf.egg-info/dependency_links.txt
writing top-level names to pysmf.egg-info/top_level.txt
reading manifest file 'pysmf.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
writing manifest file 'pysmf.egg-info/SOURCES.txt'
Copying pysmf.egg-info to build/bdist.linux-aarch64/wheel/./pysmf-0.1.1-py3.13.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/pysmf-0.1.1.dist-info/WHEEL
creating '/build/python-pysmf/src/python-pysmf/dist/.tmp-4zypfli1/pysmf-0.1.1-cp313-cp313-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'smf.cpython-313-aarch64-linux-gnu.so'
adding 'pysmf-0.1.1.dist-info/COPYING'
adding 'pysmf-0.1.1.dist-info/METADATA'
adding 'pysmf-0.1.1.dist-info/WHEEL'
adding 'pysmf-0.1.1.dist-info/top_level.txt'
adding 'pysmf-0.1.1.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Successfully built pysmf-0.1.1-cp313-cp313-linux_aarch64.whl
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/python-pysmf/pkg/python-pysmf/usr/share'
install: creating directory '/build/python-pysmf/pkg/python-pysmf/usr/share/doc'
install: creating directory '/build/python-pysmf/pkg/python-pysmf/usr/share/doc/python-pysmf'
'NEWS' -> '/build/python-pysmf/pkg/python-pysmf/usr/share/doc/python-pysmf/NEWS'
'README' -> '/build/python-pysmf/pkg/python-pysmf/usr/share/doc/python-pysmf/README'
'examples' -> '/build/python-pysmf/pkg/python-pysmf/usr/share/doc/python-pysmf/examples'
'examples/createsmf.py' -> '/build/python-pysmf/pkg/python-pysmf/usr/share/doc/python-pysmf/examples/createsmf.py'
'examples/eventlist.py' -> '/build/python-pysmf/pkg/python-pysmf/usr/share/doc/python-pysmf/examples/eventlist.py'
'examples/smfinfo.py' -> '/build/python-pysmf/pkg/python-pysmf/usr/share/doc/python-pysmf/examples/smfinfo.py'
install: creating directory '/build/python-pysmf/pkg/python-pysmf/usr/share/licenses'
install: creating directory '/build/python-pysmf/pkg/python-pysmf/usr/share/licenses/python-pysmf'
'COPYING' -> '/build/python-pysmf/pkg/python-pysmf/usr/share/licenses/python-pysmf/COPYING'
==> 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-pysmf"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pysmf 0.1.1-6 (Mon 23 Dec 2024 11:17:15 PM MST)
==> Cleaning up...