<86>Jul 30 03:13:51 userdel[1136431]: delete user 'rooter' <86>Jul 30 03:13:51 userdel[1136431]: removed group 'rooter' owned by 'rooter' <86>Jul 30 03:13:51 userdel[1136431]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 30 03:13:51 groupadd[1136455]: group added to /etc/group: name=rooter, GID=699 <86>Jul 30 03:13:51 groupadd[1136455]: group added to /etc/gshadow: name=rooter <86>Jul 30 03:13:51 groupadd[1136455]: new group: name=rooter, GID=699 <86>Jul 30 03:13:51 useradd[1136472]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>Jul 30 03:13:51 userdel[1136489]: delete user 'builder' <86>Jul 30 03:13:51 userdel[1136489]: removed group 'builder' owned by 'builder' <86>Jul 30 03:13:51 userdel[1136489]: removed shadow group 'builder' owned by 'builder' <86>Jul 30 03:13:51 groupadd[1136498]: group added to /etc/group: name=builder, GID=700 <86>Jul 30 03:13:51 groupadd[1136498]: group added to /etc/gshadow: name=builder <86>Jul 30 03:13:51 groupadd[1136498]: new group: name=builder, GID=700 <86>Jul 30 03:13:51 useradd[1136504]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash <13>Jul 30 03:13:53 rpmi: libpci-3.7.0-alt1 sisyphus+278385.100.1.1 1626094187 installed <13>Jul 30 03:13:53 rpmi: libpci-devel-3.7.0-alt1 sisyphus+278385.100.1.1 1626094187 installed Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.39199 + 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/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/athcool-0.3.12.tar.gz + 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.39199 + 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:164:51: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'} 164 | 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 *} In file included from scanpci.c:9: /usr/include/pci/pci.h:164:51: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'} 164 | 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 *} In file included from scanpci.c:9: /usr/include/pci/pci.h:210:44: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'} 210 | 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.51990 + 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.51990 + 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.zMykIV 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.BI7R0Y 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.jok2SY Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BWZrcX Finding Requires(postun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5VMdwX 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, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libpci.so.3()(64bit) >= set:jfe9tJkb5fI28c2tPvkMcmtuRFPNhvcbewpE, libpci.so.3(LIBPCI_3.0)(64bit), libpci.so.3(LIBPCI_3.3)(64bit), libpci.so.3(LIBPCI_3.5)(64bit), 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.DQZaaY 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.a3NDrW find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jeq91Y find-requires: running scripts (debuginfo) Requires: athcool = 0.3.12-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpci.so.3) Adding to athcool-debuginfo a strict dependency on athcool Wrote: /usr/src/RPM/RPMS/x86_64/athcool-0.3.12-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/athcool-debuginfo-0.3.12-alt3.x86_64.rpm (w2.lzdio) 1.05user 0.77system 0:08.72elapsed 21%CPU (0avgtext+0avgdata 26112maxresident)k 0inputs+0outputs (0major+257778minor)pagefaults 0swaps 4.87user 3.67system 0:15.69elapsed 54%CPU (0avgtext+0avgdata 106316maxresident)k 0inputs+0outputs (0major+529915minor)pagefaults 0swaps --- athcool-0.3.12-alt3.x86_64.rpm.repo 2021-02-12 12:02:17.000000000 +0000 +++ athcool-0.3.12-alt3.x86_64.rpm.hasher 2021-07-30 03:14:04.265262734 +0000 @@ -29,3 +29,3 @@ File: /etc/rc.d/init.d/athcool 100755 root:root f16fb34ceb3ca131feb08f6412f0cf53 -File: /usr/sbin/athcool 100755 root:root f36df46a6848d2b0f2eaac3d2f74cf66 +File: /usr/sbin/athcool 100755 root:root 61e56b3e67a11477358abda90174ebd4 File: /usr/share/doc/athcool-0.3.12 40755 root:root @@ -35,2 +35,2 @@ File: /usr/share/man/man8/athcool.8.xz 100644 root:root 8589e9958f1d5a84d435e29a01bb2157 -RPMIdentity: 77df5fb0b5806e965406b037eb5ada90 +RPMIdentity: 7de7259d40328757b5b0bb121c878853 --- athcool-debuginfo-0.3.12-alt3.x86_64.rpm.repo 2021-02-12 12:02:17.000000000 +0000 +++ athcool-debuginfo-0.3.12-alt3.x86_64.rpm.hasher 2021-07-30 03:14:04.350261820 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/05 40755 root:root -/usr/lib/debug/.build-id/05/d261fe49905ff05c9809c78b87365c45d7fa63 120777 root:root ../../../../sbin/athcool -/usr/lib/debug/.build-id/05/d261fe49905ff05c9809c78b87365c45d7fa63.debug 120777 root:root ../../usr/sbin/athcool.debug +/usr/lib/debug/.build-id/40 40755 root:root +/usr/lib/debug/.build-id/40/721a2d1009b5b70438dbc73120d303610d08e2 120777 root:root ../../../../sbin/athcool +/usr/lib/debug/.build-id/40/721a2d1009b5b70438dbc73120d303610d08e2.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/05 40755 root:root -File: /usr/lib/debug/.build-id/05/d261fe49905ff05c9809c78b87365c45d7fa63 120777 root:root ../../../../sbin/athcool -File: /usr/lib/debug/.build-id/05/d261fe49905ff05c9809c78b87365c45d7fa63.debug 120777 root:root ../../usr/sbin/athcool.debug -File: /usr/lib/debug/usr/sbin/athcool.debug 100644 root:root a33ac75e9acf605fe1792e99e85c2d25 -RPMIdentity: f2e78458eb2a71a494f9f7b7e16127fe +File: /usr/lib/debug/.build-id/40 40755 root:root +File: /usr/lib/debug/.build-id/40/721a2d1009b5b70438dbc73120d303610d08e2 120777 root:root ../../../../sbin/athcool +File: /usr/lib/debug/.build-id/40/721a2d1009b5b70438dbc73120d303610d08e2.debug 120777 root:root ../../usr/sbin/athcool.debug +File: /usr/lib/debug/usr/sbin/athcool.debug 100644 root:root cd41d5bddd2f091dfab60b347f082f55 +RPMIdentity: 14bd8c5798a78b7071241e4ecfea3625