D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/hyperv-daemons-0.20150702git-3.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mAavaf + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/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/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 -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 + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.YJfw0D + umask 022 + cd /home/pterjan/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:1168:43: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(sub_str, sizeof(sub_str), "%d", ++i); ^ In file included from /usr/include/stdio.h:862:0, from hv_kvp_daemon.c:29: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 10 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(sub_str, sizeof(sub_str), "%d", i++); ^ In file included from /usr/include/stdio.h:862:0, from hv_kvp_daemon.c:29: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 10 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hv_kvp_daemon.c:1194:43: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(sub_str, sizeof(sub_str), "%d", ++i); ^ In file included from /usr/include/stdio.h:862:0, from hv_kvp_daemon.c:29: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 10 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __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=] snprintf(sub_str, sizeof(sub_str), "_%d", j++); ^~ hv_kvp_daemon.c:1198:40: note: directive argument in the range [0, 2147483647] snprintf(sub_str, sizeof(sub_str), "_%d", j++); ^~~~~ In file included from /usr/include/stdio.h:862:0, from hv_kvp_daemon.c:29: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 3 and 12 bytes into a destination of size 10 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc 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 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=] p = (char *)smsg->path_name; ~~~~ snprintf(target_fname, sizeof(target_fname), "%s/%s", ^~ In file included from /usr/include/stdio.h:862:0, from hv_fcopy_daemon.c:25: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 2 and 1040 bytes into a destination of size 260 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc hv_fcopy_daemon.o -o hypervfcopyd + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ai7YR4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64 + cd hyperv-daemons-0.20150702git + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/sbin + install -p -m 0755 hypervkvpd /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/sbin + install -p -m 0755 hypervvssd /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/sbin + install -p -m 0755 hypervfcopyd /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/sbin + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/lib/systemd/system + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervkvpd.service /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/lib/systemd/system + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervvssd.service /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/lib/systemd/system + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervfcopyd.service /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/lib/systemd/system + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/lib/udev/rules.d + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervkvp.rules /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/lib/udev/rules.d/70-hypervkvp.rules + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervvss.rules /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/lib/udev/rules.d/70-hypervvss.rules + install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/hypervfcopy.rules /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/lib/udev/rules.d/70-hypervfcopy.rules + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/libexec/hypervkvpd + install -p -m 0755 /home/pterjan/rpmbuild/SOURCES/hv_get_dhcp_info.sh /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/libexec/hypervkvpd/hv_get_dhcp_info + install -p -m 0755 /home/pterjan/rpmbuild/SOURCES/hv_get_dns_info.sh /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/libexec/hypervkvpd/hv_get_dns_info + install -p -m 0755 /home/pterjan/rpmbuild/SOURCES/hv_set_ifconfig.sh /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/libexec/hypervkvpd/hv_set_ifconfig + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/var/lib/hyperv + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 0.20150702git-3.mga7 --unique-debug-suffix -0.20150702git-3.mga7.x86_64 --unique-debug-src-base hyperv-daemons-0.20150702git-3.mga7.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 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/sbin/hypervfcopyd extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/sbin/hypervvssd extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/sbin/hypervkvpd /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 95 blocks + '[' -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/translate_menu + '[' -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_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: hyperv-daemons-0.20150702git-3.mga7.x86_64 Processing files: hypervkvpd-0.20150702git-3.mga7.x86_64 Provides: hypervkvpd = 0.20150702git-3.mga7 hypervkvpd(x86-64) = 0.20150702git-3.mga7 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.14)(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-3.mga7.x86_64 Provides: hypervvssd = 0.20150702git-3.mga7 hypervvssd(x86-64) = 0.20150702git-3.mga7 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-3.mga7.x86_64 Provides: hypervfcopyd = 0.20150702git-3.mga7 hypervfcopyd(x86-64) = 0.20150702git-3.mga7 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-3.mga7.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.I8v3hy + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd hyperv-daemons-0.20150702git + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/share/doc/hyperv-daemons-license + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/share/doc/hyperv-daemons-license + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64/usr/share/doc/hyperv-daemons-license + exit 0 Provides: hyperv-daemons-license = 0.20150702git-3.mga7 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-3.mga7.x86_64 Provides: hyperv-daemons-debugsource = 0.20150702git-3.mga7 hyperv-daemons-debugsource(x86-64) = 0.20150702git-3.mga7 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-3.mga7.x86_64 Provides: hyperv-daemons-debuginfo = 0.20150702git-3.mga7 hyperv-daemons-debuginfo(x86-64) = 0.20150702git-3.mga7 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-3.mga7 Processing files: hypervkvpd-debuginfo-0.20150702git-3.mga7.x86_64 Provides: debuginfo(build-id) = d4a10ca736d643cf246b311924650795e73913d1 hypervkvpd-debuginfo = 0.20150702git-3.mga7 hypervkvpd-debuginfo(x86-64) = 0.20150702git-3.mga7 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-3.mga7 Processing files: hypervvssd-debuginfo-0.20150702git-3.mga7.x86_64 Provides: debuginfo(build-id) = aff2c6fbbf669bb50c1c83ed8b1f96972617a4f9 hypervvssd-debuginfo = 0.20150702git-3.mga7 hypervvssd-debuginfo(x86-64) = 0.20150702git-3.mga7 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-3.mga7 Processing files: hypervfcopyd-debuginfo-0.20150702git-3.mga7.x86_64 Provides: debuginfo(build-id) = ebe82c2b116064fbc67e54622b1578298f789fbc hypervfcopyd-debuginfo = 0.20150702git-3.mga7 hypervfcopyd-debuginfo(x86-64) = 0.20150702git-3.mga7 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-3.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hyperv-daemons-0.20150702git-3.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervkvpd-0.20150702git-3.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervvssd-0.20150702git-3.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervfcopyd-0.20150702git-3.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/hyperv-daemons-license-0.20150702git-3.mga7.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hyperv-daemons-debugsource-0.20150702git-3.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hyperv-daemons-debuginfo-0.20150702git-3.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervkvpd-debuginfo-0.20150702git-3.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervvssd-debuginfo-0.20150702git-3.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hypervfcopyd-debuginfo-0.20150702git-3.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.w8H8C2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd hyperv-daemons-0.20150702git + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/hyperv-daemons-0.20150702git-3.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UNJUZw + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf hyperv-daemons-0.20150702git + exit 0 D: [iurt_root_command] Success!