D: [iurt_root_command] chroot
Building target platforms: noarch
Building for target noarch
Installing /home/pterjan/rpmbuild/SRPMS/python-xdis-6.0.3-5.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.LISlGu
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.B3HttV
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build
+ rm -rf xdis-6.0.3
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/xdis-6.0.3.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd xdis-6.0.3
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/0001-Recognize-Python-3.8.7.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ rm -rf xdis.egg-info
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cRi1EU
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-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 xdis-6.0.3
+ '[' 1 -eq 1 ']'
+ '[' 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'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP'
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v2 (GPLv2)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running build
running build_py
creating build/lib/xdis
copying xdis/unmarshal.py -> build/lib/xdis
copying xdis/cross_dis.py -> build/lib/xdis
copying xdis/version.py -> build/lib/xdis
copying xdis/wordcode.py -> build/lib/xdis
copying xdis/op_imports.py -> build/lib/xdis
copying xdis/disasm.py -> build/lib/xdis
copying xdis/verify.py -> build/lib/xdis
copying xdis/instruction.py -> build/lib/xdis
copying xdis/std.py -> build/lib/xdis
copying xdis/load.py -> build/lib/xdis
copying xdis/__init__.py -> build/lib/xdis
copying xdis/bytecode.py -> build/lib/xdis
copying xdis/magics.py -> build/lib/xdis
copying xdis/util.py -> build/lib/xdis
copying xdis/version_info.py -> build/lib/xdis
copying xdis/lineoffsets.py -> build/lib/xdis
copying xdis/marsh.py -> build/lib/xdis
creating build/lib/xdis/bin
copying xdis/bin/__init__.py -> build/lib/xdis/bin
copying xdis/bin/pydisasm.py -> build/lib/xdis/bin
creating build/lib/xdis/codetype
copying xdis/codetype/code30.py -> build/lib/xdis/codetype
copying xdis/codetype/code13.py -> build/lib/xdis/codetype
copying xdis/codetype/code15.py -> build/lib/xdis/codetype
copying xdis/codetype/__init__.py -> build/lib/xdis/codetype
copying xdis/codetype/code20.py -> build/lib/xdis/codetype
copying xdis/codetype/code38.py -> build/lib/xdis/codetype
copying xdis/codetype/base.py -> build/lib/xdis/codetype
creating build/lib/xdis/opcodes
copying xdis/opcodes/opcode_37pypy.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_23.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_38.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_13.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_26.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_35.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_26pypy.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_15.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_32.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_36.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_38pypy.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_27.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_14.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_30.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_24.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_25.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_20.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_16.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_21.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_34.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_11.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_2x.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_10.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_32pypy.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_27pypy.py -> build/lib/xdis/opcodes
copying xdis/opcodes/__init__.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_33.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_35pypy.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_3x.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_37.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_39.py -> build/lib/xdis/opcodes
copying xdis/opcodes/base.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_36pypy.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_31.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_310.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_22.py -> build/lib/xdis/opcodes
copying xdis/opcodes/opcode_33pypy.py -> build/lib/xdis/opcodes
creating build/lib/xdis/dropbox
copying xdis/dropbox/decrypt25.py -> build/lib/xdis/dropbox
copying xdis/dropbox/__init__.py -> build/lib/xdis/dropbox
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.QHFvF1
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build
+ mkdir /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-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 xdis-6.0.3
+ '[' 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'
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT --prefix /usr
/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v2 (GPLv2)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running install
/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        Follow the current Python packaging guidelines when building
        Python RPM packages.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
        and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages
