D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-websockets-8.1-4.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jwsMXC + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf websockets-8.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/websockets-8.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd websockets-8.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -vrf websockets.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZisVnW + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd websockets-8.1 + '[' 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=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/version.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/handshake.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/auth.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/exceptions.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/framing.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/headers.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/client.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/uri.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/server.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/__main__.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/http.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/__init__.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/protocol.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/typing.py -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/utils.py -> build/lib.linux-x86_64-cpython-310/websockets creating build/lib.linux-x86_64-cpython-310/websockets/extensions copying src/websockets/extensions/permessage_deflate.py -> build/lib.linux-x86_64-cpython-310/websockets/extensions copying src/websockets/extensions/__init__.py -> build/lib.linux-x86_64-cpython-310/websockets/extensions copying src/websockets/extensions/base.py -> build/lib.linux-x86_64-cpython-310/websockets/extensions running egg_info creating src/websockets.egg-info writing src/websockets.egg-info/PKG-INFO writing dependency_links to src/websockets.egg-info/dependency_links.txt writing top-level names to src/websockets.egg-info/top_level.txt writing manifest file 'src/websockets.egg-info/SOURCES.txt' reading manifest file 'src/websockets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/websockets.egg-info/SOURCES.txt' copying src/websockets/py.typed -> build/lib.linux-x86_64-cpython-310/websockets copying src/websockets/speedups.c -> build/lib.linux-x86_64-cpython-310/websockets running build_ext building 'websockets.speedups' extension creating build/temp.linux-x86_64-cpython-310 creating build/temp.linux-x86_64-cpython-310/src creating build/temp.linux-x86_64-cpython-310/src/websockets gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.10 -c src/websockets/speedups.c -o build/temp.linux-x86_64-cpython-310/src/websockets/speedups.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-cpython-310/src/websockets/speedups.o -L/usr/lib64 -lpython3.10 -o build/lib.linux-x86_64-cpython-310/websockets/speedups.cpython-310-x86_64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Te45jk + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64 + cd websockets-8.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=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64 /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /usr/lib/python3.10/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/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr creating /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64 creating /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10 creating /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages creating /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/version.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/handshake.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/auth.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/exceptions.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/framing.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/headers.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/client.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/uri.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/server.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/__main__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/speedups.c -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets creating /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/extensions copying build/lib.linux-x86_64-cpython-310/websockets/extensions/permessage_deflate.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/extensions copying build/lib.linux-x86_64-cpython-310/websockets/extensions/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/extensions copying build/lib.linux-x86_64-cpython-310/websockets/extensions/base.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/extensions copying build/lib.linux-x86_64-cpython-310/websockets/http.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/protocol.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/speedups.cpython-310-x86_64-linux-gnu.so -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/typing.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/py.typed -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets copying build/lib.linux-x86_64-cpython-310/websockets/utils.py -> /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/version.py to version.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/handshake.py to handshake.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/auth.py to auth.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/framing.py to framing.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/headers.py to headers.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/client.py to client.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/uri.py to uri.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/server.py to server.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/__main__.py to __main__.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/extensions/permessage_deflate.py to permessage_deflate.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/extensions/__init__.py to __init__.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/extensions/base.py to base.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/http.py to http.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/__init__.py to __init__.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/protocol.py to protocol.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/typing.py to typing.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/utils.py to utils.cpython-310.pyc writing byte-compilation script '/tmp/tmpn1w5yqqh.py' /usr/bin/python3 /tmp/tmpn1w5yqqh.py removing /tmp/tmpn1w5yqqh.py running install_egg_info running egg_info writing src/websockets.egg-info/PKG-INFO writing dependency_links to src/websockets.egg-info/dependency_links.txt writing top-level names to src/websockets.egg-info/top_level.txt reading manifest file 'src/websockets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/websockets.egg-info/SOURCES.txt' Copying src/websockets.egg-info to /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets-8.1-py3.10.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/bin/__pycache__ + rm -vf /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/speedups.c removed '/home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/speedups.c' + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 8.1-4.mga9 --unique-debug-suffix -8.1-4.mga9.x86_64 --unique-debug-src-base python-websockets-8.1-4.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/websockets-8.1 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10/site-packages/websockets/speedups.cpython-310-x86_64-linux-gnu.so original debug info size: 52kB, size after compression: 56kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 11 blocks + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib64/python3.10 using python3.10 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/lib/debug/usr/lib64/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2ttvx8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd websockets-8.1 + '[' 1 -eq 1 ']' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-websockets-8.1-4.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DExoWa + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd websockets-8.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/share/doc/python3-websockets + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/share/doc/python3-websockets + cp -pr README.rst /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/share/doc/python3-websockets + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9h3M3E + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd websockets-8.1 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/share/licenses/python3-websockets + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/share/licenses/python3-websockets + cp -pr LICENSE /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64/usr/share/licenses/python3-websockets + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-websockets = 8.1-4.mga9 python3-websockets = 8.1-4.mga9 python3-websockets(x86-64) = 8.1-4.mga9 python3.10-websockets = 8.1-4.mga9 python3.10dist(websockets) = 8.1 python3dist(websockets) = 8.1 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: libpython3.10.so.1.0()(64bit) python(abi) = 3.10 Obsoletes: python-websockets < 8.1-4.mga9 Processing files: python-websockets-debugsource-8.1-4.mga9.x86_64 Provides: python-websockets-debugsource = 8.1-4.mga9 python-websockets-debugsource(x86-64) = 8.1-4.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-websockets-debuginfo-8.1-4.mga9.x86_64 Provides: debuginfo(build-id) = daf57815d2098b49bde7b19621fd6750e4be0e39 python-websockets-debuginfo = 8.1-4.mga9 python3-websockets-debuginfo = 8.1-4.mga9 python3-websockets-debuginfo(x86-64) = 8.1-4.mga9 python3.10-websockets-debuginfo = 8.1-4.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-websockets-debugsource(x86-64) = 8.1-4.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python-websockets-debugsource-8.1-4.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-websockets-debuginfo-8.1-4.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-websockets-8.1-4.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.V0tUki + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd websockets-8.1 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-websockets-8.1-4.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4qRSsB + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf websockets-8.1 websockets-8.1.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!