<86>Feb  9 01:22:37 userdel[3381037]: delete user 'rooter'
<86>Feb  9 01:22:37 userdel[3381037]: removed group 'rooter' owned by 'rooter'
<86>Feb  9 01:22:37 groupadd[3381042]: group added to /etc/group: name=rooter, GID=639
<86>Feb  9 01:22:37 groupadd[3381042]: group added to /etc/gshadow: name=rooter
<86>Feb  9 01:22:37 groupadd[3381042]: new group: name=rooter, GID=639
<86>Feb  9 01:22:37 useradd[3381046]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash
<86>Feb  9 01:22:37 userdel[3381053]: delete user 'builder'
<86>Feb  9 01:22:37 userdel[3381053]: removed group 'builder' owned by 'builder'
<86>Feb  9 01:22:37 userdel[3381053]: removed shadow group 'builder' owned by 'builder'
<86>Feb  9 01:22:37 groupadd[3381058]: group added to /etc/group: name=builder, GID=640
<86>Feb  9 01:22:37 groupadd[3381058]: group added to /etc/gshadow: name=builder
<86>Feb  9 01:22:37 groupadd[3381058]: new group: name=builder, GID=640
<86>Feb  9 01:22:37 useradd[3381062]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/lxbios-2.0.1-alt0.1.qa1.nosrc.rpm
Installing lxbios-2.0.1-alt0.1.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.54428
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf lxbios-2.0.1
+ echo 'Source #0 (lxbios-2.0.1.tar.bz2):'
Source #0 (lxbios-2.0.1.tar.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/lxbios-2.0.1.tar.bz2
+ /bin/tar -xf -
+ cd lxbios-2.0.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.54428
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd lxbios-2.0.1
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o compute_ip_checksum.o compute_ip_checksum.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o reg_expr.o reg_expr.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o hexdump.o hexdump.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o layout.o layout.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o cmos_ops.o cmos_ops.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gzip -c --best lxbios.1 > lxbios.1.gz
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o opts.o opts.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o common.o common.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o input_file.o input_file.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o lxbios.o lxbios.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o cmos_lowlevel.o cmos_lowlevel.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o layout_file.o layout_file.c
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc -O2 -W -Wall   -c -o lbtable.o lbtable.c
lbtable.c: In function 'process_cmos_table':
lbtable.c:559:32: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign]
       strncpy(cmos_enum.text, p->text, CMOS_MAX_TEXT_LENGTH);
                               ~^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/sys/mman.h:22,
                 from lbtable.c:33:
/usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^~~~~
lbtable.c:592:33: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign]
       strncpy(cmos_entry.name, q->name, CMOS_MAX_NAME_LENGTH);
                                ~^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/sys/mman.h:22,
                 from lbtable.c:33:
/usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^~~~~
lbtable.c: In function 'get_layout_from_cmos_table':
lbtable.c:593:22: warning: array subscript 32 is above array bounds of 'char[32]' [-Warray-bounds]
       cmos_entry.name[CMOS_MAX_NAME_LENGTH] = '\0';
       ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
lbtable.c:560:21: warning: array subscript 32 is above array bounds of 'char[32]' [-Warray-bounds]
       cmos_enum.text[CMOS_MAX_TEXT_LENGTH] = '\0';
       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
gcc  -o lxbios common.o compute_ip_checksum.o hexdump.o cmos_lowlevel.o reg_expr.o layout.o layout_file.o lbtable.o cmos_ops.o input_file.o opts.o lxbios.o
make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.85690
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/lxbios-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/lxbios-buildroot
+ cd lxbios-2.0.1
+ mkdir -p /usr/src/tmp/lxbios-buildroot/usr/bin /usr/src/tmp/lxbios-buildroot/usr/share/man/man1
+ install -m755 lxbios /usr/src/tmp/lxbios-buildroot/usr/bin/
+ cp lxbios.1.gz /usr/src/tmp/lxbios-buildroot/usr/share/man/man1/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/lxbios-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/lxbios-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/lxbios-buildroot/ (default)
Compressing files in /usr/src/tmp/lxbios-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/lxbios-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: lxbios-2.0.1-alt0.1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.85690
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd lxbios-2.0.1
+ DOCDIR=/usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1
+ /bin/mkdir -p /usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1
+ cp -prL ChangeLog README /usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1
+ chmod -R go-w /usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1
+ chmod -R a+rX /usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jFCSbf
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.qnIZdc
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
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), 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.ZbYllc
Creating lxbios-debuginfo package
Processing files: lxbios-debuginfo-2.0.1-alt0.1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SUtqyf
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T5X6Ql
find-requires: running scripts (debuginfo)
Requires: lxbios = 2.0.1-alt0.1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/lxbios-2.0.1-alt0.1.qa1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/lxbios-debuginfo-2.0.1-alt0.1.qa1.x86_64.rpm
2.61user 0.51system 0:08.23elapsed 37%CPU (0avgtext+0avgdata 30108maxresident)k
0inputs+0outputs (0major+220252minor)pagefaults 0swaps
3.81user 2.16system 0:11.37elapsed 52%CPU (0avgtext+0avgdata 30108maxresident)k
0inputs+0outputs (0major+408249minor)pagefaults 0swaps
--- lxbios-2.0.1-alt0.1.qa1.x86_64.rpm.repo	2013-04-17 13:28:16.000000000 +0000
+++ lxbios-2.0.1-alt0.1.qa1.x86_64.rpm.hasher	2020-02-09 01:22:47.721707318 +0000
@@ -4,3 +4,3 @@
 /usr/share/doc/lxbios-2.0.1/README	100644	
-/usr/share/man/man1/lxbios.1.gz	100644	
+/usr/share/man/man1/lxbios.1.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2