D: [iurt_root_command] chroot
Building target platforms: noarch
Building for target noarch
warning: /home/pterjan/rpmbuild/SPECS/python-constantly.spec line 31: autopatch: no matching patches in range
Installing /home/pterjan/rpmbuild/SRPMS/python-constantly-23.10.4-2.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.l31Wyb
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ test -d /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ijgksL
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ rm -rf constantly-23.10.4
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/constantly-23.10.4.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd constantly-23.10.4
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.a3bfcf
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ cd constantly-23.10.4
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ TMPDIR=/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir
+ /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/pyproject-wheeldir
Processing /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4
  Preparing metadata (pyproject.toml): started
  Running command Preparing metadata (pyproject.toml)
  running dist_info
  creating /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir/pip-modern-metadata-p21g16ok/constantly.egg-info
  writing /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir/pip-modern-metadata-p21g16ok/constantly.egg-info/PKG-INFO
  writing dependency_links to /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir/pip-modern-metadata-p21g16ok/constantly.egg-info/dependency_links.txt
  writing top-level names to /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir/pip-modern-metadata-p21g16ok/constantly.egg-info/top_level.txt
  writing manifest file '/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir/pip-modern-metadata-p21g16ok/constantly.egg-info/SOURCES.txt'
  reading manifest file '/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir/pip-modern-metadata-p21g16ok/constantly.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching 'versioneer.py'
  adding license file 'LICENSE'
  writing manifest file '/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir/pip-modern-metadata-p21g16ok/constantly.egg-info/SOURCES.txt'
  creating '/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir/pip-modern-metadata-p21g16ok/constantly-23.10.4.dist-info'
  Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: constantly
  Building wheel for constantly (pyproject.toml): started
  Running command Building wheel for constantly (pyproject.toml)
  running bdist_wheel
  running build
  running build_py
  creating build/lib/constantly
  copying constantly/_constants.py -> build/lib/constantly
  copying constantly/__init__.py -> build/lib/constantly
  copying constantly/_version.py -> build/lib/constantly
  creating build/lib/constantly/test
  copying constantly/test/test_constants.py -> build/lib/constantly/test
  copying constantly/test/__init__.py -> build/lib/constantly/test
  UPDATING build/lib/constantly/_version.py
  set build/lib/constantly/_version.py to '23.10.4'
  installing to build/bdist.linux-x86_64/wheel
  running install
  running install_lib
  creating build/bdist.linux-x86_64/wheel
  creating build/bdist.linux-x86_64/wheel/constantly
  copying build/lib/constantly/_constants.py -> build/bdist.linux-x86_64/wheel/./constantly
  creating build/bdist.linux-x86_64/wheel/constantly/test
  copying build/lib/constantly/test/test_constants.py -> build/bdist.linux-x86_64/wheel/./constantly/test
  copying build/lib/constantly/test/__init__.py -> build/bdist.linux-x86_64/wheel/./constantly/test
  copying build/lib/constantly/__init__.py -> build/bdist.linux-x86_64/wheel/./constantly
  copying build/lib/constantly/_version.py -> build/bdist.linux-x86_64/wheel/./constantly
  running install_egg_info
  running egg_info
  writing constantly.egg-info/PKG-INFO
  writing dependency_links to constantly.egg-info/dependency_links.txt
  writing top-level names to constantly.egg-info/top_level.txt
  reading manifest file 'constantly.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching 'versioneer.py'
  adding license file 'LICENSE'
  writing manifest file 'constantly.egg-info/SOURCES.txt'
  Copying constantly.egg-info to build/bdist.linux-x86_64/wheel/./constantly-23.10.4-py3.12.egg-info
  running install_scripts
  creating build/bdist.linux-x86_64/wheel/constantly-23.10.4.dist-info/WHEEL
  creating '/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir/pip-wheel-c5quipr_/.tmp-y9dk5kp6/constantly-23.10.4-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  adding 'constantly/__init__.py'
  adding 'constantly/_constants.py'
  adding 'constantly/_version.py'
  adding 'constantly/test/__init__.py'
  adding 'constantly/test/test_constants.py'
  adding 'constantly-23.10.4.dist-info/LICENSE'
  adding 'constantly-23.10.4.dist-info/METADATA'
  adding 'constantly-23.10.4.dist-info/WHEEL'
  adding 'constantly-23.10.4.dist-info/top_level.txt'
  adding 'constantly-23.10.4.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
  Building wheel for constantly (pyproject.toml): finished with status 'done'
  Created wheel for constantly: filename=constantly-23.10.4-py3-none-any.whl size=13518 sha256=9c110ba35746188e4ff974d73655dc8e070d26b2ca849e44ca9a9d55964a0cf2
  Stored in directory: /home/pterjan/.cache/pip/wheels/b5/b2/4b/0121ae5b556ab7eaef5d8180bb0c9a39682c56f886b9560b18
