D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/python-pathspec-0.9.0-1.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hMOSm8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf pathspec-0.9.0
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pathspec-0.9.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd pathspec-0.9.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ rm -rf pathspec.egg-info
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ud4qIs
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pathspec-0.9.0
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
/usr/lib/python3.9/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires.
  warnings.warn(
running build
running build_py
creating build
creating build/lib
creating build/lib/pathspec
copying pathspec/compat.py -> build/lib/pathspec
copying pathspec/util.py -> build/lib/pathspec
copying pathspec/_meta.py -> build/lib/pathspec
copying pathspec/__init__.py -> build/lib/pathspec
copying pathspec/pathspec.py -> build/lib/pathspec
copying pathspec/pattern.py -> build/lib/pathspec
creating build/lib/pathspec/patterns
copying pathspec/patterns/gitwildmatch.py -> build/lib/pathspec/patterns
copying pathspec/patterns/__init__.py -> build/lib/pathspec/patterns
creating build/lib/pathspec/tests
copying pathspec/tests/test_pathspec.py -> build/lib/pathspec/tests
copying pathspec/tests/test_util.py -> build/lib/pathspec/tests
copying pathspec/tests/test_gitwildmatch.py -> build/lib/pathspec/tests
copying pathspec/tests/__init__.py -> build/lib/pathspec/tests
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vuUHaO
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64
+ cd pathspec-0.9.0
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64
/usr/lib/python3.9/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires.
  warnings.warn(
running install
/usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running install_lib
creating /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr
creating /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib
creating /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9
creating /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec
creating /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/tests
copying build/lib/pathspec/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/tests
copying build/lib/pathspec/tests/test_gitwildmatch.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/tests
copying build/lib/pathspec/tests/test_util.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/tests
copying build/lib/pathspec/tests/test_pathspec.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/tests
creating /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/patterns
copying build/lib/pathspec/patterns/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/patterns
copying build/lib/pathspec/patterns/gitwildmatch.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/patterns
copying build/lib/pathspec/pattern.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec
copying build/lib/pathspec/pathspec.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec
copying build/lib/pathspec/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec
copying build/lib/pathspec/_meta.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec
copying build/lib/pathspec/util.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec
copying build/lib/pathspec/compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/tests/test_gitwildmatch.py to test_gitwildmatch.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/tests/test_util.py to test_util.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/tests/test_pathspec.py to test_pathspec.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/patterns/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/patterns/gitwildmatch.py to gitwildmatch.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/pattern.py to pattern.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/pathspec.py to pathspec.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/_meta.py to _meta.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/util.py to util.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec/compat.py to compat.cpython-39.pyc
writing byte-compilation script '/tmp/tmpti48z83l.py'
/usr/bin/python3 /tmp/tmpti48z83l.py
removing /tmp/tmpti48z83l.py
running install_egg_info
running egg_info
creating pathspec.egg-info
writing pathspec.egg-info/PKG-INFO
writing dependency_links to pathspec.egg-info/dependency_links.txt
writing top-level names to pathspec.egg-info/top_level.txt
writing manifest file 'pathspec.egg-info/SOURCES.txt'
reading manifest file 'pathspec.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'pathspec.egg-info/SOURCES.txt'
Copying pathspec.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages/pathspec-0.9.0-py3.9.egg-info
running install_scripts
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/bin/__pycache__
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.9.0-1.mga9 --unique-debug-suffix -0.9.0-1.mga9.aarch64 --unique-debug-src-base python-pathspec-0.9.0-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pathspec-0.9.0

+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0
Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9 using python3.9
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wyNid3
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pathspec-0.9.0
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ PATH=/home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/bin:/usr/local/bin:/usr/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/home/iurt/.local/bin:/home/iurt/bin
+ PYTHONPATH=/home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages:/home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/lib/python3.9/site-packages
+ PYTHONDONTWRITEBYTECODE=1
+ /usr/bin/pytest
============================= test session starts ==============================
platform linux -- Python 3.9.8, pytest-6.2.4, py-1.10.0, pluggy-1.0.0
rootdir: /home/iurt/rpmbuild/BUILD/pathspec-0.9.0
collected 54 items

pathspec/tests/test_gitwildmatch.py ........................s.s.....     [ 59%]
pathspec/tests/test_pathspec.py ..........                               [ 77%]
pathspec/tests/test_util.py ............                                 [100%]

=============================== warnings summary ===============================
pathspec/tests/test_gitwildmatch.py::GitWildMatchTest::test_09_single_escape_fail
pathspec/tests/test_gitwildmatch.py::GitWildMatchTest::test_09_single_exclamation_mark_fail
  /home/iurt/rpmbuild/BUILD/pathspec-0.9.0/pathspec/tests/test_gitwildmatch.py:546: DeprecationWarning: Please use assertRaisesRegex instead.
    with self.assertRaisesRegexp(GitWildMatchPatternError, expected_message_pattern):

-- Docs: https://docs.pytest.org/en/stable/warnings.html
================== 52 passed, 2 skipped, 2 warnings in 0.24s ===================
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: python3-pathspec-0.9.0-1.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.asIvu7
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pathspec-0.9.0
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/share/doc/python3-pathspec
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/share/doc/python3-pathspec
+ cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/share/doc/python3-pathspec
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.r5iF5S
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pathspec-0.9.0
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/share/licenses/python3-pathspec
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/share/licenses/python3-pathspec
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64/usr/share/licenses/python3-pathspec
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-pathspec = 0.9.0-1.mga9 python3-pathspec = 0.9.0-1.mga9 python3.9-pathspec = 0.9.0-1.mga9 python3.9dist(pathspec) = 0.9 python3dist(pathspec) = 0.9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.9
Obsoletes: python-pathspec < 0.9.0-1.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-pathspec-0.9.0-1.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fr3H5L
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pathspec-0.9.0
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pathspec-0.9.0-1.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.a9hhXW
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf pathspec-0.9.0
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!