<86>Jul 21 11:26:44 userdel[631812]: delete user 'rooter' <86>Jul 21 11:26:44 userdel[631812]: removed group 'rooter' owned by 'rooter' <86>Jul 21 11:26:44 userdel[631812]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 21 11:26:44 groupadd[631832]: group added to /etc/group: name=rooter, GID=705 <86>Jul 21 11:26:44 groupadd[631832]: group added to /etc/gshadow: name=rooter <86>Jul 21 11:26:44 groupadd[631832]: new group: name=rooter, GID=705 <86>Jul 21 11:26:44 useradd[631847]: new user: name=rooter, UID=705, GID=705, home=/root, shell=/bin/bash <86>Jul 21 11:26:44 userdel[631866]: delete user 'builder' <86>Jul 21 11:26:44 userdel[631866]: removed group 'builder' owned by 'builder' <86>Jul 21 11:26:44 userdel[631866]: removed shadow group 'builder' owned by 'builder' <86>Jul 21 11:26:44 groupadd[631880]: group added to /etc/group: name=builder, GID=706 <86>Jul 21 11:26:44 groupadd[631880]: group added to /etc/gshadow: name=builder <86>Jul 21 11:26:44 groupadd[631880]: new group: name=builder, GID=706 <86>Jul 21 11:26:44 useradd[631896]: new user: name=builder, UID=706, GID=706, home=/usr/src, shell=/bin/bash <13>Jul 21 11:26:47 rpmi: llvm-common-11.0.1-alt2 sisyphus+279098.100.1.1 1626377771 installed <13>Jul 21 11:26:47 rpmi: llvm11.0-filesystem-11.0.1-alt2 sisyphus+273299.100.1.1 1622559229 installed <13>Jul 21 11:26:48 rpmi: clang11.0-libs-support-11.0.1-alt2 sisyphus+273299.100.1.1 1622559229 installed <13>Jul 21 11:26:50 rpmi: llvm11.0-libs-11.0.1-alt2 sisyphus+273299.100.1.1 1622559229 installed <13>Jul 21 11:26:51 rpmi: clang11.0-libs-11.0.1-alt2 sisyphus+273299.100.1.1 1622559229 installed <13>Jul 21 11:26:52 rpmi: llvm11.0-11.0.1-alt2 sisyphus+273299.100.1.1 1622559229 installed <13>Jul 21 11:26:52 rpmi: llvm-common-util-11.0.1-alt2 sisyphus+279098.100.1.1 1626377769 installed <13>Jul 21 11:26:53 rpmi: llvm11.0-devel-11.0.1-alt2 sisyphus+273299.100.1.1 1622559229 installed <13>Jul 21 11:26:53 rpmi: llvm-common-devel-11.0.1-alt2 sisyphus+279098.100.1.1 1626377771 installed <13>Jul 21 11:26:53 rpmi: clang11.0-11.0.1-alt2 sisyphus+273299.100.1.1 1622559229 installed <13>Jul 21 11:26:53 rpmi: llvm-common-clang-11.0.1-alt2 sisyphus+279098.100.1.1 1626377769 installed <13>Jul 21 11:26:53 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jul 21 11:26:53 rpmi: libstdc++10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625526466 installed <13>Jul 21 11:26:53 rpmi: libstdc++-devel-10-alt1 sisyphus+263054.200.3.1 1607517515 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.38774 + 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.38774 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd afl-2.56 + make -j8 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 afl-fuzz.c: In function 'write_stats_file': afl-fuzz.c:3486:39: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'long int' [-Wformat=] 3486 | 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.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 ld: /usr/src/tmp/ccWOL37h.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.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 -j8 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)... failed (that's fine) 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.28211 + 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 ld: /usr/src/tmp/ccKm8zaF.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! [+] 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) verify-elf: WARNING: ./usr/lib/afl/afl-as: uses non-LFS functions: fopen open section [23] '.llvm_addrsig' has unsupported type 1879002115 verify-elf: WARNING: ./usr/lib/afl/afl-llvm-rt-32.o: eu-elflint failed section [23] '.llvm_addrsig' has unsupported type 1879002115 verify-elf: WARNING: ./usr/lib/afl/afl-llvm-rt.o: eu-elflint failed verify-elf: WARNING: ./usr/bin/afl-analyze: uses non-LFS functions: __fxstat __xstat lseek open setrlimit verify-elf: WARNING: ./usr/bin/afl-tmin: uses non-LFS functions: __fxstat __xstat lseek open setrlimit verify-elf: WARNING: ./usr/bin/afl-showmap: uses non-LFS functions: __xstat open setrlimit Processing files: afl-2.56-alt4.b.git.f10d601 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.35391 + 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.CbBeZp 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.j1zMmp 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: /lib/libgcc_s.so.1 /lib/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, /lib/ld-linux.so.2, /usr/bin/env, /usr/bin/gnuplot, bash, coreutils, findutils, grep, hasher, libLLVM-11.so >= set:smAOrvYFLCaxI3G6Lh64wjlmANdA7tvmNU1kLvgcKklmNbZr6ANM7GosNZyDxUsg4ucy7ZIK1SOSZuoYd0EExbVhPrKsZAdiFh2htvC5oFoXIZ4PaP4MbycDPOSY0cZkUX9cUfn0POzLyGBFYbaXmOI6GMMWdWc6prEHAPE1aqm1, libLLVM-11.so(LLVM_11), 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.4), libc.so.6(GLIBC_2.7), libdl.so.2(GLIBC_2.0), libdl.so.2(GLIBC_2.1), libgcc_s.so.1, libm.so.6, libstdc++.so.6(GLIBCXX_3.4), 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.qdSNUn 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.6bJWVo find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OA80Gn find-requires: running scripts (debuginfo) Requires: afl = 2.56-alt4.b.git.f10d601, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libLLVM-11.so), debug(libc.so.6), debug(libdl.so.2), debug(libgcc_s.so.1), debug(libm.so.6), debug(libstdc++.so.6) Adding to afl-debuginfo a strict dependency on afl Wrote: /usr/src/RPM/RPMS/i586/afl-2.56-alt4.b.git.f10d601.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/afl-debuginfo-2.56-alt4.b.git.f10d601.i586.rpm (w2.lzdio) 19.28user 3.00system 0:24.35elapsed 91%CPU (0avgtext+0avgdata 141500maxresident)k 0inputs+0outputs (0major+882235minor)pagefaults 0swaps 30.53user 5.92system 0:38.35elapsed 95%CPU (0avgtext+0avgdata 141500maxresident)k 0inputs+0outputs (0major+1166261minor)pagefaults 0swaps --- afl-2.56-alt4.b.git.f10d601.i586.rpm.repo 2021-04-23 17:19:36.000000000 +0000 +++ afl-2.56-alt4.b.git.f10d601.i586.rpm.hasher 2021-07-21 11:27:21.423084260 +0000 @@ -165,20 +165,20 @@ Provides: afl = 2.56-alt4.b.git.f10d601:sisyphus+270563.100.1.1 -File: /usr/bin/afl-analyze 100755 root:root 398ac29f4d006fc86227915502d2ef26 +File: /usr/bin/afl-analyze 100755 root:root c8ef41d66795ca664244df844778b6d9 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 c5f985903ff5aa498f8c3b2023cbc37c +File: /usr/bin/afl-clang-fast 100755 root:root 8e5e621633e4582603be53dcc7a8957b 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 15ad207f59f04975188fb4cb723919ad +File: /usr/bin/afl-fuzz 100755 root:root 152450338c60e77105cac48f267dac48 File: /usr/bin/afl-g++ 120777 root:root afl-gcc -File: /usr/bin/afl-gcc 100755 root:root c1cff12c68f74500323e4defec2b8e0e -File: /usr/bin/afl-gotcpu 100755 root:root 2c87d4481f5183f2f8443bb6aa7ac215 +File: /usr/bin/afl-gcc 100755 root:root 26a3edc782ca5c585906cb243fea541f +File: /usr/bin/afl-gotcpu 100755 root:root 476dc08533ba855dd9f7479b8c98f086 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 122ce1fa6915db6a674669f7c19f0cdc -File: /usr/bin/afl-tmin 100755 root:root 2c7881aab12ac63ae1a3352ee0bbde44 +File: /usr/bin/afl-showmap 100755 root:root 1bbe2ae79f86914ea9ab7d12cf014c9e +File: /usr/bin/afl-tmin 100755 root:root 6431bf90fbb412d685f50f43347debac 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 b81ff39ab62511039e95be205fbaaf17 -File: /usr/lib/afl/afl-llvm-pass.so 100644 root:root e2b5108a77ca2cc84f1b8ad98ac60adc +File: /usr/lib/afl/afl-as 100755 root:root 7d783881fa64e6c29dda267fb7887640 +File: /usr/lib/afl/afl-llvm-pass.so 100644 root:root b434f037052b651417ddc8e850de74a7 File: /usr/lib/afl/afl-llvm-rt-32.o 100755 root:root 1616a914249417ac2573852bbcb10536 @@ -301,2 +301,2 @@ File: /usr/share/doc/afl/technical_details.txt 100644 root:root 06bf4b3347778115fb190d4b56ec7452 -RPMIdentity: 390ff1a00228a44a2b1da38b18ec7a29 +RPMIdentity: 20779be1f7a6a3fcf524b969e5f7fb3f --- afl-debuginfo-2.56-alt4.b.git.f10d601.i586.rpm.repo 2021-04-23 17:19:36.000000000 +0000 +++ afl-debuginfo-2.56-alt4.b.git.f10d601.i586.rpm.hasher 2021-07-21 11:27:21.518083618 +0000 @@ -1,22 +1,22 @@ -/usr/lib/debug/.build-id/3b 40755 root:root -/usr/lib/debug/.build-id/3b/d67ac81400ba85cecc4181f33b355573f406d6 120777 root:root ../../../../bin/afl-showmap -/usr/lib/debug/.build-id/3b/d67ac81400ba85cecc4181f33b355573f406d6.debug 120777 root:root ../../usr/bin/afl-showmap.debug -/usr/lib/debug/.build-id/55 40755 root:root -/usr/lib/debug/.build-id/55/834dd3d3cbe17b24a0a82e7805c5c30404ed69 120777 root:root ../../../../bin/afl-fuzz -/usr/lib/debug/.build-id/55/834dd3d3cbe17b24a0a82e7805c5c30404ed69.debug 120777 root:root ../../usr/bin/afl-fuzz.debug -/usr/lib/debug/.build-id/6d 40755 root:root -/usr/lib/debug/.build-id/6d/c7d580568eaa9a18faf61bc095fd3f62e961ac 120777 root:root ../../../../bin/afl-gotcpu -/usr/lib/debug/.build-id/6d/c7d580568eaa9a18faf61bc095fd3f62e961ac.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug -/usr/lib/debug/.build-id/82 40755 root:root -/usr/lib/debug/.build-id/82/433dd1ac341a25d0bb5295dc522daf958bb6dd 120777 root:root ../../../../bin/afl-gcc -/usr/lib/debug/.build-id/82/433dd1ac341a25d0bb5295dc522daf958bb6dd.debug 120777 root:root ../../usr/bin/afl-gcc.debug -/usr/lib/debug/.build-id/c3 40755 root:root -/usr/lib/debug/.build-id/c3/f9f6c2bb28d7ef495cbb6d29e348ed9f6dc77e 120777 root:root ../../../../bin/afl-tmin -/usr/lib/debug/.build-id/c3/f9f6c2bb28d7ef495cbb6d29e348ed9f6dc77e.debug 120777 root:root ../../usr/bin/afl-tmin.debug -/usr/lib/debug/.build-id/f9 40755 root:root -/usr/lib/debug/.build-id/f9/57f5951f8360679f090d32898a8810e642e4c2 120777 root:root ../../../../bin/afl-analyze -/usr/lib/debug/.build-id/f9/57f5951f8360679f090d32898a8810e642e4c2.debug 120777 root:root ../../usr/bin/afl-analyze.debug -/usr/lib/debug/.build-id/fc 40755 root:root -/usr/lib/debug/.build-id/fc/51f5b7af5cff09128ea00f0e99abc9b281bfa1 120777 root:root ../../../afl/afl-as -/usr/lib/debug/.build-id/fc/51f5b7af5cff09128ea00f0e99abc9b281bfa1.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +/usr/lib/debug/.build-id/45 40755 root:root +/usr/lib/debug/.build-id/45/138bfbb66103bc090397271b64de45f282130e 120777 root:root ../../../../bin/afl-tmin +/usr/lib/debug/.build-id/45/138bfbb66103bc090397271b64de45f282130e.debug 120777 root:root ../../usr/bin/afl-tmin.debug +/usr/lib/debug/.build-id/5a 40755 root:root +/usr/lib/debug/.build-id/5a/132a781c2727f75874bf24bdbd7308cff3e56b 120777 root:root ../../../../bin/afl-gcc +/usr/lib/debug/.build-id/5a/132a781c2727f75874bf24bdbd7308cff3e56b.debug 120777 root:root ../../usr/bin/afl-gcc.debug +/usr/lib/debug/.build-id/9a 40755 root:root +/usr/lib/debug/.build-id/9a/b579484b46917b4e9981c17a5e3712740b8f27 120777 root:root ../../../afl/afl-as +/usr/lib/debug/.build-id/9a/b579484b46917b4e9981c17a5e3712740b8f27.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +/usr/lib/debug/.build-id/9e 40755 root:root +/usr/lib/debug/.build-id/9e/7ec2dc98f5e38c6135c8ae9dc8750e0540fe72 120777 root:root ../../../../bin/afl-showmap +/usr/lib/debug/.build-id/9e/7ec2dc98f5e38c6135c8ae9dc8750e0540fe72.debug 120777 root:root ../../usr/bin/afl-showmap.debug +/usr/lib/debug/.build-id/a2 40755 root:root +/usr/lib/debug/.build-id/a2/d7899e15f39dec40188b846e28830407d7c73e 120777 root:root ../../../../bin/afl-gotcpu +/usr/lib/debug/.build-id/a2/d7899e15f39dec40188b846e28830407d7c73e.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +/usr/lib/debug/.build-id/e1 40755 root:root +/usr/lib/debug/.build-id/e1/0284532993b13f81d50e49d4d493f705950f24 120777 root:root ../../../../bin/afl-analyze +/usr/lib/debug/.build-id/e1/0284532993b13f81d50e49d4d493f705950f24.debug 120777 root:root ../../usr/bin/afl-analyze.debug +/usr/lib/debug/.build-id/f1 40755 root:root +/usr/lib/debug/.build-id/f1/fbd8c4b6cc34246bff9ba9b298947823c434e4 120777 root:root ../../../../bin/afl-fuzz +/usr/lib/debug/.build-id/f1/fbd8c4b6cc34246bff9ba9b298947823c434e4.debug 120777 root:root ../../usr/bin/afl-fuzz.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/3b 40755 root:root -File: /usr/lib/debug/.build-id/3b/d67ac81400ba85cecc4181f33b355573f406d6 120777 root:root ../../../../bin/afl-showmap -File: /usr/lib/debug/.build-id/3b/d67ac81400ba85cecc4181f33b355573f406d6.debug 120777 root:root ../../usr/bin/afl-showmap.debug -File: /usr/lib/debug/.build-id/55 40755 root:root -File: /usr/lib/debug/.build-id/55/834dd3d3cbe17b24a0a82e7805c5c30404ed69 120777 root:root ../../../../bin/afl-fuzz -File: /usr/lib/debug/.build-id/55/834dd3d3cbe17b24a0a82e7805c5c30404ed69.debug 120777 root:root ../../usr/bin/afl-fuzz.debug -File: /usr/lib/debug/.build-id/6d 40755 root:root -File: /usr/lib/debug/.build-id/6d/c7d580568eaa9a18faf61bc095fd3f62e961ac 120777 root:root ../../../../bin/afl-gotcpu -File: /usr/lib/debug/.build-id/6d/c7d580568eaa9a18faf61bc095fd3f62e961ac.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug -File: /usr/lib/debug/.build-id/82 40755 root:root -File: /usr/lib/debug/.build-id/82/433dd1ac341a25d0bb5295dc522daf958bb6dd 120777 root:root ../../../../bin/afl-gcc -File: /usr/lib/debug/.build-id/82/433dd1ac341a25d0bb5295dc522daf958bb6dd.debug 120777 root:root ../../usr/bin/afl-gcc.debug -File: /usr/lib/debug/.build-id/c3 40755 root:root -File: /usr/lib/debug/.build-id/c3/f9f6c2bb28d7ef495cbb6d29e348ed9f6dc77e 120777 root:root ../../../../bin/afl-tmin -File: /usr/lib/debug/.build-id/c3/f9f6c2bb28d7ef495cbb6d29e348ed9f6dc77e.debug 120777 root:root ../../usr/bin/afl-tmin.debug -File: /usr/lib/debug/.build-id/f9 40755 root:root -File: /usr/lib/debug/.build-id/f9/57f5951f8360679f090d32898a8810e642e4c2 120777 root:root ../../../../bin/afl-analyze -File: /usr/lib/debug/.build-id/f9/57f5951f8360679f090d32898a8810e642e4c2.debug 120777 root:root ../../usr/bin/afl-analyze.debug -File: /usr/lib/debug/.build-id/fc 40755 root:root -File: /usr/lib/debug/.build-id/fc/51f5b7af5cff09128ea00f0e99abc9b281bfa1 120777 root:root ../../../afl/afl-as -File: /usr/lib/debug/.build-id/fc/51f5b7af5cff09128ea00f0e99abc9b281bfa1.debug 120777 root:root ../../usr/lib/afl/afl-as.debug -File: /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root 0bba0920d066ab83c63e95c7d0b17a4b +File: /usr/lib/debug/.build-id/45 40755 root:root +File: /usr/lib/debug/.build-id/45/138bfbb66103bc090397271b64de45f282130e 120777 root:root ../../../../bin/afl-tmin +File: /usr/lib/debug/.build-id/45/138bfbb66103bc090397271b64de45f282130e.debug 120777 root:root ../../usr/bin/afl-tmin.debug +File: /usr/lib/debug/.build-id/5a 40755 root:root +File: /usr/lib/debug/.build-id/5a/132a781c2727f75874bf24bdbd7308cff3e56b 120777 root:root ../../../../bin/afl-gcc +File: /usr/lib/debug/.build-id/5a/132a781c2727f75874bf24bdbd7308cff3e56b.debug 120777 root:root ../../usr/bin/afl-gcc.debug +File: /usr/lib/debug/.build-id/9a 40755 root:root +File: /usr/lib/debug/.build-id/9a/b579484b46917b4e9981c17a5e3712740b8f27 120777 root:root ../../../afl/afl-as +File: /usr/lib/debug/.build-id/9a/b579484b46917b4e9981c17a5e3712740b8f27.debug 120777 root:root ../../usr/lib/afl/afl-as.debug +File: /usr/lib/debug/.build-id/9e 40755 root:root +File: /usr/lib/debug/.build-id/9e/7ec2dc98f5e38c6135c8ae9dc8750e0540fe72 120777 root:root ../../../../bin/afl-showmap +File: /usr/lib/debug/.build-id/9e/7ec2dc98f5e38c6135c8ae9dc8750e0540fe72.debug 120777 root:root ../../usr/bin/afl-showmap.debug +File: /usr/lib/debug/.build-id/a2 40755 root:root +File: /usr/lib/debug/.build-id/a2/d7899e15f39dec40188b846e28830407d7c73e 120777 root:root ../../../../bin/afl-gotcpu +File: /usr/lib/debug/.build-id/a2/d7899e15f39dec40188b846e28830407d7c73e.debug 120777 root:root ../../usr/bin/afl-gotcpu.debug +File: /usr/lib/debug/.build-id/e1 40755 root:root +File: /usr/lib/debug/.build-id/e1/0284532993b13f81d50e49d4d493f705950f24 120777 root:root ../../../../bin/afl-analyze +File: /usr/lib/debug/.build-id/e1/0284532993b13f81d50e49d4d493f705950f24.debug 120777 root:root ../../usr/bin/afl-analyze.debug +File: /usr/lib/debug/.build-id/f1 40755 root:root +File: /usr/lib/debug/.build-id/f1/fbd8c4b6cc34246bff9ba9b298947823c434e4 120777 root:root ../../../../bin/afl-fuzz +File: /usr/lib/debug/.build-id/f1/fbd8c4b6cc34246bff9ba9b298947823c434e4.debug 120777 root:root ../../usr/bin/afl-fuzz.debug +File: /usr/lib/debug/usr/bin/afl-analyze.debug 100644 root:root 146651ba1688eeba75181fb932e42376 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 5e1e8e5682c7cf88508afffa30eecc7c +File: /usr/lib/debug/usr/bin/afl-clang-fast.debug 100644 root:root b361de478906ec2abf2bc12e4b422404 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 06712d6652235d81cc0a013d70e4eeb3 +File: /usr/lib/debug/usr/bin/afl-fuzz.debug 100644 root:root 8c6c48da5a59817dbb980154360c3f60 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 a92ded62b6fac4753edb1240d1ab2856 -File: /usr/lib/debug/usr/bin/afl-gotcpu.debug 100644 root:root c5b5a0ac14ace07b11dac9763c05c7fd -File: /usr/lib/debug/usr/bin/afl-showmap.debug 100644 root:root 39eaaa740092fc96465a48a8d0201a0a -File: /usr/lib/debug/usr/bin/afl-tmin.debug 100644 root:root d35887d9ef006e5f3934eacfef210019 +File: /usr/lib/debug/usr/bin/afl-gcc.debug 100644 root:root 112638219ba96a0257d11a425a4a3328 +File: /usr/lib/debug/usr/bin/afl-gotcpu.debug 100644 root:root 32bc5f34c7ff2d7086ad2891e1c70ca2 +File: /usr/lib/debug/usr/bin/afl-showmap.debug 100644 root:root e4238ef5d34678fd15f04c6bc8cf6218 +File: /usr/lib/debug/usr/bin/afl-tmin.debug 100644 root:root 861488f929a674a9e592127c7f0df2cc File: /usr/lib/debug/usr/lib/afl 40755 root:root -File: /usr/lib/debug/usr/lib/afl/afl-as.debug 100644 root:root 1b3b86e5802fd3d7477a5ecc4b26f05e -File: /usr/lib/debug/usr/lib/afl/afl-llvm-pass.so.debug 100644 root:root 617752a022fe5f619b68631376b164d4 +File: /usr/lib/debug/usr/lib/afl/afl-as.debug 100644 root:root ea74b80cc79cf65f68b9039361bd25b1 +File: /usr/lib/debug/usr/lib/afl/afl-llvm-pass.so.debug 100644 root:root 8a235c50ea00670e0bf8b7272c2f595d 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: 56fa24496ee091969774f87c9b025c08 +RPMIdentity: a696f0ae92d0410b24b504d1202279a6