=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for fluent-bit-0.13.2
Scanning dependencies of target onigmo
Scanning dependencies of target jsmn
Scanning dependencies of target backtrace
[  1%] Creating directories for 'onigmo'
[  2%] Building C object lib/jsmn/CMakeFiles/jsmn.dir/jsmn.c.o
[  3%] Creating directories for 'backtrace'
distcc[13858] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
Scanning dependencies of target sqlite3
[  3%] Building C object lib/sqlite-amalgamation-3230000/CMakeFiles/sqlite3.dir/sqlite3.c.o
distcc[13528] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
[  3%] Linking C static library ../../library/libjsmn.a
[  3%] No download step for 'onigmo'
[  3%] No download step for 'backtrace'
[  3%] No update step for 'onigmo'
[  3%] No update step for 'backtrace'
[  3%] Built target jsmn
Scanning dependencies of target co
[  4%] No patch step for 'onigmo'
[  5%] No patch step for 'backtrace'
[  6%] Building C object lib/flb_libco/CMakeFiles/co.dir/libco.c.o
distcc[22344] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
[  6%] Performing configure step for 'onigmo'
[  6%] Performing configure step for 'backtrace'
[  6%] Linking C static library ../../library/libco.a
[  6%] Built target co
Scanning dependencies of target flb-plugin-proxy-go
[  6%] Building C object src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/go.c.o
distcc[19564] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_thread.h:41:0,
                 from /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_io.h:26,
                 from /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_output.h:34,
                 from /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_plugin_proxy.h:25,
                 from /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/src/proxy/go/go.c:22:
/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_input.h: In function 'flb_input_thread_collect':
/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_thread_libco.h:57:42: error: 'PTHREAD_STACK_MIN' undeclared (first use in this function); did you mean '_SC_THREAD_STACK_MIN'?
 #define FLB_THREAD_STACK_SIZE      ((3 * PTHREAD_STACK_MIN) / 2)
                                          ^
/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_input.h:419:28: note: in expansion of macro 'FLB_THREAD_STACK_SIZE'
     th->callee = co_create(FLB_THREAD_STACK_SIZE,
                            ^~~~~~~~~~~~~~~~~~~~~
/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_thread_libco.h:57:42: note: each undeclared identifier is reported only once for each function it appears in
 #define FLB_THREAD_STACK_SIZE      ((3 * PTHREAD_STACK_MIN) / 2)
                                          ^
/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_input.h:419:28: note: in expansion of macro 'FLB_THREAD_STACK_SIZE'
     th->callee = co_create(FLB_THREAD_STACK_SIZE,
                            ^~~~~~~~~~~~~~~~~~~~~
/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_output.h: In function 'flb_output_thread':
/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_thread_libco.h:57:42: error: 'PTHREAD_STACK_MIN' undeclared (first use in this function); did you mean '_SC_THREAD_STACK_MIN'?
 #define FLB_THREAD_STACK_SIZE      ((3 * PTHREAD_STACK_MIN) / 2)
                                          ^
/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/include/fluent-bit/flb_output.h:353:28: note: in expansion of macro 'FLB_THREAD_STACK_SIZE'
     th->callee = co_create(FLB_THREAD_STACK_SIZE,
                            ^~~~~~~~~~~~~~~~~~~~~
distcc[19564] ERROR: compile /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2/src/proxy/go/go.c on localhost failed
--- 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 /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2
1 error

make[2]: stopped in /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/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 /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2
checking for a BSD-compatible install... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.tools/bin/install -c
checking build system type... aarch64-unknown-netbsd9.0
checking host system type... aarch64-unknown-netbsd9.0
checking target system type... aarch64-unknown-netbsd9.0
checking for gcc... gcc
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 build environment is sane... yes
checking for suffix of object files... o
checking for a thread-safe mkdir -p... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/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... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... cpp
checking for suffix of executables... 
checking for grep that handles long lines and -e... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.tools/bin/grep
checking for egrep... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.tools/bin/grep -E
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 for ANSI C header files... yes
checking whether gcc accepts -g... yes
checking for sys/types.h... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking for sys/stat.h... yes
checking dependency style of gcc... gcc3
checking for stdlib.h... yes
checking build system type... aarch64-unknown-netbsd9.0
checking host system type... aarch64-unknown-netbsd9.0
checking how to print strings... printf
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... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.tools/bin/sed
checking for grep that handles long lines and -e... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.tools/bin/grep
checking for egrep... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.tools/bin/grep -E
checking for fgrep... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.tools/bin/grep -F
checking for ld used by gcc... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.cwrapper/bin/ld
checking if the linker (/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.cwrapper/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 how to convert aarch64-unknown-netbsd9.0 file names to aarch64-unknown-netbsd9.0 format... func_convert_file_noop
checking how to convert aarch64-unknown-netbsd9.0 file names to toolchain format... func_convert_file_noop
checking for /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.cwrapper/bin/ld option to reload object files... -r
checking for objdump... objdump
checking for unistd.h... yes
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 minix/config.h usability... no
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
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... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.tools/bin/install -c
checking command to parse /usr/bin/nm -B output from gcc 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... cpp
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/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 for ANSI C header files... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking for sys/types.h... yes
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for gawk... (cached) awk
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for a sed that does not truncate output... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.tools/bin/sed
checking for fgrep... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.tools/bin/grep -F
checking for memory.h... yes
checking for ld used by gcc... /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.cwrapper/bin/ld
checking if the linker (/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.cwrapper/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking for strings.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 /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.cwrapper/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 inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.cwrapper/bin/ld) supports shared libraries... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/.cwrapper/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 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 unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking whether gcc 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 unistd.h... (cached) yes
checking for -frandom-seed=string option... yes
checking sys/times.h usability... yes
checking whether gcc supports -W... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for stdint.h... (cached) yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking size of int... 4
checking whether gcc supports -Wstrict-prototypes... yes
checking size of short... 2
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking size of long... 8
checking whether gcc supports -Wmissing-format-attribute... yes
checking size of void*... 8
checking whether gcc supports -Wcast-qual... yes
checking size of long long... 8
checking for _Unwind_GetIPInfo... yes
checking for an ANSI C-conforming const... yes
checking __sync extensions... yes
checking whether time.h and sys/time.h may both be included... yes
checking __atomic extensions... yes
checking output filetype... elf64
checking for size_t... yes
checking sys/mman.h usability... yes
checking for working alloca.h... no
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for alloca... yes
checking for mmap... yes
checking for working memcmp... yes
checking link.h usability... yes
configure: creating ./config.status
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/ls29739: 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 onigmo-config
config.status: creating sample/Makefile
config.status: creating config.h
config.status: executing depfiles commands
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 /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2
--- CMakeFiles/onigmo.dir/all ---
*** [CMakeFiles/onigmo.dir/all] Error code 2

make[1]: stopped in /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2
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 /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2
--- CMakeFiles/backtrace.dir/all ---
*** [CMakeFiles/backtrace.dir/all] Error code 2

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

make[2]: stopped in /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/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 /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2
4 errors

make[1]: stopped in /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2
*** [all] Error code 2

make: stopped in /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2
1 error

make: stopped in /tmp/pkgbuild/sysutils/fluent-bit/work.aarch64/fluent-bit-0.13.2
*** Error code 2

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

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