+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fluent-bit-0.13.2/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fluent-bit-0.13.2/work.log WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead. ===> Building for fluent-bit-0.13.2 [ 1%] Creating directories for 'backtrace' [ 2%] Creating directories for 'onigmo' [ 2%] Building C object lib/sqlite-amalgamation-3230000/CMakeFiles/sqlite3.dir/sqlite3.c.o [ 3%] Building C object lib/jsmn/CMakeFiles/jsmn.dir/jsmn.c.o [ 3%] No download step for 'backtrace' [ 3%] No download step for 'onigmo' [ 3%] Linking C static library ../../library/libjsmn.a [ 3%] No update step for 'backtrace' [ 3%] No update step for 'onigmo' [ 3%] Built target jsmn [ 3%] No patch step for 'backtrace' [ 3%] No patch step for 'onigmo' [ 4%] Building C object lib/flb_libco/CMakeFiles/co.dir/libco.c.o [ 5%] Performing configure step for 'backtrace' [ 5%] Linking C static library ../../library/libco.a [ 6%] Performing configure step for 'onigmo' checking for a BSD-compatible install... /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/install -c [ 6%] Built target co checking build system type... x86_64-pc-solaris2.11 checking host system type... x86_64-pc-solaris2.11 checking target system type... x86_64-pc-solaris2.11 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... [ 6%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_rconf.c.o checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes In file included from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/../include/monkey/mk_core/mk_memory.h:29, from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/../include/monkey/mk_core/mk_rconf.h:26, from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_rconf.c:29: /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_rconf.c: In function 'mk_rconf_open': /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_rconf.c:463:17: warning: '%s' directive argument is null [-Wformat-overflow=] 463 | mk_warn("[config] invalid path file %s", path); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/../include/monkey/mk_core/mk_macros.h:42:41: note: in definition of macro 'mk_warn' 42 | #define mk_warn(...) mk_print(MK_WARN, __VA_ARGS__) | ^~~~~~~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_rconf.c:463:45: note: format string is defined here 463 | mk_warn("[config] invalid path file %s", path); | ^~ checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... cpp checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /home/pbulk/build/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... nawk checking whether make sets $(MAKE)... yes checking for gcc... gcc [ 7%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_string.c.o checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... [ 7%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_memory.c.o checking whether we are cross compiling... no checking for suffix of object files... o checking for grep that handles long lines and -e... /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/grep checking for egrep... /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/grep -E checking whether we are using the GNU C compiler... yes [ 7%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_event.c.o checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking for ANSI C header files... yes checking dependency style of gcc... gcc3 checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking build system type... x86_64-pc-solaris2.11 checking host system type... x86_64-pc-solaris2.11 checking how to print strings... print -r [ 8%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_utils.c.o checking for string.h... yes checking for memory.h... yes [ 8%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_file.c.o checking for strings.h... yes In file included from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/../include/monkey/mk_core.h:36, from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_file.c:29: /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/../include/monkey/mk_core/mk_iov.h: In function 'mk_iov_add': /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/../include/monkey/mk_core/mk_iov.h:110:40: warning: pointer targets in assignment from 'unsigned char *' to 'caddr_t' {aka 'char *'} differ in signedness [-Wpointer-sign] 110 | mk_io->io[mk_io->iov_idx].iov_base = (unsigned char *) buf; | ^ checking for inttypes.h... yes checking for a sed that does not truncate output... /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/sed checking for stdint.h... yes checking for unistd.h... yes [ 8%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_iov.c.o checking minix/config.h usability... no In file included from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/mk_iov.c:31: /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/../include/monkey/mk_core/mk_iov.h: In function 'mk_iov_add': /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/mk_core/../include/monkey/mk_core/mk_iov.h:110:40: warning: pointer targets in assignment from 'unsigned char *' to 'caddr_t' {aka 'char *'} differ in signedness [-Wpointer-sign] 110 | mk_io->io[mk_io->iov_idx].iov_base = (unsigned char *) buf; | ^ 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... /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/install -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c: In function 'sqlite3DefaultRowEst': /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c:106598:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 106598 | if( pIdx->pPartIdxWhere!=0 ) a[0] -= 10; assert( 10==sqlite3LogEst(2) ); | ^~ In file included from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c:13030: /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c:106598:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 106598 | if( pIdx->pPartIdxWhere!=0 ) a[0] -= 10; assert( 10==sqlite3LogEst(2) ); | ^~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c:106599:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 106599 | if( a[0]<33 ) a[0] = 33; assert( 33==sqlite3LogEst(10) ); | ^~ [ 9%] Linking C static library ../../../library/libmk_core.a /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c:106599:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 106599 | if( a[0]<33 ) a[0] = 33; assert( 33==sqlite3LogEst(10) ); | ^~~~~~ checking for grep that handles long lines and -e... /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/grep checking for egrep... /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/grep -E checking for fgrep... /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/grep -F checking for ld used by gcc... /bin/ld checking if the linker (/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B checking the name lister (/opt/local/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking how to convert x86_64-pc-solaris2.11 file names to x86_64-pc-solaris2.11 format... func_convert_file_noop checking how to convert x86_64-pc-solaris2.11 file names to toolchain format... func_convert_file_noop checking for /bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib [ 9%] Built target mk_core checking command to parse /opt/local/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking whether build environment is sane... yes checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp checking for a thread-safe mkdir -p... /home/pbulk/build/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... nawk checking whether make sets $(MAKE)... yes [ 9%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/aes.c.o checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc 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) nawk checking for ANSI C header files... yes checking for sys/types.h... yes checking for a sed that does not truncate output... /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/sed checking for fgrep... /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/grep -F checking for sys/stat.h... yes checking for ld used by gcc... /bin/ld checking if the linker (/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B checking for stdlib.h... yes checking the name lister (/opt/local/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking for string.h... yes checking for memory.h... yes checking command to parse /opt/local/bin/nm -B output from gcc object... ok checking for strings.h... yes [ 10%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/aesni.c.o checking for dlfcn.h... yes checking for inttypes.h... yes checking for objdir... .libs checking for stdint.h... yes [ 10%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/arc4.c.o checking for unistd.h... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking for dlfcn.h... yes checking for objdir... .libs checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no [ 10%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.o checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/bin/ld) supports shared libraries... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no 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 if gcc PIC flag -fPIC -DPIC works... yes checking for _FILE_OFFSET_BITS value needed for large files... no checking if gcc static flag -static works... no checking unwind.h usability... yes checking unwind.h presence... yes checking for unwind.h... 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 (/bin/ld -64) supports shared libraries... yes checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for _Unwind_Backtrace... yes [ 11%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/asn1write.c.o checking for -funwind-tables option... yes checking for -frandom-seed=string option... yes checking whether gcc supports -W... yes [ 11%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/base64.c.o checking whether gcc supports -Wall... 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 whether gcc supports -Wwrite-strings... yes checking sys/time.h usability... yes checking whether gcc supports -Wstrict-prototypes... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking whether gcc supports -Wmissing-prototypes... yes [ 11%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/bignum.c.o checking sys/times.h usability... yes checking whether gcc supports -Wold-style-definition... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for stdint.h... (cached) yes checking whether gcc supports -Wmissing-format-attribute... yes checking whether gcc supports -Wcast-qual... yes checking size of int... 4 checking for _Unwind_GetIPInfo... yes checking size of short... 2 checking __sync extensions... yes checking __atomic extensions... yes checking size of long... 8 checking output filetype... elf64 checking sys/mman.h usability... yes checking size of void*... 8 checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking size of long long... 8 checking for an ANSI C-conforming const... yes checking link.h usability... yes checking whether time.h and sys/time.h may both be included... yes checking link.h presence... yes checking for link.h... yes checking for dl_iterate_phdr... yes [ 12%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/blowfish.c.o checking for size_t... yes checking sys/ldr.h usability... no checking sys/ldr.h presence... no checking for sys/ldr.h... no checking for working alloca.h... yes checking for alloca... yes checking for fcntl... yes checking whether strnlen is declared... yes checking for working memcmp... yes [ 12%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/camellia.c.o checking for lstat... yes configure: creating ./config.status checking for readlink... yes checking for getexecname... yes checking for clock_gettime... yes checking whether -pthread is supported... yes [ 12%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ccm.c.o checking for compress in -lz... no checking whether --compress-debug-sections is supported... no checking for objcopy... objcopy checking whether objcopy supports debuglink... objcopy: /bin/ls: warning: empty loadable segment detected at vaddr=0x8069000, is this intentional? objcopy: /tmp/ls7210: warning: allocated section `.interp' not in segment objcopy: /tmp/ls7210: warning: allocated section `.eh_frame_hdr' not in segment objcopy: /tmp/ls7210: warning: allocated section `.SUNW_syminfo' not in segment objcopy: /tmp/ls7210: warning: allocated section `.hash' not in segment objcopy: /tmp/ls7210: warning: allocated section `.SUNW_ldynsym' not in segment objcopy: /tmp/ls7210: warning: allocated section `.dynsym' not in segment objcopy: /tmp/ls7210: warning: allocated section `.dynstr' not in segment objcopy: /tmp/ls7210: warning: allocated section `.SUNW_version' not in segment objcopy: /tmp/ls7210: warning: allocated section `.SUNW_versym' not in segment objcopy: /tmp/ls7210: warning: allocated section `.SUNW_dynsymsort' not in segment objcopy: /tmp/ls7210: warning: allocated section `.SUNW_reloc' not in segment objcopy: /tmp/ls7210: warning: allocated section `.rel.plt' not in segment objcopy: /tmp/ls7210: warning: allocated section `.plt' not in segment objcopy: /tmp/ls7210: warning: allocated section `.text' not in segment objcopy: /tmp/ls7210: warning: allocated section `.init' not in segment objcopy: /tmp/ls7210: warning: allocated section `.fini' not in segment objcopy: /tmp/ls7210: warning: allocated section `.rodata' not in segment objcopy: /tmp/ls7210: warning: allocated section `.got' not in segment objcopy: /tmp/ls7210: warning: allocated section `.dynamic' not in segment objcopy: /tmp/ls7210: warning: allocated section `.eh_frame' not in segment objcopy: /tmp/ls7210: warning: allocated section `.data' not in segment objcopy: /tmp/ls7210: warning: allocated section `.ctors' not in segment objcopy: /tmp/ls7210: warning: allocated section `.dtors' not in segment objcopy: /tmp/ls7210: cannot fill debug link section `x': No such file or directory no checking whether tests can run... yes configure: creating ./config.status [ 13%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/cipher.c.o [ 13%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o config.status: creating Makefile config.status: creating onigmo-config config.status: creating sample/Makefile config.status: creating config.h config.status: executing depfiles commands [ 13%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/cmac.c.o [ 14%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.o config.status: executing libtool commands config.status: executing default commands 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 [ 14%] Performing build step for 'onigmo' [ 14%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/des.c.o Making all in . libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/enc/unicode -I/opt/local/include -I/usr/include -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regerror.c -fPIC -DPIC -o regerror.o [ 14%] Performing build step for 'backtrace' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/atomic.c -o atomic.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/backtrace.c -o backtrace.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/dwarf.c -o dwarf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/enc/unicode -I/opt/local/include -I/usr/include -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regparse.c -fPIC -DPIC -o regparse.o [ 14%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/dhm.c.o [ 15%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ecdh.c.o [ 15%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/elf.c -o elf.o [ 15%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.o [ 16%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ecp.c.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/fileline.c -o fileline.o [ 16%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/mmap.c -o mmap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/mmapio.c -o mmapio.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/posix.c -o posix.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/print.c -o print.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/simple.c -o simple.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/sort.c -o sort.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370 -I/opt/local/include -I/usr/include -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/state.c -o state.o [ 16%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/entropy.c.o libtool: link: ar cru .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o libtool: link: ranlib .libs/libbacktrace.a libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" ) [ 17%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o [ 17%] Performing install step for 'backtrace' [ 17%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/error.c.o /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/install-sh -c -d '/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/backtrace-prefix/include' /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/install -c -m 644 /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/backtrace.h backtrace-supported.h '/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/backtrace-prefix/include' /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/libbacktrace-177940370/install-sh -c -d '/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/backtrace-prefix/lib' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/enc/unicode -I/opt/local/include -I/usr/include -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regext.c -fPIC -DPIC -o regext.o /bin/sh ./libtool --mode=install /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/install -c libbacktrace.la '/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/backtrace-prefix/lib' libtool: install: /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/install -c .libs/libbacktrace.lai /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/backtrace-prefix/lib/libbacktrace.la libtool: install: /home/pbulk/build/sysutils/fluent-bit/work/.tools/bin/install -c .libs/libbacktrace.a /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/backtrace-prefix/lib/libbacktrace.a libtool: install: chmod 644 /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/backtrace-prefix/lib/libbacktrace.a libtool: install: ranlib /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/backtrace-prefix/lib/libbacktrace.a ---------------------------------------------------------------------- Libraries have been installed in: /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/backtrace-prefix/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - use the `-RLIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- [ 17%] Completed 'backtrace' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include -I/home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/enc/unicode -I/opt/local/include -I/usr/include -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regcomp.c -fPIC -DPIC -o regcomp.o In file included from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regparse.h:33, from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regcomp.c:31: /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regcomp.c: In function 'disable_noname_group_capture': /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regint.h:213:22: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 213 | # define xalloca alloca | ^~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regcomp.c:2027:26: note: in expansion of macro 'xalloca' 2027 | map = (GroupNumRemap* )xalloca(sizeof(GroupNumRemap) * (env->num_mem + 1)); | ^~~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regint.h:213:22: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 213 | # define xalloca alloca | ^~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/onigmo/regcomp.c:2027:26: note: in expansion of macro 'xalloca' 2027 | map = (GroupNumRemap* )xalloca(sizeof(GroupNumRemap) * (env->num_mem + 1)); | ^~~~~~~ [ 17%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/gcm.c.o [ 17%] Built target backtrace [ 17%] Building C object src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/go.c.o In file included from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/include/monkey/mk_core.h:36, from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_config.h:25, from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/src/proxy/go/go.c:21: /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/include/monkey/mk_core/mk_iov.h: In function 'mk_iov_add': /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/monkey/include/monkey/mk_core/mk_iov.h:110:40: warning: pointer targets in assignment from 'unsigned char *' to 'caddr_t' {aka 'char *'} differ in signedness [-Wpointer-sign] 110 | mk_io->io[mk_io->iov_idx].iov_base = (unsigned char *) buf; | ^ In file included from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_thread.h:41, from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_io.h:26, from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_output.h:34, from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_plugin_proxy.h:25, from /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/src/proxy/go/go.c:22: /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_input.h: In function 'flb_input_thread_collect': /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_thread_libco.h:61:42: error: 'PTHREAD_STACK_MIN' undeclared (first use in this function) 61 | #define FLB_THREAD_STACK_SIZE ((3 * PTHREAD_STACK_MIN) / 2) | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_input.h:419:28: note: in expansion of macro 'FLB_THREAD_STACK_SIZE' 419 | th->callee = co_create(FLB_THREAD_STACK_SIZE, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_thread_libco.h:61:42: note: each undeclared identifier is reported only once for each function it appears in 61 | #define FLB_THREAD_STACK_SIZE ((3 * PTHREAD_STACK_MIN) / 2) | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_input.h:419:28: note: in expansion of macro 'FLB_THREAD_STACK_SIZE' 419 | th->callee = co_create(FLB_THREAD_STACK_SIZE, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_output.h: In function 'flb_output_thread': /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_thread_libco.h:61:42: error: 'PTHREAD_STACK_MIN' undeclared (first use in this function) 61 | #define FLB_THREAD_STACK_SIZE ((3 * PTHREAD_STACK_MIN) / 2) | ^~~~~~~~~~~~~~~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/include/fluent-bit/flb_output.h:353:28: note: in expansion of macro 'FLB_THREAD_STACK_SIZE' 353 | th->callee = co_create(FLB_THREAD_STACK_SIZE, | ^~~~~~~~~~~~~~~~~~~~~ --- 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 bmake[2]: stopped making "src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/build" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2 bmake[2]: 1 error bmake[2]: stopped making "src/proxy/go/CMakeFiles/flb-plugin-proxy-go.dir/build" in /home/pbulk/build/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 bmake[1]: stopped making "all" in /home/pbulk/build/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 6 bmake[1]: stopped making "all" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2 --- all-recursive --- bmake[4]: stopped making "all-recursive" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/onigmo-prefix/src/onigmo-build --- all --- bmake[3]: stopped making "all" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/onigmo-prefix/src/onigmo-build --- onigmo-prefix/src/onigmo-stamp/onigmo-build --- *** [onigmo-prefix/src/onigmo-stamp/onigmo-build] Error code 2 bmake[2]: stopped making "CMakeFiles/onigmo.dir/build" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2 bmake[2]: 1 error bmake[2]: stopped making "CMakeFiles/onigmo.dir/build" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2 --- CMakeFiles/onigmo.dir/all --- *** [CMakeFiles/onigmo.dir/all] Error code 2 bmake[1]: stopped making "all" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2 /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c: In function 'sqlite3SelectNew': /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c:120366:10: warning: function may return address of local variable [-Wreturn-local-addr] 120366 | return pNew; | ^~~~ /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2/lib/sqlite-amalgamation-3230000/sqlite3.c:120328:10: note: declared here 120328 | Select standin; | ^~~~~~~ --- lib/sqlite-amalgamation-3230000/CMakeFiles/sqlite3.dir/all --- *** [lib/sqlite-amalgamation-3230000/CMakeFiles/sqlite3.dir/all] Error code 6 bmake[1]: stopped making "all" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2 bmake[1]: 4 errors bmake[1]: stopped making "all" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/sysutils/fluent-bit/work/fluent-bit-0.13.2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/fluent-bit *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/fluent-bit