<86>Apr 27 09:20:47 userdel[597689]: delete user 'rooter' <86>Apr 27 09:20:47 userdel[597689]: removed group 'rooter' owned by 'rooter' <86>Apr 27 09:20:47 userdel[597689]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 09:20:47 groupadd[597730]: group added to /etc/group: name=rooter, GID=1823 <86>Apr 27 09:20:47 groupadd[597730]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:20:47 groupadd[597730]: new group: name=rooter, GID=1823 <86>Apr 27 09:20:47 useradd[597768]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:20:47 userdel[597819]: delete user 'builder' <86>Apr 27 09:20:47 userdel[597819]: removed group 'builder' owned by 'builder' <86>Apr 27 09:20:47 userdel[597819]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:20:47 groupadd[597858]: group added to /etc/group: name=builder, GID=1824 <86>Apr 27 09:20:47 groupadd[597858]: group added to /etc/gshadow: name=builder <86>Apr 27 09:20:47 groupadd[597858]: new group: name=builder, GID=1824 <86>Apr 27 09:20:47 useradd[597887]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/afl-2.57b-alt1.nosrc.rpm (w1.gzdio) Installing afl-2.57b-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.63330 + 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.63330 + 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 : warning: "_FORTIFY_SOURCE" redefined : 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 : warning: "_FORTIFY_SOURCE" redefined : 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 : warning: "_FORTIFY_SOURCE" redefined : 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 : warning: "_FORTIFY_SOURCE" redefined : 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 : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition ld: /usr/src/tmp/ccqfRHIV.o: warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a PIE ./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 : warning: "_FORTIFY_SOURCE" redefined : 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 : warning: "_FORTIFY_SOURCE" redefined : 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 : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition afl-fuzz.c: In function 'write_stats_file': afl-fuzz.c:3492:39: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'long int' [-Wformat=] 3492 | fprintf(f, "peak_rss_mb : %zu\n", usage.ru_maxrss >> 10); | ~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int long int | %lu make: Leaving directory '/usr/src/RPM/BUILD/afl-2.57b' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.27983 + 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 : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition ld: /usr/src/tmp/ccU0WhiU.o: warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a PIE ./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 :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) verify-elf: WARNING: ./usr/lib/afl/afl-as: uses non-LFS functions: fopen open verify-elf: WARNING: ./usr/bin/afl-analyze: uses non-LFS functions: fstat lseek open setrlimit stat verify-elf: WARNING: ./usr/bin/afl-tmin: uses non-LFS functions: fstat lseek open setrlimit stat verify-elf: WARNING: ./usr/bin/afl-showmap: uses non-LFS functions: open setrlimit stat 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.93069 + 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.Yqb0nT 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.IXelHE 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, /lib/ld-linux.so.2, /usr/bin/env, /usr/bin/gnuplot, bash, coreutils, findutils, grep, hasher, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH), sed Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2s6vkv 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.Ae6HEd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AYNjsN find-requires: running scripts (debuginfo) Requires: afl = 2.57b-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to afl-debuginfo a strict dependency on afl Wrote: /usr/src/RPM/RPMS/i586/afl-2.57b-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/afl-debuginfo-2.57b-alt1.i586.rpm (w2.lzdio) 6.66user 2.93system 0:10.43elapsed 91%CPU (0avgtext+0avgdata 95608maxresident)k 0inputs+0outputs (0major+647571minor)pagefaults 0swaps 0.64user 1.70system 0:15.50elapsed 15%CPU (0avgtext+0avgdata 12508maxresident)k 0inputs+0outputs (0major+94336minor)pagefaults 0swaps --- afl-2.57b-alt1.i586.rpm.repo 2022-06-06 13:10:46.000000000 +0000 +++ afl-2.57b-alt1.i586.rpm.hasher 2024-04-27 09:20:59.913415743 +0000 @@ -153,2 +153,3 @@ Requires: libc.so.6(GLIBC_2.34) +Requires: libc.so.6(GLIBC_2.38) Requires: libc.so.6(GLIBC_2.4) @@ -159,3 +160,3 @@ Provides: afl = 2.57b-alt1:sisyphus+301448.100.1.1 -File: /usr/bin/afl-analyze 100755 root:root c119fa09afc141c0a3f29debb11d747d +File: /usr/bin/afl-analyze 100755 root:root ba04e60376b6110759554cd9a84edb81 File: /usr/bin/afl-clang 120777 root:root afl-gcc @@ -163,13 +164,13 @@ File: /usr/bin/afl-cmin 100755 root:root a901844c09f2d77bc6c2b98e79fed216 -File: /usr/bin/afl-fuzz 100755 root:root 8c88a99d488e3843461e3693294c82ce +File: /usr/bin/afl-fuzz 100755 root:root 4e317241bfeb432330aca1e8a0a0ba9d File: /usr/bin/afl-g++ 120777 root:root afl-gcc -File: /usr/bin/afl-gcc 100755 root:root bbcb714861182296db0d97f06e296597 -File: /usr/bin/afl-gotcpu 100755 root:root c5e9548e62f22afc2a7f6710a9902181 +File: /usr/bin/afl-gcc 100755 root:root 9c461ddb57790f85d3b05201bf189c9c +File: /usr/bin/afl-gotcpu 100755 root:root 463b081f0ab93817221119310bad797c 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 8a66377fe0b0d09d13bdd665091ba00a -File: /usr/bin/afl-tmin 100755 root:root 2063c8ff5dc9cf52af05f346c94a58be +File: /usr/bin/afl-showmap 100755 root:root d9a54d5a16f506edebc9658d5b7873e8 +File: /usr/bin/afl-tmin 100755 root:root 2516024291a4bfe7c00df6f6a80f6774 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 a9db588e77a5a04507bb32fb42f52d06 +File: /usr/lib/afl/afl-as 100755 root:root ad1d4fa8e9860026983d4bbad6f2f9c8 File: /usr/lib/afl/as 120777 root:root afl-as @@ -295,2 +296,2 @@ File: /usr/share/doc/afl/technical_details.txt 100644 root:root 06bf4b3347778115fb190d4b56ec7452 -RPMIdentity: 48ab5fc4b9003e329a057f9c6b57d8e70a2c57e968ff8141170f24422626d6d7f875bdd85bb91f6ac53d60b1ba3ea92a42b5bb2193e689238a51eb3620c8e31b +RPMIdentity: 5c7fd579742d257bfdf5990afe2b52d25cea98d4eaafce0c2a069bd140ab415b953523a5f9c826d7f3b1ace40d36e4949765f27c032a29bc8610e7d90705bca8 --- afl-debuginfo-2.57b-alt1.i586.rpm.repo 2022-06-06 13:10:47.000000000 +0000 +++ afl-debuginfo-2.57b-alt1.i586.rpm.hasher 2024-04-27 09:21:00.004417149 +0000 @@ -1,22 +1,22 @@ -/usr/lib/debug/.build-id/19 40755 root:root -/usr/lib/debug/.build-id/19/fe506a1b655892d5ae856b8d12299ff23d0ced 120777 root:root ../../../../bin/afl-analyze -/usr/lib/debug/.build-id/19/fe506a1b655892d5ae856b8d12299ff23d0ced.debug 120777 root:root ../../usr/bin/afl-analyze.debug -/usr/lib/debug/.build-id/46 40755 root:root -/usr/lib/debug/.build-id/46/ce629ff8c6beb26bf320422f4ac8a523625b14 120777 root:root ../../../afl/afl-as -/usr/lib/debug/.build-id/46/ce629ff8c6beb26bf320422f4ac8a523625b14.debug 120777 root:root ../../usr/lib/afl/afl-as.debug -/usr/lib/debug/.build-id/4f 40755 root:root -/usr/lib/debug/.build-id/4f/d43a6da18f4ee3374d2da5d7df2d1aca7ba1e2 120777 root:root ../../../../bin/afl-tmin -/usr/lib/debug/.build-id/4f/d43a6da18f4ee3374d2da5d7df2d1aca7ba1e2.debug 120777 root:root ../../usr/bin/afl-tmin.debug -/usr/lib/debug/.build-id/6c 40755 root:root -/usr/lib/debug/.build-id/6c/711831fcc8b9b7a150f4dd1d17476db520226b 120777 root:root ../../../../bin/afl-gcc -/usr/lib/debug/.build-id/6c/711831fcc8b9b7a150f4dd1d17476db520226b.debug 120777 root:root ../../usr/bin/afl-gcc.debug -/usr/lib/debug/.build-id/b6 40755 root:root -/usr/lib/debug/.build-id/b6/8f26e02de027ddd00aec0ee656f4924c716023 120777 root:root ../../../../bin/afl-fuzz -/usr/lib/debug/.build-id/b6/8f26e02de027ddd00aec0ee656f4924c716023.debug 120777 root:root ../../usr/bin/afl-fuzz.debug -/usr/lib/debug/.build-id/d1 40755 root:root -/usr/lib/debug/.build-id/d1/c585aee078f22c08300acc35bb449cf76ceb9a 120777 root:root ../../../../bin/afl-showmap -/usr/lib/debug/.build-id/d1/c585aee078f22c08300acc35bb449cf76ceb9a.debug 120777 root:root ../../usr/bin/afl-showmap.debug -/usr/lib/debug/.build-id/e5 40755 root:root -/usr/lib/debug/.build-id/e5/15d48d0bcefa7cb75b7657aa7cfde4112f7113 120777 root:root ../../../../bin/afl-gotcpu -/usr/lib/debug/.build-id/e5/15d48d0bcefa7cb75b7657aa7cfde4112f7113.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +/usr/lib/debug/.build-id/07 40755 root:root +/usr/lib/debug/.build-id/07/ab44f1efc91dfaaf272973d216d0e4f08a6b5b 120777 root:root ../../../../bin/afl-analyze +/usr/lib/debug/.build-id/07/ab44f1efc91dfaaf272973d216d0e4f08a6b5b.debug 120777 root:root ../../usr/bin/afl-analyze.debug +/usr/lib/debug/.build-id/47 40755 root:root +/usr/lib/debug/.build-id/47/38a32c0b27430dc87c435a26b48403c24c590d 120777 root:root ../../../../bin/afl-showmap +/usr/lib/debug/.build-id/47/38a32c0b27430dc87c435a26b48403c24c590d.debug 120777 root:root ../../usr/bin/afl-showmap.debug +/usr/lib/debug/.build-id/70 40755 root:root +/usr/lib/debug/.build-id/70/6f5b7c2cd718172becf3ebc2b849526323a5ac 120777 root:root ../../../../bin/afl-gotcpu +/usr/lib/debug/.build-id/70/6f5b7c2cd718172becf3ebc2b849526323a5ac.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +/usr/lib/debug/.build-id/7a 40755 root:root +/usr/lib/debug/.build-id/7a/7c597b5125c9ef52fe3ce113f836863632b678 120777 root:root ../../../../bin/afl-gcc +/usr/lib/debug/.build-id/7a/7c597b5125c9ef52fe3ce113f836863632b678.debug 120777 root:root ../../usr/bin/afl-gcc.debug +/usr/lib/debug/.build-id/a1 40755 root:root +/usr/lib/debug/.build-id/a1/802423d9e5838c488b0ba95fe3fe2956331add 120777 root:root ../../../../bin/afl-fuzz +/usr/lib/debug/.build-id/a1/802423d9e5838c488b0ba95fe3fe2956331add.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +/usr/lib/debug/.build-id/be 40755 root:root +/usr/lib/debug/.build-id/be/05f8a81d23980e7e69a04f51c47676d45695dc 120777 root:root ../../../afl/afl-as +/usr/lib/debug/.build-id/be/05f8a81d23980e7e69a04f51c47676d45695dc.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +/usr/lib/debug/.build-id/c8 40755 root:root +/usr/lib/debug/.build-id/c8/7331ba77f2c9e3aa5290e96ca0d662049161f3 120777 root:root ../../../../bin/afl-tmin +/usr/lib/debug/.build-id/c8/7331ba77f2c9e3aa5290e96ca0d662049161f3.debug 120777 root:root ../../usr/bin/afl-tmin.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/19 40755 root:root -File: /usr/lib/debug/.build-id/19/fe506a1b655892d5ae856b8d12299ff23d0ced 120777 root:root ../../../../bin/afl-analyze -File: /usr/lib/debug/.build-id/19/fe506a1b655892d5ae856b8d12299ff23d0ced.debug 120777 root:root ../../usr/bin/afl-analyze.debug -File: /usr/lib/debug/.build-id/46 40755 root:root -File: /usr/lib/debug/.build-id/46/ce629ff8c6beb26bf320422f4ac8a523625b14 120777 root:root ../../../afl/afl-as -File: /usr/lib/debug/.build-id/46/ce629ff8c6beb26bf320422f4ac8a523625b14.debug 120777 root:root ../../usr/lib/afl/afl-as.debug -File: /usr/lib/debug/.build-id/4f 40755 root:root -File: /usr/lib/debug/.build-id/4f/d43a6da18f4ee3374d2da5d7df2d1aca7ba1e2 120777 root:root ../../../../bin/afl-tmin -File: /usr/lib/debug/.build-id/4f/d43a6da18f4ee3374d2da5d7df2d1aca7ba1e2.debug 120777 root:root ../../usr/bin/afl-tmin.debug -File: /usr/lib/debug/.build-id/6c 40755 root:root -File: /usr/lib/debug/.build-id/6c/711831fcc8b9b7a150f4dd1d17476db520226b 120777 root:root ../../../../bin/afl-gcc -File: /usr/lib/debug/.build-id/6c/711831fcc8b9b7a150f4dd1d17476db520226b.debug 120777 root:root ../../usr/bin/afl-gcc.debug -File: /usr/lib/debug/.build-id/b6 40755 root:root -File: /usr/lib/debug/.build-id/b6/8f26e02de027ddd00aec0ee656f4924c716023 120777 root:root ../../../../bin/afl-fuzz -File: /usr/lib/debug/.build-id/b6/8f26e02de027ddd00aec0ee656f4924c716023.debug 120777 root:root ../../usr/bin/afl-fuzz.debug -File: /usr/lib/debug/.build-id/d1 40755 root:root -File: /usr/lib/debug/.build-id/d1/c585aee078f22c08300acc35bb449cf76ceb9a 120777 root:root ../../../../bin/afl-showmap -File: /usr/lib/debug/.build-id/d1/c585aee078f22c08300acc35bb449cf76ceb9a.debug 120777 root:root ../../usr/bin/afl-showmap.debug -File: /usr/lib/debug/.build-id/e5 40755 root:root -File: /usr/lib/debug/.build-id/e5/15d48d0bcefa7cb75b7657aa7cfde4112f7113 120777 root:root ../../../../bin/afl-gotcpu -File: /usr/lib/debug/.build-id/e5/15d48d0bcefa7cb75b7657aa7cfde4112f7113.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug -File: /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root c530473c01c1b0985cd20ecb67485812 +File: /usr/lib/debug/.build-id/07 40755 root:root +File: /usr/lib/debug/.build-id/07/ab44f1efc91dfaaf272973d216d0e4f08a6b5b 120777 root:root ../../../../bin/afl-analyze +File: /usr/lib/debug/.build-id/07/ab44f1efc91dfaaf272973d216d0e4f08a6b5b.debug 120777 root:root ../../usr/bin/afl-analyze.debug +File: /usr/lib/debug/.build-id/47 40755 root:root +File: /usr/lib/debug/.build-id/47/38a32c0b27430dc87c435a26b48403c24c590d 120777 root:root ../../../../bin/afl-showmap +File: /usr/lib/debug/.build-id/47/38a32c0b27430dc87c435a26b48403c24c590d.debug 120777 root:root ../../usr/bin/afl-showmap.debug +File: /usr/lib/debug/.build-id/70 40755 root:root +File: /usr/lib/debug/.build-id/70/6f5b7c2cd718172becf3ebc2b849526323a5ac 120777 root:root ../../../../bin/afl-gotcpu +File: /usr/lib/debug/.build-id/70/6f5b7c2cd718172becf3ebc2b849526323a5ac.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +File: /usr/lib/debug/.build-id/7a 40755 root:root +File: /usr/lib/debug/.build-id/7a/7c597b5125c9ef52fe3ce113f836863632b678 120777 root:root ../../../../bin/afl-gcc +File: /usr/lib/debug/.build-id/7a/7c597b5125c9ef52fe3ce113f836863632b678.debug 120777 root:root ../../usr/bin/afl-gcc.debug +File: /usr/lib/debug/.build-id/a1 40755 root:root +File: /usr/lib/debug/.build-id/a1/802423d9e5838c488b0ba95fe3fe2956331add 120777 root:root ../../../../bin/afl-fuzz +File: /usr/lib/debug/.build-id/a1/802423d9e5838c488b0ba95fe3fe2956331add.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +File: /usr/lib/debug/.build-id/be 40755 root:root +File: /usr/lib/debug/.build-id/be/05f8a81d23980e7e69a04f51c47676d45695dc 120777 root:root ../../../afl/afl-as +File: /usr/lib/debug/.build-id/be/05f8a81d23980e7e69a04f51c47676d45695dc.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +File: /usr/lib/debug/.build-id/c8 40755 root:root +File: /usr/lib/debug/.build-id/c8/7331ba77f2c9e3aa5290e96ca0d662049161f3 120777 root:root ../../../../bin/afl-tmin +File: /usr/lib/debug/.build-id/c8/7331ba77f2c9e3aa5290e96ca0d662049161f3.debug 120777 root:root ../../usr/bin/afl-tmin.debug +File: /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root d0d51f0fbd943b14b8f6ce58233a432a 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 bed6ae8e5cd20c521babf7524bcb2951 +File: /usr/lib/debug/usr/bin/afl-fuzz.debug 100644 root:root c23e4fd458614acef3140afcc7c95a57 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 38ad08337d924d175c1c8336d5689e47 -File: /usr/lib/debug/usr/bin/afl-gotcpu.debug 100644 root:root 0cd8ba12090a3bd242cbccae1d690ed4 -File: /usr/lib/debug/usr/bin/afl-showmap.debug 100644 root:root 36150ef3659ce5e97ac50cf6c801cfdd -File: /usr/lib/debug/usr/bin/afl-tmin.debug 100644 root:root 5c5e0470056bc7f4f8b58f0071794636 +File: /usr/lib/debug/usr/bin/afl-gcc.debug 100644 root:root 3db88019e3e8d8938622a459d299a0f5 +File: /usr/lib/debug/usr/bin/afl-gotcpu.debug 100644 root:root 8276f96bb590e1e3fa04f0cfe69fc3d7 +File: /usr/lib/debug/usr/bin/afl-showmap.debug 100644 root:root 72af4c706bb18bc0554edddf51863f28 +File: /usr/lib/debug/usr/bin/afl-tmin.debug 100644 root:root 7173e76cbf112c84267e3a682272cdb5 File: /usr/lib/debug/usr/lib/afl 40755 root:root -File: /usr/lib/debug/usr/lib/afl/afl-as.debug 100644 root:root 390c70492a82b035f1ddca87c29c899b +File: /usr/lib/debug/usr/lib/afl/afl-as.debug 100644 root:root 68342e5e5c1bb68e964fc76d67e96c79 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: 236b3aba184e2279efec3adda6c685caa30f7e88fa6353b25d7df29f07e734519f3b89758d4ff46d8e2cef8eb76cea11bb1cd257fc58dbffc7b17b21fbf6fe39 +RPMIdentity: 6fda2e08660bc2ecdb4c563246b552eabc72f2c3d361b456aa7d3f441d49e1dfb271ef569f4467ee3c3ede7d14381c8a7c219a023e411ffdb34c8ebcd2b4896e