D: [iurt_root_command] chroot
Building target platforms: noarch
Building for target noarch
Installing /home/pterjan/rpmbuild/SRPMS/python-partd-1.4.2-1.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8d1Ahp
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ test -d /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wQQd7Z
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ rm -rf partd-1.4.2
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/partd-1.4.2.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd partd-1.4.2
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/git init -q
+ /usr/bin/git config user.name rpm-build
+ /usr/bin/git config user.email '<rpm-build>'
+ /usr/bin/git config gc.auto 0
+ /usr/bin/git add --force .
+ GIT_COMMITTER_DATE=@1739900584
+ GIT_AUTHOR_DATE=@1739900584
+ /usr/bin/git commit -q --allow-empty -a --author 'rpm-build <rpm-build>' -m 'python-partd-1.4.2 base'
+ /usr/bin/git checkout --track -b rpm-build
Switched to a new branch 'rpm-build'
branch 'rpm-build' set up to track 'master'.
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%generate_buildrequires): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SDjF45
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ cd partd-1.4.2
+ echo pyproject-rpm-macros
+ echo python3-devel
+ echo 'python3dist(packaging)'
+ echo 'python3dist(pip) >= 19'
+ '[' -f pyproject.toml ']'
+ true
+ for f in pyproject.toml setup.py setup.cfg
+ '[' -f pyproject.toml ']'
+ sed -i -E -e '/^requires/s/(['\''"]\s*flit_core\s*>=\s*[0-9]+(\.[0-9]+)+)\s*,\s*<\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\4/' pyproject.toml
+ sed -i -E -e '/python_requires/s/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/' pyproject.toml
+ sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9a-z]+)*)\s*,\s*(<|!=|<=)\s*[0-9]+(\.[0-9a-z]+)*(-?dev[0-9]*)?(\.\*)*(\s*['\''"]?)/\1\7/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]\w+\s*)!=(\s*([0-9])+(\.[0-9]+)*\s*['\''"])/\1>\2/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\5/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]\s*)\^(\s*[0-9]+(\.[0-9]+)*\s*['\''"])/\1>=\2/g' pyproject.toml
+ sed -i -e 's/~=/>=/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]\s*\S*\s*)==(\s*[0-9]+(\.[0-9]+)*)\.\*(\s*['\''"])/\1>=\2\4/g' pyproject.toml
+ sed -i -E -e 's/(['\''"]?\w*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)[0-9]+(\.[0-9]+)*\s*(['\''"]?)/\1\5/g' pyproject.toml
+ for f in pyproject.toml setup.py setup.cfg
+ '[' -f setup.py ']'
+ sed -i -E -e '/^requires/s/(['\''"]\s*flit_core\s*>=\s*[0-9]+(\.[0-9]+)+)\s*,\s*<\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\4/' setup.py
+ sed -i -E -e '/python_requires/s/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/' setup.py
+ sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9a-z]+)*)\s*,\s*(<|!=|<=)\s*[0-9]+(\.[0-9a-z]+)*(-?dev[0-9]*)?(\.\*)*(\s*['\''"]?)/\1\7/g' setup.py
+ sed -i -E -e 's/(['\''"]\w+\s*)!=(\s*([0-9])+(\.[0-9]+)*\s*['\''"])/\1>\2/g' setup.py
+ sed -i -E -e 's/(['\''"]\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\s*['\''"])/\1\5/g' setup.py
+ sed -i -E -e 's/(['\''"]?\s*\S*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*(,\s*(<|!=)\s*[0-9]+(\.[0-9]+)*(\.\*)*)+(\s*['\''"]?)/\1\7/g' setup.py
+ sed -i -E -e 's/(['\''"]\s*)\^(\s*[0-9]+(\.[0-9]+)*\s*['\''"])/\1>=\2/g' setup.py
+ sed -i -e 's/~=/>=/g' setup.py
+ sed -i -E -e 's/(['\''"]\s*\S*\s*)==(\s*[0-9]+(\.[0-9]+)*)\.\*(\s*['\''"])/\1>=\2\4/g' setup.py
+ sed -i -E -e 's/(['\''"]?\w*\s*>=\s*[0-9]+(\.[0-9]+)*)\s*,\s*(<|!=)[0-9]+(\.[0-9]+)*\s*(['\''"]?)/\1\5/g' setup.py
+ for f in pyproject.toml setup.py setup.cfg
+ '[' -f setup.cfg ']'
+ rm -rfv '*.dist-info/'
+ '[' -f /usr/bin/python3 ']'
+ mkdir -p /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir
+ echo -n
+ 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'
+ CXXFLAGS='-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'
+ FFLAGS='-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 '
+ FCFLAGS='-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 '
+ VALAFLAGS=-g
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ 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'
+ LT_SYS_LIBRARY_PATH=/usr/lib:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ CXX=g++
+ TMPDIR=/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir
+ RPM_TOXENV=py312
+ HOSTNAME=rpmbuild
+ /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/pyproject-wheeldir --output /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/python-partd-1.4.2-1.mga10.noarch-pyproject-buildrequires -t
Handling setuptools>=61.2 from build-system.requires
Requirement satisfied: setuptools>=61.2
   (installed: setuptools 75.6.0)
