<86>Jan 16 03:07:06 userdel[2725359]: delete user 'rooter'
<86>Jan 16 03:07:06 userdel[2725359]: removed group 'rooter' owned by 'rooter'
<86>Jan 16 03:07:06 userdel[2725359]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan 16 03:07:07 groupadd[2725427]: group added to /etc/group: name=rooter, GID=675
<86>Jan 16 03:07:07 groupadd[2725427]: group added to /etc/gshadow: name=rooter
<86>Jan 16 03:07:07 groupadd[2725427]: new group: name=rooter, GID=675
<86>Jan 16 03:07:07 useradd[2725455]: new user: name=rooter, UID=675, GID=675, home=/root, shell=/bin/bash
<86>Jan 16 03:07:07 userdel[2725493]: delete user 'builder'
<86>Jan 16 03:07:07 userdel[2725493]: removed group 'builder' owned by 'builder'
<86>Jan 16 03:07:07 userdel[2725493]: removed shadow group 'builder' owned by 'builder'
<86>Jan 16 03:07:07 groupadd[2725527]: group added to /etc/group: name=builder, GID=676
<86>Jan 16 03:07:07 groupadd[2725527]: group added to /etc/gshadow: name=builder
<86>Jan 16 03:07:07 groupadd[2725527]: new group: name=builder, GID=676
<86>Jan 16 03:07:07 useradd[2725573]: new user: name=builder, UID=676, GID=676, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/netdate-1.2-alt2.qa1.nosrc.rpm (w1.gzdio)
Installing netdate-1.2-alt2.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.77875
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf netdate
+ echo 'Source #0 (netdate-1.2.tar.bz2):'
Source #0 (netdate-1.2.tar.bz2):
+ /bin/tar -xf -
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/netdate-1.2.tar.bz2
+ cd netdate
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (netdate-1.2.dif):'
Patch #0 (netdate-1.2.dif):
+ /usr/bin/patch -p0
patching file Makefile
patching file netdate.8
patching file netdate.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.77875
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd netdate
+ make
make: Entering directory '/usr/src/RPM/BUILD/netdate'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -D_GNU_SOURCE -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wcast-align   -c -o netdate.o netdate.c
netdate.c: In function 'main':
netdate.c:128:11: warning: unused parameter 'argc' [-Wunused-parameter]
 main (int argc, char **argv)
       ~~~~^~~~
netdate.c: In function 'mygetdate':
netdate.c:344:7: warning: unused variable 'wf' [-Wunused-variable]
   int wf;
       ^~
netdate.c: In function 'printit':
netdate.c:372:23: warning: pointer targets in passing argument 1 of 'ctime' differ in signedness [-Wpointer-sign]
   printf ("%s", ctime((unsigned long *)&thishost -> then.tv_sec));
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from netdate.c:54:
/usr/include/time.h:142:14: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'long unsigned int *'
 extern char *ctime (const time_t *__timer) __THROW;
              ^~~~~
netdate.c:378:10: warning: pointer targets in passing argument 1 of 'ctime' differ in signedness [-Wpointer-sign]
    ctime((unsigned long *)&thishost -> then.tv_sec),
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from netdate.c:54:
/usr/include/time.h:142:14: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'long unsigned int *'
 extern char *ctime (const time_t *__timer) __THROW;
              ^~~~~
netdate.c:381:19: warning: pointer targets in passing argument 1 of 'localtime' differ in signedness [-Wpointer-sign]
    tp = localtime((unsigned long *)&thishost -> acked);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from netdate.c:54:
/usr/include/time.h:123:19: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'long unsigned int *'
 extern struct tm *localtime (const time_t *__timer) __THROW;
                   ^~~~~~~~~
netdate.c: In function 'internettime':
netdate.c:446:24: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
  (void)signal(SIGALRM, timeout);
                        ^~~~~~~
In file included from /usr/include/sys/param.h:28,
                 from netdate.c:37:
/usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'void (*)(void)'
 extern __sighandler_t signal (int __sig, __sighandler_t __handler)
                                          ~~~~~~~~~~~~~~~^~~~~~~~~
