==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-copr 2.1-1 (Sat Mar 29 14:07:08 2025)
==> Retrieving sources...
  -> Found python-copr-2.1-1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-copr-2.1-1.tar.gz ... Passed
==> Making package: python-copr 2.1-1 (Sat Mar 29 14:07:29 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (10) python-charset-normalizer-3.4.1-1  python-decorator-5.1.1-5
              python-gssapi-1.9.0-2  python-idna-3.10-2  python-urllib3-2.3.0-1
              python-filelock-3.18.0-1  python-munch-4.0.0-3
              python-requests-2.32.3-4  python-requests-gssapi-1.3.0-1
              python-requests-toolbelt-1.0.0-3

Total Download Size:   0.58 MiB
Total Installed Size:  6.42 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-gssapi-1.9.0-2-armv7h downloading...
 python-requests-toolbelt-1.0.0-3-any downloading...
 python-filelock-3.18.0-1-any downloading...
 python-requests-gssapi-1.3.0-1-any downloading...
 python-munch-4.0.0-3-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-filelock...
installing python-munch...
installing python-charset-normalizer...
installing python-idna...
installing python-urllib3...
Optional dependencies for python-urllib3
    python-brotli: Brotli support
    python-brotlicffi: Brotli support
    python-h2: HTTP/2 support
    python-pysocks: SOCKS support
    python-zstandard: Zstandard support
installing python-requests...
Optional dependencies for python-requests
    python-chardet: alternative character encoding library
    python-pysocks: SOCKS proxy support
installing python-decorator...
installing python-gssapi...
installing python-requests-gssapi...
installing python-requests-toolbelt...
:: 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.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.6.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.1-1

Total Installed Size:  10.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-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-copr-2.1-1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-copr-2.1-1.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating copr.egg-info
writing copr.egg-info/PKG-INFO
writing dependency_links to copr.egg-info/dependency_links.txt
writing requirements to copr.egg-info/requires.txt
writing top-level names to copr.egg-info/top_level.txt
writing manifest file 'copr.egg-info/SOURCES.txt'
reading manifest file 'copr.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.rst' under directory 'copr/test'
warning: no files found matching 'README*' under directory 'copr/test'
adding license file 'LICENSE'
writing manifest file 'copr.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/copr
copying copr/util.py -> build/lib/copr
copying copr/exceptions.py -> build/lib/copr
copying copr/__init__.py -> build/lib/copr
creating build/lib/copr/test
copying copr/test/__init__.py -> build/lib/copr/test
creating build/lib/copr/v3
copying copr/v3/client.py -> build/lib/copr/v3
copying copr/v3/pagination.py -> build/lib/copr/v3
copying copr/v3/requests.py -> build/lib/copr/v3
copying copr/v3/helpers.py -> build/lib/copr/v3
copying copr/v3/exceptions.py -> build/lib/copr/v3
copying copr/v3/__init__.py -> build/lib/copr/v3
creating build/lib/copr/test/client_v3
copying copr/test/client_v3/test_builds.py -> build/lib/copr/test/client_v3
copying copr/test/client_v3/test_packages.py -> build/lib/copr/test/client_v3
copying copr/test/client_v3/test_helpers.py -> build/lib/copr/test/client_v3
copying copr/test/client_v3/test_modules.py -> build/lib/copr/test/client_v3
copying copr/test/client_v3/test_auth.py -> build/lib/copr/test/client_v3
copying copr/test/client_v3/__init__.py -> build/lib/copr/test/client_v3
copying copr/test/client_v3/test_general.py -> build/lib/copr/test/client_v3
copying copr/test/client_v3/test_requests.py -> build/lib/copr/test/client_v3
creating build/lib/copr/v3/proxies
copying copr/v3/proxies/build.py -> build/lib/copr/v3/proxies
copying copr/v3/proxies/mock_chroot.py -> build/lib/copr/v3/proxies
copying copr/v3/proxies/webhook.py -> build/lib/copr/v3/proxies
copying copr/v3/proxies/module.py -> build/lib/copr/v3/proxies
copying copr/v3/proxies/__init__.py -> build/lib/copr/v3/proxies
copying copr/v3/proxies/build_chroot.py -> build/lib/copr/v3/proxies
copying copr/v3/proxies/package.py -> build/lib/copr/v3/proxies
copying copr/v3/proxies/monitor.py -> build/lib/copr/v3/proxies
copying copr/v3/proxies/project.py -> build/lib/copr/v3/proxies
copying copr/v3/proxies/project_chroot.py -> build/lib/copr/v3/proxies
creating build/lib/copr/v3/auth
copying copr/v3/auth/token.py -> build/lib/copr/v3/auth
copying copr/v3/auth/gssapi.py -> build/lib/copr/v3/auth
copying copr/v3/auth/__init__.py -> build/lib/copr/v3/auth
copying copr/v3/auth/base.py -> build/lib/copr/v3/auth
running egg_info
writing copr.egg-info/PKG-INFO
writing dependency_links to copr.egg-info/dependency_links.txt
writing requirements to copr.egg-info/requires.txt
writing top-level names to copr.egg-info/top_level.txt
reading manifest file 'copr.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.rst' under directory 'copr/test'
warning: no files found matching 'README*' under directory 'copr/test'
adding license file 'LICENSE'
writing manifest file 'copr.egg-info/SOURCES.txt'
/usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'copr.test.resources' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'copr.test.resources' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'copr.test.resources' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'copr.test.resources' to be distributed and are
        already explicitly excluding 'copr.test.resources' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
copying copr/README.rst -> build/lib/copr
creating build/lib/copr/test/resources
copying copr/test/resources/build_config.200.json -> build/lib/copr/test/resources
copying copr/test/resources/build_details.200.json -> build/lib/copr/test/resources
copying copr/test/resources/copr_cli.conf -> build/lib/copr/test/resources
copying copr/test/resources/projects_list.200.json -> build/lib/copr/test/resources
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/copr
creating build/bdist.linux-armv7l/wheel/copr/test
creating build/bdist.linux-armv7l/wheel/copr/test/resources
copying build/lib/copr/test/resources/copr_cli.conf -> build/bdist.linux-armv7l/wheel/./copr/test/resources
copying build/lib/copr/test/resources/build_details.200.json -> build/bdist.linux-armv7l/wheel/./copr/test/resources
copying build/lib/copr/test/resources/build_config.200.json -> build/bdist.linux-armv7l/wheel/./copr/test/resources
copying build/lib/copr/test/resources/projects_list.200.json -> build/bdist.linux-armv7l/wheel/./copr/test/resources
copying build/lib/copr/test/__init__.py -> build/bdist.linux-armv7l/wheel/./copr/test
creating build/bdist.linux-armv7l/wheel/copr/test/client_v3
copying build/lib/copr/test/client_v3/test_builds.py -> build/bdist.linux-armv7l/wheel/./copr/test/client_v3
copying build/lib/copr/test/client_v3/test_packages.py -> build/bdist.linux-armv7l/wheel/./copr/test/client_v3
copying build/lib/copr/test/client_v3/test_helpers.py -> build/bdist.linux-armv7l/wheel/./copr/test/client_v3
copying build/lib/copr/test/client_v3/test_modules.py -> build/bdist.linux-armv7l/wheel/./copr/test/client_v3
copying build/lib/copr/test/client_v3/test_auth.py -> build/bdist.linux-armv7l/wheel/./copr/test/client_v3
copying build/lib/copr/test/client_v3/__init__.py -> build/bdist.linux-armv7l/wheel/./copr/test/client_v3
copying build/lib/copr/test/client_v3/test_general.py -> build/bdist.linux-armv7l/wheel/./copr/test/client_v3
copying build/lib/copr/test/client_v3/test_requests.py -> build/bdist.linux-armv7l/wheel/./copr/test/client_v3
copying build/lib/copr/util.py -> build/bdist.linux-armv7l/wheel/./copr
copying build/lib/copr/exceptions.py -> build/bdist.linux-armv7l/wheel/./copr
copying build/lib/copr/README.rst -> build/bdist.linux-armv7l/wheel/./copr
copying build/lib/copr/__init__.py -> build/bdist.linux-armv7l/wheel/./copr
creating build/bdist.linux-armv7l/wheel/copr/v3
copying build/lib/copr/v3/client.py -> build/bdist.linux-armv7l/wheel/./copr/v3
creating build/bdist.linux-armv7l/wheel/copr/v3/proxies
copying build/lib/copr/v3/proxies/build.py -> build/bdist.linux-armv7l/wheel/./copr/v3/proxies
copying build/lib/copr/v3/proxies/mock_chroot.py -> build/bdist.linux-armv7l/wheel/./copr/v3/proxies
copying build/lib/copr/v3/proxies/webhook.py -> build/bdist.linux-armv7l/wheel/./copr/v3/proxies
copying build/lib/copr/v3/proxies/module.py -> build/bdist.linux-armv7l/wheel/./copr/v3/proxies
copying build/lib/copr/v3/proxies/__init__.py -> build/bdist.linux-armv7l/wheel/./copr/v3/proxies
copying build/lib/copr/v3/proxies/build_chroot.py -> build/bdist.linux-armv7l/wheel/./copr/v3/proxies
copying build/lib/copr/v3/proxies/package.py -> build/bdist.linux-armv7l/wheel/./copr/v3/proxies
copying build/lib/copr/v3/proxies/monitor.py -> build/bdist.linux-armv7l/wheel/./copr/v3/proxies
copying build/lib/copr/v3/proxies/project.py -> build/bdist.linux-armv7l/wheel/./copr/v3/proxies
copying build/lib/copr/v3/proxies/project_chroot.py -> build/bdist.linux-armv7l/wheel/./copr/v3/proxies
creating build/bdist.linux-armv7l/wheel/copr/v3/auth
copying build/lib/copr/v3/auth/token.py -> build/bdist.linux-armv7l/wheel/./copr/v3/auth
copying build/lib/copr/v3/auth/gssapi.py -> build/bdist.linux-armv7l/wheel/./copr/v3/auth
copying build/lib/copr/v3/auth/__init__.py -> build/bdist.linux-armv7l/wheel/./copr/v3/auth
copying build/lib/copr/v3/auth/base.py -> build/bdist.linux-armv7l/wheel/./copr/v3/auth
copying build/lib/copr/v3/pagination.py -> build/bdist.linux-armv7l/wheel/./copr/v3
copying build/lib/copr/v3/requests.py -> build/bdist.linux-armv7l/wheel/./copr/v3
copying build/lib/copr/v3/helpers.py -> build/bdist.linux-armv7l/wheel/./copr/v3
copying build/lib/copr/v3/exceptions.py -> build/bdist.linux-armv7l/wheel/./copr/v3
copying build/lib/copr/v3/__init__.py -> build/bdist.linux-armv7l/wheel/./copr/v3
running install_egg_info
Copying copr.egg-info to build/bdist.linux-armv7l/wheel/./copr-2.1-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/copr-2.1.dist-info/WHEEL
creating '/build/python-copr/src/copr-python-copr-2.1-1/python/dist/.tmp-uvbkf3ja/copr-2.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'copr/README.rst'
adding 'copr/__init__.py'
adding 'copr/exceptions.py'
adding 'copr/util.py'
adding 'copr/test/__init__.py'
adding 'copr/test/client_v3/__init__.py'
adding 'copr/test/client_v3/test_auth.py'
adding 'copr/test/client_v3/test_builds.py'
adding 'copr/test/client_v3/test_general.py'
adding 'copr/test/client_v3/test_helpers.py'
adding 'copr/test/client_v3/test_modules.py'
adding 'copr/test/client_v3/test_packages.py'
adding 'copr/test/client_v3/test_requests.py'
adding 'copr/test/resources/build_config.200.json'
adding 'copr/test/resources/build_details.200.json'
adding 'copr/test/resources/copr_cli.conf'
adding 'copr/test/resources/projects_list.200.json'
adding 'copr/v3/__init__.py'
adding 'copr/v3/client.py'
adding 'copr/v3/exceptions.py'
adding 'copr/v3/helpers.py'
adding 'copr/v3/pagination.py'
adding 'copr/v3/requests.py'
adding 'copr/v3/auth/__init__.py'
adding 'copr/v3/auth/base.py'
adding 'copr/v3/auth/gssapi.py'
adding 'copr/v3/auth/token.py'
adding 'copr/v3/proxies/__init__.py'
adding 'copr/v3/proxies/build.py'
adding 'copr/v3/proxies/build_chroot.py'
adding 'copr/v3/proxies/mock_chroot.py'
adding 'copr/v3/proxies/module.py'
adding 'copr/v3/proxies/monitor.py'
adding 'copr/v3/proxies/package.py'
adding 'copr/v3/proxies/project.py'
adding 'copr/v3/proxies/project_chroot.py'
adding 'copr/v3/proxies/webhook.py'
adding 'copr-2.1.dist-info/LICENSE'
adding 'copr-2.1.dist-info/METADATA'
adding 'copr-2.1.dist-info/WHEEL'
adding 'copr-2.1.dist-info/top_level.txt'
adding 'copr-2.1.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built copr-2.1-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-copr"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-copr 2.1-1 (Sat Mar 29 14:07:46 2025)
==> Cleaning up...