Handling versioneer[toml]==0.29 from build-system.requires
Requirement satisfied: versioneer[toml]==0.29
   (installed: versioneer 0.29)
   (extras are currently not checked)
running egg_info
creating partd.egg-info
writing partd.egg-info/PKG-INFO
writing dependency_links to partd.egg-info/dependency_links.txt
writing requirements to partd.egg-info/requires.txt
writing top-level names to partd.egg-info/top_level.txt
writing manifest file 'partd.egg-info/SOURCES.txt'
reading manifest file 'partd.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'versioneer.py'
adding license file 'LICENSE.txt'
writing manifest file 'partd.egg-info/SOURCES.txt'
Handling tox-current-env >= 0.0.6 from tox itself
Requirement satisfied: tox-current-env >= 0.0.6
   (installed: tox-current-env 0.0.11)
  py312: OK (0.01 seconds)
  congratulations :) (0.10 seconds)
Handling tox from tox --print-deps-only: py312
Requirement satisfied: tox
   (installed: tox 4.11.1)
running dist_info
writing partd.egg-info/PKG-INFO
writing dependency_links to partd.egg-info/dependency_links.txt
writing requirements to partd.egg-info/requires.txt
writing top-level names to partd.egg-info/top_level.txt
reading manifest file 'partd.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'versioneer.py'
adding license file 'LICENSE.txt'
writing manifest file 'partd.egg-info/SOURCES.txt'
creating '/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/partd-1.4.2.dist-info'
Handling locket from hook generated metadata: Requires-Dist (partd)
Requirement satisfied: locket
   (installed: locket 1.0.0)
Handling toolz from hook generated metadata: Requires-Dist (partd)
Requirement satisfied: toolz
   (installed: toolz 0.12.1)
