=> Bootstrap dependency digest>=20010302: found digest-20180917 ===> 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 co Scanning dependencies of target onigmo Scanning dependencies of target jsmn Scanning dependencies of target backtrace Scanning dependencies of target mk_core [ 1%] Building C object lib/flb_libco/CMakeFiles/co.dir/libco.c.o [ 2%] Building C object lib/jsmn/CMakeFiles/jsmn.dir/jsmn.c.o Scanning dependencies of target flb-plugin-proxy-go [ 3%] Creating directories for 'onigmo' [ 4%] Creating directories for 'backtrace' [ 5%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_string.c.o [ 5%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_rconf.c.o [ 6%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_utils.c.o [ 6%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_memory.c.o [ 6%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_event.c.o Scanning dependencies of target mbedcrypto [ 6%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_file.c.o [ 6%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_iov.c.o [ 6%] Building C object src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/go.c.o Scanning dependencies of target sqlite3 [ 6%] Building C object lib/sqlite-amalgamation-3230000/CMakeFiles/sqlite3.dir/sqlite3.c.o [ 6%] 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/arc4.c.o [ 7%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/aesni.c.o [ 7%] No download step for 'backtrace' [ 7%] No download step for 'onigmo' [ 7%] No update step for 'backtrace' [ 7%] No update step for 'onigmo' [ 9%] No patch step for 'onigmo' [ 9%] No patch step for 'backtrace' [ 9%] Performing configure step for 'onigmo' [ 9%] Performing configure step for 'backtrace' checking for a BSD-compatible install... /data/scratch/sysutils/fluent-bit/work/.tools/bin/install -c checking build system type... x86_64-unknown-netbsd8.99.25 checking host system type... x86_64-unknown-netbsd8.99.25 checking target system type... x86_64-unknown-netbsd8.99.25 checking for gcc... clang 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 /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)) ^~~~ /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 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/flb_libco/CMakeFiles/co.dir/all --- *** [lib/flb_libco/CMakeFiles/co.dir/all] Error code 2 make[1]: stopped in /data/scratch/sysutils/fluent-bit/work/fluent-bit-0.13.2 5 warnings generated. 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/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 build environment is sane... yes 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 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 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 suffix of executables... checking for suffix of object files... o checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking whether we are using the GNU C compiler... yes checking for suffix of executables... checking whether clang accepts -g... yes checking whether we are cross compiling... no checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang-cpp checking for suffix of object files... o checking whether we are using the GNU C compiler... yes 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 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 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 sys/types.h... yes 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 sys/stat.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-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 stdlib.h... yes checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for string.h... yes checking for memory.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 strings.h... yes checking for inttypes.h... yes 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 for ANSI C header files... yes 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 sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.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 stdint.h... yes checking for unistd.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 dlfcn.h... yes checking for objdir... .libs 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 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 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 static flag -static works... yes checking command to parse /usr/bin/nm -B output from clang object... ok checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking for dlfcn.h... yes checking for objdir... .libs 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 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 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 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 whether the clang linker (/usr/bin/ld) supports shared libraries... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking for unistd.h... (cached) yes 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 sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for stdint.h... (cached) yes checking unwind.h usability... yes checking unwind.h presence... yes checking for unwind.h... yes checking size of int... 4 checking for _Unwind_Backtrace... yes checking for -funwind-tables option... yes checking size of short... 2 checking for -frandom-seed=string option... yes checking size of long... 8 checking whether clang supports -W... yes checking whether clang supports -Wall... yes checking size of void*... 8 checking whether clang supports -Wwrite-strings... yes checking size of long long... 8 checking whether clang supports -Wstrict-prototypes... yes checking for an ANSI C-conforming const... yes checking whether clang supports -Wmissing-prototypes... yes checking whether clang supports -Wold-style-definition... yes checking whether time.h and sys/time.h may both be included... yes checking whether clang supports -Wmissing-format-attribute... yes checking whether clang supports -Wcast-qual... yes checking for size_t... yes checking for working alloca.h... no checking for _Unwind_GetIPInfo... yes checking for alloca... yes checking __sync extensions... yes checking __atomic extensions... yes checking for working memcmp... yes configure: creating ./config.status checking output filetype... elf64 checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking link.h usability... yes config.status: creating Makefile config.status: creating onigmo-config config.status: creating sample/Makefile checking link.h presence... yes checking for link.h... yes config.status: creating config.h config.status: executing depfiles commands checking for dl_iterate_phdr... yes checking sys/ldr.h usability... no config.status: executing libtool commands config.status: executing default commands checking sys/ldr.h presence... no checking for sys/ldr.h... no 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 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/ls11199: 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 8 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