<86>Feb 18 04:24:00 userdel[1228314]: delete user 'rooter'
<86>Feb 18 04:24:00 userdel[1228314]: removed group 'rooter' owned by 'rooter'
<86>Feb 18 04:24:00 userdel[1228314]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 18 04:24:00 groupadd[1228344]: group added to /etc/group: name=rooter, GID=1326
<86>Feb 18 04:24:00 groupadd[1228344]: group added to /etc/gshadow: name=rooter
<86>Feb 18 04:24:00 groupadd[1228344]: new group: name=rooter, GID=1326
<86>Feb 18 04:24:00 useradd[1228365]: new user: name=rooter, UID=1326, GID=1326, home=/root, shell=/bin/bash
<86>Feb 18 04:24:00 userdel[1228402]: delete user 'builder'
<86>Feb 18 04:24:00 userdel[1228402]: removed group 'builder' owned by 'builder'
<86>Feb 18 04:24:00 userdel[1228402]: removed shadow group 'builder' owned by 'builder'
<86>Feb 18 04:24:00 groupadd[1228422]: group added to /etc/group: name=builder, GID=1327
<86>Feb 18 04:24:00 groupadd[1228422]: group added to /etc/gshadow: name=builder
<86>Feb 18 04:24:00 groupadd[1228422]: new group: name=builder, GID=1327
<86>Feb 18 04:24:00 useradd[1228450]: new user: name=builder, UID=1327, GID=1327, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/aoetools-37-alt1.nosrc.rpm (w1.gzdio)
Installing aoetools-37-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.79390
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf aoetools-37
+ echo 'Source #0 (aoetools-37-alt1.tar):'
Source #0 (aoetools-37-alt1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/aoetools-37-alt1.tar
+ cd aoetools-37
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.79390
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd aoetools-37
+ make
make: Entering directory '/usr/src/RPM/BUILD/aoetools-37'
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-discover.in
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-interfaces.in
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-mkshelf.in
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-revalidate.in
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-flush.in
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-stat.in
cc -Wall -O -g -o aoeping.o -c aoeping.c
cc -Wall -O -g -o linux.o -c linux.c
cc -Wall -O -g -o aoeping aoeping.o linux.o
cc -Wall -O -g -o aoecfg.o -c aoecfg.c
aoecfg.c: In function 'cfgquery':
aoecfg.c:133:13: warning: 'write' reading 1056 bytes from a region of size 1048 [-Wstringop-overread]
  133 |         if (write(sfd, c, sizeof *c) == -1) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
aoecfg.c:111:15: note: source object 'buf' of size 1048
  111 |         uchar buf[1024 + sizeof *h];
      |               ^~~
In file included from aoecfg.c:8:
/usr/include/unistd.h:378:16: note: in a call to function 'write' declared with attribute 'access (read_only, 2, 3)'
  378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
      |                ^~~~~
aoecfg.c:133:13: warning: 'write' reading 1056 bytes from a region of size 1048 [-Wstringop-overread]
  133 |         if (write(sfd, c, sizeof *c) == -1) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
aoecfg.c:111:15: note: source object 'buf' of size 1048
  111 |         uchar buf[1024 + sizeof *h];
      |               ^~~
/usr/include/unistd.h:378:16: note: in a call to function 'write' declared with attribute 'access (read_only, 2, 3)'
  378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
      |                ^~~~~
aoecfg.c:133:13: warning: 'write' reading 1056 bytes from a region of size 1048 [-Wstringop-overread]
  133 |         if (write(sfd, c, sizeof *c) == -1) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
aoecfg.c:111:15: note: source object 'buf' of size 1048
  111 |         uchar buf[1024 + sizeof *h];
      |               ^~~
/usr/include/unistd.h:378:16: note: in a call to function 'write' declared with attribute 'access (read_only, 2, 3)'
  378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
      |                ^~~~~