Handling numpy>=1.20.0; extra == "complete" from hook generated metadata: Requires-Dist (partd)
Ignoring alien requirement: numpy>=1.20.0; extra == "complete"
Handling pandas>=1.3; extra == "complete" from hook generated metadata: Requires-Dist (partd)
Ignoring alien requirement: pandas>=1.3; extra == "complete"
Handling pyzmq; extra == "complete" from hook generated metadata: Requires-Dist (partd)
Ignoring alien requirement: pyzmq; extra == "complete"
Handling blosc; extra == "complete" from hook generated metadata: Requires-Dist (partd)
Ignoring alien requirement: blosc; extra == "complete"
+ cat /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/python-partd-1.4.2-1.mga10.noarch-pyproject-buildrequires
+ rm -rfv partd-1.4.2.dist-info/
removed 'partd-1.4.2.dist-info/LICENSE.txt'
removed 'partd-1.4.2.dist-info/top_level.txt'
removed 'partd-1.4.2.dist-info/METADATA'
removed directory 'partd-1.4.2.dist-info/'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cQBp6D
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ 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'
+ export CFLAGS
+ CXXFLAGS='-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'
+ export CXXFLAGS
+ FFLAGS='-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 '
+ export FFLAGS
+ FCFLAGS='-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 '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ 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'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd partd-1.4.2
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.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'
+ CXXFLAGS='-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'
+ FFLAGS='-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 '
+ FCFLAGS='-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 '
+ VALAFLAGS=-g
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ 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'
+ LT_SYS_LIBRARY_PATH=/usr/lib:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ CXX=g++
+ TMPDIR=/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir
+ /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/pyproject-wheeldir
Processing /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2
  Preparing metadata (pyproject.toml): started
  Running command Preparing metadata (pyproject.toml)
  running dist_info
  creating /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir/pip-modern-metadata-xg4e0dd0/partd.egg-info
  writing /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir/pip-modern-metadata-xg4e0dd0/partd.egg-info/PKG-INFO
  writing dependency_links to /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir/pip-modern-metadata-xg4e0dd0/partd.egg-info/dependency_links.txt
  writing requirements to /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir/pip-modern-metadata-xg4e0dd0/partd.egg-info/requires.txt
  writing top-level names to /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir/pip-modern-metadata-xg4e0dd0/partd.egg-info/top_level.txt
  writing manifest file '/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir/pip-modern-metadata-xg4e0dd0/partd.egg-info/SOURCES.txt'
  reading manifest file '/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir/pip-modern-metadata-xg4e0dd0/partd.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching 'versioneer.py'
  adding license file 'LICENSE.txt'
  writing manifest file '/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir/pip-modern-metadata-xg4e0dd0/partd.egg-info/SOURCES.txt'
  creating '/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir/pip-modern-metadata-xg4e0dd0/partd-1.4.2.dist-info'
  Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: partd
  Building wheel for partd (pyproject.toml): started
  Running command Building wheel for partd (pyproject.toml)
  running bdist_wheel
  running build
  running build_py
  creating build/lib/partd
  copying partd/python.py -> build/lib/partd
  copying partd/pandas.py -> build/lib/partd
  copying partd/pickle.py -> build/lib/partd
  copying partd/encode.py -> build/lib/partd
  copying partd/numpy.py -> build/lib/partd
  copying partd/__init__.py -> build/lib/partd
  copying partd/zmq.py -> build/lib/partd
  copying partd/core.py -> build/lib/partd
  copying partd/dict.py -> build/lib/partd
  copying partd/buffer.py -> build/lib/partd
  copying partd/file.py -> build/lib/partd
  copying partd/_version.py -> build/lib/partd
  copying partd/compressed.py -> build/lib/partd
  copying partd/utils.py -> build/lib/partd
  UPDATING build/lib/partd/_version.py
  set build/lib/partd/_version.py to '1.4.2'
  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/partd
  copying build/lib/partd/python.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/pandas.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/pickle.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/encode.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/numpy.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/__init__.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/zmq.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/core.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/dict.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/buffer.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/file.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/_version.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/compressed.py -> build/bdist.linux-x86_64/wheel/./partd
  copying build/lib/partd/utils.py -> build/bdist.linux-x86_64/wheel/./partd
  running install_egg_info
  running egg_info
  writing partd.egg-info/PKG-INFO
  writing dependency_links to partd.egg-info/dependency_links.txt
  writing requirements to partd.egg-info/requires.txt
  writing top-level names to partd.egg-info/top_level.txt
  reading manifest file 'partd.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching 'versioneer.py'
  adding license file 'LICENSE.txt'
  writing manifest file 'partd.egg-info/SOURCES.txt'
  Copying partd.egg-info to build/bdist.linux-x86_64/wheel/./partd-1.4.2-py3.12.egg-info
  running install_scripts
  creating build/bdist.linux-x86_64/wheel/partd-1.4.2.dist-info/WHEEL
  creating '/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir/pip-wheel-03bbc6sx/.tmp-77w9qjq5/partd-1.4.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  adding 'partd/__init__.py'
  adding 'partd/_version.py'
  adding 'partd/buffer.py'
  adding 'partd/compressed.py'
  adding 'partd/core.py'
  adding 'partd/dict.py'
  adding 'partd/encode.py'
  adding 'partd/file.py'
  adding 'partd/numpy.py'
  adding 'partd/pandas.py'
  adding 'partd/pickle.py'
  adding 'partd/python.py'
  adding 'partd/utils.py'
  adding 'partd/zmq.py'
  adding 'partd-1.4.2.dist-info/LICENSE.txt'
  adding 'partd-1.4.2.dist-info/METADATA'
  adding 'partd-1.4.2.dist-info/WHEEL'
  adding 'partd-1.4.2.dist-info/top_level.txt'
  adding 'partd-1.4.2.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
  Building wheel for partd (pyproject.toml): finished with status 'done'
  Created wheel for partd: filename=partd-1.4.2-py3-none-any.whl size=18847 sha256=e4fb8bc0e00e50dc1a7e69d60ba672f1b822dbcb3b32f76d0cc6d720f0cec0d7
  Stored in directory: /home/pterjan/.cache/pip/wheels/5b/52/43/715e31030bb3f2b6fd24988427f02df613e8e2b74f1d86f9a4
