<86>Aug 29 01:00:31 userdel[3077616]: delete user 'rooter' <86>Aug 29 01:00:31 groupadd[3077676]: group added to /etc/group: name=rooter, GID=627 <86>Aug 29 01:00:31 useradd[3077704]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash <86>Aug 29 01:00:31 userdel[3078022]: delete user 'builder' <86>Aug 29 01:00:31 userdel[3078022]: removed group 'builder' owned by 'builder' <86>Aug 29 01:00:31 userdel[3078022]: removed shadow group 'builder' owned by 'builder' <86>Aug 29 01:00:31 groupadd[3078081]: group added to /etc/group: name=builder, GID=628 <86>Aug 29 01:00:31 groupadd[3078081]: group added to /etc/gshadow: name=builder <86>Aug 29 01:00:31 groupadd[3078081]: new group: name=builder, GID=628 <86>Aug 29 01:00:31 useradd[3078140]: new user: name=builder, UID=628, GID=628, 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.28871 + 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.28871 + 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 -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.56648 + 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.56648 + 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.HxRi64 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.kGVDI7 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.TXMV58 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.xt8Ae5 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KWBZx5 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.81user 0.35system 0:06.34elapsed 18%CPU (0avgtext+0avgdata 31456maxresident)k 0inputs+0outputs (0major+158712minor)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 2.20user 2.40system 0:12.34elapsed 37%CPU (0avgtext+0avgdata 31456maxresident)k 0inputs+0outputs (0major+336495minor)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 2021-08-29 01:00:40.707656678 +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 8cbdcf568ef75e7b629a488cc89a41de 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: 2033706f029be7a8d5e9b0ba9ab6fa2aadf9ce22cdc96d86309c23f95c8b7185f11988c723aa18c453a14d6e39ee54c2e27f6d0cb261d72f9981f136e0ab97a6 --- 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 2021-08-29 01:00:40.786656986 +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/b8 40755 root:root +/usr/lib/debug/.build-id/b8/281d2b81957156f0807c65c552221cc700ca26 120777 root:root ../../../../lib64/libtransconnect.so.0 +/usr/lib/debug/.build-id/b8/281d2b81957156f0807c65c552221cc700ca26.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/b8 40755 root:root +File: /usr/lib/debug/.build-id/b8/281d2b81957156f0807c65c552221cc700ca26 120777 root:root ../../../../lib64/libtransconnect.so.0 +File: /usr/lib/debug/.build-id/b8/281d2b81957156f0807c65c552221cc700ca26.debug 120777 root:root ../../usr/lib64/libtransconnect.so.0.debug +File: /usr/lib/debug/usr/lib64/libtransconnect.so.0.debug 100644 root:root 2ef478ab0a996cf91acdf3716e13b2a5 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: c2dc9e7d02714a1117de8fa286ea5f45913ee9d12a568e7869e594239dc57129c39f40da208417bcee8ca560e05fe51538ae3335f959323648acb4cc9c2d4894