D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/pigz-2.4-3.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MtW1Pp + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pigz-2.4 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pigz-2.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pigz-2.4 + /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/iurt/rpmbuild/tmp/rpm-tmp.uOjMUn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pigz-2.4 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c zopfli/src/zopfli/cache.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c -o try.o try.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c zopfli/src/zopfli/tree.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c -o yarn.o yarn.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c zopfli/src/zopfli/util.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c zopfli/src/zopfli/hash.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c zopfli/src/zopfli/blocksplitter.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c zopfli/src/zopfli/lz77.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c zopfli/src/zopfli/katajainen.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c zopfli/src/zopfli/squeeze.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c zopfli/src/zopfli/deflate.c zopfli/src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': zopfli/src/zopfli/deflate.c:399:24: warning: argument 1 range [18446744065119617024, 18446744073709551612] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 399 | good_for_rle = (int*)malloc(length * sizeof(int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from zopfli/src/zopfli/zopfli.h:24, from zopfli/src/zopfli/deflate.h:28, from zopfli/src/zopfli/deflate.c:20: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here 539 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ | ^~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -c -o pigz.o pigz.c In file included from pigz.c:412: pigz.c: In function 'option': try.h:422:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 422 | #define TRY_THROW_(...) try_throw_(__VA_ARGS__, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ try.h:269:15: note: in expansion of macro 'TRY_THROW_' 269 | #define throw TRY_THROW_ | ^~~~~~~~~~ pigz.c:4218:17: note: in expansion of macro 'throw' 4218 | throw(EINVAL, "invalid option: LZW output not supported: %s", | ^~~~~ pigz.c:4220:13: note: here 4220 | case 'a': | ^~~~ In file included from pigz.c:412: try.h:422:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 422 | #define TRY_THROW_(...) try_throw_(__VA_ARGS__, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ try.h:269:15: note: in expansion of macro 'TRY_THROW_' 269 | #define throw TRY_THROW_ | ^~~~~~~~~~ pigz.c:4221:17: note: in expansion of macro 'throw' 4221 | throw(EINVAL, "invalid option: no ascii conversion: %s", | ^~~~~ pigz.c:4223:13: note: here 4223 | case 'b': get = 1; break; | ^~~~ In file included from /usr/include/string.h:495, from pigz.c:334: In function 'strncpy', inlined from 'show_info' at pigz.c:2900:9: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pigz.c: In function 'show_info': pigz.c:2899:13: note: length computed here 2899 | n = strlen(g.inf) - compressed_suffix(g.inf); | ^~~~~~~~~~~~~ pigz.c: In function 'compress_thread': pigz.c:1624:19: warning: variable 'temp' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 1624 | struct space *temp = NULL; // temporary space for zopfli input | ^~~~ gcc -o pigz pigz.o yarn.o try.o deflate.o blocksplitter.o tree.o lz77.o cache.o hash.o util.o squeeze.o katajainen.o -lm -lpthread -lz ln -f pigz unpigz + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PDMZeo + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64 + cd pigz-2.4 + '[' 1 -eq 1 ']' + install -D -m755 pigz /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/bin/pigz + install -D -m755 unpigz /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/bin/unpigz + install -D -m644 pigz.1 /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/share/man/man1/pigz.1 + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 2.4-3.mga8 --unique-debug-suffix -2.4-3.mga8.x86_64 --unique-debug-src-base pigz-2.4-3.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pigz-2.4 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/bin/unpigz explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/bin/pigz extracting debug info from /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/bin/pigz extracting debug info from /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/bin/unpigz original debug info size: 828kB, size after compression: 776kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 654 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 Processing files: pigz-2.4-3.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.32umur + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pigz-2.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/share/doc/pigz + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/share/doc/pigz + cp -pr README /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/share/doc/pigz + cp -pr pigz.pdf /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/share/doc/pigz + RPM_EC=0 ++ jobs -p + exit 0 warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/bin/pigz and /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/bin/unpigz Provides: pigz = 2.4-3.mga8 pigz(x86-64) = 2.4-3.mga8 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.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.29)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libpthread.so.0(GLIBC_2.3.3)(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) libz.so.1(ZLIB_1.2.0.8)(64bit) libz.so.1(ZLIB_1.2.5.1)(64bit) Processing files: pigz-debugsource-2.4-3.mga8.x86_64 Provides: pigz-debugsource = 2.4-3.mga8 pigz-debugsource(x86-64) = 2.4-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pigz-debuginfo-2.4-3.mga8.x86_64 warning: Duplicate build-ids /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/lib/debug/usr/bin/pigz-2.4-3.mga8.x86_64.debug and /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64/usr/lib/debug/usr/bin/unpigz-2.4-3.mga8.x86_64.debug Provides: debuginfo(build-id) = 5687903071703301db119647045db325733cfb28 debuginfo(build-id) = nilnil pigz-debuginfo = 2.4-3.mga8 pigz-debuginfo(x86-64) = 2.4-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pigz-debugsource(x86-64) = 2.4-3.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/pigz-2.4-3.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/pigz-debuginfo-2.4-3.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/pigz-debugsource-2.4-3.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LskGsn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pigz-2.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/pigz-2.4-3.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CZjOVq + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pigz-2.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!