D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-ruamel.yaml.clib-0.1.2-2.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.T9MR3n + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ruamel.yaml.clib-0.1.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ruamel.yaml.clib-0.1.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ruamel.yaml.clib-0.1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf ruamel.yaml.clib.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.L20Zul + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ruamel.yaml.clib-0.1.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' sys.argv ['setup.py', 'build', '--executable=/usr/bin/python3 -s'] test compiling test_ruamel_yaml running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/ruamel copying .ruamel/__init__.py -> build/lib.linux-x86_64-3.8/ruamel creating build/lib.linux-x86_64-3.8/ruamel/yaml copying .ruamel/yaml/__init__.py -> build/lib.linux-x86_64-3.8/ruamel/yaml creating build/lib.linux-x86_64-3.8/ruamel/yaml/clib copying ./__init__.py -> build/lib.linux-x86_64-3.8/ruamel/yaml/clib copying ./LICENSE -> build/lib.linux-x86_64-3.8/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.linux-x86_64-3.8 gcc -pthread -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.8 -c _ruamel_yaml.c -o build/temp.linux-x86_64-3.8/_ruamel_yaml.o In file included from _ruamel_yaml.c:596: _ruamel_yaml.h:10: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | _ruamel_yaml.c:486: note: this is the location of the previous definition 486 | #define PyString_CheckExact PyUnicode_CheckExact | _ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_get_version_string': _ruamel_yaml.c:1886:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1886 | __pyx_v_value = yaml_get_version_string(); | ^ _ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_7CParser___init__': _ruamel_yaml.c:3386:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] 3386 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_12_ruamel_yaml_input_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, int, int *) In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: yaml.h:1370:30: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' {aka 'int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)'} but argument is of type 'int (*)(void *, char *, int, int *)' 1370 | yaml_read_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ _ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_8CEmitter___init__': _ruamel_yaml.c:15016:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] 15016 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, int) In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: yaml.h:1837:31: note: expected 'int (*)(void *, unsigned char *, size_t)' {aka 'int (*)(void *, unsigned char *, long unsigned int)'} but argument is of type 'int (*)(void *, char *, int)' 1837 | yaml_write_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ gcc -pthread -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.8 -c api.c -o build/temp.linux-x86_64-3.8/api.o gcc -pthread -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.8 -c writer.c -o build/temp.linux-x86_64-3.8/writer.o gcc -pthread -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.8 -c dumper.c -o build/temp.linux-x86_64-3.8/dumper.o gcc -pthread -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.8 -c loader.c -o build/temp.linux-x86_64-3.8/loader.o gcc -pthread -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.8 -c reader.c -o build/temp.linux-x86_64-3.8/reader.o gcc -pthread -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.8 -c scanner.c -o build/temp.linux-x86_64-3.8/scanner.o gcc -pthread -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.8 -c parser.c -o build/temp.linux-x86_64-3.8/parser.o gcc -pthread -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.8 -c emitter.c -o build/temp.linux-x86_64-3.8/emitter.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -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-3.8/_ruamel_yaml.o build/temp.linux-x86_64-3.8/api.o build/temp.linux-x86_64-3.8/writer.o build/temp.linux-x86_64-3.8/dumper.o build/temp.linux-x86_64-3.8/loader.o build/temp.linux-x86_64-3.8/reader.o build/temp.linux-x86_64-3.8/scanner.o build/temp.linux-x86_64-3.8/parser.o build/temp.linux-x86_64-3.8/emitter.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-x86_64-3.8/_ruamel_yaml.cpython-38-x86_64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.C1DBfo + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64 + cd ruamel.yaml.clib-0.1.2 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64 --single-version-externally-managed sys.argv ['setup.py', 'install', '-O1', '--skip-build', '--root', '/home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64', '--single-version-externally-managed'] test compiling test_ruamel_yaml running install running install_lib copying _ruamel_yaml.cpython-38-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages Skipping installation of /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/ruamel/__init__.py (namespace package) Skipping installation of /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/ruamel/yaml/__init__.py (namespace package) copying ruamel/yaml/clib/LICENSE -> /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/ruamel/yaml/clib copying ruamel/yaml/clib/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/ruamel/yaml/clib writing byte-compilation script '/tmp/tmp859ry5k_.py' /usr/bin/python3 /tmp/tmp859ry5k_.py removing /tmp/tmp859ry5k_.py running install_egg_info running egg_info creating ruamel.yaml.clib.egg-info writing ruamel.yaml.clib.egg-info/PKG-INFO writing dependency_links to ruamel.yaml.clib.egg-info/dependency_links.txt writing namespace_packages to ruamel.yaml.clib.egg-info/namespace_packages.txt writing top-level names to ruamel.yaml.clib.egg-info/top_level.txt writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' reading manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' Copying ruamel.yaml.clib.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/ruamel.yaml.clib-0.1.2-py3.8.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.1.2-2.mga8 --unique-debug-suffix -0.1.2-2.mga8.x86_64 --unique-debug-src-base python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ruamel.yaml.clib-0.1.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/_ruamel_yaml.cpython-38-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/lib64/python3.8/site-packages/_ruamel_yaml.cpython-38-x86_64-linux-gnu.so original debug info size: 1932kB, size after compression: 1860kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 3091 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/brp-python-bytecompile /usr/bin/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-ruamel.yaml.clib-0.1.2-2.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.G1hFcn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ruamel.yaml.clib-0.1.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/share/doc/python3-ruamel.yaml.clib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/share/doc/python3-ruamel.yaml.clib + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/share/doc/python3-ruamel.yaml.clib + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uP7qGn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ruamel.yaml.clib-0.1.2 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/share/licenses/python3-ruamel.yaml.clib + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/share/licenses/python3-ruamel.yaml.clib + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64/usr/share/licenses/python3-ruamel.yaml.clib + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-ruamel.yaml.clib = 0.1.2-2.mga8 python3-ruamel.yaml.clib = 0.1.2-2.mga8 python3-ruamel.yaml.clib(x86-64) = 0.1.2-2.mga8 python3.8-ruamel.yaml.clib = 0.1.2-2.mga8 python3.8dist(ruamel-yaml-clib) = 0.1.2 python3.8dist(ruamel.yaml.clib) = 0.1.2 python3dist(ruamel-yaml-clib) = 0.1.2 python3dist(ruamel.yaml.clib) = 0.1.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 Obsoletes: python-ruamel.yaml.clib < 0.1.2-2.mga8 Processing files: python-ruamel.yaml.clib-debugsource-0.1.2-2.mga8.x86_64 Provides: python-ruamel.yaml.clib-debugsource = 0.1.2-2.mga8 python-ruamel.yaml.clib-debugsource(x86-64) = 0.1.2-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-ruamel.yaml.clib-debuginfo-0.1.2-2.mga8.x86_64 Provides: debuginfo(build-id) = c3545460cbc33ec27e35440f5e3b195adc5718c8 python-ruamel.yaml.clib-debuginfo = 0.1.2-2.mga8 python3-ruamel.yaml.clib-debuginfo = 0.1.2-2.mga8 python3-ruamel.yaml.clib-debuginfo(x86-64) = 0.1.2-2.mga8 python3.8-ruamel.yaml.clib-debuginfo = 0.1.2-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-ruamel.yaml.clib-debugsource(x86-64) = 0.1.2-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-ruamel.yaml.clib-0.1.2-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-ruamel.yaml.clib-debuginfo-0.1.2-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python-ruamel.yaml.clib-debugsource-0.1.2-2.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lV3ggl + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ruamel.yaml.clib-0.1.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-2.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6zbAGn + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ruamel.yaml.clib-0.1.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!