cc -Wall -O -g -o aoecfg aoecfg.o linux.o
cc -Wall -O -g -o aoe-sancheck.o -c aoe-sancheck.c
cc -Wall -O -g -o aoe-sancheck aoe-sancheck.o -lpthread
make: Leaving directory '/usr/src/RPM/BUILD/aoetools-37'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.57362
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/aoetools-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/aoetools-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd aoetools-37
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/aoetools-buildroot
make: Entering directory '/usr/src/RPM/BUILD/aoetools-37'
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-discover.in
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-interfaces.in
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-mkshelf.in
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-revalidate.in
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-flush.in
+ sed -e 's!@devdir@!/dev/etherd!g' -e 's!@npershelf@!16!g' aoe-stat.in
mkdir -p /usr/src/tmp/aoetools-buildroot/usr/sbin
mkdir -p /usr/src/tmp/aoetools-buildroot/usr/share/man/man8
+ install -m 700 aoe-discover /usr/src/tmp/aoetools-buildroot/usr/sbin/aoe-discover
+ install -m 664 aoe-discover.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoe-discover.8
+ install -m 700 aoe-interfaces /usr/src/tmp/aoetools-buildroot/usr/sbin/aoe-interfaces
+ install -m 664 aoe-interfaces.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoe-interfaces.8
+ install -m 700 aoe-mkshelf /usr/src/tmp/aoetools-buildroot/usr/sbin/aoe-mkshelf
+ install -m 664 aoe-mkshelf.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoe-mkshelf.8
+ install -m 700 aoe-revalidate /usr/src/tmp/aoetools-buildroot/usr/sbin/aoe-revalidate
+ install -m 664 aoe-revalidate.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoe-revalidate.8
+ install -m 700 aoe-flush /usr/src/tmp/aoetools-buildroot/usr/sbin/aoe-flush
+ install -m 664 aoe-flush.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoe-flush.8
+ install -m 700 aoe-stat /usr/src/tmp/aoetools-buildroot/usr/sbin/aoe-stat
+ install -m 664 aoe-stat.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoe-stat.8
+ install -m 700 aoe-mkdevs /usr/src/tmp/aoetools-buildroot/usr/sbin/aoe-mkdevs
+ install -m 664 aoe-mkdevs.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoe-mkdevs.8
+ install -m 700 aoe-version /usr/src/tmp/aoetools-buildroot/usr/sbin/aoe-version
+ install -m 664 aoe-version.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoe-version.8
+ install -m 700 coraid-update /usr/src/tmp/aoetools-buildroot/usr/sbin/coraid-update
+ install -m 664 coraid-update.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/coraid-update.8
+ install -m 700 aoeping /usr/src/tmp/aoetools-buildroot/usr/sbin/aoeping
+ install -m 664 aoeping.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoeping.8
+ install -m 700 aoecfg /usr/src/tmp/aoetools-buildroot/usr/sbin/aoecfg
+ install -m 664 aoecfg.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoecfg.8
+ install -m 700 aoe-sancheck /usr/src/tmp/aoetools-buildroot/usr/sbin/aoe-sancheck
+ install -m 664 aoe-sancheck.8 /usr/src/tmp/aoetools-buildroot/usr/share/man/man8/aoe-sancheck.8
make: Leaving directory '/usr/src/RPM/BUILD/aoetools-37'
+ install -pm0644 -D 60-aoe.rules /usr/src/tmp/aoetools-buildroot/lib/udev/rules.d/60-aoe.rules
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/aoetools-buildroot (auto)
mode of 'usr/share/man/man8/aoe-sancheck.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/aoecfg.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/aoeping.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/coraid-update.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/aoe-version.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/aoe-mkdevs.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/aoe-stat.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/aoe-flush.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/aoe-revalidate.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/aoe-mkshelf.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/aoe-interfaces.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
mode of 'usr/share/man/man8/aoe-discover.8' changed from 0664 (rw-rw-r--) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/aoetools-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/aoetools-buildroot/ (default)
Compressing files in /usr/src/tmp/aoetools-buildroot (auto)
Adjusting library links in /usr/src/tmp/aoetools-buildroot
./lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/aoetools-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/sbin/aoe-sancheck: uses non-LFS functions: fopen
Processing files: aoetools-37-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.57362
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd aoetools-37
+ DOCDIR=/usr/src/tmp/aoetools-buildroot/usr/share/doc/aoetools-37
+ export DOCDIR
+ rm -rf /usr/src/tmp/aoetools-buildroot/usr/share/doc/aoetools-37
+ /bin/mkdir -p /usr/src/tmp/aoetools-buildroot/usr/share/doc/aoetools-37
+ cp -prL COPYING HACKING NEWS README devnodes.txt /usr/src/tmp/aoetools-buildroot/usr/share/doc/aoetools-37
+ chmod -R go-w /usr/src/tmp/aoetools-buildroot/usr/share/doc/aoetools-37
+ chmod -R a+rX /usr/src/tmp/aoetools-buildroot/usr/share/doc/aoetools-37
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4ElFuY
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.71qxau
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: awk cat dd grep mkdir mknod rm sh sort sync tar
Requires: /bin/bash, /bin/sh, /lib/ld-linux.so.2, /lib/udev/rules.d, coreutils, gawk, grep, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH), sh, tar
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nZdXz9
Creating aoetools-debuginfo package
Processing files: aoetools-debuginfo-37-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.M5GAsl
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7VS3kO
find-requires: running scripts (debuginfo)
Requires: aoetools = 37-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Adding to aoetools-debuginfo a strict dependency on aoetools
Wrote: /usr/src/RPM/RPMS/i586/aoetools-37-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/aoetools-debuginfo-37-alt1.i586.rpm (w2.lzdio)
1.41user 0.74system 0:06.19elapsed 34%CPU (0avgtext+0avgdata 26252maxresident)k
0inputs+0outputs (0major+368352minor)pagefaults 0swaps
0.61user 0.75system 0:08.97elapsed 15%CPU (0avgtext+0avgdata 12044maxresident)k
0inputs+0outputs (0major+95538minor)pagefaults 0swaps
--- aoetools-37-alt1.i586.rpm.repo	2021-09-20 12:00:08.000000000 +0000
+++ aoetools-37-alt1.i586.rpm.hasher	2023-02-18 04:24:07.666219529 +0000
@@ -42,5 +42,4 @@
 Requires: libc.so.6(GLIBC_2.3)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
