<86>Jul 25 01:15:08 userdel[356917]: delete user 'rooter' <86>Jul 25 01:15:08 userdel[356917]: removed group 'rooter' owned by 'rooter' <86>Jul 25 01:15:08 userdel[356917]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 01:15:08 groupadd[356930]: group added to /etc/group: name=rooter, GID=678 <86>Jul 25 01:15:08 groupadd[356930]: group added to /etc/gshadow: name=rooter <86>Jul 25 01:15:08 groupadd[356930]: new group: name=rooter, GID=678 <86>Jul 25 01:15:08 useradd[356936]: new user: name=rooter, UID=678, GID=678, home=/root, shell=/bin/bash <86>Jul 25 01:15:08 userdel[356955]: delete user 'builder' <86>Jul 25 01:15:08 userdel[356955]: removed group 'builder' owned by 'builder' <86>Jul 25 01:15:08 userdel[356955]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 01:15:08 groupadd[356969]: group added to /etc/group: name=builder, GID=679 <86>Jul 25 01:15:08 groupadd[356969]: group added to /etc/gshadow: name=builder <86>Jul 25 01:15:08 groupadd[356969]: new group: name=builder, GID=679 <86>Jul 25 01:15:08 useradd[356977]: new user: name=builder, UID=679, GID=679, home=/usr/src, shell=/bin/bash <13>Jul 25 01:15:10 rpmi: libnatspec-0.3.1-alt2 1445691578 installed <13>Jul 25 01:15:10 rpmi: libnatspec-devel-0.3.1-alt2 1445691578 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/catpkt-1.0-alt5.nosrc.rpm (w1.gzdio) Installing catpkt-1.0-alt5.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.71003 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf catpkt-1.0 + echo 'Source #0 (catpkt-1.0.tar.gz):' Source #0 (catpkt-1.0.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/catpkt-1.0.tar.gz + cd catpkt-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (catpkt-1.0-alt-warnings.patch):' Patch #0 (catpkt-1.0-alt-warnings.patch): + /usr/bin/patch -p1 patching file catpkt.c + echo 'Patch #1 (catpkt-1.0-alt-natspec.patch):' Patch #1 (catpkt-1.0-alt-natspec.patch): + /usr/bin/patch -p1 patching file catpkt.c Hunk #1 succeeded at 7 with fuzz 1 (offset 2 lines). Hunk #2 succeeded at 27 (offset 2 lines). Hunk #3 succeeded at 258 (offset 2 lines). Hunk #4 succeeded at 316 (offset 2 lines). Hunk #5 succeeded at 328 (offset 2 lines). Hunk #6 succeeded at 344 (offset 2 lines). patching file dos2koi.c patching file Makefile + echo 'Patch #2 (catpkt-1.0-alt-newld.patch):' Patch #2 (catpkt-1.0-alt-newld.patch): + /usr/bin/patch -p1 patching file Makefile + echo 'Patch #3 (catpkt-1.0-alt-gcc4.patch):' Patch #3 (catpkt-1.0-alt-gcc4.patch): + /usr/bin/patch -p1 patching file catpkt.c + echo 'Patch #4 (catpkt-1.0-alt-dont-strip.patch):' Patch #4 (catpkt-1.0-alt-dont-strip.patch): + /usr/bin/patch -p1 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.71003 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd catpkt-1.0 + make -j8 'FLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/catpkt-1.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c catpkt.c catpkt.c: In function 'readpktmsg': catpkt.c:211:18: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign] if ( readfield( DateTime ) ) // read date & time ^~~~~~~~ catpkt.c:57:5: note: expected 'unsigned char *' but argument is of type 'char *' int readfield( unsigned char Field[] ) ^~~~~~~~~ catpkt.c:213:18: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign] if ( readfield( ToUser ) ) // read sender ^~~~~~ catpkt.c:57:5: note: expected 'unsigned char *' but argument is of type 'char *' int readfield( unsigned char Field[] ) ^~~~~~~~~ catpkt.c:215:18: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign] if ( readfield( FromUser ) ) // read recepient ^~~~~~~~ catpkt.c:57:5: note: expected 'unsigned char *' but argument is of type 'char *' int readfield( unsigned char Field[] ) ^~~~~~~~~ catpkt.c:217:18: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign] if ( readfield( Subject ) ) // read subject ^~~~~~~ catpkt.c:57:5: note: expected 'unsigned char *' but argument is of type 'char *' int readfield( unsigned char Field[] ) ^~~~~~~~~ catpkt.c:220:18: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign] if ( readfield( Text ) ) // read text of message ^~~~ catpkt.c:57:5: note: expected 'unsigned char *' but argument is of type 'char *' int readfield( unsigned char Field[] ) ^~~~~~~~~ catpkt.c:231:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if ( mToPoint = strstr( Text, hdrTOPT ) ) ^~~~~~~~ catpkt.c:244:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if ( mFromPoint = strstr( Text, hdrFMPT ) ) ^~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/catpkt-1.0' make: Entering directory '/usr/src/RPM/BUILD/catpkt-1.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o catpkt catpkt.o -lnatspec make: Leaving directory '/usr/src/RPM/BUILD/catpkt-1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.9623 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/catpkt-buildroot + : + /bin/rm -rf -- /usr/src/tmp/catpkt-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd catpkt-1.0 + mkdir -p /usr/src/tmp/catpkt-buildroot/usr/bin/ + install -p -m755 catpkt /usr/src/tmp/catpkt-buildroot/usr/bin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/catpkt-buildroot (auto) Verifying and fixing files in /usr/src/tmp/catpkt-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/catpkt-buildroot/ (default) Compressing files in /usr/src/tmp/catpkt-buildroot (auto) Verifying ELF objects in /usr/src/tmp/catpkt-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: catpkt-1.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.9623 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd catpkt-1.0 + DOCDIR=/usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + export DOCDIR + rm -rf /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + /bin/mkdir -p /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + cp -prL CHANGES README README.1st README.mc TODO bsd-style-copyright /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + chmod -R go-w /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + chmod -R a+rX /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BFdoSJ 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.16Cyjm find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libnatspec.so.0()(64bit) >= set:ihfl1, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xRwIT1 Creating catpkt-debuginfo package Processing files: catpkt-debuginfo-1.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dPu3CK find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.l9kRvw find-requires: running scripts (debuginfo) Requires: catpkt = 1.0-alt5, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libnatspec.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/catpkt-1.0-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/catpkt-debuginfo-1.0-alt5.x86_64.rpm (w2.lzdio) 2.10user 0.56system 0:07.39elapsed 36%CPU (0avgtext+0avgdata 29248maxresident)k 0inputs+0outputs (0major+188467minor)pagefaults 0swaps 5.74user 2.96system 0:14.51elapsed 60%CPU (0avgtext+0avgdata 115600maxresident)k 24inputs+0outputs (0major+482934minor)pagefaults 0swaps --- catpkt-1.0-alt5.x86_64.rpm.repo 2012-10-05 15:04:57.000000000 +0000 +++ catpkt-1.0-alt5.x86_64.rpm.hasher 2021-07-25 01:15:21.049393899 +0000 @@ -17,3 +17,3 @@ Provides: catpkt = 1.0-alt5 -File: /usr/bin/catpkt 100755 root:root f7cd6e0346a9ff363edf06834bf1c9c6 +File: /usr/bin/catpkt 100755 root:root f902d99012a8a6060d1dd3d2871fa270 File: /usr/share/doc/catpkt-1.0 40755 root:root @@ -25,2 +25,2 @@ File: /usr/share/doc/catpkt-1.0/bsd-style-copyright 100644 root:root 05ebb6207cf28ad9badde476b980de7e -RPMIdentity: a1e7732655de57b4b155b057babc7489 +RPMIdentity: 7076a49dbc4d6ea311282e77def082f7 --- catpkt-debuginfo-1.0-alt5.x86_64.rpm.repo 2012-10-05 15:04:57.000000000 +0000 +++ catpkt-debuginfo-1.0-alt5.x86_64.rpm.hasher 2021-07-25 01:15:21.144394061 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/1b 40755 root:root -/usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7 120777 root:root ../../../../bin/catpkt -/usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7.debug 120777 root:root ../../usr/bin/catpkt.debug +/usr/lib/debug/.build-id/5f 40755 root:root +/usr/lib/debug/.build-id/5f/c9e1ece61cd9c35e59e9f0e00c805375a7008f 120777 root:root ../../../../bin/catpkt +/usr/lib/debug/.build-id/5f/c9e1ece61cd9c35e59e9f0e00c805375a7008f.debug 120777 root:root ../../usr/bin/catpkt.debug /usr/lib/debug/usr/bin/catpkt.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: catpkt-debuginfo = 1.0-alt5 -File: /usr/lib/debug/.build-id/1b 40755 root:root -File: /usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7 120777 root:root ../../../../bin/catpkt -File: /usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7.debug 120777 root:root ../../usr/bin/catpkt.debug -File: /usr/lib/debug/usr/bin/catpkt.debug 100644 root:root 193ee81ccf51bb49f4e1924bbdfd1103 +File: /usr/lib/debug/.build-id/5f 40755 root:root +File: /usr/lib/debug/.build-id/5f/c9e1ece61cd9c35e59e9f0e00c805375a7008f 120777 root:root ../../../../bin/catpkt +File: /usr/lib/debug/.build-id/5f/c9e1ece61cd9c35e59e9f0e00c805375a7008f.debug 120777 root:root ../../usr/bin/catpkt.debug +File: /usr/lib/debug/usr/bin/catpkt.debug 100644 root:root a487f8673dfba570fdf9e91b140b15e2 File: /usr/src/debug/catpkt-1.0 40755 root:root @@ -20,2 +20,2 @@ File: /usr/src/debug/catpkt-1.0/pkt.h 100644 root:root 533d077b25f726c682bba4ad4cb9747c -RPMIdentity: ac531f25c0cc0e36fa1032081ba963bf +RPMIdentity: 3f79a495d2623ce11c0d103d343f42f2