D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 warning: %make is deprecated, use %make_build instead Installing /home/pterjan/rpmbuild/SRPMS/sshutout-1.0.6-12.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.EoHpfN Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.75zM64 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build + rm -rf sshutout-1.0.6 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/sshutout-1.0.6.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd sshutout-1.0.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/sshutout-1.0.4-mga_conf.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.sSAPkz + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-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 sshutout-1.0.6 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 'COMPILE=-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' LD_OPT= gcc -Wall -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 -c -o sshutout.o sshutout.c sshutout.c: In function 'main': sshutout.c:1720:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1720 | write(p, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sshutout.c:1730:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1730 | write(p, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sshutout.c:1747:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 1747 | chdir("/"); | ^~~~~~~~~~ sshutout.c: In function 'load_config': sshutout.c:1310:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1310 | write(pf, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sshutout.c: In function 'unblockip': sshutout.c:707:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 707 | system(cmd); | ^~~~~~~~~~~ sshutout.c: In function 'dflt_route': sshutout.c:448:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 448 | fgets(buf, INBUFSIZE, h); /* Skip column header record */ | ^~~~~~~~~~~~~~~~~~~~~~~~ sshutout.c: In function 'blockip': sshutout.c:694:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 694 | system(cmd); | ^~~~~~~~~~~ sshutout.c: In function 'create_exclusion_list': sshutout.c:635:17: warning: 'pclose' called on pointer returned from a mismatched allocation function [-Wmismatched-dealloc] 635 | pclose(p); | ^~~~~~~~~ sshutout.c:611:19: note: returned from 'fopen' 611 | if (!(p = fopen("/etc/resolv.conf", "r"))) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sshutout.c: In function 'load_config.constprop': sshutout.c:1313:33: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 1313 | strncpy(pid_file, p, INBUFSIZE); | ^ sshutout.c:1281:25: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 1281 | strncpy(sshutout_log, p, INBUFSIZE); | ^ sshutout.c:1264:33: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 1264 | strncpy(sshd_log_file, p, INBUFSIZE); | ^ sshutout.c: In function 'main': sshutout.c:1663:27: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 1663 | if (tsshdlogfile) strncpy(sshd_log_file, tsshdlogfile, INBUFSIZE); | ^ sshutout.c:1668:24: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 1668 | if (tpid_file) strncpy(pid_file, tpid_file, INBUFSIZE); | ^ sshutout.c:1544:33: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 1544 | strncpy(conf_file, optarg, INBUFSIZE); | ^ gcc -Wall -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 -o sshutout sshutout.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.UGShro + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build + mkdir /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-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 sshutout-1.0.6 + '[' 1 -eq 1 ']' + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/usr/sbin + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/etc/sysconfig + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/etc/logrotate.d + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/usr/share/man/man8 + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/var/log + /usr/bin/install -p -m 0755 sshutout /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/usr/sbin/ + /usr/bin/install -p -m 0644 sshutout.conf /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/etc/ + /usr/bin/install -p -m 0644 sshutout.8 /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/usr/share/man/man8/ + /usr/bin/install -D -p -m 0644 /home/pterjan/rpmbuild/SOURCES/sshutout.service /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/usr/lib/systemd/system/sshutout.service + /usr/bin/install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/sshutout.sysconfig /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/etc/sysconfig/sshutout + /usr/bin/install -p -m 0644 /home/pterjan/rpmbuild/SOURCES/sshutout.logrotate /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/etc/logrotate.d/sshutout + /bin/touch /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/var/log/sshutout.log + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.0.6-12.mga10 --unique-debug-suffix -1.0.6-12.mga10.x86_64 --unique-debug-src-base sshutout-1.0.6-12.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/sshutout-1.0.6 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/sshutout-1.0.6-12.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/sshutout-1.0.6-build/SPECPARTS/rpm-debuginfo.specpart Processing files: sshutout-1.0.6-12.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8P4V6A + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build + cd sshutout-1.0.6 + DOCDIR=/home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/usr/share/doc/sshutout + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/usr/share/doc/sshutout + cp -pr /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/sshutout-1.0.6/License /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/usr/share/doc/sshutout + cp -pr /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/sshutout-1.0.6/README /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/usr/share/doc/sshutout + cp -pr /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/sshutout-1.0.6/sshutout.html /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT/usr/share/doc/sshutout + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(sshutout) = 1.0.6-12.mga10 sshutout = 1.0.6-12.mga10 sshutout(x86-64) = 1.0.6-12.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 rpm-helper Requires(preun): /bin/sh rpm-helper Requires: libc.so.6()(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) Processing files: sshutout-debugsource-1.0.6-12.mga10.x86_64 Provides: sshutout-debugsource = 1.0.6-12.mga10 sshutout-debugsource(x86-64) = 1.0.6-12.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sshutout-debuginfo-1.0.6-12.mga10.x86_64 Provides: debuginfo(build-id) = 6827c0d45f4442f7bb55e6d6c0d2092a9acbc67a sshutout-debuginfo = 1.0.6-12.mga10 sshutout-debuginfo(x86-64) = 1.0.6-12.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sshutout-debugsource(x86-64) = 1.0.6-12.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sshutout-debuginfo-1.0.6-12.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sshutout-debugsource-1.0.6-12.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sshutout-1.0.6-12.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wsXeHC + umask 022 + cd /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build + test -d /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build + rm -rf /home/pterjan/rpmbuild/BUILD/sshutout-1.0.6-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: %make is deprecated, use %make_build instead D: [iurt_root_command] Success!