<86>Jul  9 04:01:48 userdel[344341]: delete user 'rooter'
<86>Jul  9 04:01:48 userdel[344341]: removed group 'rooter' owned by 'rooter'
<86>Jul  9 04:01:48 userdel[344341]: removed shadow group 'rooter' owned by 'rooter'
<86>Jul  9 04:01:48 groupadd[344361]: group added to /etc/group: name=rooter, GID=987
<86>Jul  9 04:01:48 groupadd[344361]: group added to /etc/gshadow: name=rooter
<86>Jul  9 04:01:48 groupadd[344361]: new group: name=rooter, GID=987
<86>Jul  9 04:01:48 useradd[344381]: new user: name=rooter, UID=987, GID=987, home=/root, shell=/bin/bash
<86>Jul  9 04:01:48 userdel[344405]: delete user 'builder'
<86>Jul  9 04:01:48 userdel[344405]: removed group 'builder' owned by 'builder'
<86>Jul  9 04:01:48 userdel[344405]: removed shadow group 'builder' owned by 'builder'
<86>Jul  9 04:01:48 groupadd[344420]: group added to /etc/group: name=builder, GID=988
<86>Jul  9 04:01:48 groupadd[344420]: group added to /etc/gshadow: name=builder
<86>Jul  9 04:01:48 groupadd[344420]: new group: name=builder, GID=988
<86>Jul  9 04:01:48 useradd[344439]: new user: name=builder, UID=988, GID=988, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/sshutout-1.0.6-alt2.src.rpm: The use of such a license name is ambiguous: GPL
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike_b does not exist - using root
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/sshutout-1.0.6-alt2.nosrc.rpm (w1.gzdio)
Installing sshutout-1.0.6-alt2.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.36568
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf sshutout-1.0.6
+ echo 'Source #0 (sshutout-1.0.6.tar.gz):'
Source #0 (sshutout-1.0.6.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/sshutout-1.0.6.tar.gz
+ /bin/tar -xf -
+ cd sshutout-1.0.6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.36568
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd sshutout-1.0.6
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/sshutout-1.0.6'
gcc  -Wall -pipe -O2   -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);
      |                                 ^
make: Leaving directory '/usr/src/RPM/BUILD/sshutout-1.0.6'
make: Entering directory '/usr/src/RPM/BUILD/sshutout-1.0.6'
gcc  -Wall -pipe -O2 -s -o sshutout sshutout.o
make: Leaving directory '/usr/src/RPM/BUILD/sshutout-1.0.6'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.36568
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/sshutout-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/sshutout-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd sshutout-1.0.6
+ install -pDm755 sshutout /usr/src/tmp/sshutout-buildroot/usr/sbin/sshutout
+ install -pDm755 /usr/src/RPM/SOURCES/sshutout.init /usr/src/tmp/sshutout-buildroot/etc/rc.d/init.d/sshutout
+ install -pDm644 /usr/src/RPM/SOURCES/sshutout.conf /usr/src/tmp/sshutout-buildroot/etc/sshutout.conf
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/sshutout-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/sshutout-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/sshutout-buildroot/ (default)
Compressing files in /usr/src/tmp/sshutout-buildroot (auto)
056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information!
056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows:
  ./usr/sbin/sshutout
Verifying ELF objects in /usr/src/tmp/sshutout-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/sbin/sshutout: uses non-LFS functions: fopen open stat
Processing files: sshutout-1.0.6-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.36568
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd sshutout-1.0.6
+ DOCDIR=/usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6
+ export DOCDIR
+ rm -rf /usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6
+ /bin/mkdir -p /usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6
+ cp -prL License README TODO sshutout.html /usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6
+ chmod -R go-w /usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6
+ chmod -R a+rX /usr/src/tmp/sshutout-buildroot/usr/share/doc/sshutout-1.0.6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3RQnyp
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dMhoxq
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sdJ4ZA
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MkRsPq
Requires: net-tools, iptables, /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(post): /bin/sh, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.02NwNe
Wrote: /usr/src/RPM/RPMS/i586/sshutout-1.0.6-alt2.i586.rpm (w2.lzdio)
0.84user 0.44system 0:05.72elapsed 22%CPU (0avgtext+0avgdata 34192maxresident)k
0inputs+0outputs (0major+168770minor)pagefaults 0swaps
/.out/sshutout-1.0.6-alt2.i586.rpm: The use of such a license name is ambiguous: GPL
1.81user 2.78system 0:08.29elapsed 55%CPU (0avgtext+0avgdata 34192maxresident)k
0inputs+0outputs (0major+320990minor)pagefaults 0swaps
--- sshutout-1.0.6-alt2.i586.rpm.repo	2010-01-12 17:39:24.000000000 +0000
+++ sshutout-1.0.6-alt2.i586.rpm.hasher	2022-07-09 04:01:55.309993439 +0000
@@ -12,3 +12,2 @@
 Requires: /bin/sh  
-Requires: /bin/sh  
 Requires: /etc/rc.d/init.d  
@@ -23,4 +22,7 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.1.3)  
 Requires: libc.so.6(GLIBC_2.3)  
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.33)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
@@ -33,3 +35,3 @@
 File: /etc/sshutout.conf	100644	root:root	5fcec1a94ccdd0605602e03bd16c8576	
-File: /usr/sbin/sshutout	100755	root:root	5933526a0c12d43eb5532b5409667e98	
+File: /usr/sbin/sshutout	100755	root:root	51ac413011e1d81ec50965596146b7ae	
 File: /usr/share/doc/sshutout-1.0.6	40755	root:root		
@@ -39,2 +41,2 @@
 File: /usr/share/doc/sshutout-1.0.6/sshutout.html	100644	root:root	f31af63c2a70d844dc07afc33599313a	
-RPMIdentity: c4c71e2dc6204a0e7c026abf6b62105973d8da953536e1521d6aa7ed84ddadb703677aa9c7a2c09178c82a987a71660ce274b2ae85738c54fa1e28eeb1f6eae5
+RPMIdentity: d33f7820d72ebe7b37002fbb7750b706c8a25741ec111086b06148220172efa90480e6d2ea1a6a58c0f390383b5a54e336badf5cff601dc3dcaccd3196248abc