<86>Sep 11 08:51:53 userdel[4048175]: delete user 'rooter'
<86>Sep 11 08:51:53 userdel[4048175]: removed group 'rooter' owned by 'rooter'
<86>Sep 11 08:51:53 userdel[4048175]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 11 08:51:53 groupadd[4048234]: group added to /etc/group: name=rooter, GID=621
<86>Sep 11 08:51:53 groupadd[4048234]: group added to /etc/gshadow: name=rooter
<86>Sep 11 08:51:53 groupadd[4048234]: new group: name=rooter, GID=621
<86>Sep 11 08:51:53 useradd[4048252]: new user: name=rooter, UID=621, GID=621, home=/root, shell=/bin/bash
<86>Sep 11 08:51:53 userdel[4048284]: delete user 'builder'
<86>Sep 11 08:51:53 userdel[4048284]: removed group 'builder' owned by 'builder'
<86>Sep 11 08:51:53 userdel[4048284]: removed shadow group 'builder' owned by 'builder'
<86>Sep 11 08:51:53 groupadd[4048335]: group added to /etc/group: name=builder, GID=622
<86>Sep 11 08:51:53 groupadd[4048335]: group added to /etc/gshadow: name=builder
<86>Sep 11 08:51:53 groupadd[4048335]: new group: name=builder, GID=622
<86>Sep 11 08:51:53 useradd[4048360]: new user: name=builder, UID=622, GID=622, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/nvram-wakeup-0.99b-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/nvram-wakeup-0.99b-alt1.qa1.nosrc.rpm
Installing nvram-wakeup-0.99b-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98108
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf nvram-wakup-0.99b
+ echo 'Source #0 (nvram-wakup-0.99b.tar.gz):'
Source #0 (nvram-wakup-0.99b.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/nvram-wakup-0.99b.tar.gz
+ /bin/tar -xf -
+ cd nvram-wakup-0.99b
+ /bin/chmod -c -Rf u+rwX,go-w .
+ /bin/mkdir -p examples
+ /bin/cp nvram-wakeup.conf examples
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.98108
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd nvram-wakup-0.99b
+ make
make: Entering directory '/usr/src/RPM/BUILD/nvram-wakup-0.99b'
Preparing cvs_revs.h
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o nvram-wakeup.o nvram-wakeup.c
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o nvram-wakeup-mb.o nvram-wakeup-mb.c
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o gmt-test.o gmt-test.c
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o byteops.o byteops.c
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o nvramops.o nvramops.c
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o bios.o bios.c
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o tools.o tools.c
tools.c: In function 'xxd':
tools.c:169:108: warning: '
   ' directive writing 1 byte into a region of size between 0 and 1 [-Wformat-overflow=]
  169 |           sprintf(out_line, "%06X0: %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X\n", i,
      |                                                                                                            ^~
In file included from /usr/include/stdio.h:867,
                 from tools.c:26:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 50 and 51 bytes into a destination of size 49
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o readconf.o readconf.c
readconf.c: In function 'assign':
readconf.c:117:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  117 |           if (errno)      return -3; /* overflow (number too large/too small) */
      |           ^~
readconf.c:118:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  118 |                           return  0; /* ok */
      |                           ^~~~~~
gcc   nvram-wakeup.o nvram-wakeup-mb.o gmt-test.o byteops.o nvramops.o bios.o tools.o readconf.o   -o nvram-wakeup
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o rtc.o rtc.c
gcc   rtc.o   -o rtc
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o time.o time.c
gcc   time.o   -o time
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o biosinfo.o biosinfo.c
gcc   biosinfo.o bios.o tools.o   -o biosinfo
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o guess.o guess.c
gcc   guess.o byteops.o bios.o tools.o   -o guess
gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE   -c -o cat_nvram.o cat_nvram.c
gcc   cat_nvram.o tools.o nvramops.o   -o cat_nvram
msgfmt `basename guess-helper.mo .mo`.po -o guess-helper.mo
size nvram-wakeup rtc time biosinfo guess cat_nvram
   text	   data	    bss	    dec	    hex	filename
 104173	    740	    992	 105905	  19db1	nvram-wakeup
   1853	    296	      8	   2157	    86d	rtc
   1790	    288	      4	   2082	    822	time
   7632	    356	     64	   8052	   1f74	biosinfo
  12784	    368	   1088	  14240	   37a0	guess
   6688	    360	     32	   7080	   1ba8	cat_nvram
make: Leaving directory '/usr/src/RPM/BUILD/nvram-wakup-0.99b'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.17508
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/nvram-wakeup-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/nvram-wakeup-buildroot
+ cd nvram-wakup-0.99b
+ /bin/mkdir -p /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin /usr/src/tmp/nvram-wakeup-buildroot/etc /usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man5 /usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8 /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b/examples
+ /bin/install -m644 nvram-wakeup.conf /usr/src/tmp/nvram-wakeup-buildroot/etc
+ /bin/install biosinfo cat_nvram guess guess-helper nvram-wakeup rtc set_timer /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin
+ /bin/install nvram-wakeup.conf.5 /usr/src/tmp/nvram-wakeup-buildroot//usr/share/man/man5
+ /bin/install biosinfo.8 cat_nvram.8 guess.8 guess-helper.8 nvram-wakeup.8 rtc.8 set_timer.8 /usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/nvram-wakeup-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/nvram-wakeup-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/nvram-wakeup-buildroot/ (default)
Compressing files in /usr/src/tmp/nvram-wakeup-buildroot (auto)
mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/set_timer.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/rtc.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/nvram-wakeup.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/guess-helper.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/guess.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/cat_nvram.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/biosinfo.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man5/nvram-wakeup.conf.5' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying ELF objects in /usr/src/tmp/nvram-wakeup-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/sbin/rtc: uses non-LFS functions: open
verify-elf: WARNING: ./usr/sbin/nvram-wakeup: uses non-LFS functions: __open_2 fopen lseek open
verify-elf: WARNING: ./usr/sbin/guess: uses non-LFS functions: lseek open
verify-elf: WARNING: ./usr/sbin/cat_nvram: uses non-LFS functions: __open_2 lseek
verify-elf: WARNING: ./usr/sbin/biosinfo: uses non-LFS functions: lseek open
Hardlinking identical .pyc and .pyo files
Processing files: nvram-wakeup-0.99b-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.31403
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd nvram-wakup-0.99b
+ DOCDIR=/usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b
+ export DOCDIR
+ rm -rf /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b
+ /bin/mkdir -p /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b
+ cp -prL README README.mb README.reboot HISTORY examples /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b
+ chmod -R go-w /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b
+ chmod -R a+rX /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FDZYhc
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.ExV67b
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
shell.req: /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin/guess-helper: invalid /bin/sh --rpm-requires output: executable("Please check the cat_nvram.log for the details, fix the errors and run\n")
shell.req: /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin/guess-helper: invalid /bin/sh --rpm-requires output: executable("guess-helper again.\n")
find-requires: FINDPACKAGE-COMMANDS: cat clear mkdir rm shutdown sleep which
Requires: /bin/bash, /bin/sh, /lib/ld-linux.so.2, /sbin/shutdown, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH), termutils, which
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.t8vBNb
Creating nvram-wakeup-debuginfo package
Processing files: nvram-wakeup-debuginfo-0.99b-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vw9Bfd
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vhr5Jb
find-requires: running scripts (debuginfo)
Requires: nvram-wakeup = 0.99b-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/nvram-wakeup-0.99b-alt1.qa1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/nvram-wakeup-debuginfo-0.99b-alt1.qa1.i586.rpm
5.53user 1.45system 0:11.38elapsed 61%CPU (0avgtext+0avgdata 32104maxresident)k
0inputs+0outputs (0major+423906minor)pagefaults 0swaps
/.out/nvram-wakeup-0.99b-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/nvram-wakeup-debuginfo-0.99b-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
7.09user 3.98system 0:15.70elapsed 70%CPU (0avgtext+0avgdata 32104maxresident)k
0inputs+0outputs (0major+605275minor)pagefaults 0swaps
--- nvram-wakeup-0.99b-alt1.qa1.i586.rpm.repo	2013-04-18 13:28:34.000000000 +0000
+++ nvram-wakeup-0.99b-alt1.qa1.i586.rpm.hasher	2020-09-11 08:52:06.750382678 +0000
@@ -15,10 +15,10 @@
 /usr/share/doc/nvram-wakeup-0.99b/examples/nvram-wakeup.conf	100644	
-/usr/share/man/man5/nvram-wakeup.conf.5.gz	100644	
-/usr/share/man/man8/biosinfo.8.gz	100644	
-/usr/share/man/man8/cat_nvram.8.gz	100644	
-/usr/share/man/man8/guess-helper.8.gz	100644	
-/usr/share/man/man8/guess.8.gz	100644	
-/usr/share/man/man8/nvram-wakeup.8.gz	100644	
-/usr/share/man/man8/rtc.8.gz	100644	
-/usr/share/man/man8/set_timer.8.gz	100644	
+/usr/share/man/man5/nvram-wakeup.conf.5.xz	100644	
+/usr/share/man/man8/biosinfo.8.xz	100644	
+/usr/share/man/man8/cat_nvram.8.xz	100644	
+/usr/share/man/man8/guess-helper.8.xz	100644	
+/usr/share/man/man8/guess.8.xz	100644	
+/usr/share/man/man8/nvram-wakeup.8.xz	100644	
+/usr/share/man/man8/rtc.8.xz	100644	
+/usr/share/man/man8/set_timer.8.xz	100644	
 Requires: /bin/bash