<86>Oct 22 01:02:48 userdel[3371694]: delete user 'rooter'
<86>Oct 22 01:02:48 userdel[3371694]: removed group 'rooter' owned by 'rooter'
<86>Oct 22 01:02:48 userdel[3371694]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct 22 01:02:48 groupadd[3371746]: group added to /etc/group: name=rooter, GID=1817
<86>Oct 22 01:02:48 groupadd[3371746]: group added to /etc/gshadow: name=rooter
<86>Oct 22 01:02:48 groupadd[3371746]: new group: name=rooter, GID=1817
<86>Oct 22 01:02:48 useradd[3371781]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash, from=none
<86>Oct 22 01:02:48 userdel[3371829]: delete user 'builder'
<86>Oct 22 01:02:48 userdel[3371829]: removed group 'builder' owned by 'builder'
<86>Oct 22 01:02:48 userdel[3371829]: removed shadow group 'builder' owned by 'builder'
<86>Oct 22 01:02:48 groupadd[3371862]: group added to /etc/group: name=builder, GID=1818
<86>Oct 22 01:02:48 groupadd[3371862]: group added to /etc/gshadow: name=builder
<86>Oct 22 01:02:48 groupadd[3371862]: new group: name=builder, GID=1818
<86>Oct 22 01:02:48 useradd[3371883]: new user: name=builder, UID=1818, GID=1818, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/afl-2.57b-alt1.nosrc.rpm (w1.gzdio)
Installing afl-2.57b-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.99152
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf afl-2.57b
+ echo 'Source #0 (afl-2.57b.tar):'
Source #0 (afl-2.57b.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/afl-2.57b.tar
+ cd afl-2.57b
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (alt-afl-clang-linking.patch):'
Patch #0 (alt-afl-clang-linking.patch):
+ /usr/bin/patch -p1
patching file llvm_mode/Makefile
+ echo 'Patch #1 (afl-2.57b-coverage.patch):'
Patch #1 (afl-2.57b-coverage.patch):
+ /usr/bin/patch -p1
patching file afl-gcc.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.99152
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd afl-2.57b
+ make -j16 PREFIX=/usr
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
[*] Checking for the ability to compile x86 code...
[+] Everything seems to be working, ready to compile.
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
cc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DDOC_PATH=\"/usr/share/doc/afl\" -DBIN_PATH=\"/usr/bin\" afl-gotcpu.c -o afl-gotcpu -ldl
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
cc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DDOC_PATH=\"/usr/share/doc/afl\" -DBIN_PATH=\"/usr/bin\" afl-gcc.c -o afl-gcc -ldl
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
set -e; for i in afl-g++ afl-clang afl-clang++; do ln -sf afl-gcc $i; done
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
cc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DDOC_PATH=\"/usr/share/doc/afl\" -DBIN_PATH=\"/usr/bin\" afl-as.c -o afl-as -ldl
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
ln -sf afl-as as
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
cc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DDOC_PATH=\"/usr/share/doc/afl\" -DBIN_PATH=\"/usr/bin\" afl-showmap.c -o afl-showmap -ldl
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
[*] Testing the CC wrapper and instrumentation output...
unset AFL_USE_ASAN AFL_USE_MSAN; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. ./afl-gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DDOC_PATH=\"/usr/share/doc/afl\" -DBIN_PATH=\"/usr/bin\" test-instr.c -o test-instr -ldl
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
./afl-showmap -m none -q -o .test-instr0 ./test-instr < /dev/null
echo 1 | ./afl-showmap -m none -q -o .test-instr1 ./test-instr
[+] All right, the instrumentation seems to be working!
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
[+] All done! Be sure to review README - it's pretty short and useful.
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
cc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DDOC_PATH=\"/usr/share/doc/afl\" -DBIN_PATH=\"/usr/bin\" afl-analyze.c -o afl-analyze -ldl
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
cc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DDOC_PATH=\"/usr/share/doc/afl\" -DBIN_PATH=\"/usr/bin\" afl-tmin.c -o afl-tmin -ldl
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
cc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DDOC_PATH=\"/usr/share/doc/afl\" -DBIN_PATH=\"/usr/bin\" afl-fuzz.c -o afl-fuzz -ldl
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.64002
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/afl-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/afl-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd afl-2.57b
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/afl-buildroot PREFIX=/usr
make: Entering directory '/usr/src/RPM/BUILD/afl-2.57b'
[*] Checking for the ability to compile x86 code...
[+] Everything seems to be working, ready to compile.
[*] Testing the CC wrapper and instrumentation output...
unset AFL_USE_ASAN AFL_USE_MSAN; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. ./afl-gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DDOC_PATH=\"/usr/share/doc/afl\" -DBIN_PATH=\"/usr/bin\" test-instr.c -o test-instr -ldl
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
./afl-showmap -m none -q -o .test-instr0 ./test-instr < /dev/null
echo 1 | ./afl-showmap -m none -q -o .test-instr1 ./test-instr
[+] All right, the instrumentation seems to be working!
[+] All done! Be sure to review README - it's pretty short and useful.
mkdir -p -m 755 ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/afl ${DESTDIR}/usr/share/doc/afl ${DESTDIR}/usr/share/afl
rm -f ${DESTDIR}/usr/bin/afl-plot.sh
install -m 755 afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze afl-plot afl-cmin afl-whatsup ${DESTDIR}/usr/bin
rm -f ${DESTDIR}/usr/bin/afl-as
if [ -f afl-qemu-trace ]; then install -m 755 afl-qemu-trace ${DESTDIR}/usr/bin; fi
if [ -f afl-clang-fast -a -f afl-llvm-pass.so -a -f afl-llvm-rt.o ]; then set -e; install -m 755 afl-clang-fast ${DESTDIR}/usr/bin; ln -sf afl-clang-fast ${DESTDIR}/usr/bin/afl-clang-fast++; install -m 755 afl-llvm-pass.so afl-llvm-rt.o ${DESTDIR}/usr/lib/afl; fi
if [ -f afl-llvm-rt-32.o ]; then set -e; install -m 755 afl-llvm-rt-32.o ${DESTDIR}/usr/lib/afl; fi
if [ -f afl-llvm-rt-64.o ]; then set -e; install -m 755 afl-llvm-rt-64.o ${DESTDIR}/usr/lib/afl; fi
set -e; for i in afl-g++ afl-clang afl-clang++; do ln -sf afl-gcc ${DESTDIR}/usr/bin/$i; done
install -m 755 afl-as ${DESTDIR}/usr/lib/afl
ln -sf afl-as ${DESTDIR}/usr/lib/afl/as
install -m 644 docs/README docs/ChangeLog docs/*.txt ${DESTDIR}/usr/share/doc/afl
cp -r testcases/ ${DESTDIR}/usr/share/afl
cp -r dictionaries/ ${DESTDIR}/usr/share/afl
make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b'
+ install -m0755 -D /usr/src/RPM/SOURCES/afl-hsh-rebuild /usr/src/tmp/afl-buildroot//usr/bin/afl-hsh-rebuild
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/afl-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/afl-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/afl-buildroot/ (default)
Compressing files in /usr/src/tmp/afl-buildroot (auto)
Adjusting library links in /usr/src/tmp/afl-buildroot
./usr/lib: (from <cmdline>:0)
/usr/bin/strip: ./usr/share/afl/testcases/archives/common/ar/small_archive.a(limerick): Unable to recognise the format of file: file format not recognized
process-lto: WARNING: ./usr/share/afl/testcases/archives/common/ar/small_archive.a: contains no exportable symbols: current ar archive
Verifying ELF objects in /usr/src/tmp/afl-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/afl-buildroot
Processing files: afl-2.57b-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.30399
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd afl-2.57b
+ DOCDIR=/usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.57b
+ export DOCDIR
+ rm -rf /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.57b
+ /bin/mkdir -p /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.57b
+ cp -prL LICENSE /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.57b
+ chmod -R go-w /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.57b
+ chmod -R a+rX /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.57b
+ cp -prL README.md CONTRIBUTING.md /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.57b
+ chmod -R go-w /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.57b
+ chmod -R a+rX /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.57b
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JMCokv
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.A3xMTq
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
lib.req.files: ELF executable /usr/src/tmp/afl-buildroot/usr/share/afl/testcases/others/elf/small_exec.elf is not executable
find-requires: FINDPACKAGE-COMMANDS: bash cat chmod cp find gnuplot grep hsh ln ls mkdir mv rm rmdir sed sort touch tr uniq xargs
Requires: /bin/sh, /lib64/ld-linux-x86-64.so.2, /usr/bin/env, /usr/bin/gnuplot, bash, coreutils, findutils, grep, hasher, libc.so.6(GLIBC_2.14)(64bit), 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.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH), sed
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NdBYwO
Creating afl-debuginfo package
Processing files: afl-debuginfo-2.57b-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZHl61N
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SAU4IJ
find-requires: running scripts (debuginfo)
Requires: afl = 2.57b-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Adding to afl-debuginfo a strict dependency on afl
Wrote: /usr/src/RPM/RPMS/x86_64/afl-2.57b-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/afl-debuginfo-2.57b-alt1.x86_64.rpm (w2.lzdio)
5.36user 4.16system 0:10.07elapsed 94%CPU (0avgtext+0avgdata 124980maxresident)k
0inputs+0outputs (0major+704601minor)pagefaults 0swaps
0.64user 1.93system 0:15.72elapsed 16%CPU (0avgtext+0avgdata 12480maxresident)k
0inputs+0outputs (0major+99369minor)pagefaults 0swaps
--- afl-2.57b-alt1.x86_64.rpm.repo	2022-06-06 13:10:45.000000000 +0000
+++ afl-2.57b-alt1.x86_64.rpm.hasher	2024-10-22 01:03:00.932717166 +0000
@@ -151,2 +151,3 @@
 Requires: libc.so.6(GLIBC_2.34)(64bit)  
+Requires: libc.so.6(GLIBC_2.38)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -157,3 +158,3 @@
 Provides: afl = 2.57b-alt1:sisyphus+301448.100.1.1
-File: /usr/bin/afl-analyze	100755	root:root	cd7ebd0bcc59ed47bd84dc60fbd95ebe	
+File: /usr/bin/afl-analyze	100755	root:root	e874b5b91554f42c587c9cd023ae23bd	
 File: /usr/bin/afl-clang	120777	root:root		afl-gcc
@@ -161,13 +162,13 @@
 File: /usr/bin/afl-cmin	100755	root:root	a901844c09f2d77bc6c2b98e79fed216	
-File: /usr/bin/afl-fuzz	100755	root:root	a5cbd23e2d4c3c3ec06cb45117316f33	
+File: /usr/bin/afl-fuzz	100755	root:root	eaa936fb44490be6dddc034a7afff2f3	
 File: /usr/bin/afl-g++	120777	root:root		afl-gcc
-File: /usr/bin/afl-gcc	100755	root:root	fe3ff0deb9b66f2cc64f71c03ea88c8b	
-File: /usr/bin/afl-gotcpu	100755	root:root	c370ea6a1046230d5e2b8717b3a80c61	
+File: /usr/bin/afl-gcc	100755	root:root	899751f005fbd5e21f457d981b3136e1	
+File: /usr/bin/afl-gotcpu	100755	root:root	3129c17612b9f71f4595f4da64a6d9f1	
 File: /usr/bin/afl-hsh-rebuild	100755	root:root	4d143e6752d04935b9b4019f523529ce	
 File: /usr/bin/afl-plot	100755	root:root	51e0c4dc804bef8ac51460e8bedb597c	
-File: /usr/bin/afl-showmap	100755	root:root	8bdfbc70e03eacf2351100fb0e5e29c9	
-File: /usr/bin/afl-tmin	100755	root:root	ba35d9d54fcace12dcea2b09b4d2404d	
+File: /usr/bin/afl-showmap	100755	root:root	592e957862d07d3b4d0fec69376f6af7	
+File: /usr/bin/afl-tmin	100755	root:root	94046119d071c13be5b9cd410133fe15	
 File: /usr/bin/afl-whatsup	100755	root:root	9985822c04cecca9cc2646682d36914f	
 File: /usr/lib/afl	40755	root:root		
-File: /usr/lib/afl/afl-as	100755	root:root	ad2c158db950b3bdf50da2cbec28b976	
+File: /usr/lib/afl/afl-as	100755	root:root	600504b7a0ed1509161788556b22f31a	
 File: /usr/lib/afl/as	120777	root:root		afl-as
@@ -293,2 +294,2 @@
 File: /usr/share/doc/afl/technical_details.txt	100644	root:root	06bf4b3347778115fb190d4b56ec7452	
-RPMIdentity: 78bb2fb0327c7ba736a6a8d50d1bc70ba30b44d3ac988181ecd3aa4b8da0bf9c7fb41df4596b5ffb1464b6085a797b19491a9c66d7e9ca0cb9bc71fab75d626a
+RPMIdentity: 4594176f49e1a9679b3fc2815de5bca4250f4e7ac0ba76c042042399e6b9c11ca60f2a4212304443b8af59f1e0bcb8ef321122afe597160825cefc27bb067318
--- afl-debuginfo-2.57b-alt1.x86_64.rpm.repo	2022-06-06 13:10:45.000000000 +0000
+++ afl-debuginfo-2.57b-alt1.x86_64.rpm.hasher	2024-10-22 01:03:01.036718931 +0000
@@ -1,22 +1,22 @@
-/usr/lib/debug/.build-id/1c	40755	root:root	
-/usr/lib/debug/.build-id/1c/e778480611e9fa467bc4a228bc15b6e0fbfdcb	120777	root:root	../../../afl/afl-as
-/usr/lib/debug/.build-id/1c/e778480611e9fa467bc4a228bc15b6e0fbfdcb.debug	120777	root:root	../../usr/lib/afl/afl-as.debug
-/usr/lib/debug/.build-id/66	40755	root:root	
-/usr/lib/debug/.build-id/66/1e215a0e06ad852eaa971c3e0b1cf7952173b5	120777	root:root	../../../../bin/afl-tmin
-/usr/lib/debug/.build-id/66/1e215a0e06ad852eaa971c3e0b1cf7952173b5.debug	120777	root:root	../../usr/bin/afl-tmin.debug
-/usr/lib/debug/.build-id/6b	40755	root:root	
-/usr/lib/debug/.build-id/6b/26132d5b3ce8a2ec4544af2807a99a3f3c99e7	120777	root:root	../../../../bin/afl-showmap
-/usr/lib/debug/.build-id/6b/26132d5b3ce8a2ec4544af2807a99a3f3c99e7.debug	120777	root:root	../../usr/bin/afl-showmap.debug
-/usr/lib/debug/.build-id/90	40755	root:root	
-/usr/lib/debug/.build-id/90/77dc5d048d6f924193492f72879f96dc5b9951	120777	root:root	../../../../bin/afl-gotcpu
-/usr/lib/debug/.build-id/90/77dc5d048d6f924193492f72879f96dc5b9951.debug	120777	root:root	../../usr/bin/afl-gotcpu.debug
-/usr/lib/debug/.build-id/bb	40755	root:root	
-/usr/lib/debug/.build-id/bb/90795e9ee60e700d98668f317a64c567b161b0	120777	root:root	../../../../bin/afl-analyze
-/usr/lib/debug/.build-id/bb/90795e9ee60e700d98668f317a64c567b161b0.debug	120777	root:root	../../usr/bin/afl-analyze.debug
-/usr/lib/debug/.build-id/ca	40755	root:root	
-/usr/lib/debug/.build-id/ca/c67159a65559415eeb8370da08ee28eb174117	120777	root:root	../../../../bin/afl-fuzz
-/usr/lib/debug/.build-id/ca/c67159a65559415eeb8370da08ee28eb174117.debug	120777	root:root	../../usr/bin/afl-fuzz.debug
-/usr/lib/debug/.build-id/e2	40755	root:root	
-/usr/lib/debug/.build-id/e2/45b20ee0afab391c08f26b3ddf59dbcf592fcc	120777	root:root	../../../../bin/afl-gcc
-/usr/lib/debug/.build-id/e2/45b20ee0afab391c08f26b3ddf59dbcf592fcc.debug	120777	root:root	../../usr/bin/afl-gcc.debug
+/usr/lib/debug/.build-id/1a	40755	root:root	
+/usr/lib/debug/.build-id/1a/2b98e210195e6748d4c75c205067ceffaf9103	120777	root:root	../../../../bin/afl-showmap
+/usr/lib/debug/.build-id/1a/2b98e210195e6748d4c75c205067ceffaf9103.debug	120777	root:root	../../usr/bin/afl-showmap.debug
+/usr/lib/debug/.build-id/60	40755	root:root	
+/usr/lib/debug/.build-id/60/149cb1c4ad9fc2c35df979bf446fec4fae41fc	120777	root:root	../../../../bin/afl-gotcpu
+/usr/lib/debug/.build-id/60/149cb1c4ad9fc2c35df979bf446fec4fae41fc.debug	120777	root:root	../../usr/bin/afl-gotcpu.debug
+/usr/lib/debug/.build-id/9b	40755	root:root	
+/usr/lib/debug/.build-id/9b/0d2581a908b9c0bd0f3a3ae051f228aa9bd96e	120777	root:root	../../../afl/afl-as
+/usr/lib/debug/.build-id/9b/0d2581a908b9c0bd0f3a3ae051f228aa9bd96e.debug	120777	root:root	../../usr/lib/afl/afl-as.debug
+/usr/lib/debug/.build-id/c2	40755	root:root	
+/usr/lib/debug/.build-id/c2/9ee06894072c239b55dd87835c08e81d30730d	120777	root:root	../../../../bin/afl-analyze
+/usr/lib/debug/.build-id/c2/9ee06894072c239b55dd87835c08e81d30730d.debug	120777	root:root	../../usr/bin/afl-analyze.debug
+/usr/lib/debug/.build-id/e3	40755	root:root	
+/usr/lib/debug/.build-id/e3/5ab2095e6692ee3ed87f4ef7b78b7a90c40d4f	120777	root:root	../../../../bin/afl-gcc
+/usr/lib/debug/.build-id/e3/5ab2095e6692ee3ed87f4ef7b78b7a90c40d4f.debug	120777	root:root	../../usr/bin/afl-gcc.debug
+/usr/lib/debug/.build-id/e4	40755	root:root	
+/usr/lib/debug/.build-id/e4/68b62b0186562a4b179472f0f26b64940daacc	120777	root:root	../../../../bin/afl-tmin
+/usr/lib/debug/.build-id/e4/68b62b0186562a4b179472f0f26b64940daacc.debug	120777	root:root	../../usr/bin/afl-tmin.debug
+/usr/lib/debug/.build-id/fd	40755	root:root	
+/usr/lib/debug/.build-id/fd/2cf69252106bedfd085a829944847016842f24	120777	root:root	../../../../bin/afl-fuzz
+/usr/lib/debug/.build-id/fd/2cf69252106bedfd085a829944847016842f24.debug	120777	root:root	../../usr/bin/afl-fuzz.debug
 /usr/lib/debug/usr/bin/afl-analyze.debug	100644	root:root	
@@ -50,34 +50,34 @@
 Provides: afl-debuginfo = 2.57b-alt1:sisyphus+301448.100.1.1
-File: /usr/lib/debug/.build-id/1c	40755	root:root		
-File: /usr/lib/debug/.build-id/1c/e778480611e9fa467bc4a228bc15b6e0fbfdcb	120777	root:root		../../../afl/afl-as
-File: /usr/lib/debug/.build-id/1c/e778480611e9fa467bc4a228bc15b6e0fbfdcb.debug	120777	root:root		../../usr/lib/afl/afl-as.debug
-File: /usr/lib/debug/.build-id/66	40755	root:root		
-File: /usr/lib/debug/.build-id/66/1e215a0e06ad852eaa971c3e0b1cf7952173b5	120777	root:root		../../../../bin/afl-tmin
-File: /usr/lib/debug/.build-id/66/1e215a0e06ad852eaa971c3e0b1cf7952173b5.debug	120777	root:root		../../usr/bin/afl-tmin.debug
-File: /usr/lib/debug/.build-id/6b	40755	root:root		
-File: /usr/lib/debug/.build-id/6b/26132d5b3ce8a2ec4544af2807a99a3f3c99e7	120777	root:root		../../../../bin/afl-showmap
-File: /usr/lib/debug/.build-id/6b/26132d5b3ce8a2ec4544af2807a99a3f3c99e7.debug	120777	root:root		../../usr/bin/afl-showmap.debug
-File: /usr/lib/debug/.build-id/90	40755	root:root		
-File: /usr/lib/debug/.build-id/90/77dc5d048d6f924193492f72879f96dc5b9951	120777	root:root		../../../../bin/afl-gotcpu
-File: /usr/lib/debug/.build-id/90/77dc5d048d6f924193492f72879f96dc5b9951.debug	120777	root:root		../../usr/bin/afl-gotcpu.debug
-File: /usr/lib/debug/.build-id/bb	40755	root:root		
-File: /usr/lib/debug/.build-id/bb/90795e9ee60e700d98668f317a64c567b161b0	120777	root:root		../../../../bin/afl-analyze
-File: /usr/lib/debug/.build-id/bb/90795e9ee60e700d98668f317a64c567b161b0.debug	120777	root:root		../../usr/bin/afl-analyze.debug
-File: /usr/lib/debug/.build-id/ca	40755	root:root		
-File: /usr/lib/debug/.build-id/ca/c67159a65559415eeb8370da08ee28eb174117	120777	root:root		../../../../bin/afl-fuzz
-File: /usr/lib/debug/.build-id/ca/c67159a65559415eeb8370da08ee28eb174117.debug	120777	root:root		../../usr/bin/afl-fuzz.debug
-File: /usr/lib/debug/.build-id/e2	40755	root:root		
-File: /usr/lib/debug/.build-id/e2/45b20ee0afab391c08f26b3ddf59dbcf592fcc	120777	root:root		../../../../bin/afl-gcc
-File: /usr/lib/debug/.build-id/e2/45b20ee0afab391c08f26b3ddf59dbcf592fcc.debug	120777	root:root		../../usr/bin/afl-gcc.debug
-File: /usr/lib/debug/usr/bin/afl-analyze.debug	100644	root:root	3b95597ec0d925f06f64460db4e5477f	
+File: /usr/lib/debug/.build-id/1a	40755	root:root		
+File: /usr/lib/debug/.build-id/1a/2b98e210195e6748d4c75c205067ceffaf9103	120777	root:root		../../../../bin/afl-showmap
+File: /usr/lib/debug/.build-id/1a/2b98e210195e6748d4c75c205067ceffaf9103.debug	120777	root:root		../../usr/bin/afl-showmap.debug
+File: /usr/lib/debug/.build-id/60	40755	root:root		
+File: /usr/lib/debug/.build-id/60/149cb1c4ad9fc2c35df979bf446fec4fae41fc	120777	root:root		../../../../bin/afl-gotcpu
+File: /usr/lib/debug/.build-id/60/149cb1c4ad9fc2c35df979bf446fec4fae41fc.debug	120777	root:root		../../usr/bin/afl-gotcpu.debug
+File: /usr/lib/debug/.build-id/9b	40755	root:root		
+File: /usr/lib/debug/.build-id/9b/0d2581a908b9c0bd0f3a3ae051f228aa9bd96e	120777	root:root		../../../afl/afl-as
+File: /usr/lib/debug/.build-id/9b/0d2581a908b9c0bd0f3a3ae051f228aa9bd96e.debug	120777	root:root		../../usr/lib/afl/afl-as.debug
+File: /usr/lib/debug/.build-id/c2	40755	root:root		
+File: /usr/lib/debug/.build-id/c2/9ee06894072c239b55dd87835c08e81d30730d	120777	root:root		../../../../bin/afl-analyze
+File: /usr/lib/debug/.build-id/c2/9ee06894072c239b55dd87835c08e81d30730d.debug	120777	root:root		../../usr/bin/afl-analyze.debug
+File: /usr/lib/debug/.build-id/e3	40755	root:root		
+File: /usr/lib/debug/.build-id/e3/5ab2095e6692ee3ed87f4ef7b78b7a90c40d4f	120777	root:root		../../../../bin/afl-gcc
+File: /usr/lib/debug/.build-id/e3/5ab2095e6692ee3ed87f4ef7b78b7a90c40d4f.debug	120777	root:root		../../usr/bin/afl-gcc.debug
+File: /usr/lib/debug/.build-id/e4	40755	root:root		
+File: /usr/lib/debug/.build-id/e4/68b62b0186562a4b179472f0f26b64940daacc	120777	root:root		../../../../bin/afl-tmin
+File: /usr/lib/debug/.build-id/e4/68b62b0186562a4b179472f0f26b64940daacc.debug	120777	root:root		../../usr/bin/afl-tmin.debug
+File: /usr/lib/debug/.build-id/fd	40755	root:root		
+File: /usr/lib/debug/.build-id/fd/2cf69252106bedfd085a829944847016842f24	120777	root:root		../../../../bin/afl-fuzz
+File: /usr/lib/debug/.build-id/fd/2cf69252106bedfd085a829944847016842f24.debug	120777	root:root		../../usr/bin/afl-fuzz.debug
+File: /usr/lib/debug/usr/bin/afl-analyze.debug	100644	root:root	2e8c9d604a94c7268bf608c45fe8bcf4	
 File: /usr/lib/debug/usr/bin/afl-clang++.debug	120777	root:root		afl-gcc.debug
 File: /usr/lib/debug/usr/bin/afl-clang.debug	120777	root:root		afl-gcc.debug
-File: /usr/lib/debug/usr/bin/afl-fuzz.debug	100644	root:root	ae94ee8b69e9b5598ac103c903446112	
+File: /usr/lib/debug/usr/bin/afl-fuzz.debug	100644	root:root	a4d7678e4c21c096291d6fdff33f2593	
 File: /usr/lib/debug/usr/bin/afl-g++.debug	120777	root:root		afl-gcc.debug
-File: /usr/lib/debug/usr/bin/afl-gcc.debug	100644	root:root	af3c241e813a82edbf461a13ec521c36	
-File: /usr/lib/debug/usr/bin/afl-gotcpu.debug	100644	root:root	f98d9938db512f0050eb19339c636ec5	
-File: /usr/lib/debug/usr/bin/afl-showmap.debug	100644	root:root	eb9ef5126558c76f9aaf1d889abe24cc	
-File: /usr/lib/debug/usr/bin/afl-tmin.debug	100644	root:root	9adbef694f2ee391bcab8c56101ce4c4	
+File: /usr/lib/debug/usr/bin/afl-gcc.debug	100644	root:root	381c1c68920a53790032d4910b12d03a	
+File: /usr/lib/debug/usr/bin/afl-gotcpu.debug	100644	root:root	7a83d8fc681edd4f8fba9a594d007431	
+File: /usr/lib/debug/usr/bin/afl-showmap.debug	100644	root:root	60ef7932a3c80386cd15f4a11915c7cc	
+File: /usr/lib/debug/usr/bin/afl-tmin.debug	100644	root:root	e43700b8fbe8d45a990e79559d504c2e	
 File: /usr/lib/debug/usr/lib/afl	40755	root:root		
-File: /usr/lib/debug/usr/lib/afl/afl-as.debug	100644	root:root	815722637f68c8929ab114d986d3f1f7	
+File: /usr/lib/debug/usr/lib/afl/afl-as.debug	100644	root:root	7ba31d6c71e35aa4f9f0b6fef3c19ce3	
 File: /usr/lib/debug/usr/lib/afl/as.debug	120777	root:root		afl-as.debug
@@ -95,2 +95,2 @@
 File: /usr/src/debug/afl-2.57b/types.h	100644	root:root	c5efca69dc86e887c4e2a54e17f20755	
-RPMIdentity: 68b0d77ff51179487657b225912d648d70759bead89123d1a5f9728865cf9097ed03917f798fcf89b4e356610e54e83cce0a2a0b5dcdf0a00a7ed7fd1aee00d0
+RPMIdentity: e78609d7495168de7faec74ab3baeaaf30a1e61dc33fb1156bdd38ee3ce88fb7f7b5a357ec93a537152b007ff88aad3010dce53147dd32a5068eca1e3943ac7a