<86>May 18 07:07:54 userdel[1094976]: delete user 'rooter' <86>May 18 07:07:54 userdel[1094976]: removed group 'rooter' owned by 'rooter' <86>May 18 07:07:54 userdel[1094976]: removed shadow group 'rooter' owned by 'rooter' <86>May 18 07:07:54 groupadd[1095030]: group added to /etc/group: name=rooter, GID=1853 <86>May 18 07:07:54 groupadd[1095030]: group added to /etc/gshadow: name=rooter <86>May 18 07:07:54 groupadd[1095030]: new group: name=rooter, GID=1853 <86>May 18 07:07:54 useradd[1095077]: new user: name=rooter, UID=1853, GID=1853, home=/root, shell=/bin/bash, from=none <86>May 18 07:07:54 userdel[1095164]: delete user 'builder' <86>May 18 07:07:54 userdel[1095164]: removed group 'builder' owned by 'builder' <86>May 18 07:07:54 userdel[1095164]: removed shadow group 'builder' owned by 'builder' <86>May 18 07:07:54 groupadd[1095214]: group added to /etc/group: name=builder, GID=1854 <86>May 18 07:07:54 groupadd[1095214]: group added to /etc/gshadow: name=builder <86>May 18 07:07:54 groupadd[1095214]: new group: name=builder, GID=1854 <86>May 18 07:07:54 useradd[1095271]: new user: name=builder, UID=1854, GID=1854, 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.95234 + 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.95234 + 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-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-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-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/ccGWiVV1.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' 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' [+] 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-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.78778 + 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/ccn6eL7X.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.18904 + 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.y0qPwV 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.HdD9GQ 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.u9OHQH 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.S8Q67o find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.o0ytnP 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) 8.65user 5.16system 0:14.70elapsed 93%CPU (0avgtext+0avgdata 95336maxresident)k 0inputs+0outputs (0major+646876minor)pagefaults 0swaps 0.59user 1.99system 0:21.70elapsed 11%CPU (0avgtext+0avgdata 12336maxresident)k 0inputs+0outputs (0major+97271minor)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-05-18 07:08:24.029657179 +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 95072b9607b825e0775e148108c0337f 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 0085445efe6ec9e71a6c1151ae8cfc5f 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 5a7d7a8fa3198f36e5ca64ff0baff9bf +File: /usr/bin/afl-gotcpu 100755 root:root 747876bc640aec73488ecb1c2ba40b9e 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 56162a3a10737134f535563ef39728d1 +File: /usr/bin/afl-tmin 100755 root:root ffe8114f925876f64f00fba0576553eb 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 94229a60fdde1d9a9a6521430fe70e3c 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: 686a969251830391e3e3496d54a33509a0af5e83c44ce2a2bd3bd2305609a5517a634d73adb51947eda2463bf3376c0470c451e7913985ab019e7c3ff7bb51f0 --- 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-05-18 07:08:24.887674314 +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/25 40755 root:root +/usr/lib/debug/.build-id/25/32e69506f5d55ff693099864c8213b838f62e0 120777 root:root ../../../afl/afl-as +/usr/lib/debug/.build-id/25/32e69506f5d55ff693099864c8213b838f62e0.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +/usr/lib/debug/.build-id/48 40755 root:root +/usr/lib/debug/.build-id/48/7bf1df4a81fb870535f3b04072e5429d45bcb1 120777 root:root ../../../../bin/afl-gotcpu +/usr/lib/debug/.build-id/48/7bf1df4a81fb870535f3b04072e5429d45bcb1.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +/usr/lib/debug/.build-id/57 40755 root:root +/usr/lib/debug/.build-id/57/0ee7a89b13728a81be0c81eff427d16c9fa298 120777 root:root ../../../../bin/afl-fuzz +/usr/lib/debug/.build-id/57/0ee7a89b13728a81be0c81eff427d16c9fa298.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +/usr/lib/debug/.build-id/70 40755 root:root +/usr/lib/debug/.build-id/70/e4c7c0eff787ac8537439497040985111452d4 120777 root:root ../../../../bin/afl-gcc +/usr/lib/debug/.build-id/70/e4c7c0eff787ac8537439497040985111452d4.debug 120777 root:root ../../usr/bin/afl-gcc.debug +/usr/lib/debug/.build-id/7b 40755 root:root +/usr/lib/debug/.build-id/7b/1f2f8bf3c85b5e04b5dc458e80c98ee744f530 120777 root:root ../../../../bin/afl-analyze +/usr/lib/debug/.build-id/7b/1f2f8bf3c85b5e04b5dc458e80c98ee744f530.debug 120777 root:root ../../usr/bin/afl-analyze.debug +/usr/lib/debug/.build-id/82 40755 root:root +/usr/lib/debug/.build-id/82/adbee5d1d7d4588bf7ae4181e35125426927d4 120777 root:root ../../../../bin/afl-showmap +/usr/lib/debug/.build-id/82/adbee5d1d7d4588bf7ae4181e35125426927d4.debug 120777 root:root ../../usr/bin/afl-showmap.debug +/usr/lib/debug/.build-id/b5 40755 root:root +/usr/lib/debug/.build-id/b5/049f86a6b47c0a21f99935c358d25bcc31c44b 120777 root:root ../../../../bin/afl-tmin +/usr/lib/debug/.build-id/b5/049f86a6b47c0a21f99935c358d25bcc31c44b.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/25 40755 root:root +File: /usr/lib/debug/.build-id/25/32e69506f5d55ff693099864c8213b838f62e0 120777 root:root ../../../afl/afl-as +File: /usr/lib/debug/.build-id/25/32e69506f5d55ff693099864c8213b838f62e0.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +File: /usr/lib/debug/.build-id/48 40755 root:root +File: /usr/lib/debug/.build-id/48/7bf1df4a81fb870535f3b04072e5429d45bcb1 120777 root:root ../../../../bin/afl-gotcpu +File: /usr/lib/debug/.build-id/48/7bf1df4a81fb870535f3b04072e5429d45bcb1.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +File: /usr/lib/debug/.build-id/57 40755 root:root +File: /usr/lib/debug/.build-id/57/0ee7a89b13728a81be0c81eff427d16c9fa298 120777 root:root ../../../../bin/afl-fuzz +File: /usr/lib/debug/.build-id/57/0ee7a89b13728a81be0c81eff427d16c9fa298.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +File: /usr/lib/debug/.build-id/70 40755 root:root +File: /usr/lib/debug/.build-id/70/e4c7c0eff787ac8537439497040985111452d4 120777 root:root ../../../../bin/afl-gcc +File: /usr/lib/debug/.build-id/70/e4c7c0eff787ac8537439497040985111452d4.debug 120777 root:root ../../usr/bin/afl-gcc.debug +File: /usr/lib/debug/.build-id/7b 40755 root:root +File: /usr/lib/debug/.build-id/7b/1f2f8bf3c85b5e04b5dc458e80c98ee744f530 120777 root:root ../../../../bin/afl-analyze +File: /usr/lib/debug/.build-id/7b/1f2f8bf3c85b5e04b5dc458e80c98ee744f530.debug 120777 root:root ../../usr/bin/afl-analyze.debug +File: /usr/lib/debug/.build-id/82 40755 root:root +File: /usr/lib/debug/.build-id/82/adbee5d1d7d4588bf7ae4181e35125426927d4 120777 root:root ../../../../bin/afl-showmap +File: /usr/lib/debug/.build-id/82/adbee5d1d7d4588bf7ae4181e35125426927d4.debug 120777 root:root ../../usr/bin/afl-showmap.debug +File: /usr/lib/debug/.build-id/b5 40755 root:root +File: /usr/lib/debug/.build-id/b5/049f86a6b47c0a21f99935c358d25bcc31c44b 120777 root:root ../../../../bin/afl-tmin +File: /usr/lib/debug/.build-id/b5/049f86a6b47c0a21f99935c358d25bcc31c44b.debug 120777 root:root ../../usr/bin/afl-tmin.debug +File: /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root 4ea51cdef66d1fee348ac969081c5421 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 6e712741819b75661b64bafee243c3ce 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 c0169703b85421e85aa9fd3b80668998 +File: /usr/lib/debug/usr/bin/afl-gotcpu.debug 100644 root:root 855634629a1532182f3591e9ef91f746 +File: /usr/lib/debug/usr/bin/afl-showmap.debug 100644 root:root eadf243ad50bf5eb2dd4d4705b1636ef +File: /usr/lib/debug/usr/bin/afl-tmin.debug 100644 root:root 3df7f8b304865d5f6ab667ca847af481 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 71a7a07501150da789ec08b628c8a427 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: 0789c9efffe79db7b35bd9604fc08f4c72074fe69de5856983ea6a011da13a236b16abc66644478f2233e4b47132ec996e235bac8f910bf5086cab4a91d6bc49