<86>Jan 28 00:55:13 userdel[2597395]: delete user 'rooter' <86>Jan 28 00:55:13 userdel[2597395]: removed group 'rooter' owned by 'rooter' <86>Jan 28 00:55:13 userdel[2597395]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 28 00:55:13 groupadd[2597425]: group added to /etc/group: name=rooter, GID=1859 <86>Jan 28 00:55:13 groupadd[2597425]: group added to /etc/gshadow: name=rooter <86>Jan 28 00:55:13 groupadd[2597425]: new group: name=rooter, GID=1859 <86>Jan 28 00:55:13 useradd[2597444]: new user: name=rooter, UID=1859, GID=1859, home=/root, shell=/bin/bash <86>Jan 28 00:55:13 userdel[2597481]: delete user 'builder' <86>Jan 28 00:55:13 userdel[2597481]: removed group 'builder' owned by 'builder' <86>Jan 28 00:55:13 userdel[2597481]: removed shadow group 'builder' owned by 'builder' <86>Jan 28 00:55:13 groupadd[2597503]: group added to /etc/group: name=builder, GID=1860 <86>Jan 28 00:55:13 groupadd[2597503]: group added to /etc/gshadow: name=builder <86>Jan 28 00:55:13 groupadd[2597503]: new group: name=builder, GID=1860 <86>Jan 28 00:55:13 useradd[2597516]: new user: name=builder, UID=1860, GID=1860, 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: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/transconnect-1.3-alt5.qa1.nosrc.rpm (w1.gzdio) Installing transconnect-1.3-alt5.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.94265 + 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/lib64,g -e s,@LIB@,lib64,g + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.94265 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd transconnect-1.3-Beta + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC' make: Entering directory '/usr/src/RPM/BUILD/transconnect-1.3-Beta' cc -pipe -frecord-gcc-switches -Wall -g -O2 -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:184:20: warning: format '%d' expects argument of type 'int', but argument 8 has type 'long unsigned int' [-Wformat=] 184 | fprintf (stderr, "Wrong socket type for routing\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 189 | SOCK_STREAM, AF_INET, sizeof (optval)); | ~~~~~~~~~~~~~~~ | | | long unsigned int tconn.c:187:47: note: format string is defined here 187 | "stream == %d AF_INET == %d optlen ==%d \n ", | ~^ | | | int | %ld 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:532, from tconn.c:44: In function 'strncpy', inlined from 'connect' at tconn.c:497:12: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 19 bytes from a string of length 19 [-Wstringop-truncation] 91 | 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:122:10: warning: '__builtin___strncat_chk' output may be truncated copying 39 bytes from a string of length 39 [-Wstringop-truncation] 122 | 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.94265 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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/lib64/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/lib64/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,gnuconfig) 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/lib64: (from :0) 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) Processing files: transconnect-1.3-alt5.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.94265 + 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.gJDxU9 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/transconnect-buildroot/usr/lib64/libtransconnect.so.0: 2 symbols, 11 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oEolR7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libtransconnect.so.0()(64bit) = set:ecOs94 Requires: /bin/sh, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libdl.so.2(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kiuCJ7 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.iqDoL6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CKz7r8 find-requires: running scripts (debuginfo) Provides: debug64(libtransconnect.so.0) Requires: transconnect = 1.3-alt5.qa1, debug64(libc.so.6), debug64(libdl.so.2) Wrote: /usr/src/RPM/RPMS/x86_64/transconnect-1.3-alt5.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/transconnect-debuginfo-1.3-alt5.qa1.x86_64.rpm (w2.lzdio) 0.44user 0.42system 0:05.48elapsed 15%CPU (0avgtext+0avgdata 31524maxresident)k 0inputs+0outputs (0major+158026minor)pagefaults 0swaps /.out/transconnect-1.3-alt5.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/transconnect-debuginfo-1.3-alt5.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.61user 1.10system 0:08.92elapsed 19%CPU (0avgtext+0avgdata 12056maxresident)k 0inputs+0outputs (0major+94838minor)pagefaults 0swaps --- transconnect-1.3-alt5.qa1.x86_64.rpm.repo 2013-04-18 06:40:20.000000000 +0000 +++ transconnect-1.3-alt5.qa1.x86_64.rpm.hasher 2024-01-28 00:55:20.401838430 +0000 @@ -16,3 +16,3 @@ Requires: rpmlib(PayloadIsLzma) -Provides: libtransconnect.so.0()(64bit) = set:fd2BOn +Provides: libtransconnect.so.0()(64bit) = set:ecOs94 Provides: transconnect = 1.3-alt5.qa1 @@ -20,3 +20,3 @@ File: /usr/bin/transconnect 100755 root:root 2373db35bc8af4e375e8bbcad102bf64 -File: /usr/lib64/libtransconnect.so.0 100644 root:root ed0fced94f9ca525398fb04071dc8ad7 +File: /usr/lib64/libtransconnect.so.0 100644 root:root 8471109c118602e84d0a0ebf1f3b2d22 File: /usr/share/doc/transconnect-1.3 40755 root:root @@ -27,2 +27,2 @@ File: /usr/share/doc/transconnect-1.3/TROUBLESHOOT 100644 root:root d2219cfa5a07964e3a33bc719f738674 -RPMIdentity: 8fffca463d024fca5a21abea22518896ceb4de5d8bf7abe089754beded9487234e4d835fa52ac773dcb80a5d9d8b3f23cfe82a0bacd3bb5602511ffd789b9ee6 +RPMIdentity: 7c53113c2d0e2924d3f7ec1cc3de6ed50c479582eaf561d13347cd948ade6eb9896953f41f5e0f1d264753ef0cd2127919a17ed070b721ea22bc8a4314bb06d1 --- transconnect-debuginfo-1.3-alt5.qa1.x86_64.rpm.repo 2013-04-18 06:40:20.000000000 +0000 +++ transconnect-debuginfo-1.3-alt5.qa1.x86_64.rpm.hasher 2024-01-28 00:55:20.467839104 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ab 40755 root:root -/usr/lib/debug/.build-id/ab/3f60d1612caa470a89d6b7dcba0c2f6cbf6392 120777 root:root ../../../../lib64/libtransconnect.so.0 -/usr/lib/debug/.build-id/ab/3f60d1612caa470a89d6b7dcba0c2f6cbf6392.debug 120777 root:root ../../usr/lib64/libtransconnect.so.0.debug +/usr/lib/debug/.build-id/4a 40755 root:root +/usr/lib/debug/.build-id/4a/4fce0897cb36b8d3812bdbdc1a30cc17572c1d 120777 root:root ../../../../lib64/libtransconnect.so.0 +/usr/lib/debug/.build-id/4a/4fce0897cb36b8d3812bdbdc1a30cc17572c1d.debug 120777 root:root ../../usr/lib64/libtransconnect.so.0.debug /usr/lib/debug/usr/lib64/libtransconnect.so.0.debug 100644 root:root @@ -12,8 +12,8 @@ Provides: transconnect-debuginfo = 1.3-alt5.qa1 -File: /usr/lib/debug/.build-id/ab 40755 root:root -File: /usr/lib/debug/.build-id/ab/3f60d1612caa470a89d6b7dcba0c2f6cbf6392 120777 root:root ../../../../lib64/libtransconnect.so.0 -File: /usr/lib/debug/.build-id/ab/3f60d1612caa470a89d6b7dcba0c2f6cbf6392.debug 120777 root:root ../../usr/lib64/libtransconnect.so.0.debug -File: /usr/lib/debug/usr/lib64/libtransconnect.so.0.debug 100644 root:root 22a2d602c94fcca66ab73bb309538f0d +File: /usr/lib/debug/.build-id/4a 40755 root:root +File: /usr/lib/debug/.build-id/4a/4fce0897cb36b8d3812bdbdc1a30cc17572c1d 120777 root:root ../../../../lib64/libtransconnect.so.0 +File: /usr/lib/debug/.build-id/4a/4fce0897cb36b8d3812bdbdc1a30cc17572c1d.debug 120777 root:root ../../usr/lib64/libtransconnect.so.0.debug +File: /usr/lib/debug/usr/lib64/libtransconnect.so.0.debug 100644 root:root b35aebd153cc93b2e23f8d0ee25e2bc2 File: /usr/src/debug/transconnect-1.3-Beta 40755 root:root File: /usr/src/debug/transconnect-1.3-Beta/tconn.c 100644 root:root f57a9bb3887e2a4bd63c5f7277e29303 -RPMIdentity: 342e9ae3504b8848d0d086d0a9d4161c204436142a384c8b61079e8cbb279f5bf99b72fa8ea96ce7a5e136a54683d929893ba955d6606ee62b5e92f392b1c7bc +RPMIdentity: f067c9feba238bd259017ac0daf4670008493bed27ddebea66963a3c37bc59f5f2ff326bef6665cb0a52676cea34ecf2d3fd6132b7f7fe4b0dddbf59f06321d4