-Requires: libpthread.so.0(GLIBC_2.0)  
-Requires: libpthread.so.0(GLIBC_2.1)  
 Requires: rtld(GNU_HASH)  
@@ -57,7 +56,7 @@
 File: /usr/sbin/aoe-revalidate	100700	root:root	cfd0fa1aca4d1b282f7382d01ec3da01	
-File: /usr/sbin/aoe-sancheck	100700	root:root	746a9619dcd7d4a0300728a4147a9d7d	
+File: /usr/sbin/aoe-sancheck	100700	root:root	0bf5d7c7bed6e5805360262c95182622	
 File: /usr/sbin/aoe-stat	100700	root:root	ff1f22ec029c65fda9e7ccac9b46d34b	
 File: /usr/sbin/aoe-version	100700	root:root	b91237032c5b8f6eb9838e26b7833493	
-File: /usr/sbin/aoecfg	100700	root:root	b62f79718e6b62271cc6e8136893340e	
-File: /usr/sbin/aoeping	100700	root:root	6f20b2f39947f2aee24600f20995192e	
+File: /usr/sbin/aoecfg	100700	root:root	75b78b87bd4b2d42cdf42d2a2eda3693	
+File: /usr/sbin/aoeping	100700	root:root	a73e47af01df4487115362cdf2e4a0c3	
 File: /usr/sbin/coraid-update	100700	root:root	db83cfb7e480a90685d5fe27737622f7	
@@ -81,2 +80,2 @@
 File: /usr/share/man/man8/coraid-update.8.xz	100644	root:root	630cf50bd5f4abb4d4b08b6f76fca705	
