<86>Mar 17 00:08:59 userdel[3371488]: delete user 'rooter' <86>Mar 17 00:08:59 userdel[3371488]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 17 00:08:59 groupadd[3371496]: group added to /etc/group: name=rooter, GID=1289 <86>Mar 17 00:08:59 groupadd[3371496]: group added to /etc/gshadow: name=rooter <86>Mar 17 00:08:59 groupadd[3371496]: new group: name=rooter, GID=1289 <86>Mar 17 00:08:59 useradd[3371501]: new user: name=rooter, UID=1289, GID=1289, home=/root, shell=/bin/bash <86>Mar 17 00:08:59 userdel[3371515]: delete user 'builder' <86>Mar 17 00:08:59 userdel[3371515]: removed group 'builder' owned by 'builder' <86>Mar 17 00:08:59 userdel[3371515]: removed shadow group 'builder' owned by 'builder' <86>Mar 17 00:08:59 groupadd[3371530]: group added to /etc/group: name=builder, GID=1290 <86>Mar 17 00:08:59 groupadd[3371530]: group added to /etc/gshadow: name=builder <86>Mar 17 00:08:59 groupadd[3371530]: new group: name=builder, GID=1290 <86>Mar 17 00:08:59 useradd[3371539]: new user: name=builder, UID=1290, GID=1290, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/lxbios-2.0.1-alt0.1.qa1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/lxbios-2.0.1-alt0.1.qa1.nosrc.rpm (w1.gzdio) 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.41375 + 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.41375 + 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 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 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 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' 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 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 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 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' 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 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] 559 | strncpy(cmos_enum.text, p->text, CMOS_MAX_TEXT_LENGTH); | ~^~~~~~ | | | const uint8_t * {aka const unsigned char *} In file included from /usr/include/features.h:465, from /usr/include/sys/mman.h:22, from lbtable.c:33: /usr/include/bits/string_fortified.h:88:1: note: expected 'const char * restrict' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} 88 | __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] 592 | strncpy(cmos_entry.name, q->name, CMOS_MAX_NAME_LENGTH); | ~^~~~~~ | | | const uint8_t * {aka const unsigned char *} In file included from /usr/include/features.h:465, from /usr/include/sys/mman.h:22, from lbtable.c:33: /usr/include/bits/string_fortified.h:88:1: note: expected 'const char * restrict' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} 88 | __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] 593 | cmos_entry.name[CMOS_MAX_NAME_LENGTH] = '\0'; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from lbtable.c:38: layout.h:62:9: note: while referencing 'name' 62 | char name[CMOS_MAX_NAME_LENGTH]; | ^~~~ lbtable.c:553:17: note: defined here 'cmos_entry' 553 | cmos_entry_t cmos_entry; | ^~~~~~~~~~ lbtable.c:560:21: warning: array subscript 32 is above array bounds of 'char[32]' [-Warray-bounds] 560 | cmos_enum.text[CMOS_MAX_TEXT_LENGTH] = '\0'; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from lbtable.c:38: layout.h:72:9: note: while referencing 'text' 72 | char text[CMOS_MAX_TEXT_LENGTH]; | ^~~~ lbtable.c:552:16: note: defined here 'cmos_enum' 552 | cmos_enum_t cmos_enum; | ^~~~~~~~~ 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 -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.41375 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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,gnuconfig) Checking contents of files in /usr/src/tmp/lxbios-buildroot/ (default) Compressing files in /usr/src/tmp/lxbios-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. 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) Processing files: lxbios-2.0.1-alt0.1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.41375 + 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.aWANKj find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mQ1FKl find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) 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.KAN1sl 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.79Z0ml find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eDd0zk 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/lxbios-debuginfo-2.0.1-alt0.1.qa1.x86_64.rpm (w2.lzdio) 1.06user 0.86system 0:05.76elapsed 33%CPU (0avgtext+0avgdata 28716maxresident)k 0inputs+0outputs (0major+180995minor)pagefaults 0swaps /.out/lxbios-2.0.1-alt0.1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/lxbios-debuginfo-2.0.1-alt0.1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.72user 1.29system 0:10.20elapsed 19%CPU (0avgtext+0avgdata 11792maxresident)k 0inputs+0outputs (0major+94077minor)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 2024-03-17 00:09:06.944937690 +0000 @@ -4,3 +4,3 @@ /usr/share/doc/lxbios-2.0.1/README 100644 root:root -/usr/share/man/man1/lxbios.1.gz 100644 root:root +/usr/share/man/man1/lxbios.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -13,3 +13,3 @@ Provides: lxbios = 2.0.1-alt0.1.qa1 -File: /usr/bin/lxbios 100755 root:root f38f6536f177e7bab0c9bc5441b9b6bc +File: /usr/bin/lxbios 100755 root:root 1b21ea98025c60bb2c25c5b35fb24c8b File: /usr/share/doc/lxbios-2.0.1 40755 root:root @@ -17,3 +17,3 @@ File: /usr/share/doc/lxbios-2.0.1/README 100644 root:root 25000d37b53904720bfd934581953736 -File: /usr/share/man/man1/lxbios.1.gz 100644 root:root 06d9bc85e8626d228970da47af18684a -RPMIdentity: 69e01d098556e34b3c65089e1b957461c6212f78392656feeee1fcbf6bcd4f5021e29fdd33afaa6addc73206c24441e80bfbbd6ecd5ae13a0f5c5a120d92ae7b +File: /usr/share/man/man1/lxbios.1.xz 100644 root:root 9faee63cc4cb00484f08a1d4e00158cf +RPMIdentity: de4bef8c8622275ae4cfc4592e57432187c11a20d3b053c9187df84f5b1f2444bf0c2e468bf680fcd4dbe380314c71c3bdd91e7a18858d0bcc31bd97d0e2d54c --- lxbios-debuginfo-2.0.1-alt0.1.qa1.x86_64.rpm.repo 2013-04-17 13:28:16.000000000 +0000 +++ lxbios-debuginfo-2.0.1-alt0.1.qa1.x86_64.rpm.hasher 2024-03-17 00:09:07.024937255 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d3 40755 root:root -/usr/lib/debug/.build-id/d3/c3daa0fff7d1398887dcc964010cfdcd466447 120777 root:root ../../../../bin/lxbios -/usr/lib/debug/.build-id/d3/c3daa0fff7d1398887dcc964010cfdcd466447.debug 120777 root:root ../../usr/bin/lxbios.debug +/usr/lib/debug/.build-id/1a 40755 root:root +/usr/lib/debug/.build-id/1a/37c22dcf82fc3e54fd92e70be31dc927fa4804 120777 root:root ../../../../bin/lxbios +/usr/lib/debug/.build-id/1a/37c22dcf82fc3e54fd92e70be31dc927fa4804.debug 120777 root:root ../../usr/bin/lxbios.debug /usr/lib/debug/usr/bin/lxbios.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: lxbios-debuginfo = 2.0.1-alt0.1.qa1 -File: /usr/lib/debug/.build-id/d3 40755 root:root -File: /usr/lib/debug/.build-id/d3/c3daa0fff7d1398887dcc964010cfdcd466447 120777 root:root ../../../../bin/lxbios -File: /usr/lib/debug/.build-id/d3/c3daa0fff7d1398887dcc964010cfdcd466447.debug 120777 root:root ../../usr/bin/lxbios.debug -File: /usr/lib/debug/usr/bin/lxbios.debug 100644 root:root 70d61d76ab654537cada23bea20ecbdc -RPMIdentity: 86f3c9b45ab349946a367151ab6b080eb172b805e1a103fe0d0cc7ac0f999a2436fae7af9aea42b97f5a0aab87d0b8d222553f64621eba5dce49ef41c93858b1 +File: /usr/lib/debug/.build-id/1a 40755 root:root +File: /usr/lib/debug/.build-id/1a/37c22dcf82fc3e54fd92e70be31dc927fa4804 120777 root:root ../../../../bin/lxbios +File: /usr/lib/debug/.build-id/1a/37c22dcf82fc3e54fd92e70be31dc927fa4804.debug 120777 root:root ../../usr/bin/lxbios.debug +File: /usr/lib/debug/usr/bin/lxbios.debug 100644 root:root 199567485d17ebce042bbcdb585852b4 +RPMIdentity: 0b33f192d588ca5add9eba1d917f0d00a87c6ec082f275456201b1e119ecd68f6ea28564d8787af0af061b35522130cef80d9966f2713690ae5ee609f6c7c3f2