=> Bootstrap dependency digest>=20010302: found digest-20190127
===> 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 backtrace
Scanning dependencies of target onigmo
[  1%] Creating directories for 'onigmo'
Scanning dependencies of target mk_core
Scanning dependencies of target jsmn
[  2%] Creating directories for 'backtrace'
[  2%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_rconf.c.o
Scanning dependencies of target mbedcrypto
Scanning dependencies of target flb-plugin-proxy-go
[  2%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/aes.c.o
[  3%] Building C object lib/jsmn/CMakeFiles/jsmn.dir/jsmn.c.o
[  3%] Building C object src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/go.c.o
Scanning dependencies of target co
[  4%] Building C object lib/flb_libco/CMakeFiles/co.dir/libco.c.o
[  4%] No download step for 'onigmo'
Scanning dependencies of target sqlite3
[  4%] No update step for 'onigmo'
[  4%] Building C object lib/sqlite-amalgamation-3230000/CMakeFiles/sqlite3.dir/sqlite3.c.o
/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%] No download step for 'backtrace'
[  5%] No patch step for 'onigmo'
[  5%] No update step for 'backtrace'
[  5%] Performing configure step for 'onigmo'
[  6%] No patch step for 'backtrace'
[  6%] Performing configure step for 'backtrace'
[  6%] Linking C static library ../../library/libco.a
2 warnings generated.
[  6%] Built target co
[  6%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_memory.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)
                                         ^
[  7%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_string.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:
/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
checking for a BSD-compatible install... /data/scratch/sysutils/fluent-bit/work/.tools/bin/install -c
/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)]))
                                                  ^~~~
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 build system type... x86_64-unknown-netbsd9.99.51
checking host system type... x86_64-unknown-netbsd9.99.51
checking target system type... x86_64-unknown-netbsd9.99.51
checking for gcc... clang
5 warnings generated.
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 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... 
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c:109408:38: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-int-float-conversion]
  if( n==0 && r>=0 && r<LARGEST_INT64-1 ){
                       ~~~~~~~~~~~~~~^~
/data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c:109410:46: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-int-float-conversion]
  }else if( n==0 && r<0 && (-r)<LARGEST_INT64-1 ){
                               ~~~~~~~~~~~~~~^~
checking for suffix of object files... o
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 whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
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
checking whether make sets $(MAKE)... yes
checking for gcc... clang
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
checking for egrep... /data/scratch/sysutils/fluent-bit/work/.tools/bin/grep -E
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking for ANSI C header files... yes
checking for sys/types.h... yes
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 for style of include used by make... GNU
checking dependency style of clang... gcc3
checking for sys/stat.h... yes
checking build system type... x86_64-unknown-netbsd9.99
checking host system type... x86_64-unknown-netbsd9.99
checking how to print strings... printf
checking for stdlib.h... yes
checking for string.h... 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 for memory.h... 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 how to convert x86_64-unknown-netbsd9.99 file names to x86_64-unknown-netbsd9.99 format... func_convert_file_noop
checking how to convert x86_64-unknown-netbsd9.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 for strings.h... yes
checking for inttypes.h... yes
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 stdint.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 ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) clang
checking for stdlib.h... yes
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 for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... 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 if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking for stdint.h... 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 for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
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 if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static 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 if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
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 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 _FILE_OFFSET_BITS value needed for large files... no
checking unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
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 for _Unwind_Backtrace... yes
checking sys/time.h usability... yes
checking for -funwind-tables option... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for -frandom-seed=string option... yes
checking for unistd.h... (cached) yes
checking whether clang supports -W... yes
checking whether clang supports -Wall... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking whether clang supports -Wwrite-strings... yes
checking for stdint.h... (cached) yes
checking whether clang supports -Wstrict-prototypes... yes
checking whether clang supports -Wmissing-prototypes... yes
checking size of int... 4
checking whether clang supports -Wold-style-definition... yes
checking whether clang supports -Wmissing-format-attribute... yes
checking size of short... 2
checking whether clang supports -Wcast-qual... yes
checking for _Unwind_GetIPInfo... yes
checking size of long... 8
checking __sync extensions... yes
checking size of void*... 8
checking __atomic extensions... yes
checking output filetype... elf64
checking size of long long... 8
checking sys/mman.h usability... yes
checking for an ANSI C-conforming const... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for mmap... yes
checking for size_t... yes
checking link.h usability... yes
checking for working alloca.h... no
checking link.h presence... yes
checking for link.h... yes
checking for alloca... yes
checking for dl_iterate_phdr... yes
checking sys/ldr.h usability... no
checking for working memcmp... yes
configure: creating ./config.status
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
config.status: creating Makefile
config.status: creating onigmo-config
config.status: creating sample/Makefile
checking for readlink... yes
config.status: creating config.h
config.status: executing depfiles commands
checking for getexecname... no
checking for clock_gettime... yes
checking whether -pthread is supported... yes
checking for compress in -lz... yes
config.status: executing libtool commands
checking whether --compress-debug-sections is supported... yes
checking for objcopy... objcopy
checking whether objcopy supports debuglink... objcopy:/tmp/ls2577: cannot fill debug link section `x': No such file or directory
no
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/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 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
2 warnings generated.
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
