==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-pynetbox 7.4.0-2 (Mon Dec 23 19:58:12 2024)
==> Retrieving sources...
  -> Found python-pynetbox-7.4.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-pynetbox-7.4.0.tar.gz ... Passed
==> Validating source files with b2sums...
    python-pynetbox-7.4.0.tar.gz ... Passed
==> Making package: python-pynetbox 7.4.0-2 (Mon Dec 23 19:58:31 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (5) python-charset-normalizer-3.4.0-5  python-idna-3.10-2
             python-urllib3-1.26.20-4  python-packaging-24.2-3
             python-requests-2.32.3-4

Total Installed Size:  3.84 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-charset-normalizer...
installing python-idna...
installing python-urllib3...
Optional dependencies for python-urllib3
    python-brotli: Brotli support
    python-certifi: security support
    python-cryptography: security support
    python-idna: security support [installed]
    python-pyopenssl: security support
    python-pysocks: SOCKS support
installing python-requests...
Optional dependencies for python-requests
    python-chardet: alternative character encoding library
    python-pysocks: SOCKS proxy support
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

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

Total Installed Size:  10.43 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-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...
installing python-setuptools-scm...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found python-pynetbox-7.4.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-pynetbox-7.4.0.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
* Building wheel...
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'
Traceback (most recent call last):
  File "/usr/lib/python3.13/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject
    section = defn.get("tool", {})[tool_name]
              ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'setuptools_scm'
running bdist_wheel
running build
running build_py
creating build/lib/pynetbox
copying pynetbox/__init__.py -> build/lib/pynetbox
creating build/lib/pynetbox/models
copying pynetbox/models/dcim.py -> build/lib/pynetbox/models
copying pynetbox/models/__init__.py -> build/lib/pynetbox/models
copying pynetbox/models/extras.py -> build/lib/pynetbox/models
copying pynetbox/models/virtualization.py -> build/lib/pynetbox/models
copying pynetbox/models/users.py -> build/lib/pynetbox/models
copying pynetbox/models/ipam.py -> build/lib/pynetbox/models
copying pynetbox/models/mapper.py -> build/lib/pynetbox/models
copying pynetbox/models/wireless.py -> build/lib/pynetbox/models
copying pynetbox/models/circuits.py -> build/lib/pynetbox/models
creating build/lib/pynetbox/core
copying pynetbox/core/query.py -> build/lib/pynetbox/core
copying pynetbox/core/api.py -> build/lib/pynetbox/core
copying pynetbox/core/__init__.py -> build/lib/pynetbox/core
copying pynetbox/core/app.py -> build/lib/pynetbox/core
copying pynetbox/core/util.py -> build/lib/pynetbox/core
copying pynetbox/core/endpoint.py -> build/lib/pynetbox/core
copying pynetbox/core/response.py -> build/lib/pynetbox/core
running egg_info
creating pynetbox.egg-info
writing pynetbox.egg-info/PKG-INFO
writing dependency_links to pynetbox.egg-info/dependency_links.txt
writing requirements to pynetbox.egg-info/requires.txt
writing top-level names to pynetbox.egg-info/top_level.txt
writing manifest file 'pynetbox.egg-info/SOURCES.txt'
reading manifest file 'pynetbox.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'pynetbox.egg-info/SOURCES.txt'
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/pynetbox
creating build/bdist.linux-armv7l/wheel/pynetbox/models
copying build/lib/pynetbox/models/dcim.py -> build/bdist.linux-armv7l/wheel/./pynetbox/models
copying build/lib/pynetbox/models/__init__.py -> build/bdist.linux-armv7l/wheel/./pynetbox/models
copying build/lib/pynetbox/models/extras.py -> build/bdist.linux-armv7l/wheel/./pynetbox/models
copying build/lib/pynetbox/models/virtualization.py -> build/bdist.linux-armv7l/wheel/./pynetbox/models
copying build/lib/pynetbox/models/users.py -> build/bdist.linux-armv7l/wheel/./pynetbox/models
copying build/lib/pynetbox/models/ipam.py -> build/bdist.linux-armv7l/wheel/./pynetbox/models
copying build/lib/pynetbox/models/mapper.py -> build/bdist.linux-armv7l/wheel/./pynetbox/models
copying build/lib/pynetbox/models/wireless.py -> build/bdist.linux-armv7l/wheel/./pynetbox/models
copying build/lib/pynetbox/models/circuits.py -> build/bdist.linux-armv7l/wheel/./pynetbox/models
creating build/bdist.linux-armv7l/wheel/pynetbox/core
copying build/lib/pynetbox/core/query.py -> build/bdist.linux-armv7l/wheel/./pynetbox/core
copying build/lib/pynetbox/core/api.py -> build/bdist.linux-armv7l/wheel/./pynetbox/core
copying build/lib/pynetbox/core/__init__.py -> build/bdist.linux-armv7l/wheel/./pynetbox/core
copying build/lib/pynetbox/core/app.py -> build/bdist.linux-armv7l/wheel/./pynetbox/core
copying build/lib/pynetbox/core/util.py -> build/bdist.linux-armv7l/wheel/./pynetbox/core
copying build/lib/pynetbox/core/endpoint.py -> build/bdist.linux-armv7l/wheel/./pynetbox/core
copying build/lib/pynetbox/core/response.py -> build/bdist.linux-armv7l/wheel/./pynetbox/core
copying build/lib/pynetbox/__init__.py -> build/bdist.linux-armv7l/wheel/./pynetbox
running install_egg_info
Copying pynetbox.egg-info to build/bdist.linux-armv7l/wheel/./pynetbox-7.4.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/pynetbox-7.4.0.dist-info/WHEEL
creating '/build/python-pynetbox/src/pynetbox-7.4.0/dist/.tmp-qw0xvzi8/pynetbox-7.4.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'pynetbox/__init__.py'
adding 'pynetbox/core/__init__.py'
adding 'pynetbox/core/api.py'
adding 'pynetbox/core/app.py'
adding 'pynetbox/core/endpoint.py'
adding 'pynetbox/core/query.py'
adding 'pynetbox/core/response.py'
adding 'pynetbox/core/util.py'
adding 'pynetbox/models/__init__.py'
adding 'pynetbox/models/circuits.py'
adding 'pynetbox/models/dcim.py'
adding 'pynetbox/models/extras.py'
adding 'pynetbox/models/ipam.py'
adding 'pynetbox/models/mapper.py'
adding 'pynetbox/models/users.py'
adding 'pynetbox/models/virtualization.py'
adding 'pynetbox/models/wireless.py'
adding 'pynetbox-7.4.0.dist-info/LICENSE'
adding 'pynetbox-7.4.0.dist-info/METADATA'
adding 'pynetbox-7.4.0.dist-info/WHEEL'
adding 'pynetbox-7.4.0.dist-info/top_level.txt'
adding 'pynetbox-7.4.0.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built pynetbox-7.4.0-py3-none-any.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-pynetbox"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pynetbox 7.4.0-2 (Mon Dec 23 19:58:46 2024)
==> Cleaning up...