<86>Jun 3 05:03:25 userdel[740404]: delete user 'rooter' <86>Jun 3 05:03:25 userdel[740404]: removed group 'rooter' owned by 'rooter' <86>Jun 3 05:03:25 userdel[740404]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 3 05:03:25 groupadd[740413]: group added to /etc/group: name=rooter, GID=1289 <86>Jun 3 05:03:25 groupadd[740413]: group added to /etc/gshadow: name=rooter <86>Jun 3 05:03:25 groupadd[740413]: new group: name=rooter, GID=1289 <86>Jun 3 05:03:25 useradd[740419]: new user: name=rooter, UID=1289, GID=1289, home=/root, shell=/bin/bash, from=none <86>Jun 3 05:03:25 userdel[740432]: delete user 'builder' <86>Jun 3 05:03:25 userdel[740432]: removed group 'builder' owned by 'builder' <86>Jun 3 05:03:25 userdel[740432]: removed shadow group 'builder' owned by 'builder' <86>Jun 3 05:03:25 groupadd[740442]: group added to /etc/group: name=builder, GID=1290 <86>Jun 3 05:03:25 groupadd[740442]: group added to /etc/gshadow: name=builder <86>Jun 3 05:03:25 groupadd[740442]: new group: name=builder, GID=1290 <86>Jun 3 05:03:25 useradd[740448]: new user: name=builder, UID=1290, GID=1290, 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.98266 + 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.98266 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd afl-2.57b + make -j8 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/ccpVcSTb.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.6177 + 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/ccm7rhk6.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.2996 + 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.Wak1o3 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.1KzlXJ 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.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.WeCDhx 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.ILHRVe find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uaL1Zb 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) 9.28user 3.45system 0:12.38elapsed 102%CPU (0avgtext+0avgdata 94276maxresident)k 0inputs+0outputs (0major+648100minor)pagefaults 0swaps 0.71user 1.31system 0:16.93elapsed 11%CPU (0avgtext+0avgdata 11864maxresident)k 0inputs+0outputs (0major+94978minor)pagefaults 0swaps --- afl-2.57b-alt1.i586.rpm.repo 2022-06-06 13:10:46.000000000 +0000 +++ afl-2.57b-alt1.i586.rpm.hasher 2023-06-03 05:03:39.891883947 +0000 @@ -159,3 +159,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 d5aaad432583f61bd4f5fe77b9004bab File: /usr/bin/afl-clang 120777 root:root afl-gcc @@ -163,13 +163,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 95eda66137b66970516a7cc88fd22e7a 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 899fbc5c6db29a90b715d753134155c5 +File: /usr/bin/afl-gotcpu 100755 root:root c405984146b138c9bcb00f5920b2b4dc 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 b3763db616b9d42fd0d9b600f9109f54 +File: /usr/bin/afl-tmin 100755 root:root 4ca13de56bc581d910623b40e8ed8656 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 f6d91125a61ee5757c7c4cf1800b9255 File: /usr/lib/afl/as 120777 root:root afl-as @@ -295,2 +295,2 @@ File: /usr/share/doc/afl/technical_details.txt 100644 root:root 06bf4b3347778115fb190d4b56ec7452 -RPMIdentity: 48ab5fc4b9003e329a057f9c6b57d8e70a2c57e968ff8141170f24422626d6d7f875bdd85bb91f6ac53d60b1ba3ea92a42b5bb2193e689238a51eb3620c8e31b +RPMIdentity: e95ddccf2ed7923fa584fdde16509e7c26882d745060448823dc00c2dd3d2930c0a7fb99d30bade164464225309d0d98c14fc3b44f0d4dec747aa44e6ca67b07 --- afl-debuginfo-2.57b-alt1.i586.rpm.repo 2022-06-06 13:10:47.000000000 +0000 +++ afl-debuginfo-2.57b-alt1.i586.rpm.hasher 2023-06-03 05:03:39.975883443 +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/09 40755 root:root +/usr/lib/debug/.build-id/09/da76f63b52ede1600abec598e4fef20e09fc17 120777 root:root ../../../../bin/afl-gcc +/usr/lib/debug/.build-id/09/da76f63b52ede1600abec598e4fef20e09fc17.debug 120777 root:root ../../usr/bin/afl-gcc.debug +/usr/lib/debug/.build-id/20 40755 root:root +/usr/lib/debug/.build-id/20/104ee5e26231f4d0a89ea7cb5bb498a4e7904b 120777 root:root ../../../../bin/afl-gotcpu +/usr/lib/debug/.build-id/20/104ee5e26231f4d0a89ea7cb5bb498a4e7904b.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +/usr/lib/debug/.build-id/54 40755 root:root +/usr/lib/debug/.build-id/54/0a9b998dfc656e00dd4dc927e1e8dd22253194 120777 root:root ../../../../bin/afl-fuzz +/usr/lib/debug/.build-id/54/0a9b998dfc656e00dd4dc927e1e8dd22253194.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +/usr/lib/debug/.build-id/7a 40755 root:root +/usr/lib/debug/.build-id/7a/d6f99a887b072bd8e55e314418a4b5f41b9548 120777 root:root ../../../afl/afl-as +/usr/lib/debug/.build-id/7a/d6f99a887b072bd8e55e314418a4b5f41b9548.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +/usr/lib/debug/.build-id/97 40755 root:root +/usr/lib/debug/.build-id/97/9dde9d0c6d218449fa5ac61e617ad915d73806 120777 root:root ../../../../bin/afl-analyze +/usr/lib/debug/.build-id/97/9dde9d0c6d218449fa5ac61e617ad915d73806.debug 120777 root:root ../../usr/bin/afl-analyze.debug +/usr/lib/debug/.build-id/a3 40755 root:root +/usr/lib/debug/.build-id/a3/0f9fb69d77dc045c7aed3bec20a2407f45edbe 120777 root:root ../../../../bin/afl-tmin +/usr/lib/debug/.build-id/a3/0f9fb69d77dc045c7aed3bec20a2407f45edbe.debug 120777 root:root ../../usr/bin/afl-tmin.debug +/usr/lib/debug/.build-id/e6 40755 root:root +/usr/lib/debug/.build-id/e6/4778967cd45242497eb34810f1bc7610fb0c2d 120777 root:root ../../../../bin/afl-showmap +/usr/lib/debug/.build-id/e6/4778967cd45242497eb34810f1bc7610fb0c2d.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/09 40755 root:root +File: /usr/lib/debug/.build-id/09/da76f63b52ede1600abec598e4fef20e09fc17 120777 root:root ../../../../bin/afl-gcc +File: /usr/lib/debug/.build-id/09/da76f63b52ede1600abec598e4fef20e09fc17.debug 120777 root:root ../../usr/bin/afl-gcc.debug +File: /usr/lib/debug/.build-id/20 40755 root:root +File: /usr/lib/debug/.build-id/20/104ee5e26231f4d0a89ea7cb5bb498a4e7904b 120777 root:root ../../../../bin/afl-gotcpu +File: /usr/lib/debug/.build-id/20/104ee5e26231f4d0a89ea7cb5bb498a4e7904b.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +File: /usr/lib/debug/.build-id/54 40755 root:root +File: /usr/lib/debug/.build-id/54/0a9b998dfc656e00dd4dc927e1e8dd22253194 120777 root:root ../../../../bin/afl-fuzz +File: /usr/lib/debug/.build-id/54/0a9b998dfc656e00dd4dc927e1e8dd22253194.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +File: /usr/lib/debug/.build-id/7a 40755 root:root +File: /usr/lib/debug/.build-id/7a/d6f99a887b072bd8e55e314418a4b5f41b9548 120777 root:root ../../../afl/afl-as +File: /usr/lib/debug/.build-id/7a/d6f99a887b072bd8e55e314418a4b5f41b9548.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +File: /usr/lib/debug/.build-id/97 40755 root:root +File: /usr/lib/debug/.build-id/97/9dde9d0c6d218449fa5ac61e617ad915d73806 120777 root:root ../../../../bin/afl-analyze +File: /usr/lib/debug/.build-id/97/9dde9d0c6d218449fa5ac61e617ad915d73806.debug 120777 root:root ../../usr/bin/afl-analyze.debug +File: /usr/lib/debug/.build-id/a3 40755 root:root +File: /usr/lib/debug/.build-id/a3/0f9fb69d77dc045c7aed3bec20a2407f45edbe 120777 root:root ../../../../bin/afl-tmin +File: /usr/lib/debug/.build-id/a3/0f9fb69d77dc045c7aed3bec20a2407f45edbe.debug 120777 root:root ../../usr/bin/afl-tmin.debug +File: /usr/lib/debug/.build-id/e6 40755 root:root +File: /usr/lib/debug/.build-id/e6/4778967cd45242497eb34810f1bc7610fb0c2d 120777 root:root ../../../../bin/afl-showmap +File: /usr/lib/debug/.build-id/e6/4778967cd45242497eb34810f1bc7610fb0c2d.debug 120777 root:root ../../usr/bin/afl-showmap.debug +File: /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root 8419af992b396da043096c2a61704e85 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 acb0cf9e2cbe710ccd4ae7368dbaeaf4 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 5fe1a6d18c8d19db87fbe4ab251639dd +File: /usr/lib/debug/usr/bin/afl-gotcpu.debug 100644 root:root c58f14f5f53206778dbc50365f20c7c8 +File: /usr/lib/debug/usr/bin/afl-showmap.debug 100644 root:root 03ee9f55f8ad3233370a42d893279a43 +File: /usr/lib/debug/usr/bin/afl-tmin.debug 100644 root:root 5e4cb1bda14f011daf4c60cc8db85ff0 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 1e61d2ac15e40300a9d311dd4360f721 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: 3b4bfdbed592f453f4c35878ed380744180b3b220eed0ca34028881316b8d171693a568b1d3fe816a8381955cbc1fe1cc2ff534d70434e36118e0b76e3217264