gcc   netdate.o   -o netdate
make: Leaving directory '/usr/src/RPM/BUILD/netdate'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.96776
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/netdate-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/netdate-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd netdate
+ install -d -m 755 /usr/src/tmp/netdate-buildroot/usr/sbin
+ install -d -m 755 /usr/src/tmp/netdate-buildroot/usr/share/man/man8
+ install -d -m 755 /usr/src/tmp/netdate-buildroot/etc/sysconfig
+ install -d -m 755 /usr/src/tmp/netdate-buildroot/etc/rc.d/init.d
+ make DESTDIR=/usr/src/tmp/netdate-buildroot/ install
make: Entering directory '/usr/src/RPM/BUILD/netdate'
install -m 0755 netdate /usr/src/tmp/netdate-buildroot//usr/sbin/netdate
install -m 0644 netdate.8 /usr/src/tmp/netdate-buildroot//usr/share/man/man8
make: Leaving directory '/usr/src/RPM/BUILD/netdate'
+ install /usr/src/RPM/SOURCES/sysconfig.netdate /usr/src/tmp/netdate-buildroot/etc/sysconfig/netdate
+ install -m 755 /usr/src/RPM/SOURCES/rc.netdate /usr/src/tmp/netdate-buildroot/etc/rc.d/init.d/netdate
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/netdate-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/netdate-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/netdate-buildroot/ (default)
Compressing files in /usr/src/tmp/netdate-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/netdate-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: netdate-1.2-alt2.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.77968
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd netdate
+ DOCDIR=/usr/src/tmp/netdate-buildroot/usr/share/doc/netdate-1.2
+ export DOCDIR
+ rm -rf /usr/src/tmp/netdate-buildroot/usr/share/doc/netdate-1.2
+ /bin/mkdir -p /usr/src/tmp/netdate-buildroot/usr/share/doc/netdate-1.2
+ cp -prL COPYRIGHT /usr/src/tmp/netdate-buildroot/usr/share/doc/netdate-1.2
+ chmod -R go-w /usr/src/tmp/netdate-buildroot/usr/share/doc/netdate-1.2
+ chmod -R a+rX /usr/src/tmp/netdate-buildroot/usr/share/doc/netdate-1.2
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zoEY6Q
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.W4nxy8
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /bin/bash, /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(action), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.j38ldt
Creating netdate-debuginfo package
Processing files: netdate-debuginfo-1.2-alt2.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6wNE5Q
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L2Ihbi
find-requires: running scripts (debuginfo)
Requires: netdate = 1.2-alt2.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/netdate-1.2-alt2.qa1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/netdate-debuginfo-1.2-alt2.qa1.x86_64.rpm (w2.lzdio)
2.43user 0.53system 0:08.16elapsed 36%CPU (0avgtext+0avgdata 31832maxresident)k
0inputs+0outputs (0major+221268minor)pagefaults 0swaps
3.85user 3.47system 0:14.06elapsed 52%CPU (0avgtext+0avgdata 31832maxresident)k
0inputs+0outputs (0major+406964minor)pagefaults 0swaps
--- netdate-1.2-alt2.qa1.x86_64.rpm.repo	2013-04-17 14:18:14.000000000 +0000
+++ netdate-1.2-alt2.qa1.x86_64.rpm.hasher	2022-01-16 03:07:18.130773722 +0000
@@ -5,3 +5,3 @@
 /usr/share/doc/netdate-1.2/COPYRIGHT	100644	root:root	
-/usr/share/man/man8/netdate.8.gz	100644	root:root	
+/usr/share/man/man8/netdate.8.xz	100644	root:root	
 Requires: /bin/bash  
@@ -23,6 +23,6 @@
 File: /etc/sysconfig/netdate	100755	root:root	c2ad62fb163bf58c90908de541ac95af	
