=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for afl++-2.62cnb1
Python 2.7.18
[!] Note: skipping x86 compilation checks (AFL_NO_X86 set).
[+] shmat seems to be working.
gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon src/afl-gcc.c -o afl-gcc -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpthread
[+] Everything seems to be working, ready to compile.
gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto=full -c src/afl-common.c -o src/afl-common.o
[+]  support seems to be working.
gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto=full -c src/afl-sharedmem.c -o src/afl-sharedmem.o
gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto=full -c src/afl-forkserver.c -o src/afl-forkserver.o
gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon src/afl-gotcpu.c -o afl-gotcpu -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpthread
src/afl-forkserver.c: In function 'forkserver_DMS':
src/afl-forkserver.c:84:2: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=]
src/afl-forkserver.c:90:2: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=]
src/afl-forkserver.c:99:2: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=]
src/afl-forkserver.c: In function 'init_forkserver':
src/afl-forkserver.c:359:8: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u64 {aka long unsigned int}' [-Wformat=]
src/afl-forkserver.c:426:6: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u64 {aka long unsigned int}' [-Wformat=]
gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto=full src/afl-analyze.c src/afl-common.o src/afl-sharedmem.o -o afl-analyze -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpthread
src/afl-analyze.c: In function 'main':
src/afl-analyze.c:923:32: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u64 * {aka long unsigned int *}' [-Wformat=]
         if (sscanf(optarg, "%llu%c", &mem_limit, &suffix) < 1 ||
                             ~~~^     ~~~~~~~~~~
                             %lu
In file included from src/afl-analyze.c:34:0:
include/debug.h:48:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64 {aka long unsigned int}' [-Wformat=]
 #define cLBL "\x1b[1;94m"
              ^
include/debug.h:171:36: note: in definition of macro 'SAYF'
 #define SAYF(x...) fprintf(stderr, x)
                                    ^
include/debug.h:189:10: note: in expansion of macro 'cLBL'
     SAYF(cLBL "[*] " cRST x); \
          ^~~~
src/afl-analyze.c:1023:3: note: in expansion of macro 'ACTF'
   ACTF("Performing dry run (mem limit = %llu MB, timeout = %u ms%s)...",
   ^~~~
src/afl-analyze.c:1023:44: note: format string is defined here
   ACTF("Performing dry run (mem limit = %llu MB, timeout = %u ms%s)...",
                                         ~~~^
                                         %lu
gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon src/afl-as.c -o afl-as -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpthread
set -e; for i in afl-g++ afl-clang afl-clang++; do ln -sf afl-gcc $i; done
gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto=full src/afl-fuzz-bitmap.c src/afl-fuzz-cmplog.c src/afl-fuzz-extras.c src/afl-fuzz-globals.c src/afl-fuzz-init.c src/afl-fuzz-misc.c src/afl-fuzz-one.c src/afl-fuzz-python.c src/afl-fuzz-queue.c src/afl-fuzz-redqueen.c src/afl-fuzz-run.c src/afl-fuzz-stats.c src/afl-fuzz.c src/afl-common.o src/afl-sharedmem.o src/afl-forkserver.o -o afl-fuzz -DUSE_PYTHON -I/usr/pkg/include/python2.7 -I/usr/pkg/include/python2.7 -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpthread -lpython2.7 -lintl -lutil -lm -Wl,--export-dynamic -DPYTHON_VERSION="\"\"" -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpthread
ln -sf afl-as as
gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -Wall -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/pkg/lib/afl\" -DBIN_PATH=\"/usr/pkg/bin\" -DDOC_PATH=\"/usr/pkg/share/doc/afl\" -Wno-unused-function -fcommon -flto=full src/afl-showmap.c src/afl-common.o src/afl-sharedmem.o src/afl-forkserver.o -o afl-showmap -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpthread
src/afl-showmap.c: In function 'main':
src/afl-showmap.c:752:32: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u64 * {aka long unsigned int *}' [-Wformat=]
         if (sscanf(optarg, "%llu%c", &mem_limit, &suffix) < 1 ||
                             ~~~^     ~~~~~~~~~~
                             %lu
In file included from /usr/include/stdio.h:597:0,
                 from include/alloc-inl.h:29,
                 from include/afl-fuzz.h:44,
                 from src/afl-fuzz-bitmap.c:26:
src/afl-fuzz-bitmap.c: In function 'describe_op':
src/afl-fuzz-bitmap.c:430:32: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u64 {aka long unsigned int}' [-Wformat=]
     sprintf(ret + strlen(ret), ",time:%llu", get_cur_time() - start_time);
                                ^             ~~~~~~~~~~~~~~~~~~
src/afl-fuzz-bitmap.c: In function 'save_if_interesting':
src/afl-fuzz-bitmap.c:637:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u64 {aka long unsigned int}' [-Wformat=]
       fn = alloc_printf("%s/hangs/id:%06llu,%s", out_dir, unique_hangs,
                         ^
src/afl-fuzz-bitmap.c:637:12: note: in expansion of macro 'alloc_printf'
       fn = alloc_printf("%s/hangs/id:%06llu,%s", out_dir, unique_hangs,
            ^~~~~~~~~~~~
src/afl-fuzz-bitmap.c:637:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u64 {aka long unsigned int}' [-Wformat=]
       fn = alloc_printf("%s/hangs/id:%06llu,%s", out_dir, unique_hangs,
                         ^
src/afl-fuzz-bitmap.c:637:12: note: in expansion of macro 'alloc_printf'
       fn = alloc_printf("%s/hangs/id:%06llu,%s", out_dir, unique_hangs,
            ^~~~~~~~~~~~
src/afl-fuzz-bitmap.c:680:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u64 {aka long unsigned int}' [-Wformat=]
       fn = alloc_printf("%s/crashes/id:%06llu,sig:%02u,%s", out_dir,
                         ^
src/afl-fuzz-bitmap.c:680:12: note: in expansion of macro 'alloc_printf'
       fn = alloc_printf("%s/crashes/id:%06llu,sig:%02u,%s", out_dir,
            ^~~~~~~~~~~~
src/afl-fuzz-bitmap.c:680:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u64 {aka long unsigned int}' [-Wformat=]
       fn = alloc_printf("%s/crashes/id:%06llu,sig:%02u,%s", out_dir,
                         ^
src/afl-fuzz-bitmap.c:680:12: note: in expansion of macro 'alloc_printf'
       fn = alloc_printf("%s/crashes/id:%06llu,sig:%02u,%s", out_dir,
            ^~~~~~~~~~~~
In file included from include/afl-fuzz.h:43:0,
                 from src/afl-fuzz-cmplog.c:27:
src/afl-fuzz-cmplog.c: In function 'init_cmplog_forkserver':
src/afl-fuzz-cmplog.c:246:12: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64 {aka long unsigned int}' [-Wformat=]
       SAYF("\n" cLRD "[-] " cRST
            ^
src/afl-fuzz-cmplog.c:278:34:
            DMS(mem_limit << 20), mem_limit - 1);
                                  ~~~~~~~~~~~~~
include/debug.h:169:27: note: in definition of macro 'SAYF'
 #define SAYF(x...) printf(x)
                           ^
In file included from include/afl-fuzz.h:47:0,
                 from src/afl-fuzz-cmplog.c:27:
include/forkserver.h:47:51: note: format string is defined here
 #define MSG_ULIMIT_USAGE "      ( ulimit -Sd $[%llu << 10];"
                                                ~~~^
                                                %lu
In file included from include/afl-fuzz.h:43:0,
                 from src/afl-fuzz-cmplog.c:27:
src/afl-fuzz-cmplog.c:314:9: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u64 {aka long unsigned int}' [-Wformat=]
         "\n" cLRD "[-] " cRST
         ^
src/afl-fuzz-cmplog.c:344:31:
         DMS(mem_limit << 20), mem_limit - 1);
                               ~~~~~~~~~~~~~
include/debug.h:169:27: note: in definition of macro 'SAYF'
 #define SAYF(x...) printf(x)
                           ^
In file included from include/afl-fuzz.h:47:0,
                 from src/afl-fuzz-cmplog.c:27:
include/forkserver.h:47:51: note: format string is defined here
 #define MSG_ULIMIT_USAGE "      ( ulimit -Sd $[%llu << 10];"
                                                ~~~^
                                                %lu
In file included from include/afl-fuzz.h:43:0,
                 from src/afl-fuzz-cmplog.c:27:
src/afl-fuzz-cmplog.c: In function 'run_cmplog_target':
src/afl-fuzz-cmplog.c:510:11: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'u64 {aka long unsigned int}' [-Wformat=]
           "\n" cLRD "[-] " cRST
           ^
include/debug.h:169:27: note: in definition of macro 'SAYF'
 #define SAYF(x...) printf(x)
                           ^
src/afl-fuzz-cmplog.c:514:46: note: format string is defined here
           "      to something higher than %lld.\n"
                                           ~~~^
                                           %ld
In file included from include/afl-fuzz.h:43:0,
                 from src/afl-fuzz-init.c:26:
src/afl-fuzz-init.c: In function 'perform_dry_run':
include/debug.h:44:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u64 {aka long unsigned int}' [-Wformat=]
 #define cGRA "\x1b[1;90m"
              ^
include/debug.h:169:27: note: in definition of macro 'SAYF'
 #define SAYF(x...) printf(x)
                           ^
src/afl-fuzz-init.c:507:12: note: in expansion of macro 'cGRA'
       SAYF(cGRA "    len = %u, map size = %u, exec speed = %llu us\n" cRST,
            ^~~~
src/afl-fuzz-init.c:507:63: note: format string is defined here
       SAYF(cGRA "    len = %u, map size = %u, exec speed = %llu us\n" cRST,
                                                            ~~~^
                                                            %lu
In file included from include/afl-fuzz.h:43:0,
                 from src/afl-fuzz-init.c:26:
src/afl-fuzz-init.c:584:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64 {aka long unsigned int}' [-Wformat=]
           SAYF("\n" cLRD "[-] " cRST
                ^
src/afl-fuzz-init.c:624:38:
                DMS(mem_limit << 20), mem_limit - 1, doc_path);
                                      ~~~~~~~~~~~~~
include/debug.h:169:27: note: in definition of macro 'SAYF'
 #define SAYF(x...) printf(x)
                           ^
In file included from include/afl-fuzz.h:47:0,
                 from src/afl-fuzz-init.c:26:
include/forkserver.h:47:51: note: format string is defined here
 #define MSG_ULIMIT_USAGE "      ( ulimit -Sd $[%llu << 10];"
                                                ~~~^
                                                %lu
src/afl-fuzz-init.c: In function 'maybe_delete_out_dir':
src/afl-fuzz-init.c:1059:37: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u64 * {aka long unsigned int *}' [-Wformat=]
                "start_time     : %llu\n"
                                  ~~~^
                                  %lu
src/afl-fuzz-init.c:1061:16:
                &start_time2, &last_update) != 2)
                ~~~~~~~~~~~~          
src/afl-fuzz-init.c:1059:16: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u64 * {aka long unsigned int *}' [-Wformat=]
                "start_time     : %llu\n"
                ^~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-init.c:1061:30:
                &start_time2, &last_update) != 2)
                              ~~~~~~~~~~~~
src/afl-fuzz-init.c:1060:37: note: format string is defined here
                "last_update    : %llu\n",
                                  ~~~^
                                  %lu
In file included from /usr/include/stdio.h:597:0,
                 from include/alloc-inl.h:29,
                 from include/afl-fuzz.h:44,
                 from src/afl-fuzz-misc.c:26:
src/afl-fuzz-misc.c: In function 'DI':
src/afl-fuzz-misc.c:52:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=]
src/afl-fuzz-misc.c:44:31:
       sprintf(tmp[cur], _fmt, ((_cast)val) / (_divisor)); \
                               ~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-misc.c:52:24:
   CHK_FORMAT(1, 10000, "%llu", u64);
                        ^
src/afl-fuzz-misc.c:52:3: note: in expansion of macro 'CHK_FORMAT'
   CHK_FORMAT(1, 10000, "%llu", u64);
   ^~~~~~~~~~
src/afl-fuzz-misc.c:58:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=]
src/afl-fuzz-misc.c:44:31:
       sprintf(tmp[cur], _fmt, ((_cast)val) / (_divisor)); \
                               ~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-misc.c:58:26:
   CHK_FORMAT(1000, 1000, "%lluk", u64);
                          ^
src/afl-fuzz-misc.c:58:3: note: in expansion of macro 'CHK_FORMAT'
   CHK_FORMAT(1000, 1000, "%lluk", u64);
   ^~~~~~~~~~
src/afl-fuzz-misc.c:67:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=]
src/afl-fuzz-misc.c:44:31:
       sprintf(tmp[cur], _fmt, ((_cast)val) / (_divisor)); \
                               ~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-misc.c:67:33:
   CHK_FORMAT(1000 * 1000, 1000, "%lluM", u64);
                                 ^
src/afl-fuzz-misc.c:67:3: note: in expansion of macro 'CHK_FORMAT'
   CHK_FORMAT(1000 * 1000, 1000, "%lluM", u64);
   ^~~~~~~~~~
src/afl-fuzz-misc.c: In function 'DMS':
src/afl-fuzz-misc.c:125:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=]
src/afl-fuzz-misc.c:44:31:
       sprintf(tmp[cur], _fmt, ((_cast)val) / (_divisor)); \
                               ~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-misc.c:125:24:
   CHK_FORMAT(1, 10000, "%llu B", u64);
                        ^
src/afl-fuzz-misc.c:125:3: note: in expansion of macro 'CHK_FORMAT'
   CHK_FORMAT(1, 10000, "%llu B", u64);
   ^~~~~~~~~~
src/afl-fuzz-misc.c:131:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=]
src/afl-fuzz-misc.c:44:31:
       sprintf(tmp[cur], _fmt, ((_cast)val) / (_divisor)); \
                               ~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-misc.c:131:26:
   CHK_FORMAT(1024, 1000, "%llu kB", u64);
                          ^
src/afl-fuzz-misc.c:131:3: note: in expansion of macro 'CHK_FORMAT'
   CHK_FORMAT(1024, 1000, "%llu kB", u64);
   ^~~~~~~~~~
src/afl-fuzz-misc.c:140:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=]
src/afl-fuzz-misc.c:44:31:
       sprintf(tmp[cur], _fmt, ((_cast)val) / (_divisor)); \
                               ~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-misc.c:140:33:
   CHK_FORMAT(1024 * 1024, 1000, "%llu MB", u64);
                                 ^
src/afl-fuzz-misc.c:140:3: note: in expansion of macro 'CHK_FORMAT'
   CHK_FORMAT(1024 * 1024, 1000, "%llu MB", u64);
   ^~~~~~~~~~
In file included from include/afl-fuzz.h:43:0,
                 from src/afl-fuzz-one.c:26:
src/afl-fuzz-one.c: In function 'fuzz_one_original':
include/debug.h:48:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u64 {aka long unsigned int}' [-Wformat=]
 #define cLBL "\x1b[1;94m"
              ^
include/debug.h:169:27: note: in definition of macro 'SAYF'
 #define SAYF(x...) printf(x)
                           ^
include/debug.h:189:10: note: in expansion of macro 'cLBL'
     SAYF(cLBL "[*] " cRST x); \
          ^~~~
src/afl-fuzz-one.c:392:5: note: in expansion of macro 'ACTF'
     ACTF("Fuzzing test case #%u (%u total, %llu uniq crashes found)...",
     ^~~~
src/afl-fuzz-one.c:392:47: note: format string is defined here
     ACTF("Fuzzing test case #%u (%u total, %llu uniq crashes found)...",
                                            ~~~^
                                            %lu
In file included from include/afl-fuzz.h:43:0,
                 from src/afl-fuzz-one.c:26:
src/afl-fuzz-one.c: In function 'common_fuzzing':
include/debug.h:48:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u64 {aka long unsigned int}' [-Wformat=]
 #define cLBL "\x1b[1;94m"
              ^
include/debug.h:169:27: note: in definition of macro 'SAYF'
 #define SAYF(x...) printf(x)
                           ^
include/debug.h:189:10: note: in expansion of macro 'cLBL'
     SAYF(cLBL "[*] " cRST x); \
          ^~~~
src/afl-fuzz-one.c:2480:5: note: in expansion of macro 'ACTF'
     ACTF("Fuzzing test case #%u (%u total, %llu uniq crashes found)...",
     ^~~~
src/afl-fuzz-one.c:2480:47: note: format string is defined here
     ACTF("Fuzzing test case #%u (%u total, %llu uniq crashes found)...",
                                            ~~~^
                                            %lu
In file included from include/afl-fuzz.h:43:0,
                 from src/afl-fuzz-run.c:26:
src/afl-fuzz-run.c: In function 'run_target':
src/afl-fuzz-run.c:182:11: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'u64 {aka long unsigned int}' [-Wformat=]
           "\n" cLRD "[-] " cRST
           ^
include/debug.h:169:27: note: in definition of macro 'SAYF'
 #define SAYF(x...) printf(x)
                           ^
src/afl-fuzz-run.c:186:46: note: format string is defined here
           "      to something higher than %lld.\n"
                                           ~~~^
                                           %ld
src/afl-fuzz-stats.c: In function 'write_stats_file':
src/afl-fuzz-stats.c:70:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c:102:7:
       start_time / 1000, get_cur_time() / 1000, getpid(),
       ~~~~~~~~~~~~~~~~~        
src/afl-fuzz-stats.c:70:7: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:102:26:
       start_time / 1000, get_cur_time() / 1000, getpid(),
                          ~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:71:31: note: format string is defined here
       "last_update       : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c:70:7: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:103:7:
       queue_cycle ? (queue_cycle - 1) : 0, total_execs,
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:73:31: note: format string is defined here
       "cycles_done       : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c:70:7: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:74:31: note: format string is defined here
       "execs_done        : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c:70:7: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 20 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:88:31: note: format string is defined here
       "unique_crashes    : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c:70:7: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 21 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:89:31: note: format string is defined here
       "unique_hangs      : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c:70:7: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 22 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:108:7:
       last_path_time / 1000, last_crash_time / 1000, last_hang_time / 1000,
       ~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:90:31: note: format string is defined here
       "last_path         : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c:70:7: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 23 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:108:30:
       last_path_time / 1000, last_crash_time / 1000, last_hang_time / 1000,
                              ~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:91:31: note: format string is defined here
       "last_crash        : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c:70:7: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 24 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:108:54:
       last_path_time / 1000, last_crash_time / 1000, last_hang_time / 1000,
                                                      ~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:92:31: note: format string is defined here
       "last_hang         : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c:70:7: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 25 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:109:7:
       total_execs - last_crash_execs, exec_tmout, slowest_exec_ms,
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:93:31: note: format string is defined here
       "execs_since_crash : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c:70:7: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 27 has type 'u64 {aka long unsigned int}' [-Wformat=]
       "start_time        : %llu\n"
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:95:31: note: format string is defined here
       "slowest_exec_ms   : %llu\n"
                            ~~~^
                            %lu
src/afl-fuzz-stats.c: In function 'maybe_update_plot_file':
src/afl-fuzz-stats.c:159:15: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u64 {aka long unsigned int}' [-Wformat=]
           "%llu, %llu, %u, %u, %u, %u, %0.02f%%, %llu, %llu, %u, %0.02f\n",
            ~~~^
            %lu
           get_cur_time() / 1000, queue_cycle - 1, current_entry, queued_paths,
           ~~~~~~~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:159:21: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u64 {aka long unsigned int}' [-Wformat=]
           "%llu, %llu, %u, %u, %u, %u, %0.02f%%, %llu, %llu, %u, %0.02f\n",
                  ~~~^
                  %lu
           get_cur_time() / 1000, queue_cycle - 1, current_entry, queued_paths,
                                  ~~~~~~~~~~~~~~~
src/afl-fuzz-stats.c:159:53: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 10 has type 'u64 {aka long unsigned int}' [-Wformat=]
           "%llu, %llu, %u, %u, %u, %u, %0.02f%%, %llu, %llu, %u, %0.02f\n",
                                                  ~~~^
                                                  %lu
src/afl-fuzz-stats.c:159:59: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 11 has type 'u64 {aka long unsigned int}' [-Wformat=]
           "%llu, %llu, %u, %u, %u, %u, %0.02f%%, %llu, %llu, %u, %0.02f\n",
                                                        ~~~^
                                                        %lu
src/afl-fuzz.c: In function 'main':
src/afl-fuzz.c:359:32: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u64 * {aka long unsigned int *}' [-Wformat=]
         if (sscanf(optarg, "%llu%c", &mem_limit, &suffix) < 1 ||
                             ~~~^     ~~~~~~~~~~
                             %lu
src/afl-fuzz.c:469:32: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u64 * {aka long unsigned int *}' [-Wformat=]
         if (sscanf(optarg, "%llu", &most_time) < 1 || optarg[0] == '-')
                             ~~~^   ~~~~~~~~~~
                             %lu
src/afl-fuzz.c:477:32: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u64 * {aka long unsigned int *}' [-Wformat=]
         if (sscanf(optarg, "%llu", &most_execs) < 1 || optarg[0] == '-')
                             ~~~^   ~~~~~~~~~~~
                             %lu
src/afl-fuzz.c:488:32: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u64 * {aka long unsigned int *}' [-Wformat=]
         if (sscanf(optarg, "%llu", &limit_time_puppet) < 1 || optarg[0] == '-')
                             ~~~^   ~~~~~~~~~~~~~~~~~~
                             %lu
In file included from include/afl-fuzz.h:43:0,
                 from src/afl-fuzz.c:26:
src/afl-fuzz.c:497:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u64 {aka long unsigned int}' [-Wformat=]
         SAYF("limit_time_puppet %llu\n", limit_time_puppet);
              ^
include/debug.h:169:27: note: in definition of macro 'SAYF'
 #define SAYF(x...) printf(x)
                           ^
include/debug.h:48:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u64 {aka long unsigned int}' [-Wformat=]
 #define cLBL "\x1b[1;94m"
              ^
include/debug.h:169:27: note: in definition of macro 'SAYF'
 #define SAYF(x...) printf(x)
                           ^
include/debug.h:189:10: note: in expansion of macro 'cLBL'
     SAYF(cLBL "[*] " cRST x); \
          ^~~~
src/afl-fuzz.c:981:9: note: in expansion of macro 'ACTF'
         ACTF("Entering queue cycle %llu.", queue_cycle);
         ^~~~
src/afl-fuzz.c:981:39: note: format string is defined here
         ACTF("Entering queue cycle %llu.", queue_cycle);
                                    ~~~^
                                    %lu
ld: /tmp/pkgbuild/devel/afl++/work.sparc64/.buildlink/lib/libpython2.7.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
ld: /tmp/pkgbuild/devel/afl++/work.sparc64/.buildlink/lib/libpython2.7.so: warning: warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()
gcc: internal compiler error: Killed (program lto1 received signal 9)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.
gcc: internal compiler error: Killed (program lto1 received signal 9)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.
lto-wrapper: fatal error: gcc returned 4 exit status
compilation terminated.
lto-wrapper: fatal error: gcc returned 4 exit status
compilation terminated.
ld: error: lto-wrapper failed
ld: error: lto-wrapper failed
distcc[666] ERROR: compile src/afl-showmap.c on localhost failed
distcc[8496] ERROR: compile src/afl-fuzz-bitmap.c on localhost failed
gmake: *** [Makefile:284: afl-fuzz] Error 1
gmake: *** Waiting for unfinished jobs....
gmake: *** [Makefile:287: afl-showmap] Error 1
gcc: internal compiler error: Killed (program lto1 received signal 9)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.
lto-wrapper: fatal error: gcc returned 4 exit status
compilation terminated.
ld: error: lto-wrapper failed
distcc[3895] ERROR: compile src/afl-analyze.c on localhost failed
gmake: *** [Makefile:293: afl-analyze] Error 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/devel/afl++
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/afl++