<86>Jan 6 05:57:02 userdel[3839627]: delete user 'rooter' <86>Jan 6 05:57:02 userdel[3839627]: removed group 'rooter' owned by 'rooter' <86>Jan 6 05:57:02 userdel[3839627]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 6 05:57:02 groupadd[3839772]: group added to /etc/group: name=rooter, GID=1841 <86>Jan 6 05:57:02 groupadd[3839772]: group added to /etc/gshadow: name=rooter <86>Jan 6 05:57:02 groupadd[3839772]: new group: name=rooter, GID=1841 <86>Jan 6 05:57:02 useradd[3839862]: new user: name=rooter, UID=1841, GID=1841, home=/root, shell=/bin/bash, from=none <86>Jan 6 05:57:02 userdel[3840059]: delete user 'builder' <86>Jan 6 05:57:02 userdel[3840059]: removed group 'builder' owned by 'builder' <86>Jan 6 05:57:02 userdel[3840059]: removed shadow group 'builder' owned by 'builder' <86>Jan 6 05:57:02 groupadd[3840154]: group added to /etc/group: name=builder, GID=1842 <86>Jan 6 05:57:02 groupadd[3840154]: group added to /etc/gshadow: name=builder <86>Jan 6 05:57:02 groupadd[3840154]: new group: name=builder, GID=1842 <86>Jan 6 05:57:02 useradd[3840278]: new user: name=builder, UID=1842, GID=1842, 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.43705 + 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.43705 + 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/ccRwkIp7.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.48023 + 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:/bin:/usr/bin:/usr/X11R6/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/ccZuEUWV.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 Processing files: afl-2.57b-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.19153 + 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.se1yCQ 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.Xzf9Ll 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.Md68zm 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.0d6Zpo find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NySHG0 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.24user 2.94system 0:10.44elapsed 87%CPU (0avgtext+0avgdata 95524maxresident)k 0inputs+0outputs (0major+655341minor)pagefaults 0swaps 0.58user 1.13system 0:14.02elapsed 12%CPU (0avgtext+0avgdata 12216maxresident)k 0inputs+0outputs (0major+98263minor)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-01-06 05:57:14.300337284 +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 0099088776e71c4382c1b8fe62566905 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 eaa56ba6fa29d8f16f5562e99ac8bf2d 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 c0e36c0d447756162e8c7a449c3c0d92 +File: /usr/bin/afl-gotcpu 100755 root:root 0a1af0b28bd809947a57a7ade09f4462 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 bbfe65eaafe9b0782dee8b9bb72b8af5 +File: /usr/bin/afl-tmin 100755 root:root 844f6ffa451703983a1261e7869778ad 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 72f181864d70c3fd34874f9a3ce9efeb 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: 3d196d59a4ac39ee5eeb083783e1a8a67eaa6d79ba5ebc2d42f197dca5c4b885e8251baa19b0aad46c0a41cdac3431e6ae6a24aba7099fc14ab7d226bed49f2f --- 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-01-06 05:57:14.391338482 +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/0a 40755 root:root +/usr/lib/debug/.build-id/0a/a460c6c0bec88f380716ba581f940847b51a79 120777 root:root ../../../../bin/afl-analyze +/usr/lib/debug/.build-id/0a/a460c6c0bec88f380716ba581f940847b51a79.debug 120777 root:root ../../usr/bin/afl-analyze.debug +/usr/lib/debug/.build-id/0f 40755 root:root +/usr/lib/debug/.build-id/0f/c035f0288d4cbf98b09ee1c6dec531f6bad5be 120777 root:root ../../../../bin/afl-showmap +/usr/lib/debug/.build-id/0f/c035f0288d4cbf98b09ee1c6dec531f6bad5be.debug 120777 root:root ../../usr/bin/afl-showmap.debug +/usr/lib/debug/.build-id/1d 40755 root:root +/usr/lib/debug/.build-id/1d/67bf7d1be9397832c422836206158b9d8b6f83 120777 root:root ../../../../bin/afl-gotcpu +/usr/lib/debug/.build-id/1d/67bf7d1be9397832c422836206158b9d8b6f83.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +/usr/lib/debug/.build-id/9e 40755 root:root +/usr/lib/debug/.build-id/9e/48253014c660ecaf19a417a1f66a4a9f9e148e 120777 root:root ../../../../bin/afl-tmin +/usr/lib/debug/.build-id/9e/48253014c660ecaf19a417a1f66a4a9f9e148e.debug 120777 root:root ../../usr/bin/afl-tmin.debug +/usr/lib/debug/.build-id/ad 40755 root:root +/usr/lib/debug/.build-id/ad/8b7e80b3c09f006ee464961fe5702a15108c18 120777 root:root ../../../../bin/afl-fuzz +/usr/lib/debug/.build-id/ad/8b7e80b3c09f006ee464961fe5702a15108c18.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +/usr/lib/debug/.build-id/b2 40755 root:root +/usr/lib/debug/.build-id/b2/c84cf2b4eb11440173f83406f84dfe05f70bda 120777 root:root ../../../afl/afl-as +/usr/lib/debug/.build-id/b2/c84cf2b4eb11440173f83406f84dfe05f70bda.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +/usr/lib/debug/.build-id/f2 40755 root:root +/usr/lib/debug/.build-id/f2/01b522115791a47926470db267c8e937091a0b 120777 root:root ../../../../bin/afl-gcc +/usr/lib/debug/.build-id/f2/01b522115791a47926470db267c8e937091a0b.debug 120777 root:root ../../usr/bin/afl-gcc.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/0a 40755 root:root +File: /usr/lib/debug/.build-id/0a/a460c6c0bec88f380716ba581f940847b51a79 120777 root:root ../../../../bin/afl-analyze +File: /usr/lib/debug/.build-id/0a/a460c6c0bec88f380716ba581f940847b51a79.debug 120777 root:root ../../usr/bin/afl-analyze.debug +File: /usr/lib/debug/.build-id/0f 40755 root:root +File: /usr/lib/debug/.build-id/0f/c035f0288d4cbf98b09ee1c6dec531f6bad5be 120777 root:root ../../../../bin/afl-showmap +File: /usr/lib/debug/.build-id/0f/c035f0288d4cbf98b09ee1c6dec531f6bad5be.debug 120777 root:root ../../usr/bin/afl-showmap.debug +File: /usr/lib/debug/.build-id/1d 40755 root:root +File: /usr/lib/debug/.build-id/1d/67bf7d1be9397832c422836206158b9d8b6f83 120777 root:root ../../../../bin/afl-gotcpu +File: /usr/lib/debug/.build-id/1d/67bf7d1be9397832c422836206158b9d8b6f83.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +File: /usr/lib/debug/.build-id/9e 40755 root:root +File: /usr/lib/debug/.build-id/9e/48253014c660ecaf19a417a1f66a4a9f9e148e 120777 root:root ../../../../bin/afl-tmin +File: /usr/lib/debug/.build-id/9e/48253014c660ecaf19a417a1f66a4a9f9e148e.debug 120777 root:root ../../usr/bin/afl-tmin.debug +File: /usr/lib/debug/.build-id/ad 40755 root:root +File: /usr/lib/debug/.build-id/ad/8b7e80b3c09f006ee464961fe5702a15108c18 120777 root:root ../../../../bin/afl-fuzz +File: /usr/lib/debug/.build-id/ad/8b7e80b3c09f006ee464961fe5702a15108c18.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +File: /usr/lib/debug/.build-id/b2 40755 root:root +File: /usr/lib/debug/.build-id/b2/c84cf2b4eb11440173f83406f84dfe05f70bda 120777 root:root ../../../afl/afl-as +File: /usr/lib/debug/.build-id/b2/c84cf2b4eb11440173f83406f84dfe05f70bda.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +File: /usr/lib/debug/.build-id/f2 40755 root:root +File: /usr/lib/debug/.build-id/f2/01b522115791a47926470db267c8e937091a0b 120777 root:root ../../../../bin/afl-gcc +File: /usr/lib/debug/.build-id/f2/01b522115791a47926470db267c8e937091a0b.debug 120777 root:root ../../usr/bin/afl-gcc.debug +File: /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root f1bfd0182705017d8368fe1eccb5525a 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 26d2a387471b997b4d13c4e51dea07b9 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 5c6f88ba9a621117d20603e76a36ab18 +File: /usr/lib/debug/usr/bin/afl-gotcpu.debug 100644 root:root 57cff6ea4a6b7928df993e3c2a38456e +File: /usr/lib/debug/usr/bin/afl-showmap.debug 100644 root:root 77f04976c4696f139f10b43365fb95d4 +File: /usr/lib/debug/usr/bin/afl-tmin.debug 100644 root:root d262032c9e868244a46feb09e6380b84 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 52e9e156ae7aa45c04614ac3f61714c0 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: e0b095d60324f39225080332ed7d3a4fb7ba71cd17a38e5f44b90820472be244f9cdbad064ad9186486e63c755b6c0604747edcb9ebc19b357462bad9bc9ed83