-File: /usr/sbin/netdate	100755	root:root	960dd0636108df7815ea6978ab2b2382	
+File: /usr/sbin/netdate	100755	root:root	70b480b57f533b16ac472332bf4a0c32	
 File: /usr/share/doc/netdate-1.2	40755	root:root		
 File: /usr/share/doc/netdate-1.2/COPYRIGHT	100644	root:root	2a7abe8da1d129c5b0ad9014d9c1cdf6	
-File: /usr/share/man/man8/netdate.8.gz	100644	root:root	fd8262745f801f3f1c6d0233bd08da61	
-RPMIdentity: 3bb5fae890d81de21b887d1b937ec8a84cd04705a9a8402a6ba0912a083df62733ea75b83269190b65be49467b70528d7d953f0ce07d662b51f9a14e4f4ceef7
+File: /usr/share/man/man8/netdate.8.xz	100644	root:root	9b776d67b37b7b16731bd0cc2369ed31	
+RPMIdentity: ac36c595a3f50b1fd46035412609aff0794845209489d0ccb719c794d2cae0f2838481deb5977c317f8ac7dc4bba12a79f60071d2d41a29acd1f28d296831baf
--- netdate-debuginfo-1.2-alt2.qa1.x86_64.rpm.repo	2013-04-17 14:18:14.000000000 +0000
+++ netdate-debuginfo-1.2-alt2.qa1.x86_64.rpm.hasher	2022-01-16 03:07:18.319774007 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/a0	40755	root:root	
-/usr/lib/debug/.build-id/a0/129cb4d7a065537a65e631d3dddeeced7ca263	120777	root:root	../../../../sbin/netdate
-/usr/lib/debug/.build-id/a0/129cb4d7a065537a65e631d3dddeeced7ca263.debug	120777	root:root	../../usr/sbin/netdate.debug
+/usr/lib/debug/.build-id/38	40755	root:root	
+/usr/lib/debug/.build-id/38/b20d763dab8fcb78f0a2a2d8d779bb9344022f	120777	root:root	../../../../sbin/netdate
+/usr/lib/debug/.build-id/38/b20d763dab8fcb78f0a2a2d8d779bb9344022f.debug	120777	root:root	../../usr/sbin/netdate.debug
 /usr/lib/debug/usr/sbin/netdate.debug	100644	root:root	
@@ -11,8 +11,8 @@
 Provides: netdate-debuginfo = 1.2-alt2.qa1
-File: /usr/lib/debug/.build-id/a0	40755	root:root		
-File: /usr/lib/debug/.build-id/a0/129cb4d7a065537a65e631d3dddeeced7ca263	120777	root:root		../../../../sbin/netdate
-File: /usr/lib/debug/.build-id/a0/129cb4d7a065537a65e631d3dddeeced7ca263.debug	120777	root:root		../../usr/sbin/netdate.debug
-File: /usr/lib/debug/usr/sbin/netdate.debug	100644	root:root	626c1d449042da1df0a0885fddaa6414	
+File: /usr/lib/debug/.build-id/38	40755	root:root		
+File: /usr/lib/debug/.build-id/38/b20d763dab8fcb78f0a2a2d8d779bb9344022f	120777	root:root		../../../../sbin/netdate
+File: /usr/lib/debug/.build-id/38/b20d763dab8fcb78f0a2a2d8d779bb9344022f.debug	120777	root:root		../../usr/sbin/netdate.debug
+File: /usr/lib/debug/usr/sbin/netdate.debug	100644	root:root	8e9b1d1c9e8ab9100c0d886e8863d8c4	
 File: /usr/src/debug/netdate	40755	root:root		
 File: /usr/src/debug/netdate/netdate.c	100644	root:root	9be6b0b95c82d35b3f6064b4e3aea891	
-RPMIdentity: 2c8097c9616eb6177b97e7c801ebb84c0f009f28afe32282b692200c2b4091bc17dfa591477858680e1fb68cc9614c72f15e60be255b7353406a149093d59026
+RPMIdentity: 5385cec89127f93c5aca9dcb85a7b4ec7aa919a97f50ece226ff5051b72d0709d90b01f5d4553b0f0eb0e3c732bec06b0829f2da561818791a5bfb29d91f77ec