-RPMIdentity: 61a177ef54b918de6a0fbae12961a1274694858dc942537ca7e158b994dae78b0cdd33fe00715a26766f90efa1c2755a5edb6bbd1f336fbd49358fee9c834f10
+RPMIdentity: da4097e7c51c4eec0906f3012bb26e5d487a913f6fc2c6559cb6a6b192bcab77ebd07d5c7ce4ff89f3aec6f0c6fd5c7e4bbd07aef99305f53aa93193300537cf
--- aoetools-debuginfo-37-alt1.i586.rpm.repo	2021-09-20 12:00:08.000000000 +0000
+++ aoetools-debuginfo-37-alt1.i586.rpm.hasher	2023-02-18 04:24:07.759220875 +0000
@@ -1,10 +1,10 @@
-/usr/lib/debug/.build-id/3f	40755	root:root	
-/usr/lib/debug/.build-id/3f/ac404fb03d7c00944cf584992aa6e986e4c2ee	120777	root:root	../../../../sbin/aoeping
-/usr/lib/debug/.build-id/3f/ac404fb03d7c00944cf584992aa6e986e4c2ee.debug	120777	root:root	../../usr/sbin/aoeping.debug
 /usr/lib/debug/.build-id/90	40755	root:root	
-/usr/lib/debug/.build-id/90/884d72c8b916da09bec0af6c6645deb7fedd9f	120777	root:root	../../../../sbin/aoecfg
-/usr/lib/debug/.build-id/90/884d72c8b916da09bec0af6c6645deb7fedd9f.debug	120777	root:root	../../usr/sbin/aoecfg.debug
-/usr/lib/debug/.build-id/d6	40755	root:root	
-/usr/lib/debug/.build-id/d6/bbff76ad0a04d49394b2ed82c2beb8f29b1751	120777	root:root	../../../../sbin/aoe-sancheck
-/usr/lib/debug/.build-id/d6/bbff76ad0a04d49394b2ed82c2beb8f29b1751.debug	120777	root:root	../../usr/sbin/aoe-sancheck.debug
+/usr/lib/debug/.build-id/90/2a019b5bacfe8abf37673f87ca44fe9dfc5c6c	120777	root:root	../../../../sbin/aoecfg
+/usr/lib/debug/.build-id/90/2a019b5bacfe8abf37673f87ca44fe9dfc5c6c.debug	120777	root:root	../../usr/sbin/aoecfg.debug
+/usr/lib/debug/.build-id/c9	40755	root:root	
+/usr/lib/debug/.build-id/c9/2bed54d89a86c2e03951df7ea2768bd84c311a	120777	root:root	../../../../sbin/aoeping
+/usr/lib/debug/.build-id/c9/2bed54d89a86c2e03951df7ea2768bd84c311a.debug	120777	root:root	../../usr/sbin/aoeping.debug
+/usr/lib/debug/.build-id/cb	40755	root:root	
+/usr/lib/debug/.build-id/cb/7db04c648991aadb3e46b08a1f3ee9bceff316	120777	root:root	../../../../sbin/aoe-sancheck
+/usr/lib/debug/.build-id/cb/7db04c648991aadb3e46b08a1f3ee9bceff316.debug	120777	root:root	../../usr/sbin/aoe-sancheck.debug
 /usr/lib/debug/usr/sbin/aoe-sancheck.debug	100644	root:root	
@@ -21,3 +21,2 @@
 Requires: debug(libc.so.6)  
-Requires: debug(libpthread.so.0)  
 Requires: aoetools = 37-alt1:sisyphus+285504.100.1.1
@@ -25,14 +24,14 @@
 Provides: aoetools-debuginfo = 37-alt1:sisyphus+285504.100.1.1
