<86>Jan 29 08:29:45 userdel[653839]: delete user 'rooter'
<86>Jan 29 08:29:45 userdel[653839]: removed group 'rooter' owned by 'rooter'
<86>Jan 29 08:29:45 groupadd[653847]: group added to /etc/group: name=rooter, GID=687
<86>Jan 29 08:29:45 groupadd[653847]: group added to /etc/gshadow: name=rooter
<86>Jan 29 08:29:45 groupadd[653847]: new group: name=rooter, GID=687
<86>Jan 29 08:29:45 useradd[653851]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash
<86>Jan 29 08:29:45 userdel[653866]: delete user 'builder'
<86>Jan 29 08:29:45 userdel[653866]: removed group 'builder' owned by 'builder'
<86>Jan 29 08:29:45 userdel[653866]: removed shadow group 'builder' owned by 'builder'
<86>Jan 29 08:29:45 groupadd[653879]: group added to /etc/group: name=builder, GID=688
<86>Jan 29 08:29:45 groupadd[653879]: group added to /etc/gshadow: name=builder
<86>Jan 29 08:29:45 groupadd[653879]: new group: name=builder, GID=688
<86>Jan 29 08:29:45 useradd[653897]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/transconnect-1.3-alt5.qa1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/transconnect-1.3-alt5.qa1.nosrc.rpm
Installing transconnect-1.3-alt5.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.85142
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf transconnect-1.3-Beta
+ echo 'Source #0 (transconnect-1.3-Beta.tar.gz):'
Source #0 (transconnect-1.3-Beta.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/transconnect-1.3-Beta.tar.gz
+ /bin/tar -xf -
+ cd transconnect-1.3-Beta
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (transconnect-1.3-build.patch):'
Patch #0 (transconnect-1.3-build.patch):
+ /usr/bin/patch -p1
patching file Makefile
+ sed -e s,@LIBDIR@,/usr/lib,g -e s,@LIB@,lib,g
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.85142
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd transconnect-1.3-Beta
+ make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC'
make: Entering directory '/usr/src/RPM/BUILD/transconnect-1.3-Beta'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -shared  -o tconn.so tconn.c -ldl
tconn.c: In function 'connect':
tconn.c:179:53: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign]
  179 |   getsockopt (sockfd, SOL_SOCKET, SO_TYPE, &optval, &optlen);
      |                                                     ^~~~~~~
      |                                                     |
      |                                                     int *
In file included from tconn.c:47:
/usr/include/sys/socket.h:210:32: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
  210 |          socklen_t *__restrict __optlen) __THROW;
      |          ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tconn.c:219:17: warning: array subscript 1024 is above array bounds of 'char[1024]' [-Warray-bounds]
  219 |       configfile[CONFIG_FILE_MAX] = '\0';
      |       ~~~~~~~~~~^~~~~~~~~~~~~~~~~
tconn.c:142:8: note: while referencing 'configfile'
  142 |   char configfile[CONFIG_FILE_MAX]; /* Name of the configuration file */
      |        ^~~~~~~~~~
tconn.c:201:17: warning: array subscript 1024 is above array bounds of 'char[1024]' [-Warray-bounds]
  201 |       configfile[CONFIG_FILE_MAX] = '\0';
      |       ~~~~~~~~~~^~~~~~~~~~~~~~~~~
tconn.c:142:8: note: while referencing 'configfile'
  142 |   char configfile[CONFIG_FILE_MAX]; /* Name of the configuration file */
      |        ^~~~~~~~~~
In file included from /usr/include/string.h:507,
                 from tconn.c:44:
In function 'strncpy',
    inlined from 'connect' at tconn.c:497:12:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 19 bytes from a string of length 19 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncat',
    inlined from 'connect' at tconn.c:499:5:
/usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' output may be truncated copying 39 bytes from a string of length 39 [-Wstringop-truncation]
  136 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/transconnect-1.3-Beta'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.36404
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/transconnect-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/transconnect-buildroot
+ cd transconnect-1.3-Beta
+ install -D -m 755 proxyfy /usr/src/tmp/transconnect-buildroot/usr/bin/transconnect
+ install -D tconn.so /usr/src/tmp/transconnect-buildroot/usr/lib/libtransconnect.so.0
+ install -D -p -m 644 tconn.conf /usr/src/tmp/transconnect-buildroot/etc/transconnect.conf
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/transconnect-buildroot (auto)
mode of './usr/lib/libtransconnect.so.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/transconnect-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/transconnect-buildroot/ (default)
Compressing files in /usr/src/tmp/transconnect-buildroot (auto)
Adjusting library links in /usr/src/tmp/transconnect-buildroot
./usr/lib:
	libtransconnect.so.0 -> libtransconnect.so.0
Verifying ELF objects in /usr/src/tmp/transconnect-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib/libtransconnect.so.0: uses non-LFS functions: fcntl fopen
Hardlinking identical .pyc and .pyo files
Processing files: transconnect-1.3-alt5.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.36404
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd transconnect-1.3-Beta
+ DOCDIR=/usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3
+ export DOCDIR
+ rm -rf /usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3
+ /bin/mkdir -p /usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3
+ cp -prL README AUTHORS COPYING INSTALL TROUBLESHOOT /usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3
+ chmod -R go-w /usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3
+ chmod -R a+rX /usr/src/tmp/transconnect-buildroot/usr/share/doc/transconnect-1.3
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7OVHHB
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/transconnect-buildroot/usr/lib/libtransconnect.so.0: 2 symbols, 11 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.a36PgB
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libtransconnect.so.0 = set:ecOs94
Requires: /bin/sh, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libdl.so.2(GLIBC_2.0), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9245VA
Creating transconnect-debuginfo package
Processing files: transconnect-debuginfo-1.3-alt5.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vJLQTD
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DFtsFD
find-requires: running scripts (debuginfo)
Provides: debug(libtransconnect.so.0)
Requires: transconnect = 1.3-alt5.qa1, debug(libc.so.6), debug(libdl.so.2)
Wrote: /usr/src/RPM/RPMS/i586/transconnect-1.3-alt5.qa1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/transconnect-debuginfo-1.3-alt5.qa1.i586.rpm
2.42user 0.51system 0:07.55elapsed 39%CPU (0avgtext+0avgdata 26772maxresident)k
0inputs+0outputs (0major+169780minor)pagefaults 0swaps
/.out/transconnect-1.3-alt5.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/transconnect-debuginfo-1.3-alt5.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
3.70user 2.62system 0:11.53elapsed 54%CPU (0avgtext+0avgdata 26772maxresident)k
0inputs+0outputs (0major+348574minor)pagefaults 0swaps
--- transconnect-1.3-alt5.qa1.i586.rpm.repo	2013-04-18 06:40:12.000000000 +0000
+++ transconnect-1.3-alt5.qa1.i586.rpm.hasher	2020-01-29 08:29:54.831667155 +0000
@@ -13,2 +13,3 @@
 Requires: libc.so.6(GLIBC_2.1.3)  
+Requires: libc.so.6(GLIBC_2.28)  
 Requires: libc.so.6(GLIBC_2.3.4)  
@@ -18,3 +19,3 @@
 Requires: rpmlib(PayloadIsLzma)  
-Provides: libtransconnect.so.0 = set:fd2BOn
+Provides: libtransconnect.so.0 = set:ecOs94
 Provides: transconnect = 1.3-alt5.qa1