D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/arptables-0.0.5-1.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.OlStYX + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf arptables-0.0.5 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/arptables-0.0.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd arptables-0.0.5 + /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.7YkdvW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd arptables-0.0.5 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'COPT_FLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' KERNEL_DIR=/usr/src/linux/include cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wunused -I/usr/src/linux/include/include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.5\" -c -o extensions/arpt_standard.o extensions/arpt_standard.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wunused -I/usr/src/linux/include/include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.5\" -c -o arptables-standalone.o arptables-standalone.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wunused -I/usr/src/linux/include/include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.5\" -c -o extensions/arpt_CLASSIFY.o extensions/arpt_CLASSIFY.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wunused -I/usr/src/linux/include/include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.5\" -c -o extensions/arpt_mangle.o extensions/arpt_mangle.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wunused -I/usr/src/linux/include/include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.5\" -c -o extensions/arpt_MARK.o extensions/arpt_MARK.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wunused -I/usr/src/linux/include/include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.5\" -c -o libarptc/libarptc.o libarptc/libarptc.c In file included from /usr/include/string.h:495, from libarptc/libarptc.c:15: In function 'memcpy', inlined from 'arptc_set_policy' at libarptc/libarptc_incl.c:1524:3: /usr/include/bits/string_fortified.h:34:10: warning: writing 16 bytes into a region of size 0 [-Wstringop-overflow=] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from include/libarptc/libarptc.h:7, from libarptc/libarptc.c:26: libarptc/libarptc_incl.c: In function 'arptc_set_policy': include/linux/netfilter_arp/arp_tables.h:192:20: note: at offset 0 to object 'entrytable' with size 0 declared here 192 | struct arpt_entry entrytable[0]; | ^~~~~~~~~~ ar rcs libarptc/libarptc.a libarptc/libarptc.o cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wunused -I/usr/src/linux/include/include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.5\" -c -o arptables.o arptables.c arptables.c: In function 'mask_to_dotted': arptables.c:945:20: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 945 | sprintf(buf, "/%s", addr_to_dotted(mask)); | ^ In file included from /usr/include/stdio.h:867, from arptables.c:35: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 21 bytes into a destination of size 20 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wunused -I/usr/src/linux/include/include/ -Iinclude/ -DARPTABLES_VERSION=\"0.0.5\" -o arptables-legacy arptables-standalone.o arptables.o libarptc/libarptc.o extensions/arpt_standard.o extensions/arpt_mangle.o extensions/arpt_CLASSIFY.o extensions/arpt_MARK.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jJFRyW + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64 + cd arptables-0.0.5 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64 'INSTALL=/usr/bin/install -p' PREFIX=/usr BINDIR=/sbin MANDIR=/usr/share/man [ -d "/home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/usr/share/man/man8" ] || mkdir -p "/home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/usr/share/man/man8" install -m 0644 arptables-legacy.8 arptables-save.8 arptables-restore.8 /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/usr/share/man/man8/ mkdir -p /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/sbin install -m 0755 arptables-legacy /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/sbin/arptables-legacy cat arptables-save | sed 's/__EXEC_PATH__/\/sbin/g' > arptables-save_ install -m 0755 arptables-save_ /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/sbin/arptables-save cat arptables-restore | sed 's/__EXEC_PATH__/\/sbin/g' > arptables-restore_ install -m 0755 arptables-restore_ /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/sbin/arptables-restore rm -f arptables-save_ arptables-restore_ + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.0.5-1.mga8 --unique-debug-suffix -0.0.5-1.mga8.x86_64 --unique-debug-src-base arptables-0.0.5-1.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/arptables-0.0.5 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/sbin/arptables-legacy extracting debug info from /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/sbin/arptables-legacy original debug info size: 264kB, size after compression: 252kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 309 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: arptables-0.0.5-1.mga8.x86_64 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jLP7aX + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd arptables-0.0.5 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/usr/share/licenses/arptables + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/usr/share/licenses/arptables + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64/usr/share/licenses/arptables + RPM_EC=0 ++ jobs -p + exit 0 Provides: arptables = 0.0.5-1.mga8 arptables(x86-64) = 0.0.5-1.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.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) libc.so.6(GLIBC_2.7)(64bit) perl(strict) perl-base >= 2:5.32.0 Processing files: arptables-debugsource-0.0.5-1.mga8.x86_64 Provides: arptables-debugsource = 0.0.5-1.mga8 arptables-debugsource(x86-64) = 0.0.5-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: arptables-debuginfo-0.0.5-1.mga8.x86_64 Provides: arptables-debuginfo = 0.0.5-1.mga8 arptables-debuginfo(x86-64) = 0.0.5-1.mga8 debuginfo(build-id) = 0fc7863479d86710fe38bd9bea6db1d0fc95e711 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: arptables-debugsource(x86-64) = 0.0.5-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/arptables-0.0.5-1.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/arptables-debugsource-0.0.5-1.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/arptables-debuginfo-0.0.5-1.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bVMnMY + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd arptables-0.0.5 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/arptables-0.0.5-1.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5N1A2V + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf arptables-0.0.5 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!