<86>Sep  1 07:35:01 userdel[2105016]: delete user 'rooter'
<86>Sep  1 07:35:01 userdel[2105016]: removed group 'rooter' owned by 'rooter'
<86>Sep  1 07:35:01 groupadd[2105034]: group added to /etc/group: name=rooter, GID=651
<86>Sep  1 07:35:01 groupadd[2105034]: group added to /etc/gshadow: name=rooter
<86>Sep  1 07:35:01 groupadd[2105034]: new group: name=rooter, GID=651
<86>Sep  1 07:35:01 useradd[2105040]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash
<86>Sep  1 07:35:01 userdel[2105060]: delete user 'builder'
<86>Sep  1 07:35:01 userdel[2105060]: removed group 'builder' owned by 'builder'
<86>Sep  1 07:35:01 userdel[2105060]: removed shadow group 'builder' owned by 'builder'
<86>Sep  1 07:35:01 groupadd[2105085]: group added to /etc/group: name=builder, GID=652
<86>Sep  1 07:35:01 groupadd[2105085]: group added to /etc/gshadow: name=builder
<86>Sep  1 07:35:01 groupadd[2105085]: new group: name=builder, GID=652
<86>Sep  1 07:35:01 useradd[2105098]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/nettee-0.1.9.1-alt1.qa1.nosrc.rpm
Installing nettee-0.1.9.1-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44975
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf nettee-0.1.9.1
+ echo 'Source #0 (nettee-0.1.9.1.tar.gz):'
Source #0 (nettee-0.1.9.1.tar.gz):
+ /bin/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/nettee-0.1.9.1.tar.gz
+ cd nettee-0.1.9.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (nettee-0.1.9.1-openoptions.patch):'
Patch #1 (nettee-0.1.9.1-openoptions.patch):
+ /usr/bin/patch -p1
patching file nettee.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.41950
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd nettee-0.1.9.1
+ rm -f nettee
+ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE64_SOURCE -o nettee nettee.c
nettee.c: In function 'open_outsocks':
nettee.c:565:8: warning: variable 'stestcount' set but not used [-Wunused-but-set-variable]
  565 |   int  stestcount, swaitcount;
      |        ^~~~~~~~~~
nettee.c:562:18: warning: variable 'ssleep' set but not used [-Wunused-but-set-variable]
  562 |   struct timeval ssleep;
      |                  ^~~~~~
nettee.c: In function 'buildchains':
nettee.c:868:70: warning: '%s' directive writing up to 271 bytes into a region of size 207 [-Wformat-overflow=]
  868 |       sprintf(str, "nettee: fatal error: could not open output file '%s'", name);
      |                                                                      ^~    ~~~~
In file included from /usr/include/stdio.h:867,
                 from nettee.c:176:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 51 and 322 bytes into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nettee.c:831:69: warning: '%s' directive writing up to 271 bytes into a region of size 208 [-Wformat-overflow=]
  831 |       sprintf(str, "nettee: fatal error: could not open input file '%s'", name);
      |                                                                     ^~    ~~~~
In file included from /usr/include/stdio.h:867,
                 from nettee.c:176:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 50 and 321 bytes into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nettee.c:692:43: warning: '%s' directive writing up to 287 bytes into a region of size 237 [-Wformat-overflow=]
  692 |       sprintf(msgbuf, "Connecting to host %s... ",hn);
      |                                           ^~      ~~
In file included from /usr/include/stdio.h:867,
                 from nettee.c:176:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 24 and 311 bytes into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nettee.c:696:14: warning: '%s' directive writing up to 287 bytes into a region of size 219 [-Wformat-overflow=]
  696 |         mlen=sprintf(msg, "%16llx MESG %s connecting to %s\n",(long long int) 0, myhostname, hn);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from nettee.c:176:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 39 or more bytes (assuming 326) into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nettee.c:777:18: warning: '%s' directive writing up to 287 bytes into a region of size 245 [-Wformat-overflow=]
  777 |             mlen=sprintf(msg, "Gave up on %s", hn);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from nettee.c:176:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 12 and 299 bytes into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nettee.c:781:20: warning: '%s' directive writing up to 287 bytes into a region of size 222 [-Wformat-overflow=]
  781 |               mlen=sprintf(msg, "%16llx MESG %s gave up on %s\n",(long long int) 0, myhostname, hn);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from nettee.c:176:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 36 or more bytes (assuming 323) into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nettee.c:1161:80: warning: '%s' directive writing up to 1023 bytes into a region of size 203 [-Wformat-overflow=]
 1150 |      p = info_buf;
      |          ~~~~~~~~                                                               
......
 1161 |          sprintf(msgbuf, "nettee: fatal error: downstream node sent bad READY >%s<",p);
      |                                                                                ^~
In file included from /usr/include/stdio.h:867,
                 from nettee.c:176:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 55 and 1078 bytes into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nettee.c:1153:78: warning: '%s' directive writing up to 1023 bytes into a region of size 203 [-Wformat-overflow=]
 1150 |      p = info_buf;
      |          ~~~~~~~~                                                             
......
 1153 |        sprintf(msgbuf, "nettee: fatal error: downstream node sent bad READY >%s<",p);
      |                                                                              ^~
In file included from /usr/include/stdio.h:867,
                 from nettee.c:176:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 55 and 1078 bytes into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.70487
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/nettee-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/nettee-buildroot
+ cd nettee-0.1.9.1
+ install -Dp -m 0755 nettee /usr/src/tmp/nettee-buildroot/usr/bin/nettee
+ install -Dp -m 0644 nettee.1 /usr/src/tmp/nettee-buildroot/usr/share/man/man1/nettee.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/nettee-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/nettee-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/nettee-buildroot/ (default)
Compressing files in /usr/src/tmp/nettee-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/nettee-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/nettee: uses non-LFS functions: fcntl fopen open
Hardlinking identical .pyc and .pyo files
Processing files: nettee-0.1.9.1-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eVqSOF
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UaXSTG
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PJz0GI
Creating nettee-debuginfo package
Processing files: nettee-debuginfo-0.1.9.1-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FW4dNG
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1VSn3I
find-requires: running scripts (debuginfo)
Requires: nettee = 0.1.9.1-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/nettee-0.1.9.1-alt1.qa1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/nettee-debuginfo-0.1.9.1-alt1.qa1.i586.rpm
2.59user 0.43system 0:07.63elapsed 39%CPU (0avgtext+0avgdata 35188maxresident)k
0inputs+0outputs (0major+147815minor)pagefaults 0swaps
3.89user 2.74system 0:11.10elapsed 59%CPU (0avgtext+0avgdata 35188maxresident)k
0inputs+0outputs (0major+327015minor)pagefaults 0swaps
--- nettee-0.1.9.1-alt1.qa1.i586.rpm.repo	2013-04-16 19:38:08.000000000 +0000
+++ nettee-0.1.9.1-alt1.qa1.i586.rpm.hasher	2020-09-01 07:35:10.267189003 +0000
@@ -1,3 +1,3 @@
 /usr/bin/nettee	100755	
-/usr/share/man/man1/nettee.1.gz	100644	
+/usr/share/man/man1/nettee.1.xz	100644	
 Requires: /lib/ld-linux.so.2  
@@ -6,2 +6,3 @@
 Requires: libc.so.6(GLIBC_2.15)  
+Requires: libc.so.6(GLIBC_2.28)  
 Requires: libc.so.6(GLIBC_2.3)