gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess' gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Source /data/userland-archives/goaccess-1.4.3.tar.gz... not found, skipping file copy Source https://tar.goaccess.io/goaccess-1.4.3.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok symlink cloning /jenkins/jobs/oi-userland/workspace/components/web/goaccess/goaccess-1.4.3 to /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /usr/gcc/7/bin/gcc 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 whether we are using the GNU C compiler... yes checking whether /usr/gcc/7/bin/gcc accepts -g... yes checking for /usr/gcc/7/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/7/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/gcc/7/bin/gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/gsed checking whether NLS is requested... yes checking for msgfmt... /usr/gnu/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/gnu/bin/xgettext checking for msgmerge... /usr/bin/amd64/msgmerge checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking for ld used by /usr/gcc/7/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for shared library run path origin... done checking how to run the C preprocessor... /usr/gcc/7/bin/gcc -E checking for grep that handles long lines and -e... /usr/bin/ggrep checking for egrep... /usr/bin/ggrep -E checking for 64-bit host... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for libintl_dgettext in -lintl... no checking for pthread_create in -lpthread... yes checking whether to build with rdynamic for GNU ld... yes checking for GeoIP_new in -lGeoIP... yes checking for refresh in -lncurses... yes checking for library containing tputs... none required checking for ncurses/ncurses.h... yes checking for ncurses.h... no checking for curses.h... yes checking for sed... yes checking for tr... yes checking for gethostbyname in -lnsl... yes checking for socket in -lsocket... yes checking for ANSI C header files... yes 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 for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for ptrdiff_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int64_t... yes checking for int8_t... yes checking for off_t... yes checking for size_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for working memcmp... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... no checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for strftime... yes checking for working strtod... yes checking for floor... no checking for gethostbyaddr... yes checking for gethostbyname... yes checking for gettimeofday... yes checking for malloc... yes checking for memmove... yes checking for memset... yes checking for mkfifo... yes checking for realloc... yes checking for realpath... yes checking for regcomp... yes checking for select... yes checking for setlocale... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for strtol... yes checking for strtoull... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating src/config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile Your build configuration: Prefix : /usr Package : goaccess Version : 1.4.3 Compiler flags : -m64 -O3 -std=gnu99 -pthread Linker flags : -lsocket -lnsl -lncurses -lGeoIP -lpthread -m64 UTF-8 support : no Dynamic buffer : no Geolocation : GeoIP Legacy Storage method : In-Memory with On-Disk Persistent Storage TLS/SSL : no Bugs : hello@goaccess.io make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' Making all in po make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' src/tpl.c: In function 'tpl_map_va': src/tpl.c:514:21: warning: 'contig_fxlens[9]' may be used uninitialized in this function [-Wmaybe-uninitialized] fxlens[j++] = contig_fxlens[i]; ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ src/tpl.c:514:21: warning: 'contig_fxlens[8]' may be used uninitialized in this function [-Wmaybe-uninitialized] src/tpl.c:514:21: warning: 'contig_fxlens[7]' may be used uninitialized in this function [-Wmaybe-uninitialized] src/tpl.c:514:21: warning: 'contig_fxlens[6]' may be used uninitialized in this function [-Wmaybe-uninitialized] src/tpl.c:514:21: warning: 'contig_fxlens[5]' may be used uninitialized in this function [-Wmaybe-uninitialized] src/tpl.c:514:21: warning: 'contig_fxlens[4]' may be used uninitialized in this function [-Wmaybe-uninitialized] src/tpl.c:514:21: warning: 'contig_fxlens[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] src/tpl.c:514:21: warning: 'contig_fxlens[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' Making install in po make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64/po' installing de.gmo as /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/locale/de/LC_MESSAGES/goaccess.mo installing es.gmo as /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/locale/es/LC_MESSAGES/goaccess.mo installing fr.gmo as /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/locale/fr/LC_MESSAGES/goaccess.mo installing ja.gmo as /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/locale/ja/LC_MESSAGES/goaccess.mo installing sv.gmo as /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/locale/sv/LC_MESSAGES/goaccess.mo installing zh_CN.gmo as /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/locale/zh_CN/LC_MESSAGES/goaccess.mo installing pt_BR.gmo as /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/locale/pt_BR/LC_MESSAGES/goaccess.mo installing ru.gmo as /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/locale/ru/LC_MESSAGES/goaccess.mo installing uk.gmo as /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/locale/uk/LC_MESSAGES/goaccess.mo make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64/po' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/bin' /usr/bin/ginstall -c goaccess '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/bin' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/etc/goaccess' /usr/bin/ginstall -c -m 644 config/goaccess.conf config/browsers.list config/podcast.list '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/etc/goaccess' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/man/man1' /usr/bin/ginstall -c -m 644 goaccess.1 '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/prototype/i386/usr/share/man/man1' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/amd64' VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/web/goaccess/build/manifest-i386-goaccess.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/web/goaccess@1.4.3,5.11-2020.0.1.0:20201208T164139Z PUBLISHED generating metadata: web/goaccess gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/web/goaccess'