D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/hyperv-daemons-0.20150702git-7.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WuWH6p Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.1QjUnJ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-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/pterjan/rpmbuild/SOURCES/COPYING COPYING '/home/pterjan/rpmbuild/SOURCES/COPYING' -> 'COPYING' + cp -pvL /home/pterjan/rpmbuild/SOURCES/hv_kvp_daemon.c hv_kvp_daemon.c '/home/pterjan/rpmbuild/SOURCES/hv_kvp_daemon.c' -> 'hv_kvp_daemon.c' + cp -pvL /home/pterjan/rpmbuild/SOURCES/hv_vss_daemon.c hv_vss_daemon.c '/home/pterjan/rpmbuild/SOURCES/hv_vss_daemon.c' -> 'hv_vss_daemon.c' + cp -pvL /home/pterjan/rpmbuild/SOURCES/hv_fcopy_daemon.c hv_fcopy_daemon.c '/home/pterjan/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 -f -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 -f -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/pterjan/rpmbuild/tmp/rpm-tmp.nBVX8m + umask 022 + cd /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-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/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd hyperv-daemons-0.20150702git + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + gcc -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 -c hv_kvp_daemon.c hv_kvp_daemon.c: In function 'process_ip_string': hv_kvp_daemon.c:1194:69: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 10 [-Wformat-truncation=] 1194 | snprintf(sub_str, sizeof(sub_str), "%d", ++i); | ^~ hv_kvp_daemon.c:1194:68: note: directive argument in the range [-2147483647, 2147483647] 1194 | snprintf(sub_str, sizeof(sub_str), "%d", ++i); | ^~~~ In file included from /usr/include/stdio.h:970, from hv_kvp_daemon.c:29: In function 'snprintf', inlined from 'process_ip_string' at hv_kvp_daemon.c:1194:5: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 10 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ hv_kvp_daemon.c: In function 'process_ip_string': hv_kvp_daemon.c:1198:70: 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:68: note: directive argument in the range [1, 2147483647] 1198 | snprintf(sub_str, sizeof(sub_str), "_%d", j++); | ^~~~~ In function 'snprintf', inlined from 'process_ip_string' at hv_kvp_daemon.c:1198:5: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 3 and 12 bytes into a destination of size 10 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ hv_kvp_daemon.c: In function 'process_ip_string': hv_kvp_daemon.c:1168:69: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 10 [-Wformat-truncation=] 1168 | snprintf(sub_str, sizeof(sub_str), "%d", ++i); | ^~ hv_kvp_daemon.c:1168:68: note: directive argument in the range [-2147483647, 2147483647] 1168 | snprintf(sub_str, sizeof(sub_str), "%d", ++i); | ^~~~ In function 'snprintf', inlined from 'process_ip_string' at hv_kvp_daemon.c:1168:5: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 10 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ + gcc -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 hv_kvp_daemon.o -o hypervkvpd + gcc -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 -c hv_vss_daemon.c hv_vss_daemon.c: In function 'main': hv_vss_daemon.c:257:23: warning: 'write' reading 12 bytes from a region of size 4 [-Wstringop-overread] 257 | len = write(vss_fd, &error, sizeof(struct hv_vss_msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hv_vss_daemon.c:146:13: note: source object 'error' of size 4 146 | int error; | ^~~~~ In file included from hv_vss_daemon.c:28: /usr/include/unistd.h:378:16: note: in a call to function 'write' declared with attribute 'access (read_only, 2, 3)' 378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur | ^~~~~ + gcc -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 hv_vss_daemon.o -o hypervvssd + gcc -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 -c hv_fcopy_daemon.c hv_fcopy_daemon.c: In function 'main': hv_fcopy_daemon.c:47:55: 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:970, from hv_fcopy_daemon.c:25: In function 'snprintf', inlined from 'hv_start_fcopy' at hv_fcopy_daemon.c:47:2, inlined from 'main' at hv_fcopy_daemon.c:213:12: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 1040 bytes into a destination of size 260 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ + gcc -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 hv_fcopy_daemon.o -o hypervfcopyd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zhfxLz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build + mkdir /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-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/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd hyperv-daemons-0.20150702git + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/sbin + install -p -m 0755 hypervkvpd /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/sbin + install -p -m 0755 hypervvssd /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/sbin + install -p -m 0755 hypervfcopyd /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/sbin + mkdir -p /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/lib/systemd/system + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervkvpd.service /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/lib/systemd/system + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervvssd.service /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/lib/systemd/system + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervfcopyd.service /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/lib/systemd/system + mkdir -p /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/lib/udev/rules.d + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervkvp.rules /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/lib/udev/rules.d/70-hypervkvp.rules + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervvss.rules /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/lib/udev/rules.d/70-hypervvss.rules + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervfcopy.rules /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/lib/udev/rules.d/70-hypervfcopy.rules + mkdir -p /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/libexec/hypervkvpd + install -p -m 0755 /home/pterjan/rpmbuild/SOURCES/hv_get_dhcp_info.sh /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/libexec/hypervkvpd/hv_get_dhcp_info + install -p -m 0755 /home/pterjan/rpmbuild/SOURCES/hv_get_dns_info.sh /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/libexec/hypervkvpd/hv_get_dns_info + install -p -m 0755 /home/pterjan/rpmbuild/SOURCES/hv_set_ifconfig.sh /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/libexec/hypervkvpd/hv_set_ifconfig + mkdir -p /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/var/lib/hyperv + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.20150702git-7.mga10 --unique-debug-suffix -0.20150702git-7.mga10.x86_64 --unique-debug-src-base hyperv-daemons-0.20150702git-7.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/hyperv-daemons-0.20150702git find-debuginfo: starting Extracting debug info from 3 files DWARF-compressing 3 files sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/hyperv-daemons-0.20150702git-7.mga10.x86_64 find-debuginfo: done + /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 mangling shebang in /usr/libexec/hypervkvpd/hv_get_dns_info from /bin/bash to #!/usr/bin/bash 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 + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/SPECPARTS/rpm-debuginfo.specpart Processing files: hyperv-daemons-0.20150702git-7.mga10.x86_64 Processing files: hypervkvpd-0.20150702git-7.mga10.x86_64 Provides: hypervkvpd = 0.20150702git-7.mga10 hypervkvpd(x86-64) = 0.20150702git-7.mga10 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.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) Processing files: hypervvssd-0.20150702git-7.mga10.x86_64 Provides: hypervvssd = 0.20150702git-7.mga10 hypervvssd(x86-64) = 0.20150702git-7.mga10 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.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) Processing files: hypervfcopyd-0.20150702git-7.mga10.x86_64 Provides: hypervfcopyd = 0.20150702git-7.mga10 hypervfcopyd(x86-64) = 0.20150702git-7.mga10 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.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) Processing files: hyperv-daemons-license-0.20150702git-7.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.N84Nil + umask 022 + cd /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build + cd hyperv-daemons-0.20150702git + DOCDIR=/home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/share/doc/hyperv-daemons-license + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/share/doc/hyperv-daemons-license + cp -pr /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/hyperv-daemons-0.20150702git/COPYING /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT/usr/share/doc/hyperv-daemons-license + RPM_EC=0 ++ jobs -p + exit 0 Provides: hyperv-daemons-license = 0.20150702git-7.mga10 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-7.mga10.x86_64 Provides: hyperv-daemons-debugsource = 0.20150702git-7.mga10 hyperv-daemons-debugsource(x86-64) = 0.20150702git-7.mga10 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-7.mga10.x86_64 Provides: hyperv-daemons-debuginfo = 0.20150702git-7.mga10 hyperv-daemons-debuginfo(x86-64) = 0.20150702git-7.mga10 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-7.mga10 Processing files: hypervkvpd-debuginfo-0.20150702git-7.mga10.x86_64 Provides: debuginfo(build-id) = 1a1ed179132f684d9b0da5aafd55471ac5942af3 hypervkvpd-debuginfo = 0.20150702git-7.mga10 hypervkvpd-debuginfo(x86-64) = 0.20150702git-7.mga10 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-7.mga10 Processing files: hypervvssd-debuginfo-0.20150702git-7.mga10.x86_64 Provides: debuginfo(build-id) = 98b5e0d80a83b711ef0ebd2eadd3ef576f88e39b hypervvssd-debuginfo = 0.20150702git-7.mga10 hypervvssd-debuginfo(x86-64) = 0.20150702git-7.mga10 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-7.mga10 Processing files: hypervfcopyd-debuginfo-0.20150702git-7.mga10.x86_64 Provides: debuginfo(build-id) = 6fe094b6a2d41d8e09a017ad3ea4cbf37474e74f hypervfcopyd-debuginfo = 0.20150702git-7.mga10 hypervfcopyd-debuginfo(x86-64) = 0.20150702git-7.mga10 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-7.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervvssd-0.20150702git-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hyperv-daemons-debuginfo-0.20150702git-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hyperv-daemons-0.20150702git-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervfcopyd-0.20150702git-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hyperv-daemons-debugsource-0.20150702git-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervkvpd-0.20150702git-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervkvpd-debuginfo-0.20150702git-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/hyperv-daemons-license-0.20150702git-7.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervvssd-debuginfo-0.20150702git-7.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervfcopyd-debuginfo-0.20150702git-7.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.M3oCHQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build + test -d /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build + rm -rf /home/pterjan/rpmbuild/BUILD/hyperv-daemons-0.20150702git-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!