=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for fluent-bit-0.13.2
Scanning dependencies of target onigmo
Scanning dependencies of target co
Scanning dependencies of target mk_core
[  1%] Creating directories for 'onigmo'
Scanning dependencies of target sqlite3
[  2%] Building C object lib/flb_libco/CMakeFiles/co.dir/libco.c.o
[  2%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_rconf.c.o
[  3%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_string.c.o
[  3%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_memory.c.o
[  3%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_file.c.o
[  3%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_iov.c.o
[  4%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_utils.c.o
[  4%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_event.c.o
Scanning dependencies of target mbedcrypto
[  4%] Building C object lib/sqlite-amalgamation-3230000/CMakeFiles/sqlite3.dir/sqlite3.c.o
Scanning dependencies of target backtrace
Scanning dependencies of target jsmn
Scanning dependencies of target flb-plugin-proxy-go
[  7%] Building C object src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/go.c.o
[  4%] No download step for 'onigmo'
[  4%] No update step for 'onigmo'
[  6%] No patch step for 'onigmo'
[  7%] Performing configure step for 'onigmo'
[  5%] Creating directories for 'backtrace'
[  7%] No download step for 'backtrace'
[  7%] No update step for 'backtrace'
[  8%] No patch step for 'backtrace'
[  6%] Linking C static library ../../library/libco.a
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_rconf.c:299:43: warning: array subscript is of type 'char' [-Wchar-subscripts]
            do { i++; } while (i < len && isblank(buf[i]));
                                          ^~~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:71:44: note: expanded from macro 'isblank'
#define isblank(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_BL))
                                                ^~~~
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_rconf.c:312:13: warning: array subscript is of type 'char' [-Wchar-subscripts]
            isblank(buf[indent_len]) != 0) {
            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:71:44: note: expanded from macro 'isblank'
#define isblank(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_BL))
                                                ^~~~
[  4%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/aes.c.o
[  6%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.o
[  6%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/arc4.c.o
[  7%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/aesni.c.o
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_string.c:209:27: warning: array subscript is of type 'char' [-Wchar-subscripts]
            while (*s && (toupper(*q) == toupper(*s))) {
                          ^~~~~~~~~~~
/usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper'
#define toupper(c)      ((int)((_toupper_tab_ + 1)[(c)]))
                                                  ^~~~
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_string.c:209:42: warning: array subscript is of type 'char' [-Wchar-subscripts]
            while (*s && (toupper(*q) == toupper(*s))) {
                                         ^~~~~~~~~~~
/usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper'
#define toupper(c)      ((int)((_toupper_tab_ + 1)[(c)]))
                                                  ^~~~
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_string.c:429:13: warning: array subscript is of type 'char' [-Wchar-subscripts]
        if (isspace(*left)) {
            ^~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace'
#define isspace(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S))
                                                ^~~~
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_string.c:446:13: warning: array subscript is of type 'char' [-Wchar-subscripts]
        if (isspace(*right)) {
            ^~~~~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace'
#define isspace(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S))
                                                ^~~~
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_string.c:559:15: warning: array subscript is of type 'char' [-Wchar-subscripts]
        *op = tolower(*ip);
              ^~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower'
#define tolower(c)      ((int)((_tolower_tab_ + 1)[(c)]))
                                                  ^~~~
checking for a BSD-compatible install... /data/scratch/sysutils/fluent-bit/work/.tools/bin/install -c
[  9%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/blowfish.c.o
[  9%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/bignum.c.o
[ 10%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/asn1write.c.o
[ 10%] Built target co
[ 10%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/camellia.c.o
[ 10%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ccm.c.o
5 warnings generated.
[ 10%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/base64.c.o
2 warnings generated.
[ 11%] Linking C static library ../../../library/libmk_core.a
[ 12%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/cipher.c.o
[ 12%] Performing configure step for 'backtrace'
[ 12%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o
In file included from /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/src/proxy/go/go.c:22:
In file included from /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_plugin_proxy.h:25:
In file included from /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_output.h:38:
In file included from /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_engine.h:26:
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_input.h:419:28: error: use of undeclared identifier 'PTHREAD_STACK_MIN'
    th->callee = co_create(FLB_THREAD_STACK_SIZE,
                           ^
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_thread_libco.h:57:42: note: expanded from macro 'FLB_THREAD_STACK_SIZE'
#define FLB_THREAD_STACK_SIZE      ((3 * PTHREAD_STACK_MIN) / 2)
                                         ^
In file included from /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/src/proxy/go/go.c:22:
In file included from /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_plugin_proxy.h:25:
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_output.h:353:28: error: use of undeclared identifier 'PTHREAD_STACK_MIN'
    th->callee = co_create(FLB_THREAD_STACK_SIZE,
                           ^
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_thread_libco.h:57:42: note: expanded from macro 'FLB_THREAD_STACK_SIZE'
#define FLB_THREAD_STACK_SIZE      ((3 * PTHREAD_STACK_MIN) / 2)
                                         ^
2 errors generated.
--- src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/go.c.o ---
*** [src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/go.c.o] Error code 1

make[2]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
1 error

make[2]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
--- src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/all ---
*** [src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/all] Error code 2

make[1]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
[ 12%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/cmac.c.o
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
--- lib/monkey/mk_core/CMakeFiles/mk_core.dir/all ---
*** [lib/monkey/mk_core/CMakeFiles/mk_core.dir/all] Error code 2

make[1]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
checking whether make sets $(MAKE)... yes
checking for gcc... clang
[ 13%] Building C object lib/jsmn/CMakeFiles/jsmn.dir/jsmn.c.o
checking build system type... x86_64-unknown-netbsd8.99.19
checking host system type... x86_64-unknown-netbsd8.99.19
checking target system type... x86_64-unknown-netbsd8.99.19
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
--- lib/jsmn/CMakeFiles/jsmn.dir/all ---
*** [lib/jsmn/CMakeFiles/jsmn.dir/all] Error code 2

make[1]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking for clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang-cpp
checking for grep that handles long lines and -e... /data/scratch/sysutils/fluent-bit/work/.tools/bin/grep
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
--- lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/all ---
*** [lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/all] Error code 2

make[1]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
checking for egrep... /data/scratch/sysutils/fluent-bit/work/.tools/bin/grep -E
checking dependency style of clang... gcc3
checking build system type... x86_64-unknown-netbsd8.99
checking host system type... x86_64-unknown-netbsd8.99
checking how to print strings... printf
checking for ANSI C header files... yes
checking for a sed that does not truncate output... /data/scratch/sysutils/fluent-bit/work/.tools/bin/sed
checking for grep that handles long lines and -e... /data/scratch/sysutils/fluent-bit/work/.tools/bin/grep
checking for egrep... /data/scratch/sysutils/fluent-bit/work/.tools/bin/grep -E
checking for fgrep... /data/scratch/sysutils/fluent-bit/work/.tools/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-unknown-netbsd8.99 file names to x86_64-unknown-netbsd8.99 format... func_convert_file_noop
checking how to convert x86_64-unknown-netbsd8.99 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... clang-cpp
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for ANSI C header files... yes
checking for memory.h... yes
checking for sys/types.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for inttypes.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /data/scratch/sysutils/fluent-bit/work/.tools/bin/install -c
checking for dlfcn.h... yes
checking for objdir... .libs
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking for gawk... (cached) awk
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking for a sed that does not truncate output... /data/scratch/sysutils/fluent-bit/work/.tools/bin/sed
checking for fgrep... /data/scratch/sysutils/fluent-bit/work/.tools/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking whether clang and cc understand -c and -o together... yes
checking whether make sets $(MAKE)... (cached) yes
checking for python3... no
checking for python... no
checking for python2... no
checking for ANSI C header files... (cached) yes
checking command to parse /usr/bin/nm -B output from clang object... ok
checking sys/time.h usability... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking sys/times.h usability... yes
checking if clang static flag -static works... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking for stdint.h... (cached) yes
checking size of int... 4
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking size of short... 2
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of long... 8
checking size of void*... 8
checking unwind.h usability... yes
checking size of long long... 8
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for -funwind-tables option... yes
checking for -frandom-seed=string option... yes
checking for size_t... yes
checking for working alloca.h... no
checking whether clang supports -W... yes
checking whether clang supports -Wall... yes
checking for alloca... yes
checking whether clang supports -Wwrite-strings... yes
checking whether clang supports -Wstrict-prototypes... yes
checking for working memcmp... yes
configure: creating ./config.status
checking whether clang supports -Wmissing-prototypes... yes
checking whether clang supports -Wold-style-definition... yes
checking whether clang supports -Wmissing-format-attribute... yes
checking whether clang supports -Wcast-qual... yes
checking for _Unwind_GetIPInfo... yes
checking __sync extensions... yes
checking __atomic extensions... yes
config.status: creating Makefile
checking output filetype... elf64
config.status: creating onigmo-config
config.status: creating sample/Makefile
config.status: creating config.h
config.status: executing depfiles commands
checking sys/mman.h usability... yes
config.status: executing libtool commands
config.status: executing default commands
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
--- CMakeFiles/onigmo.dir/all ---
*** [CMakeFiles/onigmo.dir/all] Error code 2

make[1]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
checking for mmap... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking for dl_iterate_phdr... yes
checking sys/ldr.h usability... no
checking sys/ldr.h presence... no
checking for sys/ldr.h... no
checking for fcntl... yes
checking whether strnlen is declared... yes
checking for lstat... yes
checking for readlink... yes
checking for getexecname... no
checking for clock_gettime... yes
checking whether -pthread is supported... yes
checking for compress in -lz... yes
checking whether --compress-debug-sections is supported... yes
checking for objcopy... objcopy
checking whether objcopy supports debuglink... objcopy:/tmp/ls21432: cannot fill debug link section `x': No such file or directory
no
checking whether tests can run... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating backtrace-supported.h
config.status: creating config.h
config.status: executing libtool commands
config.status: executing default commands
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
--- CMakeFiles/backtrace.dir/all ---
*** [CMakeFiles/backtrace.dir/all] Error code 2

make[1]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
A failure has been detected in another branch of the parallel make

make[2]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
--- lib/sqlite-amalgamation-3230000/CMakeFiles/sqlite3.dir/all ---
*** [lib/sqlite-amalgamation-3230000/CMakeFiles/sqlite3.dir/all] Error code 2

make[1]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
7 errors

make[1]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
*** [all] Error code 2

make: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
1 error

make: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/sysutils/fluent-bit
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/sysutils/fluent-bit