<86>Oct 21 05:41:39 userdel[3833554]: delete user 'rooter'
<86>Oct 21 05:41:39 userdel[3833554]: removed group 'rooter' owned by 'rooter'
<86>Oct 21 05:41:39 userdel[3833554]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct 21 05:41:39 groupadd[3833621]: group added to /etc/group: name=rooter, GID=1841
<86>Oct 21 05:41:39 groupadd[3833621]: group added to /etc/gshadow: name=rooter
<86>Oct 21 05:41:39 groupadd[3833621]: new group: name=rooter, GID=1841
<86>Oct 21 05:41:39 useradd[3833676]: new user: name=rooter, UID=1841, GID=1841, home=/root, shell=/bin/bash, from=none
<86>Oct 21 05:41:39 userdel[3833740]: delete user 'builder'
<86>Oct 21 05:41:39 userdel[3833740]: removed group 'builder' owned by 'builder'
<86>Oct 21 05:41:39 userdel[3833740]: removed shadow group 'builder' owned by 'builder'
<86>Oct 21 05:41:39 groupadd[3833777]: group added to /etc/group: name=builder, GID=1842
<86>Oct 21 05:41:39 groupadd[3833777]: group added to /etc/gshadow: name=builder
<86>Oct 21 05:41:39 groupadd[3833777]: new group: name=builder, GID=1842
<86>Oct 21 05:41:39 useradd[3833807]: new user: name=builder, UID=1842, GID=1842, home=/usr/src, shell=/bin/bash, from=none
<13>Oct 21 05:41:42 rpmi: libpci-3.10.0-alt1 sisyphus+322444.100.2.2 1686183565 installed
<13>Oct 21 05:41:42 rpmi: libpci-devel-3.10.0-alt1 sisyphus+322444.100.2.2 1686183565 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/athcool-0.3.12-alt3.nosrc.rpm (w1.gzdio)
Installing athcool-0.3.12-alt3.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.99792
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf athcool-0.3.12
+ echo 'Source #0 (athcool-0.3.12.tar.gz):'
Source #0 (athcool-0.3.12.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/athcool-0.3.12.tar.gz
+ /bin/tar -xf -
+ cd athcool-0.3.12
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (athcool_0.3.12-gcc10.patch):'
Patch #0 (athcool_0.3.12-gcc10.patch):
+ /usr/bin/patch -p2
patching file scanpci.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.99792
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd athcool-0.3.12
+ make
make: Entering directory '/usr/src/RPM/BUILD/athcool-0.3.12'
gcc -O2 -Wall -I. -I/usr/include -DPACKAGE=\"athcool\" -DVERSION=\"0.3.12\" -c athcool.c -o athcool.o
gcc -O2 -Wall -I. -I/usr/include -DPACKAGE=\"athcool\" -DVERSION=\"0.3.12\" -c scanpci.c -o scanpci.o
scanpci.c: In function 'scan_device':
scanpci.c:32:32: warning: pointer targets in passing argument 3 of 'pci_read_block' differ in signedness [-Wpointer-sign]
   32 |   if ( !pci_read_block( p, 0, d->config, how_much ) ) {
      |                               ~^~~~~~~~
      |                                |
      |                                int8_t * {aka signed char *}
In file included from scanpci.c:9:
/usr/include/pci/pci.h:185:51: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'}
  185 | int pci_read_block(struct pci_dev *, int pos, u8 *buf, int len) PCI_ABI;
      |                                               ~~~~^~~
scanpci.c:39:44: warning: pointer targets in passing argument 3 of 'pci_read_block' differ in signedness [-Wpointer-sign]
   39 |     if ( !pci_read_block( p, 64, d->config + 64, 64 ) ) {
      |                                  ~~~~~~~~~~^~~~
      |                                            |
      |                                            int8_t * {aka signed char *}
/usr/include/pci/pci.h:185:51: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'}
  185 | int pci_read_block(struct pci_dev *, int pos, u8 *buf, int len) PCI_ABI;
      |                                               ~~~~^~~
scanpci.c:45:24: warning: pointer targets in passing argument 2 of 'pci_setup_cache' differ in signedness [-Wpointer-sign]
   45 |   pci_setup_cache( p, d->config, d->config_cnt );
      |                       ~^~~~~~~~
      |                        |
      |                        int8_t * {aka signed char *}
/usr/include/pci/pci.h:232:44: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'}
  232 | void pci_setup_cache(struct pci_dev *, u8 *cache, int len) PCI_ABI;
      |                                        ~~~~^~~~~
gcc -O2 -Wall athcool.o scanpci.o -lpci -o athcool
make: Leaving directory '/usr/src/RPM/BUILD/athcool-0.3.12'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.99792
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/athcool-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/athcool-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd athcool-0.3.12
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' DESTDIR=/usr/src/tmp/athcool-buildroot install
make: Entering directory '/usr/src/RPM/BUILD/athcool-0.3.12'
[ -d /usr/src/tmp/athcool-buildroot/usr/sbin ] || install -m 755 -d /usr/src/tmp/athcool-buildroot/usr/sbin
install -s athcool /usr/src/tmp/athcool-buildroot/usr/sbin
WARNING: strip is called in %install by 'install -s' (ignored)
[ -d /usr/src/tmp/athcool-buildroot/usr/share/man/man8 ] || install -m 755 -d /usr/src/tmp/athcool-buildroot/usr/share/man/man8
install -m 644 athcool.8 /usr/src/tmp/athcool-buildroot/usr/share/man/man8
make: Leaving directory '/usr/src/RPM/BUILD/athcool-0.3.12'
+ install -Dp -m0755 /usr/src/RPM/SOURCES/athcool.init /usr/src/tmp/athcool-buildroot/etc/rc.d/init.d/athcool
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/athcool-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/athcool-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/athcool-buildroot/ (default)
Compressing files in /usr/src/tmp/athcool-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/athcool-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: athcool-0.3.12-alt3
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.99792
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd athcool-0.3.12
+ DOCDIR=/usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12
+ export DOCDIR
+ rm -rf /usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12
+ /bin/mkdir -p /usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12
+ cp -prL ChangeLog COPYING README /usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12
+ chmod -R go-w /usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12
+ chmod -R a+rX /usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lIikoF
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.hgwurv
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EoC1v6
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IUPhU3
Finding Requires(postun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QDoRpV
Requires: /bin/bash, /etc/rc.d/init.d, /etc/rc.d/init.d(msg_starting), /etc/rc.d/init.d(msg_stopping), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libpci.so.3 >= set:jfe9tJkb5fI28c2tPvkMcmtuRFPNhvcbewpE, libpci.so.3(LIBPCI_3.0), libpci.so.3(LIBPCI_3.5), libpci.so.3(LIBPCI_3.8), rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(post): /bin/sh, /sbin/chkconfig
Requires(preun): /bin/sh, /sbin/chkconfig, /sbin/service
Requires(postun): /bin/sh, /sbin/service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5aH1Mh
Creating athcool-debuginfo package
Processing files: athcool-debuginfo-0.3.12-alt3
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sEJonv
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EggCmk
find-requires: running scripts (debuginfo)
Requires: athcool = 0.3.12-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libpci.so.3)
Adding to athcool-debuginfo a strict dependency on athcool
Wrote: /usr/src/RPM/RPMS/i586/athcool-0.3.12-alt3.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/athcool-debuginfo-0.3.12-alt3.i586.rpm (w2.lzdio)
0.49user 1.30system 0:08.79elapsed 20%CPU (0avgtext+0avgdata 24972maxresident)k
0inputs+0outputs (0major+235626minor)pagefaults 0swaps
2.74user 1.61system 0:15.43elapsed 28%CPU (0avgtext+0avgdata 124128maxresident)k
48inputs+0outputs (0major+203386minor)pagefaults 0swaps
--- athcool-0.3.12-alt3.i586.rpm.repo	2021-02-12 12:02:22.000000000 +0000
+++ athcool-0.3.12-alt3.i586.rpm.hasher	2023-10-21 05:41:52.945805753 +0000
@@ -19,2 +19,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libpci.so.3 >= set:jfe9tJkb5fI28c2tPvkMcmtuRFPNhvcbewpE
@@ -22,4 +23,4 @@
 Requires: libpci.so.3(LIBPCI_3.0)  
-Requires: libpci.so.3(LIBPCI_3.3)  
 Requires: libpci.so.3(LIBPCI_3.5)  
+Requires: libpci.so.3(LIBPCI_3.8)  
 Requires: rtld(GNU_HASH)  
@@ -30,3 +31,3 @@
 File: /etc/rc.d/init.d/athcool	100755	root:root	f16fb34ceb3ca131feb08f6412f0cf53	
-File: /usr/sbin/athcool	100755	root:root	f93cd93bb1f1e91e24c00e96fcd054d2	
+File: /usr/sbin/athcool	100755	root:root	a766035e08885997b32ddfd0ee6ca635	
 File: /usr/share/doc/athcool-0.3.12	40755	root:root		
@@ -36,2 +37,2 @@
 File: /usr/share/man/man8/athcool.8.xz	100644	root:root	8589e9958f1d5a84d435e29a01bb2157	
-RPMIdentity: 806b1e6a90adb3230de981c9021192e008c6e9a46df74369c05a88360878a4009c89a9ff02f4f9a92f34c25d0141bb6076c76a6ac14260d777b114d5ecee5af1
+RPMIdentity: c76fde727e90fe7fb479cefdceff7c4fa6e1f2fa08aa7df860b1f7ee395b3ab3902a90b1bd6051587222d05d5d7fac3ec422c729991bfdd177d90c6954ecd5e5
--- athcool-debuginfo-0.3.12-alt3.i586.rpm.repo	2021-02-12 12:02:22.000000000 +0000
+++ athcool-debuginfo-0.3.12-alt3.i586.rpm.hasher	2023-10-21 05:41:53.017806505 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/88	40755	root:root	
-/usr/lib/debug/.build-id/88/1482a2336c8129a1f12924aa6b4b17e918cc9b	120777	root:root	../../../../sbin/athcool
-/usr/lib/debug/.build-id/88/1482a2336c8129a1f12924aa6b4b17e918cc9b.debug	120777	root:root	../../usr/sbin/athcool.debug
+/usr/lib/debug/.build-id/20	40755	root:root	
+/usr/lib/debug/.build-id/20/b0105fc8f9ff697510ce4782a17779195e79f4	120777	root:root	../../../../sbin/athcool
+/usr/lib/debug/.build-id/20/b0105fc8f9ff697510ce4782a17779195e79f4.debug	120777	root:root	../../usr/sbin/athcool.debug
 /usr/lib/debug/usr/sbin/athcool.debug	100644	root:root	
@@ -10,6 +10,6 @@
 Provides: athcool-debuginfo = 0.3.12-alt3:sisyphus+266228.100.1.1
-File: /usr/lib/debug/.build-id/88	40755	root:root		
-File: /usr/lib/debug/.build-id/88/1482a2336c8129a1f12924aa6b4b17e918cc9b	120777	root:root		../../../../sbin/athcool
-File: /usr/lib/debug/.build-id/88/1482a2336c8129a1f12924aa6b4b17e918cc9b.debug	120777	root:root		../../usr/sbin/athcool.debug
-File: /usr/lib/debug/usr/sbin/athcool.debug	100644	root:root	15a6e5ed9a5c90bb78990d5cb3943219	
-RPMIdentity: 670f04a5166ecd786e647ad2add66ae3a3639c800a0cf84fea6415a9754629b2e10edc58249266f590bbefcf36407d064027ebd35a60f0a82d998a936d86fb97
+File: /usr/lib/debug/.build-id/20	40755	root:root		
+File: /usr/lib/debug/.build-id/20/b0105fc8f9ff697510ce4782a17779195e79f4	120777	root:root		../../../../sbin/athcool
+File: /usr/lib/debug/.build-id/20/b0105fc8f9ff697510ce4782a17779195e79f4.debug	120777	root:root		../../usr/sbin/athcool.debug
+File: /usr/lib/debug/usr/sbin/athcool.debug	100644	root:root	a5a1c8b09b3f111646e2e934612c5f93	
+RPMIdentity: d7f3fe2acfc502a746d5a790534cdea1f16859d57ea0bb4ad6508b0b4ca0be7693eecfe136cd5bfdd7125451c6676d6f3ffe7a9000ee25a86c0275d9a8c94732