D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/vacation-1.2.8.0-1.beta1.1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.l7lMp1 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.lDebMe + umask 022 + cd /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build + rm -rf vacation-1.2.8.0-beta1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/vacation-1.2.8.0-beta1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd vacation-1.2.8.0-beta1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/hg init -q . + /usr/bin/hg add -q . + /usr/bin/hg commit -q --user 'rpm-build ' -m 'vacation-1.2.8.0 base' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4QPI0O + umask 022 + cd /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-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 vacation-1.2.8.0-beta1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=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 -g -Wall -Werror=format-security -Xlinker -warn-common -D_PATH_VACATION=\"/usr/bin/vacation\" -o vacation vacation.c strlcpy.c strlcat.c rfc822.c -lgdbm vacation.c: In function 'readheaders': vacation.c:290:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 290 | fgets (buf, sizeof (buf), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vacation.c:292:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 292 | fgets (buf2, sizeof (buf2), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vacation.c:300:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 300 | fgets (buf2, sizeof (buf2), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vacation.c:431:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 431 | fgets (buf2, sizeof (buf2), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vacation.c: In function 'initialize': vacation.c:811:3: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 811 | system (ebuf); | ^~~~~~~~~~~~~ vacation.c: In function 'sendmessage': vacation.c:704:43: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 704 | snprintf (line, MAXLINE, "%s%s", sp, from); /* Flawfinder: ignore */ | ^~ ~~~~ In file included from /usr/include/stdio.h:970, from /usr/include/gdbm.h:32, from vacation.c:81: In function 'snprintf', inlined from 'sendmessage' at vacation.c:704:8: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ vacation.c: In function 'sendmessage': vacation.c:697:43: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 697 | snprintf (line, MAXLINE, "%s%s", sp, subject); /* Flawfinder: ignore */ | ^~ ~~~~~~~ In function 'snprintf', inlined from 'sendmessage' at vacation.c:697:8: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ vacation.c: In function 'sendmessage': vacation.c:704:43: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 704 | snprintf (line, MAXLINE, "%s%s", sp, from); /* Flawfinder: ignore */ | ^~ ~~~~ In function 'snprintf', inlined from 'sendmessage' at vacation.c:704:8: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ strlcpy.c: In function 'strlcpy': strlcpy.c:42:9: warning: 'nonnull' argument 'dst' compared to NULL [-Wnonnull-compare] 42 | if ( (!dst) || (!src) ) | ~^~~~~ strlcpy.c:42:19: warning: 'nonnull' argument 'src' compared to NULL [-Wnonnull-compare] 42 | if ( (!dst) || (!src) ) | ~^~~~~ strlcat.c: In function 'strlcat': strlcat.c:44:9: warning: 'nonnull' argument 'dst' compared to NULL [-Wnonnull-compare] 44 | if ( (!dst) || (!src) ) | ~^~~~~ strlcat.c:44:19: warning: 'nonnull' argument 'src' compared to NULL [-Wnonnull-compare] 44 | if ( (!dst) || (!src) ) | ~^~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7KLF1Z + umask 022 + cd /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build + mkdir /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-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 vacation-1.2.8.0-beta1 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/bin + mkdir -p /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/man/man1 + mkdir -p /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/man/de/man1 + install -m 755 vacation /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/bin/vacation + install -m 755 vaclook /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/bin/vaclook + install -m 444 vacation.man /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/man/man1/vacation.1 + install -m 444 vacation-de.man /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/man/de/man1/vacation.1 + install -m 444 vaclook.man /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/man/man1/vaclook.1 + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.2.8.0-1.beta1.1.mga10 --unique-debug-suffix -1.2.8.0-1.beta1.1.mga10.x86_64 --unique-debug-src-base vacation-1.2.8.0-1.beta1.1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/vacation-1.2.8.0-beta1 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/vacation-1.2.8.0-1.beta1.1.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 + 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/vacation-1.2.8.0-build/SPECPARTS/rpm-debuginfo.specpart Processing files: vacation-1.2.8.0-1.beta1.1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6g3O8S + umask 022 + cd /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build + cd vacation-1.2.8.0-beta1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/doc/vacation + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/doc/vacation + cp -pr /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/vacation-1.2.8.0-beta1/COPYING /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/doc/vacation + cp -pr /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/vacation-1.2.8.0-beta1/README /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/doc/vacation + cp -pr /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/vacation-1.2.8.0-beta1/README.smrsh /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/doc/vacation + cp -pr /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/vacation-1.2.8.0-beta1/ChangeLog /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT/usr/share/doc/vacation + RPM_EC=0 ++ jobs -p + exit 0 Provides: vacation = 1.2.8.0-1.beta1.1.mga10 vacation(x86-64) = 1.2.8.0-1.beta1.1.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 Requires(postun): /bin/sh 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.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgdbm.so.6()(64bit) perl >= 1:5 perl(GDBM_File) perl-base >= 2:5.40.1 Processing files: vacation-debugsource-1.2.8.0-1.beta1.1.mga10.x86_64 Provides: vacation-debugsource = 1.2.8.0-1.beta1.1.mga10 vacation-debugsource(x86-64) = 1.2.8.0-1.beta1.1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: vacation-debuginfo-1.2.8.0-1.beta1.1.mga10.x86_64 Provides: debuginfo(build-id) = 6824cb79241f35f06c51a341d3b21d6de3fba763 vacation-debuginfo = 1.2.8.0-1.beta1.1.mga10 vacation-debuginfo(x86-64) = 1.2.8.0-1.beta1.1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: vacation-debugsource(x86-64) = 1.2.8.0-1.beta1.1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/vacation-debugsource-1.2.8.0-1.beta1.1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/vacation-debuginfo-1.2.8.0-1.beta1.1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/vacation-1.2.8.0-1.beta1.1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4laggT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build + test -d /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/vacation-1.2.8.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!