D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ii-2.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yTjilg Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6IOmQK + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ii-2.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ii-2.0-build + rm -rf ii-2.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ii-2.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ii-2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NGfaoR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ii-2.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 ii-2.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make gcc -c ii.c -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 -DVERSION=\"2.0\" -D_DEFAULT_SOURCE -DNEED_STRLCPY ii.c: In function 'main': ii.c:510:71: warning: '%s' directive output may be truncated writing up to 444 bytes into a region of size between 305 and 504 [-Wformat-truncation=] 510 | snprintf(msg, sizeof(msg), "TOPIC %s :%s\r\n", c->name, &buf[3]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:970, from ii.c:17: In function 'snprintf', inlined from 'proc_channels_input' at ii.c:510:5, inlined from 'handle_channels_input' at ii.c:714:2, inlined from 'run' at ii.c:790:5, inlined from 'main' at ii.c:862:2: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 11 and 654 bytes into a destination of size 512 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ii.c: In function 'main': ii.c:532:70: warning: '%s' directive output may be truncated writing up to 444 bytes into a region of size between 306 and 505 [-Wformat-truncation=] 532 | snprintf(msg, sizeof(msg), "PART %s :%s\r\n", c->name, &buf[3]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'proc_channels_input' at ii.c:532:5, inlined from 'handle_channels_input' at ii.c:714:2, inlined from 'run' at ii.c:790:5, inlined from 'main' at ii.c:862:2: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 10 and 653 bytes into a destination of size 512 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -c strlcpy.c -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 -DVERSION=\"2.0\" -D_DEFAULT_SOURCE -DNEED_STRLCPY gcc -o ii ii.o strlcpy.o -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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HX9W7J + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ii-2.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ii-2.0-build + mkdir /home/pterjan/rpmbuild/BUILD/ii-2.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 ii-2.0 + '[' 1 -eq 1 ']' + make PREFIX=/home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr install mkdir -p /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/bin mkdir -p /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/man/man1 mkdir -p /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/doc/ii install -m 644 README FAQ LICENSE /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/doc/ii install -m 775 ii /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/bin sed "s/VERSION/2.0/g" < ii.1 > /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/man/man1/ii.1 chmod 644 /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/man/man1/ii.1 + /usr/bin/rm -Rf /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/doc/ii + /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-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /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 Processing files: ii-2.0-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jSK697 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ii-2.0-build + cd ii-2.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/doc/ii + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/doc/ii + cp -pr /home/pterjan/rpmbuild/BUILD/ii-2.0-build/ii-2.0/README /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/doc/ii + cp -pr /home/pterjan/rpmbuild/BUILD/ii-2.0-build/ii-2.0/LICENSE /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/doc/ii + cp -pr /home/pterjan/rpmbuild/BUILD/ii-2.0-build/ii-2.0/FAQ /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT/usr/share/doc/ii + RPM_EC=0 ++ jobs -p + exit 0 Provides: ii = 2.0-1.mga10 ii(x86-64) = 2.0-1.mga10 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.15)(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.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ii-2.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ii-2.0-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.01ovlL + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ii-2.0-build + test -d /home/pterjan/rpmbuild/BUILD/ii-2.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ii-2.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/ii-2.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!