-File: /usr/lib/debug/.build-id/3f	40755	root:root		
-File: /usr/lib/debug/.build-id/3f/ac404fb03d7c00944cf584992aa6e986e4c2ee	120777	root:root		../../../../sbin/aoeping
-File: /usr/lib/debug/.build-id/3f/ac404fb03d7c00944cf584992aa6e986e4c2ee.debug	120777	root:root		../../usr/sbin/aoeping.debug
 File: /usr/lib/debug/.build-id/90	40755	root:root		
-File: /usr/lib/debug/.build-id/90/884d72c8b916da09bec0af6c6645deb7fedd9f	120777	root:root		../../../../sbin/aoecfg
-File: /usr/lib/debug/.build-id/90/884d72c8b916da09bec0af6c6645deb7fedd9f.debug	120777	root:root		../../usr/sbin/aoecfg.debug
-File: /usr/lib/debug/.build-id/d6	40755	root:root		
-File: /usr/lib/debug/.build-id/d6/bbff76ad0a04d49394b2ed82c2beb8f29b1751	120777	root:root		../../../../sbin/aoe-sancheck
-File: /usr/lib/debug/.build-id/d6/bbff76ad0a04d49394b2ed82c2beb8f29b1751.debug	120777	root:root		../../usr/sbin/aoe-sancheck.debug
-File: /usr/lib/debug/usr/sbin/aoe-sancheck.debug	100644	root:root	e0d277a98ba1b61151fbc822739933ea	
-File: /usr/lib/debug/usr/sbin/aoecfg.debug	100644	root:root	4ecc3ad492e0f57f27e5c78f5362469f	
-File: /usr/lib/debug/usr/sbin/aoeping.debug	100644	root:root	3f76daf2ae5b7e0062a6dfca408891f6	
+File: /usr/lib/debug/.build-id/90/2a019b5bacfe8abf37673f87ca44fe9dfc5c6c	120777	root:root		../../../../sbin/aoecfg
+File: /usr/lib/debug/.build-id/90/2a019b5bacfe8abf37673f87ca44fe9dfc5c6c.debug	120777	root:root		../../usr/sbin/aoecfg.debug
+File: /usr/lib/debug/.build-id/c9	40755	root:root		
+File: /usr/lib/debug/.build-id/c9/2bed54d89a86c2e03951df7ea2768bd84c311a	120777	root:root		../../../../sbin/aoeping
+File: /usr/lib/debug/.build-id/c9/2bed54d89a86c2e03951df7ea2768bd84c311a.debug	120777	root:root		../../usr/sbin/aoeping.debug
+File: /usr/lib/debug/.build-id/cb	40755	root:root		
+File: /usr/lib/debug/.build-id/cb/7db04c648991aadb3e46b08a1f3ee9bceff316	120777	root:root		../../../../sbin/aoe-sancheck
+File: /usr/lib/debug/.build-id/cb/7db04c648991aadb3e46b08a1f3ee9bceff316.debug	120777	root:root		../../usr/sbin/aoe-sancheck.debug
+File: /usr/lib/debug/usr/sbin/aoe-sancheck.debug	100644	root:root	daa3633a39bf640e1e6d9964598e590a	
+File: /usr/lib/debug/usr/sbin/aoecfg.debug	100644	root:root	cc736279e5bdf4e388e57540f5bcefd5	
+File: /usr/lib/debug/usr/sbin/aoeping.debug	100644	root:root	5928a6bee41536200293a2e661cf8bc4	
 File: /usr/src/debug/aoetools-37	40755	root:root		
@@ -44,2 +43,2 @@
 File: /usr/src/debug/aoetools-37/linux.c	100644	root:root	59d44f36789d2f0a28fd315c4a6b1893	
-RPMIdentity: 9c4ca12d88644b9224d9688ab8d36faaae50ee9fd6b34b8d8d451e84131d376a241a4d4ab380b2d791b81b9007e49f933dfee0591ef989ba4e1b705644d5bb62
+RPMIdentity: 436c42170e2918d01177b3ef93d8ca7c51fb9491167f96b092107331bdcfe8c14eed48c3fa1692aa1c9e8861c88a2dae3ed3ec078212c30df391aaf162446390