<86>Dec 20 01:10:45 userdel[1212188]: delete user 'rooter'
<86>Dec 20 01:10:45 userdel[1212188]: removed group 'rooter' owned by 'rooter'
<86>Dec 20 01:10:45 userdel[1212188]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec 20 01:10:45 groupadd[1212193]: group added to /etc/group: name=rooter, GID=621
<86>Dec 20 01:10:45 groupadd[1212193]: group added to /etc/gshadow: name=rooter
<86>Dec 20 01:10:45 groupadd[1212193]: new group: name=rooter, GID=621
<86>Dec 20 01:10:45 useradd[1212197]: new user: name=rooter, UID=621, GID=621, home=/root, shell=/bin/bash
<86>Dec 20 01:10:45 userdel[1212207]: delete user 'builder'
<86>Dec 20 01:10:45 userdel[1212207]: removed group 'builder' owned by 'builder'
<86>Dec 20 01:10:45 userdel[1212207]: removed shadow group 'builder' owned by 'builder'
<86>Dec 20 01:10:45 groupadd[1212218]: group added to /etc/group: name=builder, GID=622
<86>Dec 20 01:10:45 groupadd[1212218]: group added to /etc/gshadow: name=builder
<86>Dec 20 01:10:45 groupadd[1212218]: new group: name=builder, GID=622
<86>Dec 20 01:10:45 useradd[1212227]: new user: name=builder, UID=622, GID=622, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/parc-00.05.01-alt1.qa1.nosrc.rpm
Installing parc-00.05.01-alt1.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.5626
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf prc
+ echo 'Source #0 (prc.tgz):'
Source #0 (prc.tgz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/prc.tgz
+ /bin/tar -xf -
+ cd prc
+ /bin/chmod -c -Rf u+rwX,go-w .
+ /usr/bin/subst 's,\<par\>,parc,g' par.man
+ /usr/bin/subst 's,\<PAR\>,PARC,g' par.man
+ /usr/bin/subst 's,\<par\>,parc,g' par.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.5626
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd prc
+ make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o ihead.o ihead.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o close.o close.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o create.o create.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o open.o open.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o destroy.o destroy.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o fwhead.o fwhead.c
fwhead.c: In function 'prcfwriteheader':
fwhead.c:48:13: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
     strncpy(&fbuf.name[0], prc->name, 32);
             ^~~~~~~~~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from prcsys.h:39,
                 from prcp.h:33,
                 from fwhead.c:26:
/usr/include/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^~~~~
fwhead.c:48:31: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign]
     strncpy(&fbuf.name[0], prc->name, 32);
                            ~~~^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from prcsys.h:39,
                 from prcp.h:33,
                 from fwhead.c:26:
/usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o flush.o flush.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o frhead.o frhead.c
frhead.c: In function 'prcfreadheader':
frhead.c:42:13: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
     strncpy(&prc->name[0], fbuf.name, 32);
             ^~~~~~~~~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from prcsys.h:39,
                 from prcp.h:33,
                 from frhead.c:26:
/usr/include/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^~~~~
frhead.c:42:32: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign]
     strncpy(&prc->name[0], fbuf.name, 32);
                            ~~~~^~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from prcsys.h:39,
                 from prcp.h:33,
                 from frhead.c:26:
/usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o frrec.o frrec.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o fwrsrc.o fwrsrc.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o fwrec.o fwrec.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o recset.o recset.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o frrsrc.o frrsrc.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o recapp.o recapp.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o fpopen.o fpopen.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o recget.o recget.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o recrem.o recrem.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o recdes.o recdes.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o rsrcapp.o rsrcapp.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o rsrcget.o rsrcget.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o rsrcnext.o rsrcnext.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o recnext.o recnext.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o rsrcrem.o rsrcrem.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o rsrcdes.o rsrcdes.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o rsrcset.o rsrcset.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o typetos.o typetos.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o timetos.o timetos.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o stotype.o stotype.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o time.o time.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o appiset.o appiset.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o recnew.o recnew.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o attrtos.o attrtos.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o rsrcnew.o rsrcnew.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o sortiset.o sortiset.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o rsrcmap.o rsrcmap.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o stotime.o stotime.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o recmap.o recmap.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o tobuf.o tobuf.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o nrecord.o nrecord.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o setname.o setname.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o errno.o errno.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o bufto.o bufto.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o strmread.o strmread.c
strmread.c: In function 'prcstreamread':
strmread.c:34:28: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
     prc_internal_record_t* prev;
                            ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o strmwrit.o strmwrit.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o misc.o misc.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o strerror.o strerror.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
ar rc libprc.a create.o open.o close.o destroy.o ihead.o flush.o fpopen.o frhead.o fwhead.o frrec.o fwrec.o frrsrc.o fwrsrc.o recapp.o recget.o recset.o recrem.o recdes.o rsrcapp.o rsrcget.o rsrcnext.o recnext.o rsrcset.o rsrcrem.o rsrcdes.o typetos.o stotype.o timetos.o stotime.o attrtos.o time.o recnew.o rsrcnew.o appiset.o sortiset.o rsrcmap.o recmap.o setname.o tobuf.o bufto.o nrecord.o strmwrit.o strmread.o errno.o strerror.o misc.o
ranlib libprc.a
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -c -o par.o par.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -g -o par par.o -L. -lprc
make: Leaving directory '/usr/src/RPM/BUILD/prc'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.88860
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/parc-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/parc-buildroot
+ cd prc
+ /bin/install -m755 -p -D par /usr/src/tmp/parc-buildroot/usr/bin/parc
+ /bin/install -m644 -p -D par.man /usr/src/tmp/parc-buildroot/usr/share/man/man1/parc.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/parc-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/parc-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/parc-buildroot/ (default)
Compressing files in /usr/src/tmp/parc-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/parc-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: parc-00.05.01-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bIrb5p
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.7fHg0Z
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.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MxXUrD
Creating parc-debuginfo package
Processing files: parc-debuginfo-00.05.01-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aBnFok
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zRONN4
find-requires: running scripts (debuginfo)
Requires: parc = 00.05.01-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/parc-00.05.01-alt1.qa1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/parc-debuginfo-00.05.01-alt1.qa1.x86_64.rpm
7.71user 2.55system 0:10.35elapsed 99%CPU (0avgtext+0avgdata 37636maxresident)k
0inputs+0outputs (0major+360506minor)pagefaults 0swaps
9.88user 6.91system 0:16.02elapsed 104%CPU (0avgtext+0avgdata 37636maxresident)k
0inputs+0outputs (0major+549313minor)pagefaults 0swaps
--- parc-00.05.01-alt1.qa1.x86_64.rpm.repo	2013-04-15 12:19:33.000000000 +0000
+++ parc-00.05.01-alt1.qa1.x86_64.rpm.hasher	2020-12-20 01:10:57.848835479 +0000
@@ -1,3 +1,3 @@
 /usr/bin/parc	100755	
-/usr/share/man/man1/parc.1.gz	100644	
+/usr/share/man/man1/parc.1.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2