Successfully built partd
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.AYDO0l
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ mkdir /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT
+ 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'
+ export CFLAGS
+ CXXFLAGS='-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'
+ export CXXFLAGS
+ FFLAGS='-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 '
+ export FFLAGS
+ FCFLAGS='-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 '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ 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'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd partd-1.4.2
+ '[' 1 -eq 1 ']'
++ ls /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/pyproject-wheeldir/partd-1.4.2-py3-none-any.whl
++ xargs basename --multiple
++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/'
+ specifier=partd==1.4.2
+ '[' -z partd==1.4.2 ']'
+ TMPDIR=/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir
+ /usr/bin/python3 -m pip install --root /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-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-partd-1.4.2-build/partd-1.4.2/pyproject-wheeldir partd==1.4.2
Using pip 24.3.1 from /usr/lib/python3.12/site-packages/pip (python 3.12)
Looking in links: /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/pyproject-wheeldir
Processing ./pyproject-wheeldir/partd-1.4.2-py3-none-any.whl
Installing collected packages: partd
Successfully installed partd-1.4.2
+ '[' -d /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/bin ']'
+ rm -f /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/python-partd-1.4.2-1.mga10.noarch-pyproject-ghost-distinfo
+ site_dirs=()
+ '[' -d /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib/python3.12/site-packages ']'
+ site_dirs+=("/usr/lib/python3.12/site-packages")
+ '[' /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib64/python3.12/site-packages '!=' /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib/python3.12/site-packages ']'
+ '[' -d /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib64/python3.12/site-packages ']'
+ for site_dir in ${site_dirs[@]}
+ for distinfo in /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT$site_dir/*.dist-info
+ echo '%ghost /usr/lib/python3.12/site-packages/partd-1.4.2.dist-info'
+ sed -i s/pip/rpm/ /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib/python3.12/site-packages/partd-1.4.2.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-partd-1.4.2-build/BUILDROOT --record /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib/python3.12/site-packages/partd-1.4.2.dist-info/RECORD --output /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/python-partd-1.4.2-1.mga10.noarch-pyproject-record
+ rm -fv /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib/python3.12/site-packages/partd-1.4.2.dist-info/RECORD
removed '/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib/python3.12/site-packages/partd-1.4.2.dist-info/RECORD'
+ rm -fv /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib/python3.12/site-packages/partd-1.4.2.dist-info/REQUESTED
removed '/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib/python3.12/site-packages/partd-1.4.2.dist-info/REQUESTED'
++ wc -l /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/python-partd-1.4.2-1.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-partd-1.4.2-build/python-partd-1.4.2-1.mga10.noarch-pyproject-files --output-modules /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/python-partd-1.4.2-1.mga10.noarch-pyproject-modules --buildroot /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-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-partd-1.4.2-build/python-partd-1.4.2-1.mga10.noarch-pyproject-record --prefix /usr partd
+ /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-partd-1.4.2-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
Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XVvmIK
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ 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'
+ export CFLAGS
+ CXXFLAGS='-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'
+ export CXXFLAGS
+ FFLAGS='-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 '
+ export FFLAGS
+ FCFLAGS='-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 '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ 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'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd partd-1.4.2
+ '[' 1 -eq 1 ']'
+ 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'
+ PATH=/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/pterjan/.local/bin:/home/pterjan/bin
+ PYTHONPATH=/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib64/python3.12/site-packages:/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/lib/python3.12/site-packages
+ PYTHONDONTWRITEBYTECODE=1
+ PYTEST_ADDOPTS=' --ignore=/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/.pyproject-builddir'
+ PYTEST_XDIST_AUTO_NUM_WORKERS=16
+ /usr/bin/pytest
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2
configfile: pyproject.toml
collected 27 items / 3 skipped

partd/tests/test_buffer.py ...                                           [ 11%]
partd/tests/test_compressed.py ..                                        [ 18%]
partd/tests/test_dict.py ....                                            [ 33%]
partd/tests/test_encode.py ..                                            [ 40%]
partd/tests/test_file.py .......                                         [ 66%]
partd/tests/test_partd.py ....                                           [ 81%]
partd/tests/test_pickle.py ..                                            [ 88%]
partd/tests/test_python.py .                                             [ 92%]
partd/tests/test_utils.py ..                                             [100%]

======================== 27 passed, 3 skipped in 0.31s =========================
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: python3-partd-1.4.2-1.mga10.noarch
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.KLGt5A
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ cd partd-1.4.2
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/share/doc/python3-partd
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/share/doc/python3-partd
+ cp -pr /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/README.rst /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/share/doc/python3-partd
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7PXp79
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ cd partd-1.4.2
+ LICENSEDIR=/home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/share/licenses/python3-partd
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/share/licenses/python3-partd
+ cp -pr /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/partd-1.4.2/LICENSE.txt /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT/usr/share/licenses/python3-partd
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-partd = 1.4.2-1.mga10 python3-partd = 1.4.2-1.mga10 python3.12-partd = 1.4.2-1.mga10 python3.12dist(partd) = 1.4.2 python3dist(partd) = 1.4.2
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 python3.12dist(locket) python3.12dist(toolz)
Obsoletes: python-partd < 1.4.2-1.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-partd-1.4.2-1.mga10.noarch.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.QnarmT
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ test -d /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/python-partd-1.4.2-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!