<86>Aug 24 06:22:51 userdel[3058354]: delete user 'rooter' <86>Aug 24 06:22:51 userdel[3058354]: removed group 'rooter' owned by 'rooter' <86>Aug 24 06:22:51 userdel[3058354]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 24 06:22:51 groupadd[3058423]: group added to /etc/group: name=rooter, GID=1868 <86>Aug 24 06:22:51 groupadd[3058423]: group added to /etc/gshadow: name=rooter <86>Aug 24 06:22:51 groupadd[3058423]: new group: name=rooter, GID=1868 <86>Aug 24 06:22:51 useradd[3058478]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none <86>Aug 24 06:22:51 userdel[3058526]: delete user 'builder' <86>Aug 24 06:22:51 userdel[3058526]: removed group 'builder' owned by 'builder' <86>Aug 24 06:22:51 userdel[3058526]: removed shadow group 'builder' owned by 'builder' <86>Aug 24 06:22:51 groupadd[3058573]: group added to /etc/group: name=builder, GID=1869 <86>Aug 24 06:22:51 groupadd[3058573]: group added to /etc/gshadow: name=builder <86>Aug 24 06:22:51 groupadd[3058573]: new group: name=builder, GID=1869 <86>Aug 24 06:22:51 useradd[3058642]: new user: name=builder, UID=1869, GID=1869, 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.75418 + 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.75418 + 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/ccDNqey9.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.42069 + 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/ccO460oG.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.65698 + 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.Vk06T0 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.vkAmPW 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.1Gbsv9 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.q0kXYG find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hhXfIe 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) 5.93user 4.91system 0:10.67elapsed 101%CPU (0avgtext+0avgdata 95332maxresident)k 0inputs+0outputs (0major+647802minor)pagefaults 0swaps 0.57user 2.07system 0:16.69elapsed 15%CPU (0avgtext+0avgdata 12424maxresident)k 0inputs+0outputs (0major+100446minor)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-08-24 06:23:04.794325667 +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 1e30f02964d462c07217e75b593efa47 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 b6fb2eaefa8cec08d7520e1b0949a8a3 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 dcdd643adf8eea27756c554b685cea67 +File: /usr/bin/afl-gotcpu 100755 root:root 35710e3822101c12d76fb9d16aac8dd8 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 e9cd7f9add991c97b048799d18c9b7b3 +File: /usr/bin/afl-tmin 100755 root:root de449926657d199852b9753029d47a21 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 e5e25bc49f5036bca511991b5a6e33d1 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: 2ccaefdaaad43c4a0d4b593fb18ddf4a975b8e7216c89a1af6dd439190e4b596fdf944dcd27ad4f24651c96958350cb7debb67178fb9446d4dce20acea2b6751 --- 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-08-24 06:23:04.898327695 +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/32 40755 root:root +/usr/lib/debug/.build-id/32/ccb47a733f9f3851b1e45d9032a0041c1b02f3 120777 root:root ../../../../bin/afl-tmin +/usr/lib/debug/.build-id/32/ccb47a733f9f3851b1e45d9032a0041c1b02f3.debug 120777 root:root ../../usr/bin/afl-tmin.debug +/usr/lib/debug/.build-id/5d 40755 root:root +/usr/lib/debug/.build-id/5d/cb633280e2e94402c99f4526fffe387780c7dd 120777 root:root ../../../../bin/afl-fuzz +/usr/lib/debug/.build-id/5d/cb633280e2e94402c99f4526fffe387780c7dd.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +/usr/lib/debug/.build-id/73 40755 root:root +/usr/lib/debug/.build-id/73/edee8332136e7c0fe8f6a95e0a60195e48c662 120777 root:root ../../../../bin/afl-gcc +/usr/lib/debug/.build-id/73/edee8332136e7c0fe8f6a95e0a60195e48c662.debug 120777 root:root ../../usr/bin/afl-gcc.debug +/usr/lib/debug/.build-id/d0 40755 root:root +/usr/lib/debug/.build-id/d0/d199e26ad551d517f71e9d4706e5696a9c8e05 120777 root:root ../../../../bin/afl-gotcpu +/usr/lib/debug/.build-id/d0/d199e26ad551d517f71e9d4706e5696a9c8e05.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +/usr/lib/debug/.build-id/e2 40755 root:root +/usr/lib/debug/.build-id/e2/fec348a344e940fc75ea42902ac5ba9852cc0b 120777 root:root ../../../afl/afl-as +/usr/lib/debug/.build-id/e2/fec348a344e940fc75ea42902ac5ba9852cc0b.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +/usr/lib/debug/.build-id/f5 40755 root:root +/usr/lib/debug/.build-id/f5/5d5a981e90ee6b21217f54a6c95ef4c1fd782d 120777 root:root ../../../../bin/afl-analyze +/usr/lib/debug/.build-id/f5/5d5a981e90ee6b21217f54a6c95ef4c1fd782d.debug 120777 root:root ../../usr/bin/afl-analyze.debug +/usr/lib/debug/.build-id/ff 40755 root:root +/usr/lib/debug/.build-id/ff/b95908bd8682ec298782b5bcc5137905073c9b 120777 root:root ../../../../bin/afl-showmap +/usr/lib/debug/.build-id/ff/b95908bd8682ec298782b5bcc5137905073c9b.debug 120777 root:root ../../usr/bin/afl-showmap.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/32 40755 root:root +File: /usr/lib/debug/.build-id/32/ccb47a733f9f3851b1e45d9032a0041c1b02f3 120777 root:root ../../../../bin/afl-tmin +File: /usr/lib/debug/.build-id/32/ccb47a733f9f3851b1e45d9032a0041c1b02f3.debug 120777 root:root ../../usr/bin/afl-tmin.debug +File: /usr/lib/debug/.build-id/5d 40755 root:root +File: /usr/lib/debug/.build-id/5d/cb633280e2e94402c99f4526fffe387780c7dd 120777 root:root ../../../../bin/afl-fuzz +File: /usr/lib/debug/.build-id/5d/cb633280e2e94402c99f4526fffe387780c7dd.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +File: /usr/lib/debug/.build-id/73 40755 root:root +File: /usr/lib/debug/.build-id/73/edee8332136e7c0fe8f6a95e0a60195e48c662 120777 root:root ../../../../bin/afl-gcc +File: /usr/lib/debug/.build-id/73/edee8332136e7c0fe8f6a95e0a60195e48c662.debug 120777 root:root ../../usr/bin/afl-gcc.debug +File: /usr/lib/debug/.build-id/d0 40755 root:root +File: /usr/lib/debug/.build-id/d0/d199e26ad551d517f71e9d4706e5696a9c8e05 120777 root:root ../../../../bin/afl-gotcpu +File: /usr/lib/debug/.build-id/d0/d199e26ad551d517f71e9d4706e5696a9c8e05.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +File: /usr/lib/debug/.build-id/e2 40755 root:root +File: /usr/lib/debug/.build-id/e2/fec348a344e940fc75ea42902ac5ba9852cc0b 120777 root:root ../../../afl/afl-as +File: /usr/lib/debug/.build-id/e2/fec348a344e940fc75ea42902ac5ba9852cc0b.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +File: /usr/lib/debug/.build-id/f5 40755 root:root +File: /usr/lib/debug/.build-id/f5/5d5a981e90ee6b21217f54a6c95ef4c1fd782d 120777 root:root ../../../../bin/afl-analyze +File: /usr/lib/debug/.build-id/f5/5d5a981e90ee6b21217f54a6c95ef4c1fd782d.debug 120777 root:root ../../usr/bin/afl-analyze.debug +File: /usr/lib/debug/.build-id/ff 40755 root:root +File: /usr/lib/debug/.build-id/ff/b95908bd8682ec298782b5bcc5137905073c9b 120777 root:root ../../../../bin/afl-showmap +File: /usr/lib/debug/.build-id/ff/b95908bd8682ec298782b5bcc5137905073c9b.debug 120777 root:root ../../usr/bin/afl-showmap.debug +File: /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root 52c154477b902f27eae6ca5ce8c71bcb 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 cdc750c627adfa183ad15dcbfb5d4b69 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 1c21194b16d78446eefeefc466a384c1 +File: /usr/lib/debug/usr/bin/afl-gotcpu.debug 100644 root:root 6cafd1362473797b6a4f3f6435e9e705 +File: /usr/lib/debug/usr/bin/afl-showmap.debug 100644 root:root 71df195d359b0d47d07ec15d16723d10 +File: /usr/lib/debug/usr/bin/afl-tmin.debug 100644 root:root 32e54c5e614ebeb46cfa83fdda54cf4c 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 7c3f2714fd2f4898cedd50e2537508f2 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: ba866b391bbacc086dc33e71be77e6b31377b7cbc52fbace669a468203c4e1b34d18148f4deed1aa6cdb02118655aba7c7840e23f0e30d0e02355a344c6207cf