<86>Oct 29 14:09:25 userdel[3800368]: delete user 'rooter' <86>Oct 29 14:09:25 userdel[3800368]: removed group 'rooter' owned by 'rooter' <86>Oct 29 14:09:25 userdel[3800368]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 14:09:25 groupadd[3800375]: group added to /etc/group: name=rooter, GID=1262 <86>Oct 29 14:09:25 groupadd[3800375]: group added to /etc/gshadow: name=rooter <86>Oct 29 14:09:25 groupadd[3800375]: new group: name=rooter, GID=1262 <86>Oct 29 14:09:25 useradd[3800381]: new user: name=rooter, UID=1262, GID=1262, home=/root, shell=/bin/bash, from=none <86>Oct 29 14:09:25 userdel[3800391]: delete user 'builder' <86>Oct 29 14:09:25 userdel[3800391]: removed group 'builder' owned by 'builder' <86>Oct 29 14:09:25 userdel[3800391]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 14:09:25 groupadd[3800398]: group added to /etc/group: name=builder, GID=1263 <86>Oct 29 14:09:25 groupadd[3800398]: group added to /etc/gshadow: name=builder <86>Oct 29 14:09:25 groupadd[3800398]: new group: name=builder, GID=1263 <86>Oct 29 14:09:25 useradd[3800404]: new user: name=builder, UID=1263, GID=1263, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/netdate-1.2-alt2.qa1.src.rpm: license not found in '/usr/share/license' directory: Public /usr/src/in/srpm/netdate-1.2-alt2.qa1.src.rpm: license not found in '/usr/share/license' directory: Domain 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.83911 + 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): + /usr/bin/bzip2 -dc /usr/src/RPM/SOURCES/netdate-1.2.tar.bz2 + /bin/tar -xf - + 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.83911 + 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 -flto=auto -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] 128 | main (int argc, char **argv) | ~~~~^~~~ netdate.c: In function 'mungediffs': netdate.c:291:29: warning: absolute value function 'abs' given an argument of type 'long int' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 291 | if (abs(diff) < limit) { | ^~~ netdate.c: In function 'mygetdate': netdate.c:333:12: warning: absolute value function 'abs' given an argument of type 'long int' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 333 | && abs((thishost -> then.tv_sec - now.tv_sec) - thishost -> difference) | ^~~ netdate.c:344:21: warning: unused variable 'wf' [-Wunused-variable] 344 | int wf; | ^~ netdate.c: In function 'printit': netdate.c:372:37: warning: pointer targets in passing argument 1 of 'ctime' differ in signedness [-Wpointer-sign] 372 | printf ("%s", ctime((unsigned long *)&thishost -> then.tv_sec)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int * In file included from netdate.c:54: /usr/include/time.h:184:35: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'long unsigned int *' 184 | extern char *ctime (const time_t *__timer) __THROW; | ~~~~~~~~~~~~~~^~~~~~~ netdate.c:378:31: warning: pointer targets in passing argument 1 of 'ctime' differ in signedness [-Wpointer-sign] 378 | ctime((unsigned long *)&thishost -> then.tv_sec), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int * /usr/include/time.h:184:35: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'long unsigned int *' 184 | extern char *ctime (const time_t *__timer) __THROW; | ~~~~~~~~~~~~~~^~~~~~~ netdate.c:381:40: warning: pointer targets in passing argument 1 of 'localtime' differ in signedness [-Wpointer-sign] 381 | tp = localtime((unsigned long *)&thishost -> acked); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int * /usr/include/time.h:137:44: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'long unsigned int *' 137 | extern struct tm *localtime (const time_t *__timer) __THROW; | ~~~~~~~~~~~~~~^~~~~~~ netdate.c: In function 'printdiff': netdate.c:411:17: warning: absolute value function 'abs' given an argument of type '__time_t' {aka 'long int'} but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 411 | abs(diff->tv_sec), abs(diff->tv_usec) / 1000); | ^~~ netdate.c:411:36: warning: absolute value function 'abs' given an argument of type '__suseconds_t' {aka 'long int'} but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 411 | abs(diff->tv_sec), abs(diff->tv_usec) / 1000); | ^~~ netdate.c: In function 'internettime': netdate.c:446:31: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 446 | (void)signal(SIGALRM, timeout); | ^~~~~~~ | | | void (*)(void) 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)' 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ make: *** [: netdate.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/netdate' error: Bad exit status from /usr/src/tmp/rpm-tmp.83911 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.83911 (%build) Command exited with non-zero status 1 0.05user 0.04system 0:00.09elapsed 103%CPU (0avgtext+0avgdata 21592maxresident)k 0inputs+0outputs (0major+9584minor)pagefaults 0swaps hsh-rebuild: rebuild of `netdate-1.2-alt2.qa1.src.rpm' failed. Command exited with non-zero status 1 0.71user 1.22system 0:03.70elapsed 52%CPU (0avgtext+0avgdata 12132maxresident)k 0inputs+0outputs (0major+83890minor)pagefaults 0swaps