D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/hyperv-daemons-0.20150702git-5.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ipthDr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf hyperv-daemons-0.20150702git + /usr/bin/mkdir -p hyperv-daemons-0.20150702git + cd hyperv-daemons-0.20150702git + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -pvL /home/iurt/rpmbuild/SOURCES/COPYING COPYING '/home/iurt/rpmbuild/SOURCES/COPYING' -> 'COPYING' + cp -pvL /home/iurt/rpmbuild/SOURCES/hv_kvp_daemon.c hv_kvp_daemon.c '/home/iurt/rpmbuild/SOURCES/hv_kvp_daemon.c' -> 'hv_kvp_daemon.c' + cp -pvL /home/iurt/rpmbuild/SOURCES/hv_vss_daemon.c hv_vss_daemon.c '/home/iurt/rpmbuild/SOURCES/hv_vss_daemon.c' -> 'hv_vss_daemon.c' + cp -pvL /home/iurt/rpmbuild/SOURCES/hv_fcopy_daemon.c hv_fcopy_daemon.c '/home/iurt/rpmbuild/SOURCES/hv_fcopy_daemon.c' -> 'hv_fcopy_daemon.c' + echo 'Patch #0 (hypervkvpd-0-corrected_paths_to_external_scripts.patch):' Patch #0 (hypervkvpd-0-corrected_paths_to_external_scripts.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .external_scripts --fuzz=0 patching file hv_kvp_daemon.c Hunk #1 succeeded at 825 (offset 13 lines). Hunk #2 succeeded at 842 (offset 13 lines). Hunk #3 succeeded at 1348 (offset 17 lines). + echo 'Patch #1 (hypervkvpd-0-long_file_names_from_readdir.patch):' Patch #1 (hypervkvpd-0-long_file_names_from_readdir.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .long_names --fuzz=0 patching file hv_kvp_daemon.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qLebar + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd hyperv-daemons-0.20150702git + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c hv_kvp_daemon.c hv_kvp_daemon.c: In function 'process_ip_string': hv_kvp_daemon.c:1194:43: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 1194 | snprintf(sub_str, sizeof(sub_str), "%d", ++i); | ^ In file included from /usr/include/stdio.h:867, from hv_kvp_daemon.c:29: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 10 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hv_kvp_daemon.c:1198:42: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 9 [-Wformat-truncation=] 1198 | snprintf(sub_str, sizeof(sub_str), "_%d", j++); | ^~ hv_kvp_daemon.c:1198:40: note: directive argument in the range [1, 2147483647] 1198 | snprintf(sub_str, sizeof(sub_str), "_%d", j++); | ^~~~~ In file included from /usr/include/stdio.h:867, from hv_kvp_daemon.c:29: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 3 and 12 bytes into a destination of size 10 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hv_kvp_daemon.c:1168:43: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 1168 | snprintf(sub_str, sizeof(sub_str), "%d", ++i); | ^ In file included from /usr/include/stdio.h:867, from hv_kvp_daemon.c:29: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 10 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hv_kvp_daemon.c:1172:43: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 1172 | snprintf(sub_str, sizeof(sub_str), "%d", i++); | ^ In file included from /usr/include/stdio.h:867, from hv_kvp_daemon.c:29: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 10 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags hv_kvp_daemon.o -o hypervkvpd + gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c hv_vss_daemon.c + gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags hv_vss_daemon.o -o hypervvssd + gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c hv_fcopy_daemon.c hv_fcopy_daemon.c: In function 'main': hv_fcopy_daemon.c:47:48: warning: '%s' directive output may be truncated writing up to 519 bytes into a region of size 260 [-Wformat-truncation=] 46 | p = (char *)smsg->path_name; | ~~~~ 47 | snprintf(target_fname, sizeof(target_fname), "%s/%s", | ^~ In file included from /usr/include/stdio.h:867, from hv_fcopy_daemon.c:25: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 1040 bytes into a destination of size 260 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags hv_fcopy_daemon.o -o hypervfcopyd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZsAFNr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64 + cd hyperv-daemons-0.20150702git + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/sbin + install -p -m 0755 hypervkvpd /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/sbin + install -p -m 0755 hypervvssd /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/sbin + install -p -m 0755 hypervfcopyd /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/sbin + mkdir -p /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/lib/systemd/system + install -p -m 0644 /home/iurt/rpmbuild/SOURCES/hypervkvpd.service /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/lib/systemd/system + install -p -m 0644 /home/iurt/rpmbuild/SOURCES/hypervvssd.service /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/lib/systemd/system + install -p -m 0644 /home/iurt/rpmbuild/SOURCES/hypervfcopyd.service /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/lib/systemd/system + mkdir -p /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/lib/udev/rules.d + install -p -m 0644 /home/iurt/rpmbuild/SOURCES/hypervkvp.rules /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/lib/udev/rules.d/70-hypervkvp.rules + install -p -m 0644 /home/iurt/rpmbuild/SOURCES/hypervvss.rules /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/lib/udev/rules.d/70-hypervvss.rules + install -p -m 0644 /home/iurt/rpmbuild/SOURCES/hypervfcopy.rules /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/lib/udev/rules.d/70-hypervfcopy.rules + mkdir -p /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/libexec/hypervkvpd + install -p -m 0755 /home/iurt/rpmbuild/SOURCES/hv_get_dhcp_info.sh /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/libexec/hypervkvpd/hv_get_dhcp_info + install -p -m 0755 /home/iurt/rpmbuild/SOURCES/hv_get_dns_info.sh /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/libexec/hypervkvpd/hv_get_dns_info + install -p -m 0755 /home/iurt/rpmbuild/SOURCES/hv_set_ifconfig.sh /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/libexec/hypervkvpd/hv_set_ifconfig + mkdir -p /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/var/lib/hyperv + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.20150702git-5.mga8 --unique-debug-suffix -0.20150702git-5.mga8.x86_64 --unique-debug-src-base hyperv-daemons-0.20150702git-5.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/hyperv-daemons-0.20150702git explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/sbin/hypervfcopyd explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/sbin/hypervvssd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/sbin/hypervvssd explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/sbin/hypervkvpd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/sbin/hypervfcopyd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/sbin/hypervkvpd original debug info size: 168kB, size after compression: 172kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 95 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 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/libexec/hypervkvpd/hv_set_ifconfig from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/libexec/hypervkvpd/hv_get_dhcp_info from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/libexec/hypervkvpd/hv_get_dns_info from /bin/bash to #!/usr/bin/bash Processing files: hyperv-daemons-0.20150702git-5.mga8.x86_64 Processing files: hypervkvpd-0.20150702git-5.mga8.x86_64 Provides: hypervkvpd = 0.20150702git-5.mga8 hypervkvpd(x86-64) = 0.20150702git-5.mga8 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) Processing files: hypervvssd-0.20150702git-5.mga8.x86_64 Provides: hypervvssd = 0.20150702git-5.mga8 hypervvssd(x86-64) = 0.20150702git-5.mga8 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): systemd Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) Processing files: hypervfcopyd-0.20150702git-5.mga8.x86_64 Provides: hypervfcopyd = 0.20150702git-5.mga8 hypervfcopyd(x86-64) = 0.20150702git-5.mga8 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): systemd Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) Processing files: hyperv-daemons-license-0.20150702git-5.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aQWAMq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd hyperv-daemons-0.20150702git + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/share/doc/hyperv-daemons-license + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/share/doc/hyperv-daemons-license + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64/usr/share/doc/hyperv-daemons-license + RPM_EC=0 ++ jobs -p + exit 0 Provides: hyperv-daemons-license = 0.20150702git-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: hyperv-daemons-debugsource-0.20150702git-5.mga8.x86_64 Provides: hyperv-daemons-debugsource = 0.20150702git-5.mga8 hyperv-daemons-debugsource(x86-64) = 0.20150702git-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: hyperv-daemons-debuginfo-0.20150702git-5.mga8.x86_64 Provides: hyperv-daemons-debuginfo = 0.20150702git-5.mga8 hyperv-daemons-debuginfo(x86-64) = 0.20150702git-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: hyperv-daemons-debugsource(x86-64) = 0.20150702git-5.mga8 Processing files: hypervkvpd-debuginfo-0.20150702git-5.mga8.x86_64 Provides: debuginfo(build-id) = 612fb11d9042201090dc78cf763bf251393390f7 hypervkvpd-debuginfo = 0.20150702git-5.mga8 hypervkvpd-debuginfo(x86-64) = 0.20150702git-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: hyperv-daemons-debugsource(x86-64) = 0.20150702git-5.mga8 Processing files: hypervvssd-debuginfo-0.20150702git-5.mga8.x86_64 Provides: debuginfo(build-id) = 9be813efae8823787d3bc6e60072a4b4bb8637ab hypervvssd-debuginfo = 0.20150702git-5.mga8 hypervvssd-debuginfo(x86-64) = 0.20150702git-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: hyperv-daemons-debugsource(x86-64) = 0.20150702git-5.mga8 Processing files: hypervfcopyd-debuginfo-0.20150702git-5.mga8.x86_64 Provides: debuginfo(build-id) = 0e372eed2cac876e2dbdba5f3bce9e4a3106ed72 hypervfcopyd-debuginfo = 0.20150702git-5.mga8 hypervfcopyd-debuginfo(x86-64) = 0.20150702git-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: hyperv-daemons-debugsource(x86-64) = 0.20150702git-5.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/hyperv-daemons-0.20150702git-5.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/hyperv-daemons-debuginfo-0.20150702git-5.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/hypervvssd-0.20150702git-5.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/hypervfcopyd-debuginfo-0.20150702git-5.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/hyperv-daemons-license-0.20150702git-5.mga8.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/hypervvssd-debuginfo-0.20150702git-5.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/hypervkvpd-0.20150702git-5.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/hyperv-daemons-debugsource-0.20150702git-5.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/hypervfcopyd-0.20150702git-5.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/hypervkvpd-debuginfo-0.20150702git-5.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dWLOZq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd hyperv-daemons-0.20150702git + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-5.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hVRXhr + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf hyperv-daemons-0.20150702git + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!