=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Installing for afl++-2.62cnb2
=> Generating pre-install file lists
Python 2.7.18
[!] Note: skipping x86 compilation checks (AFL_NO_X86 set).
[+] shmat seems to be working.
[+]  support seems to be working.
[+] Everything seems to be working, ready to compile.
[!] Note: skipping build tests (you may need to use LLVM or QEMU mode).
[+] LLVM users: see llvm_mode/README.md for a faster alternative to afl-gcc.
[+] All done! Be sure to review the README.md - it's pretty short and useful.

WARNING: Fuzzing on MacOS X is slow because of the unusually high overhead of
fork() on this OS. Consider using Linux or *BSD. You can also use VirtualBox
(virtualbox.org) to put AFL inside a Linux or *BSD VM.

install -d -m 755 ${DESTDIR}/opt/pkg/bin ${DESTDIR}/opt/pkg/lib/afl ${DESTDIR}/opt/pkg/share/doc/afl ${DESTDIR}/opt/pkg/share/afl
rm -f ${DESTDIR}/opt/pkg/bin/afl-plot.sh
install -m 755 afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-system-config ${DESTDIR}/opt/pkg/bin
rm -f ${DESTDIR}/opt/pkg/bin/afl-as
if [ -f afl-qemu-trace ]; then install -m 755 afl-qemu-trace ${DESTDIR}/opt/pkg/bin; fi
if [ -f afl-gcc-fast ]; then set e; install -m 755 afl-gcc-fast ${DESTDIR}/opt/pkg/bin; ln -sf afl-gcc-fast ${DESTDIR}/opt/pkg/bin/afl-g++-fast; install -m 755 afl-gcc-pass.so afl-gcc-rt.o ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f afl-clang-fast -a -f libLLVMInsTrim.so -a -f afl-llvm-rt.o ]; then set -e; install -m 755 afl-clang-fast ${DESTDIR}/opt/pkg/bin; ln -sf afl-clang-fast ${DESTDIR}/opt/pkg/bin/afl-clang-fast++; install -m 755 libLLVMInsTrim.so afl-llvm-pass.so afl-llvm-rt.o ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f afl-llvm-rt-32.o ]; then set -e; install -m 755 afl-llvm-rt-32.o ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f afl-llvm-rt-64.o ]; then set -e; install -m 755 afl-llvm-rt-64.o ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f compare-transform-pass.so ]; then set -e; install -m 755 compare-transform-pass.so ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f split-compares-pass.so ]; then set -e; install -m 755 split-compares-pass.so ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f split-switches-pass.so ]; then set -e; install -m 755 split-switches-pass.so ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f libdislocator.so ]; then set -e; install -m 755 libdislocator.so ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f libtokencap.so ]; then set -e; install -m 755 libtokencap.so ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f libcompcov.so ]; then set -e; install -m 755 libcompcov.so ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f libradamsa.so ]; then set -e; install -m 755 libradamsa.so ${DESTDIR}/opt/pkg/lib/afl; fi
if [ -f afl-fuzz-document ]; then set -e; install -m 755 afl-fuzz-document ${DESTDIR}/opt/pkg/bin; fi
/opt/pkg/bin/gmake -C examples/socket_fuzzing install
gmake[1]: Entering directory '/Users/pbulk/build/devel/afl++/work/AFLplusplus-2.62c/examples/socket_fuzzing'
clang -m32 -pipe -Os -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra socketfuzz.c -L/opt/pkg/lib -shared -o socketfuzz32.so || echo "socketfuzz32 build failure (that's fine)"
ld: unknown/unsupported architecture name for: -arch armv4t
clang: error: linker command failed with exit code 1 (use -v to see invocation)
socketfuzz32 build failure (that's fine)
clang -m64 -pipe -Os -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra socketfuzz.c -L/opt/pkg/lib -shared -o socketfuzz64.so || echo "socketfuzz64 build failure (that's fine)"
install -d -m 755 /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/lib/afl/
if [ -f socketfuzz32.so ]; then set -e; install -m 755 socketfuzz32.so /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/lib/afl/; fi
if [ -f socketfuzz64.so ]; then set -e; install -m 755 socketfuzz64.so /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/lib/afl/; fi
gmake[1]: Leaving directory '/Users/pbulk/build/devel/afl++/work/AFLplusplus-2.62c/examples/socket_fuzzing'
/opt/pkg/bin/gmake -C examples/argv_fuzzing install
gmake[1]: Entering directory '/Users/pbulk/build/devel/afl++/work/AFLplusplus-2.62c/examples/argv_fuzzing'
clang -m32 -pipe -Os -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra argvfuzz.c -L/opt/pkg/lib -shared -o argvfuzz32.so || echo "argvfuzz32 build failure (that's fine)"
ld: unknown/unsupported architecture name for: -arch armv4t
clang: error: linker command failed with exit code 1 (use -v to see invocation)
argvfuzz32 build failure (that's fine)
clang -m64 -pipe -Os -I/opt/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/opt/pkg/lib/afl\" -DBIN_PATH=\"/opt/pkg/bin\" -DDOC_PATH=\"/opt/pkg/share/doc/afl\" -Wno-unused-function -fcommon -fPIC -Wall -Wextra argvfuzz.c -L/opt/pkg/lib -shared -o argvfuzz64.so || echo "argvfuzz64 build failure (that's fine)"
install -d -m 755 /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/lib/afl/
if [ -f argvfuzz32.so ]; then set -e; install -m 755 argvfuzz32.so /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/lib/afl/; fi
if [ -f argvfuzz64.so ]; then set -e; install -m 755 argvfuzz64.so /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/lib/afl/; fi
gmake[1]: Leaving directory '/Users/pbulk/build/devel/afl++/work/AFLplusplus-2.62c/examples/argv_fuzzing'
set -e; ln -sf afl-gcc ${DESTDIR}/opt/pkg/bin/afl-g++
set -e; if [ -f afl-clang-fast ] ; then ln -sf afl-clang-fast ${DESTDIR}/opt/pkg/bin/afl-clang ; ln -sf afl-clang-fast ${DESTDIR}/opt/pkg/bin/afl-clang++ ; else ln -sf afl-gcc ${DESTDIR}/opt/pkg/bin/afl-clang ; ln -sf afl-gcc ${DESTDIR}/opt/pkg/bin/afl-clang++; fi
mkdir -m 0755 -p /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8
install -m0644 *.8 /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8
install -m 755 afl-as ${DESTDIR}/opt/pkg/lib/afl
ln -sf afl-as ${DESTDIR}/opt/pkg/lib/afl/as
install -m 644 docs/*.md ${DESTDIR}/opt/pkg/share/doc/afl
cp -r testcases/ ${DESTDIR}/opt/pkg/share/afl
cp -r dictionaries/ ${DESTDIR}/opt/pkg/share/afl
=> Automatic manual page handling
=> Generating post-install file lists
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-analyze.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-as.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-cmin.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-cmin.bash.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-fuzz.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-gcc.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-gotcpu.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-plot.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-showmap.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-system-config.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-tmin.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-whatsup.8.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/README.md'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/gif.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/html_tags.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/jpeg.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/js.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/json.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/pdf.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/png.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/regexp.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/sql.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/tiff.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/webp.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/xml.dict'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/README.md'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/ar/small_archive.a'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/bzip2/small_archive.bz2'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/cab/small_archive.cab'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/compress/small_archive.Z'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/cpio/small_archive.cpio'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/gzip/small_archive.gz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/lzo/small_archive.lzo'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/rar/small_archive.rar'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/tar/small_archive.tar'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/xz/small_archive.xz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/zip/small_archive.zip'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/arj/small_archive.arj'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lha/small_archive.lha'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lrzip/small_archive.lrz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lzip/small_archive.lz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lzma/small_archive.lzma'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/rzip/small_archive.rz'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/zoo/small_archive.zoo'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/bmp/not_kitty.bmp'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/gif/not_kitty.gif'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/ico/not_kitty.ico'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jp2/not_kitty.jp2'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jpeg/not_kitty.jpg'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jxr/not_kitty.jxr'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty.png'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_alpha.png'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_gamma.png'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_icc.png'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/tiff/not_kitty.tiff'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/webp/not_kitty.webp'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/multimedia/h264/small_movie.mp4'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/elf/small_exec.elf'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/js/small_script.js'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/pcap/small_capture.pcap'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/pdf/small.pdf'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/rtf/small_document.rtf'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/sql/simple_queries.sql'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/text/hello_world.txt'
pkg_create: can't stat `/Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/xml/small_document.xml'
=> Checking file-check results for afl++-2.62cnb2
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg:
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/README.md
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/gif.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/html_tags.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/jpeg.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/js.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/json.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/pdf.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/png.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/regexp.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/sql.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/tiff.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/webp.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/dictionaries/xml.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/README.md
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/ar/small_archive.a
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/bzip2/small_archive.bz2
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/cab/small_archive.cab
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/compress/small_archive.Z
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/cpio/small_archive.cpio
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/gzip/small_archive.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/lzo/small_archive.lzo
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/rar/small_archive.rar
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/tar/small_archive.tar
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/xz/small_archive.xz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/common/zip/small_archive.zip
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/arj/small_archive.arj
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lha/small_archive.lha
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lrzip/small_archive.lrz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lzip/small_archive.lz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/lzma/small_archive.lzma
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/rzip/small_archive.rz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/archives/exotic/zoo/small_archive.zoo
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/bmp/not_kitty.bmp
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/gif/not_kitty.gif
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/ico/not_kitty.ico
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jp2/not_kitty.jp2
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jpeg/not_kitty.jpg
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/jxr/not_kitty.jxr
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty.png
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_alpha.png
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_gamma.png
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/png/not_kitty_icc.png
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/tiff/not_kitty.tiff
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/images/webp/not_kitty.webp
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/multimedia/h264/small_movie.mp4
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/elf/small_exec.elf
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/js/small_script.js
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/pcap/small_capture.pcap
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/pdf/small.pdf
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/rtf/small_document.rtf
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/sql/simple_queries.sql
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/text/hello_world.txt
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/testcases/others/xml/small_document.xml
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-analyze.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-as.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-cmin.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-cmin.bash.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-fuzz.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-gcc.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-gotcpu.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-plot.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-showmap.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-system-config.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-tmin.8.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/man/man8/afl-whatsup.8.gz
ERROR: ************************************************************
ERROR: The following files are in /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg but not in the PLIST:
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/lib/afl/argvfuzz64.so
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/lib/afl/socketfuzz64.so
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-analyze.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-as.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-cmin.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-cmin.bash.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-fuzz.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-gcc.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-gotcpu.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-plot.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-showmap.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-system-config.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-tmin.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/man/man8/afl-whatsup.8
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/README.md
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/ar/small_archive.a
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/bzip2/small_archive.bz2
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/cab/small_archive.cab
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/compress/small_archive.Z
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/cpio/small_archive.cpio
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/gzip/small_archive.gz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/lzo/small_archive.lzo
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/rar/small_archive.rar
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/tar/small_archive.tar
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/xz/small_archive.xz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/common/zip/small_archive.zip
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/arj/small_archive.arj
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/lha/small_archive.lha
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/lrzip/small_archive.lrz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/lzip/small_archive.lz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/lzma/small_archive.lzma
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/rzip/small_archive.rz
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/archives/exotic/zoo/small_archive.zoo
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/gif.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/html_tags.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/bmp/not_kitty.bmp
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/gif/not_kitty.gif
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/ico/not_kitty.ico
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/jp2/not_kitty.jp2
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/jpeg/not_kitty.jpg
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/jxr/not_kitty.jxr
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/png/not_kitty.png
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/png/not_kitty_alpha.png
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/png/not_kitty_gamma.png
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/png/not_kitty_icc.png
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/tiff/not_kitty.tiff
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/images/webp/not_kitty.webp
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/jpeg.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/js.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/json.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/multimedia/h264/small_movie.mp4
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/others/elf/small_exec.elf
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/others/js/small_script.js
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/others/pcap/small_capture.pcap
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/others/pdf/small.pdf
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/others/rtf/small_document.rtf
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/others/sql/simple_queries.sql
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/others/text/hello_world.txt
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/others/xml/small_document.xml
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/pdf.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/png.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/regexp.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/sql.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/tiff.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/webp.dict
ERROR:         /Users/pbulk/build/devel/afl++/work/.destdir/opt/pkg/share/afl/xml.dict
*** Error code 1

Stop.
bmake[1]: stopped making "stage-install" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/afl++
*** Error code 1

Stop.
bmake: stopped making "stage-install" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/afl++