Successfully built constantly
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HTnvkW
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ mkdir /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT
+ cd constantly-23.10.4
+ '[' 1 -eq 1 ']'
++ ls /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/pyproject-wheeldir/constantly-23.10.4-py3-none-any.whl
++ xargs basename --multiple
++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/'
+ specifier=constantly==23.10.4
+ '[' -z constantly==23.10.4 ']'
+ TMPDIR=/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/.pyproject-builddir
+ /usr/bin/python3 -m pip install --root /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/pyproject-wheeldir constantly==23.10.4
Using pip 24.3.1 from /usr/lib/python3.12/site-packages/pip (python 3.12)
Looking in links: /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/pyproject-wheeldir
Processing ./pyproject-wheeldir/constantly-23.10.4-py3-none-any.whl
Installing collected packages: constantly
Successfully installed constantly-23.10.4
+ '[' -d /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/bin ']'
+ rm -f /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/python-constantly-23.10.4-2.mga10.noarch-pyproject-ghost-distinfo
+ site_dirs=()
+ '[' -d /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib/python3.12/site-packages ']'
+ site_dirs+=("/usr/lib/python3.12/site-packages")
+ '[' /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib64/python3.12/site-packages '!=' /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib/python3.12/site-packages ']'
+ '[' -d /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib64/python3.12/site-packages ']'
+ for site_dir in ${site_dirs[@]}
+ for distinfo in /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT$site_dir/*.dist-info
+ echo '%ghost /usr/lib/python3.12/site-packages/constantly-23.10.4.dist-info'
+ sed -i s/pip/rpm/ /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib/python3.12/site-packages/constantly-23.10.4.dist-info/INSTALLER
+ PYTHONPATH=/usr/lib/rpm/redhat
+ /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT --record /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib/python3.12/site-packages/constantly-23.10.4.dist-info/RECORD --output /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/python-constantly-23.10.4-2.mga10.noarch-pyproject-record
+ rm -fv /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib/python3.12/site-packages/constantly-23.10.4.dist-info/RECORD
removed '/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib/python3.12/site-packages/constantly-23.10.4.dist-info/RECORD'
+ rm -fv /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib/python3.12/site-packages/constantly-23.10.4.dist-info/REQUESTED
removed '/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib/python3.12/site-packages/constantly-23.10.4.dist-info/REQUESTED'
++ wc -l /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/python-constantly-23.10.4-2.mga10.noarch-pyproject-ghost-distinfo
++ cut -f1 '-d '
+ lines=1
+ '[' 1 -ne 1 ']'
+ RPM_FILES_ESCAPE=4.19
+ /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/python-constantly-23.10.4-2.mga10.noarch-pyproject-files --output-modules /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/python-constantly-23.10.4-2.mga10.noarch-pyproject-modules --buildroot /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT --sitelib /usr/lib/python3.12/site-packages --sitearch /usr/lib64/python3.12/site-packages --python-version 3.12 --pyproject-record /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/python-constantly-23.10.4-2.mga10.noarch-pyproject-record --prefix /usr constantly
+ /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-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/lib/python3.12 using python3.12
Not clamping source mtimes, $SOURCE_DATE_EPOCH not set
+ /usr/lib/rpm/redhat/brp-python-hardlink
Processing files: python3-constantly-23.10.4-2.mga10.noarch
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hcliYf
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ cd constantly-23.10.4
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/share/doc/python3-constantly
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/share/doc/python3-constantly
+ cp -pr /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/README.rst /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/share/doc/python3-constantly
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.p63Mhi
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ cd constantly-23.10.4
+ LICENSEDIR=/home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/share/licenses/python3-constantly
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/share/licenses/python3-constantly
+ cp -pr /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/constantly-23.10.4/LICENSE /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT/usr/share/licenses/python3-constantly
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-constantly = 23.10.4-2.mga10 python3-constantly = 23.10.4-2.mga10 python3.12-constantly = 23.10.4-2.mga10 python3.12dist(constantly) = 23.10.4 python3dist(constantly) = 23.10.4
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.12
Obsoletes: python-constantly < 23.10.4-2.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-constantly-23.10.4-2.mga10.noarch.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ICZ4Yd
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ test -d /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/python-constantly-23.10.4-build
+ RPM_EC=0
++ jobs -p
+ exit 0

RPM build warnings:
    /home/pterjan/rpmbuild/SPECS/python-constantly.spec line 31: autopatch: no matching patches in range
D: [iurt_root_command] Success!