<86>Jun 16 01:41:58 userdel[1499588]: delete user 'rooter' <86>Jun 16 01:41:58 userdel[1499588]: removed group 'rooter' owned by 'rooter' <86>Jun 16 01:41:58 userdel[1499588]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 01:41:58 groupadd[1499605]: group added to /etc/group: name=rooter, GID=1799 <86>Jun 16 01:41:58 groupadd[1499605]: group added to /etc/gshadow: name=rooter <86>Jun 16 01:41:58 groupadd[1499605]: new group: name=rooter, GID=1799 <86>Jun 16 01:41:58 useradd[1499629]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash <86>Jun 16 01:41:58 userdel[1499666]: delete user 'builder' <86>Jun 16 01:41:58 userdel[1499666]: removed group 'builder' owned by 'builder' <86>Jun 16 01:41:58 userdel[1499666]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 01:41:58 groupadd[1499688]: group added to /etc/group: name=builder, GID=1800 <86>Jun 16 01:41:58 groupadd[1499688]: group added to /etc/gshadow: name=builder <86>Jun 16 01:41:58 groupadd[1499688]: new group: name=builder, GID=1800 <86>Jun 16 01:41:58 useradd[1499706]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash <13>Jun 16 01:42:01 rpmi: llvm-common-11.0.1-alt3 p10+282434.100.1.1 1628689622 installed <13>Jun 16 01:42:01 rpmi: llvm11.0-filesystem-11.0.1-alt6 p10+319472.600.4.1 1685099662 installed <13>Jun 16 01:42:03 rpmi: clang11.0-libs-support-11.0.1-alt6 p10+319472.600.4.1 1685099662 installed <13>Jun 16 01:42:04 rpmi: llvm11.0-libs-11.0.1-alt6 p10+319472.600.4.1 1685099662 installed <13>Jun 16 01:42:04 rpmi: clang11.0-libs-11.0.1-alt6 p10+319472.600.4.1 1685099662 installed <13>Jun 16 01:42:05 rpmi: llvm11.0-11.0.1-alt6 p10+319472.600.4.1 1685099662 installed <13>Jun 16 01:42:05 rpmi: llvm-common-util-11.0.1-alt3 p10+282434.100.1.1 1628689622 installed <13>Jun 16 01:42:05 rpmi: llvm11.0-devel-11.0.1-alt6 p10+319472.600.4.1 1685099662 installed <13>Jun 16 01:42:05 rpmi: llvm-common-devel-11.0.1-alt3 p10+282434.100.1.1 1628689622 installed <13>Jun 16 01:42:05 rpmi: clang11.0-11.0.1-alt6 p10+319472.600.4.1 1685099662 installed <13>Jun 16 01:42:05 rpmi: llvm-common-clang-11.0.1-alt3 p10+282434.100.1.1 1628689622 installed <13>Jun 16 01:42:05 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jun 16 01:42:05 rpmi: libstdc++10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jun 16 01:42:05 rpmi: libstdc++-devel-10-alt1 sisyphus+263054.200.3.1 1607517515 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/afl-2.56-alt4.b.git.f10d601.nosrc.rpm (w1.gzdio) Installing afl-2.56-alt4.b.git.f10d601.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25694 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf afl-2.56 + echo 'Source #0 (afl-2.56.tar):' Source #0 (afl-2.56.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/afl-2.56.tar + cd afl-2.56 + /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.56-coverage.patch):' Patch #1 (afl-2.56-coverage.patch): + /usr/bin/patch -p1 patching file afl-gcc.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.25694 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd afl-2.56 + make -j16 PREFIX=/usr make: Entering directory '/usr/src/RPM/BUILD/afl-2.56' [*] 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.56' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56' 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 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.56' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56' 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 make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56' 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 make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56' 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 make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56' 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 make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56' 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 make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56' 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 ln -sf afl-as as make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56' [*] 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 ./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.56' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56' [+] LLVM users: see llvm_mode/README.llvm for a faster alternative to afl-gcc. [+] All done! Be sure to review README - it's pretty short and useful. make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56' + pushd llvm_mode ~/RPM/BUILD/afl-2.56/llvm_mode ~/RPM/BUILD/afl-2.56 + make -j16 PREFIX=/usr make: Entering directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' [*] Checking for working 'llvm-config'... [*] Checking for working 'clang'... [*] Checking for '../afl-showmap'... [+] All set and ready to build. make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' clang -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DBIN_PATH=\"/usr/bin\" -DVERSION=\"2.56b\" afl-clang-fast.c -o ../afl-clang-fast ln -sf afl-clang-fast ../afl-clang-fast++ make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' clang++ `llvm-config --cxxflags` -Wl,-znodelete -fno-rtti -fpic -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DVERSION=\"2.56b\" -Wno-variadic-macros -shared afl-llvm-pass.so.cc -o ../afl-llvm-pass.so `llvm-config --ldflags` `llvm-config --libs` make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' clang -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DBIN_PATH=\"/usr/bin\" -DVERSION=\"2.56b\" -fPIC -c afl-llvm-rt.o.c -o ../afl-llvm-rt.o make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' [*] Building 32-bit variant of the runtime (-m32)... success! make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' [*] Building 64-bit variant of the runtime (-m64)... success! make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' [*] Testing the CC wrapper and instrumentation output... unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; AFL_QUIET=1 AFL_PATH=. AFL_CC=clang ../afl-clang-fast -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\" -DBIN_PATH=\"/usr/bin\" -DVERSION=\"2.56b\" ../test-instr.c -o test-instr ../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.56/llvm_mode' make: Entering directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' [+] All done! You can now use '../afl-clang-fast' to compile programs. make: Leaving directory '/usr/src/RPM/BUILD/afl-2.56/llvm_mode' + popd ~/RPM/BUILD/afl-2.56 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.77 + 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.56 + 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.56' [*] 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 ./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! [+] LLVM users: see llvm_mode/README.llvm for a faster alternative to afl-gcc. [+] 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.56' + 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) mode of './usr/lib/afl/afl-llvm-pass.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) 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) 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) section [14] '.rela.debug_info': relocation 57: relocation type invalid for the file type section [23] '.llvm_addrsig' has unsupported type 1879002115 verify-elf: WARNING: ./usr/lib/afl/afl-llvm-rt-64.o: eu-elflint failed section [23] '.llvm_addrsig' has unsupported type 1879002115 verify-elf: WARNING: ./usr/lib/afl/afl-llvm-rt-32.o: eu-elflint failed section [14] '.rela.debug_info': relocation 57: relocation type invalid for the file type section [23] '.llvm_addrsig' has unsupported type 1879002115 verify-elf: WARNING: ./usr/lib/afl/afl-llvm-rt.o: eu-elflint failed Processing files: afl-2.56-alt4.b.git.f10d601 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.15772 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd afl-2.56 + DOCDIR=/usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.56 + export DOCDIR + rm -rf /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.56 + /bin/mkdir -p /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.56 + cp -prL LICENSE /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.56 + chmod -R go-w /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.56 + chmod -R a+rX /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.56 + cp -prL README.md CONTRIBUTING.md /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.56 + chmod -R go-w /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.56 + chmod -R a+rX /usr/src/tmp/afl-buildroot/usr/share/doc/afl-2.56 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.POsCla 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.aryD57 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 lib.req: WARNING: /usr/src/tmp/afl-buildroot/usr/lib/afl/afl-llvm-pass.so: overlinked libraries: /lib64/libgcc_s.so.1 /lib64/libm.so.6 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, /lib64/ld-linux-x86-64.so.2, /usr/bin/env, /usr/bin/gnuplot, bash, coreutils, findutils, grep, hasher, libLLVM-11.so()(64bit) >= set:smAOrvYFLCaxI3G6Lh64wjlmANdA7BZ6pLvgcKklmNbZr6ANM7Gos1l9VpzT1x7zUNfX6obrXXoYd0EExbVhPrKsZAdiFh2htvC5oFoXIZ4PaP4MbycDPOSY02IFNo6HX9cUfn0POzLyGBFYbaXmOI6GMMWdWc6prEHAPE1aqm1, libLLVM-11.so(LLVM_11)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libdl.so.2(GLIBC_2.2.5)(64bit), libgcc_s.so.1()(64bit), libm.so.6()(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), rtld(GNU_HASH), sed Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bborea Creating afl-debuginfo package Processing files: afl-debuginfo-2.56-alt4.b.git.f10d601 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6oSHc8 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Cirzv9 find-requires: running scripts (debuginfo) Requires: afl = 2.56-alt4.b.git.f10d601, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libLLVM-11.so), debug64(libc.so.6), debug64(libdl.so.2), debug64(libgcc_s.so.1), debug64(libm.so.6), debug64(libstdc++.so.6) Adding to afl-debuginfo a strict dependency on afl Wrote: /usr/src/RPM/RPMS/x86_64/afl-2.56-alt4.b.git.f10d601.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/afl-debuginfo-2.56-alt4.b.git.f10d601.x86_64.rpm (w2.lzdio) 7.66user 4.30system 0:14.07elapsed 85%CPU (0avgtext+0avgdata 181728maxresident)k 0inputs+0outputs (0major+938569minor)pagefaults 0swaps 3.56user 2.40system 0:27.46elapsed 21%CPU (0avgtext+0avgdata 129192maxresident)k 0inputs+0outputs (0major+198344minor)pagefaults 0swaps --- afl-2.56-alt4.b.git.f10d601.x86_64.rpm.repo 2021-04-23 17:19:41.000000000 +0000 +++ afl-2.56-alt4.b.git.f10d601.x86_64.rpm.hasher 2024-06-16 01:42:22.402581489 +0000 @@ -163,23 +163,23 @@ Provides: afl = 2.56-alt4.b.git.f10d601:sisyphus+270563.100.1.1 -File: /usr/bin/afl-analyze 100755 root:root 9cc4169a48c4abf7a2683603d9ab3f35 +File: /usr/bin/afl-analyze 100755 root:root beb4c123311789b943ad35c1134afd8f File: /usr/bin/afl-clang 120777 root:root afl-gcc File: /usr/bin/afl-clang++ 120777 root:root afl-gcc -File: /usr/bin/afl-clang-fast 100755 root:root a46118b24fc69935917cd2feb7cb6ec3 +File: /usr/bin/afl-clang-fast 100755 root:root 961067ce7336e1099ae093e3d34a3039 File: /usr/bin/afl-clang-fast++ 120777 root:root afl-clang-fast File: /usr/bin/afl-cmin 100755 root:root a901844c09f2d77bc6c2b98e79fed216 -File: /usr/bin/afl-fuzz 100755 root:root 8f7c8cc7a66927870711fcd3507384d6 +File: /usr/bin/afl-fuzz 100755 root:root 18c9af96ebff791798dc300c4ceaa88d File: /usr/bin/afl-g++ 120777 root:root afl-gcc -File: /usr/bin/afl-gcc 100755 root:root cdb64d384fde713f57ee92e887ea9713 -File: /usr/bin/afl-gotcpu 100755 root:root a311309cfb7dac057fc4b63fa51a9a40 +File: /usr/bin/afl-gcc 100755 root:root 3149180f95a5bbf3b7db38945337ea11 +File: /usr/bin/afl-gotcpu 100755 root:root 4e893f4555b6cd16e6ae21e372112a0a 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 1c76a50df641d22b3e4cdc04fb1eec41 -File: /usr/bin/afl-tmin 100755 root:root 889d9bf4109af453a3df43c42117a73d +File: /usr/bin/afl-showmap 100755 root:root 4c281d09e2c175c23008e9dac75323ae +File: /usr/bin/afl-tmin 100755 root:root 95c84f611043a0871841c5562aed18fc 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 38d5db1422ba6bcd3e4141d97a01a3eb -File: /usr/lib/afl/afl-llvm-pass.so 100644 root:root b1ab55b14117fb48110d4e4444a49cd4 -File: /usr/lib/afl/afl-llvm-rt-32.o 100755 root:root f09a2c21c2d12ef6766c9afba830678b -File: /usr/lib/afl/afl-llvm-rt-64.o 100755 root:root 7e12476c7f8f470b65d1f42e059b1ea6 -File: /usr/lib/afl/afl-llvm-rt.o 100755 root:root 7e12476c7f8f470b65d1f42e059b1ea6 +File: /usr/lib/afl/afl-as 100755 root:root 9ef85d836ecf86980c5265228b51f6cd +File: /usr/lib/afl/afl-llvm-pass.so 100644 root:root 04b9a7893d65c734231627284bcb65ed +File: /usr/lib/afl/afl-llvm-rt-32.o 100755 root:root 47ab662c59b52d57efeee474f254ff53 +File: /usr/lib/afl/afl-llvm-rt-64.o 100755 root:root fcbbe5dde4646a7cdbfea2100bbdc34e +File: /usr/lib/afl/afl-llvm-rt.o 100755 root:root fcbbe5dde4646a7cdbfea2100bbdc34e File: /usr/lib/afl/as 120777 root:root afl-as @@ -300,2 +300,2 @@ File: /usr/share/doc/afl/technical_details.txt 100644 root:root 06bf4b3347778115fb190d4b56ec7452 -RPMIdentity: 22c96b5a0131fcb1b9533bdef0a9d0683348d7fc33ae28a2f413365ef926b5bac836359f18e10aeb4956a4540a5948aec0e23f6d82ea25463642cfe39dfb7e16 +RPMIdentity: edb9819c0b7affef3ad302906b6c41f6d59011fdff143223faccc24d519bd2afad28435c1ecbf3e5f060840cd2582ba7128386be72c0667d19d5eb647af19034 --- afl-debuginfo-2.56-alt4.b.git.f10d601.x86_64.rpm.repo 2021-04-23 17:19:41.000000000 +0000 +++ afl-debuginfo-2.56-alt4.b.git.f10d601.x86_64.rpm.hasher 2024-06-16 01:42:22.475582681 +0000 @@ -1,22 +1,22 @@ -/usr/lib/debug/.build-id/0e 40755 root:root -/usr/lib/debug/.build-id/0e/cb81168cc908b2e21dc6651b0f8066974d7fa7 120777 root:root ../../../afl/afl-as -/usr/lib/debug/.build-id/0e/cb81168cc908b2e21dc6651b0f8066974d7fa7.debug 120777 root:root ../../usr/lib/afl/afl-as.debug -/usr/lib/debug/.build-id/25 40755 root:root -/usr/lib/debug/.build-id/25/e558069ced91f775f5d7917ea72205bc1c24d7 120777 root:root ../../../../bin/afl-gcc -/usr/lib/debug/.build-id/25/e558069ced91f775f5d7917ea72205bc1c24d7.debug 120777 root:root ../../usr/bin/afl-gcc.debug -/usr/lib/debug/.build-id/2b 40755 root:root -/usr/lib/debug/.build-id/2b/8d77656587ca2a2e11247af7e5cd586f23cad1 120777 root:root ../../../../bin/afl-analyze -/usr/lib/debug/.build-id/2b/8d77656587ca2a2e11247af7e5cd586f23cad1.debug 120777 root:root ../../usr/bin/afl-analyze.debug -/usr/lib/debug/.build-id/59 40755 root:root -/usr/lib/debug/.build-id/59/1d54a1a18340054a6eb440d24860500205efdb 120777 root:root ../../../../bin/afl-fuzz -/usr/lib/debug/.build-id/59/1d54a1a18340054a6eb440d24860500205efdb.debug 120777 root:root ../../usr/bin/afl-fuzz.debug -/usr/lib/debug/.build-id/64 40755 root:root -/usr/lib/debug/.build-id/64/7adee7392d4f0b508633d337ff0f222463ebbb 120777 root:root ../../../../bin/afl-tmin -/usr/lib/debug/.build-id/64/7adee7392d4f0b508633d337ff0f222463ebbb.debug 120777 root:root ../../usr/bin/afl-tmin.debug -/usr/lib/debug/.build-id/ac 40755 root:root -/usr/lib/debug/.build-id/ac/8f44bdf42294103c39992ef42b57bf87e3e580 120777 root:root ../../../../bin/afl-gotcpu -/usr/lib/debug/.build-id/ac/8f44bdf42294103c39992ef42b57bf87e3e580.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug -/usr/lib/debug/.build-id/e4 40755 root:root -/usr/lib/debug/.build-id/e4/2cb99bb0af2063d93ec72b451e6d444cefeef7 120777 root:root ../../../../bin/afl-showmap -/usr/lib/debug/.build-id/e4/2cb99bb0af2063d93ec72b451e6d444cefeef7.debug 120777 root:root ../../usr/bin/afl-showmap.debug +/usr/lib/debug/.build-id/1a 40755 root:root +/usr/lib/debug/.build-id/1a/c76ac820d704f7f9e16263cf578b3f82949969 120777 root:root ../../../../bin/afl-tmin +/usr/lib/debug/.build-id/1a/c76ac820d704f7f9e16263cf578b3f82949969.debug 120777 root:root ../../usr/bin/afl-tmin.debug +/usr/lib/debug/.build-id/4a 40755 root:root +/usr/lib/debug/.build-id/4a/3df2dbdb5e8f136daa4a5f0b97a3c026b4e29d 120777 root:root ../../../../bin/afl-showmap +/usr/lib/debug/.build-id/4a/3df2dbdb5e8f136daa4a5f0b97a3c026b4e29d.debug 120777 root:root ../../usr/bin/afl-showmap.debug +/usr/lib/debug/.build-id/50 40755 root:root +/usr/lib/debug/.build-id/50/db51c88d3cba1d9a98f68fca89e7880edd58a8 120777 root:root ../../../../bin/afl-gcc +/usr/lib/debug/.build-id/50/db51c88d3cba1d9a98f68fca89e7880edd58a8.debug 120777 root:root ../../usr/bin/afl-gcc.debug +/usr/lib/debug/.build-id/6f 40755 root:root +/usr/lib/debug/.build-id/6f/c34c465b0750e628dbcd04c4cfb1114abf6b0e 120777 root:root ../../../../bin/afl-fuzz +/usr/lib/debug/.build-id/6f/c34c465b0750e628dbcd04c4cfb1114abf6b0e.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +/usr/lib/debug/.build-id/c7 40755 root:root +/usr/lib/debug/.build-id/c7/b6aa4d5fbe0f546c6d58c4201ef11d34944b8e 120777 root:root ../../../../bin/afl-analyze +/usr/lib/debug/.build-id/c7/b6aa4d5fbe0f546c6d58c4201ef11d34944b8e.debug 120777 root:root ../../usr/bin/afl-analyze.debug +/usr/lib/debug/.build-id/d9 40755 root:root +/usr/lib/debug/.build-id/d9/994d7e0d4d778880e86f5a7751853f01dc2013 120777 root:root ../../../../bin/afl-gotcpu +/usr/lib/debug/.build-id/d9/994d7e0d4d778880e86f5a7751853f01dc2013.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +/usr/lib/debug/.build-id/f2 40755 root:root +/usr/lib/debug/.build-id/f2/1b4e7f5343792c5d27f5ef0cb48db457b5cf0e 120777 root:root ../../../afl/afl-as +/usr/lib/debug/.build-id/f2/1b4e7f5343792c5d27f5ef0cb48db457b5cf0e.debug 120777 root:root ../../usr/lib/afl/afl-as.debug /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root @@ -61,37 +61,37 @@ Provides: afl-debuginfo = 2.56-alt4.b.git.f10d601:sisyphus+270563.100.1.1 -File: /usr/lib/debug/.build-id/0e 40755 root:root -File: /usr/lib/debug/.build-id/0e/cb81168cc908b2e21dc6651b0f8066974d7fa7 120777 root:root ../../../afl/afl-as -File: /usr/lib/debug/.build-id/0e/cb81168cc908b2e21dc6651b0f8066974d7fa7.debug 120777 root:root ../../usr/lib/afl/afl-as.debug -File: /usr/lib/debug/.build-id/25 40755 root:root -File: /usr/lib/debug/.build-id/25/e558069ced91f775f5d7917ea72205bc1c24d7 120777 root:root ../../../../bin/afl-gcc -File: /usr/lib/debug/.build-id/25/e558069ced91f775f5d7917ea72205bc1c24d7.debug 120777 root:root ../../usr/bin/afl-gcc.debug -File: /usr/lib/debug/.build-id/2b 40755 root:root -File: /usr/lib/debug/.build-id/2b/8d77656587ca2a2e11247af7e5cd586f23cad1 120777 root:root ../../../../bin/afl-analyze -File: /usr/lib/debug/.build-id/2b/8d77656587ca2a2e11247af7e5cd586f23cad1.debug 120777 root:root ../../usr/bin/afl-analyze.debug -File: /usr/lib/debug/.build-id/59 40755 root:root -File: /usr/lib/debug/.build-id/59/1d54a1a18340054a6eb440d24860500205efdb 120777 root:root ../../../../bin/afl-fuzz -File: /usr/lib/debug/.build-id/59/1d54a1a18340054a6eb440d24860500205efdb.debug 120777 root:root ../../usr/bin/afl-fuzz.debug -File: /usr/lib/debug/.build-id/64 40755 root:root -File: /usr/lib/debug/.build-id/64/7adee7392d4f0b508633d337ff0f222463ebbb 120777 root:root ../../../../bin/afl-tmin -File: /usr/lib/debug/.build-id/64/7adee7392d4f0b508633d337ff0f222463ebbb.debug 120777 root:root ../../usr/bin/afl-tmin.debug -File: /usr/lib/debug/.build-id/ac 40755 root:root -File: /usr/lib/debug/.build-id/ac/8f44bdf42294103c39992ef42b57bf87e3e580 120777 root:root ../../../../bin/afl-gotcpu -File: /usr/lib/debug/.build-id/ac/8f44bdf42294103c39992ef42b57bf87e3e580.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug -File: /usr/lib/debug/.build-id/e4 40755 root:root -File: /usr/lib/debug/.build-id/e4/2cb99bb0af2063d93ec72b451e6d444cefeef7 120777 root:root ../../../../bin/afl-showmap -File: /usr/lib/debug/.build-id/e4/2cb99bb0af2063d93ec72b451e6d444cefeef7.debug 120777 root:root ../../usr/bin/afl-showmap.debug -File: /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root cb0fe7cb817db06b3aa3121660fa3fc5 +File: /usr/lib/debug/.build-id/1a 40755 root:root +File: /usr/lib/debug/.build-id/1a/c76ac820d704f7f9e16263cf578b3f82949969 120777 root:root ../../../../bin/afl-tmin +File: /usr/lib/debug/.build-id/1a/c76ac820d704f7f9e16263cf578b3f82949969.debug 120777 root:root ../../usr/bin/afl-tmin.debug +File: /usr/lib/debug/.build-id/4a 40755 root:root +File: /usr/lib/debug/.build-id/4a/3df2dbdb5e8f136daa4a5f0b97a3c026b4e29d 120777 root:root ../../../../bin/afl-showmap +File: /usr/lib/debug/.build-id/4a/3df2dbdb5e8f136daa4a5f0b97a3c026b4e29d.debug 120777 root:root ../../usr/bin/afl-showmap.debug +File: /usr/lib/debug/.build-id/50 40755 root:root +File: /usr/lib/debug/.build-id/50/db51c88d3cba1d9a98f68fca89e7880edd58a8 120777 root:root ../../../../bin/afl-gcc +File: /usr/lib/debug/.build-id/50/db51c88d3cba1d9a98f68fca89e7880edd58a8.debug 120777 root:root ../../usr/bin/afl-gcc.debug +File: /usr/lib/debug/.build-id/6f 40755 root:root +File: /usr/lib/debug/.build-id/6f/c34c465b0750e628dbcd04c4cfb1114abf6b0e 120777 root:root ../../../../bin/afl-fuzz +File: /usr/lib/debug/.build-id/6f/c34c465b0750e628dbcd04c4cfb1114abf6b0e.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +File: /usr/lib/debug/.build-id/c7 40755 root:root +File: /usr/lib/debug/.build-id/c7/b6aa4d5fbe0f546c6d58c4201ef11d34944b8e 120777 root:root ../../../../bin/afl-analyze +File: /usr/lib/debug/.build-id/c7/b6aa4d5fbe0f546c6d58c4201ef11d34944b8e.debug 120777 root:root ../../usr/bin/afl-analyze.debug +File: /usr/lib/debug/.build-id/d9 40755 root:root +File: /usr/lib/debug/.build-id/d9/994d7e0d4d778880e86f5a7751853f01dc2013 120777 root:root ../../../../bin/afl-gotcpu +File: /usr/lib/debug/.build-id/d9/994d7e0d4d778880e86f5a7751853f01dc2013.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +File: /usr/lib/debug/.build-id/f2 40755 root:root +File: /usr/lib/debug/.build-id/f2/1b4e7f5343792c5d27f5ef0cb48db457b5cf0e 120777 root:root ../../../afl/afl-as +File: /usr/lib/debug/.build-id/f2/1b4e7f5343792c5d27f5ef0cb48db457b5cf0e.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +File: /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root e299a008260e22649b8e1f7c62c5ee10 File: /usr/lib/debug/usr/bin/afl-clang++.debug 120777 root:root afl-gcc.debug File: /usr/lib/debug/usr/bin/afl-clang-fast++.debug 120777 root:root afl-clang-fast.debug -File: /usr/lib/debug/usr/bin/afl-clang-fast.debug 100644 root:root 4332c30665668173dd098f12029d3e4a +File: /usr/lib/debug/usr/bin/afl-clang-fast.debug 100644 root:root 90167ebab7641cc1bbfa351839a47ff1 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 0ec9b7d04e64d579a01b2884cc175210 +File: /usr/lib/debug/usr/bin/afl-fuzz.debug 100644 root:root 54d3ef4cb4ac04fb6018b63392106eac 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 6e5c61f787b996f9a696ac86e48fa9fc -File: /usr/lib/debug/usr/bin/afl-gotcpu.debug 100644 root:root a65aadff15d7e843ba14d25fd2a07198 -File: /usr/lib/debug/usr/bin/afl-showmap.debug 100644 root:root df748e2834fa2f0fd2c61260a00a8fa7 -File: /usr/lib/debug/usr/bin/afl-tmin.debug 100644 root:root 4fc0a7a95c52bed098acb2e280bf4f6b +File: /usr/lib/debug/usr/bin/afl-gcc.debug 100644 root:root 18c502913e45f75ed2568ed32d598bd0 +File: /usr/lib/debug/usr/bin/afl-gotcpu.debug 100644 root:root 577f1b8459c92e5965c5a8cd9b05f17a +File: /usr/lib/debug/usr/bin/afl-showmap.debug 100644 root:root e49197da506d9049b9e5fecb5cb30900 +File: /usr/lib/debug/usr/bin/afl-tmin.debug 100644 root:root 229a97c2da1c9d80e7f392fb89e779eb File: /usr/lib/debug/usr/lib/afl 40755 root:root -File: /usr/lib/debug/usr/lib/afl/afl-as.debug 100644 root:root 7675e6a643b6796c058ecd01344273a7 -File: /usr/lib/debug/usr/lib/afl/afl-llvm-pass.so.debug 100644 root:root 63842b591120ff70c85c3aec3b0cef8f +File: /usr/lib/debug/usr/lib/afl/afl-as.debug 100644 root:root dfeecdab89d76e96deb4f89af235a93f +File: /usr/lib/debug/usr/lib/afl/afl-llvm-pass.so.debug 100644 root:root cd097bf9a5f9a48707bee81691f094e7 File: /usr/lib/debug/usr/lib/afl/as.debug 120777 root:root afl-as.debug @@ -112,2 +112,2 @@ File: /usr/src/debug/afl-2.56/types.h 100644 root:root c5efca69dc86e887c4e2a54e17f20755 -RPMIdentity: 69981985db1562ebc4c89c8c79b672ed76896e7871a4079f3f86b8a6707d9ed9db34c5b40e9915bef2a877563b7a6d707e4f09c86eb51a3782b43cbd5caee3c2 +RPMIdentity: 48285fc7e42ba5ee9533278104891a72d30ed35af2f297ebf3c0326a76a9e386fc688fd3b3ece7ee113070cd0035f3bf1844bee717999118a95bdd3aed83493a