creating /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/unmarshal.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/cross_dis.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
creating /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/bin
copying build/lib/xdis/bin/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/bin
copying build/lib/xdis/bin/pydisasm.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/bin
copying build/lib/xdis/version.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/wordcode.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
creating /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype
copying build/lib/xdis/codetype/code30.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype
copying build/lib/xdis/codetype/code13.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype
copying build/lib/xdis/codetype/code15.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype
copying build/lib/xdis/codetype/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype
copying build/lib/xdis/codetype/code20.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype
copying build/lib/xdis/codetype/code38.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype
copying build/lib/xdis/codetype/base.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype
copying build/lib/xdis/op_imports.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/disasm.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/verify.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/instruction.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/std.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/load.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
creating /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_37pypy.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_23.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_38.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_13.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_26.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_35.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_26pypy.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_15.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_32.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_36.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_38pypy.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_27.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_14.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_30.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_24.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_25.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_20.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_16.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_21.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_34.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_11.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_2x.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_10.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_32pypy.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_27pypy.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_33.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_35pypy.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_3x.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_37.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_39.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/base.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_36pypy.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_31.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_310.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_22.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/opcodes/opcode_33pypy.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes
copying build/lib/xdis/bytecode.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/magics.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/util.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/version_info.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
copying build/lib/xdis/lineoffsets.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
creating /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/dropbox
copying build/lib/xdis/dropbox/decrypt25.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/dropbox
copying build/lib/xdis/dropbox/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/dropbox
copying build/lib/xdis/marsh.py -> /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/unmarshal.py to unmarshal.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/cross_dis.py to cross_dis.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/bin/__init__.py to __init__.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/bin/pydisasm.py to pydisasm.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/version.py to version.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/wordcode.py to wordcode.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype/code30.py to code30.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype/code13.py to code13.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype/code15.py to code15.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype/__init__.py to __init__.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype/code20.py to code20.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype/code38.py to code38.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/codetype/base.py to base.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/op_imports.py to op_imports.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/disasm.py to disasm.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/verify.py to verify.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/instruction.py to instruction.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/std.py to std.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/load.py to load.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/__init__.py to __init__.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_37pypy.py to opcode_37pypy.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_23.py to opcode_23.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_38.py to opcode_38.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_13.py to opcode_13.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_26.py to opcode_26.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_35.py to opcode_35.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_26pypy.py to opcode_26pypy.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_15.py to opcode_15.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_32.py to opcode_32.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_36.py to opcode_36.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_38pypy.py to opcode_38pypy.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_27.py to opcode_27.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_14.py to opcode_14.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_30.py to opcode_30.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_24.py to opcode_24.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_25.py to opcode_25.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_20.py to opcode_20.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_16.py to opcode_16.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_21.py to opcode_21.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_34.py to opcode_34.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_11.py to opcode_11.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_2x.py to opcode_2x.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_10.py to opcode_10.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_32pypy.py to opcode_32pypy.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_27pypy.py to opcode_27pypy.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/__init__.py to __init__.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_33.py to opcode_33.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_35pypy.py to opcode_35pypy.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_3x.py to opcode_3x.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_37.py to opcode_37.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_39.py to opcode_39.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/base.py to base.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_36pypy.py to opcode_36pypy.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_31.py to opcode_31.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_310.py to opcode_310.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_22.py to opcode_22.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/opcodes/opcode_33pypy.py to opcode_33pypy.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/bytecode.py to bytecode.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/magics.py to magics.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/util.py to util.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/version_info.py to version_info.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/lineoffsets.py to lineoffsets.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/dropbox/decrypt25.py to decrypt25.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/dropbox/__init__.py to __init__.cpython-313.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis/marsh.py to marsh.cpython-313.pyc
writing byte-compilation script '/tmp/tmpnjzuunz4.py'
/usr/bin/python3 /tmp/tmpnjzuunz4.py
removing /tmp/tmpnjzuunz4.py
running install_egg_info
running egg_info
creating xdis.egg-info
writing xdis.egg-info/PKG-INFO
writing dependency_links to xdis.egg-info/dependency_links.txt
writing entry points to xdis.egg-info/entry_points.txt
writing requirements to xdis.egg-info/requires.txt
writing top-level names to xdis.egg-info/top_level.txt
writing manifest file 'xdis.egg-info/SOURCES.txt'
reading manifest file 'xdis.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory 'test'
adding license file 'COPYING'
writing manifest file 'xdis.egg-info/SOURCES.txt'
Copying xdis.egg-info to /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13/site-packages/xdis-6.0.3-py3.13.egg-info
running install_scripts
Installing pydisasm script to /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/bin
+ rm -rfv /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/bin/__pycache__
+ /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-xdis-6.0.3-build/BUILDROOT/usr/lib/python3.13 using python3.13
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.94bNXk
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-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 xdis-6.0.3
+ '[' 1 -eq 1 ']'
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: python3-xdis-6.0.3-5.mga10.noarch
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.G9bkwH
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build
+ cd xdis-6.0.3
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/share/doc/python3-xdis
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/share/doc/python3-xdis
+ cp -pr /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/xdis-6.0.3/README.rst /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT/usr/share/doc/python3-xdis
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-xdis = 6.0.3-5.mga10 python3-xdis = 6.0.3-5.mga10 python3.13-xdis = 6.0.3-5.mga10 python3.13dist(xdis) = 6.0.3 python3dist(xdis) = 6.0.3
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.13 python3.13dist(click) python3.13dist(six) >= 1.10
Obsoletes: python-xdis < 6.0.3-5.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-xdis-6.0.3-5.mga10.noarch.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.r3KZKT
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build
+ test -d /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/python-xdis-6.0.3-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!