gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq' gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /jenkins/jobs/oi-userland/workspace/tools/userland-fetch --file /data/userland-archives/jq-1.5.tar.gz --url https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz --hash sha256:c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c Source /data/userland-archives/jq-1.5.tar.gz... not found, skipping file copy Source https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok /usr/bin/touch /data/userland-archives/jq-1.5.tar.gz /bin/rm -f -r /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5 /usr/bin/env RUBY_VERSION=2.3 /jenkins/jobs/oi-userland/workspace/tools/userland-unpack /data/userland-archives/jq-1.5.tar.gz /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5/.unpacked /usr/gnu/bin/patch -d /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5 --strip=1 --backup --version-control=numbered < patches/01-spurious-macros.patch patching file builtin.c /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5/.patched-01-spurious-macros.patch /usr/gnu/bin/patch -d /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5 --strip=1 --backup --version-control=numbered < patches/CVE-2015-8863.patch patching file jv_parse.c /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5/.patched-CVE-2015-8863.patch /usr/gnu/bin/patch -d /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5 --strip=1 --backup --version-control=numbered < patches/CVE-2016-4074.patch patching file jv_print.c /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5/.patched-CVE-2016-4074.patch /usr/gnu/bin/patch -d /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5 --strip=1 --backup --version-control=numbered < patches/Makefile.in.patch patching file Makefile.in /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5/.patched-Makefile.in.patch /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5/.patched /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5/.prep (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86) (/jenkins/jobs/oi-userland/workspace/tools/cloney /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5 /jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86) symlink cloning /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5 to /jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86 (cd /jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86 ; /usr/bin/env CONFIG_SHELL="/bin/bash" CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m32 -O3 " CXXFLAGS=" -m32" FFLAGS=" -m32" FCFLAGS="-m32" LDFLAGS="-m32" PKG_CONFIG_PATH="/usr/lib/pkgconfig" "ac_cv_func_realloc_0_nonnull=yes" CFLAGS="-m32 -O3 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6" /bin/bash \ /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5/configure CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m32 -O3 " CXXFLAGS=" -m32" FFLAGS=" -m32" FCFLAGS="-m32" LDFLAGS="-m32" PKG_CONFIG_PATH="/usr/lib/pkgconfig" --prefix=/usr --mandir=/usr/share/man --bindir=/usr/bin/i86 --libdir=/usr/lib --sbindir=/usr/sbin/i86 --disable-static --disable-valgrind) 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 whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... /usr/gcc/6/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/6/bin/gcc accepts -g... yes checking for /usr/gcc/6/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/6/bin/gcc understands -c and -o together... yes checking dependency style of /usr/gcc/6/bin/gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... (cached) /usr/gcc/6/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/gcc/6/bin/gcc accepts -g... (cached) yes checking for /usr/gcc/6/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/gcc/6/bin/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/gcc/6/bin/gcc... (cached) gcc3 checking for /usr/gcc/6/bin/gcc option to accept ISO C99... none needed checking for /usr/gcc/6/bin/gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... /usr/gcc/6/bin/gcc -E checking for bison... bison -y checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking how to print strings... print -r checking for a sed that does not truncate output... /usr/bin/gsed checking for grep that handles long lines and -e... /usr/bin/ggrep checking for egrep... /usr/bin/ggrep -E checking for fgrep... /usr/bin/ggrep -F checking for ld used by /usr/gcc/6/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) 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 how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 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... pass_all checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from /usr/gcc/6/bin/gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/6/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/6/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/gcc/6/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/6/bin/gcc static flag -static works... no checking if /usr/gcc/6/bin/gcc supports -c -o file.o... yes checking if /usr/gcc/6/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/gcc/6/bin/gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no 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... yes checking whether to build static libraries... no checking for bison version... 3.0.4 checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking oniguruma.h usability... no checking oniguruma.h presence... no checking for oniguruma.h... no configure: Oniguruma was not found. configure: Try setting the location using '--with-oniguruma=PREFIX' checking for valgrind... no configure: WARNING: valgrind is required to test jq. checking for memmem... yes checking for mkstemp... yes checking for bundle... no checking for Ruby dependencies... configure: WARNING: ***************************************************************** * Ruby dependencies for building jq documentation not found. * * You can still build, install and hack on jq, but the manpage * * will not be rebuilt and some of the tests won't run. * * See docs/README.md for how to install the docs dependencies. * ***************************************************************** no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for isatty... yes checking for _isatty... no checking for strptime... yes checking for strftime... yes checking for timegm... yes checking for gmtime_r... yes checking for gmtime... yes checking for gettimeofday... yes checking for struct tm.tm_gmtoff... no checking for struct tm.__tm_gmtoff... no checking for acos... yes checking for acosh... yes, in -lm checking for asin... yes checking for asinh... yes checking for atan... yes checking for atanh... yes checking for cbrt... yes checking for cos... yes checking for cosh... yes checking for exp2... yes checking for exp... yes checking for floor... yes checking for j0... yes checking for j1... yes checking for log10... yes checking for log2... yes checking for log... yes checking for sin... yes checking for sinh... yes checking for sqrt... yes checking for tan... yes checking for tanh... yes checking for tgamma... yes checking for y0... yes checking for y1... yes checking for pow... yes checking for atan2... yes checking for hypot... yes checking for remainder... yes checking for thread-local storage... yes checking whether byte ordering is bigendian... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands config.status: executing libtool commands /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86/.configured (cd /jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" "ac_cv_func_realloc_0_nonnull=yes" \ /usr/gnu/bin/make -j4 \ ) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86' GEN version.h /usr/gnu/bin/make all-am make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86' CC bytecode.lo CC compile.lo CC execute.lo CC locfile.lo CC builtin.lo CC jv.lo CC jv_parse.lo CC jv_print.lo CC jv_dtoa.lo CC jv_unicode.lo CC jv_aux.lo CC jv_file.lo jv_file.c: In function 'jv_load_file': jv_file.c:31:13: warning: 'parser' may be used uninitialized in this function [-Wmaybe-uninitialized] while (jv_is_valid((value = jv_parser_next(parser)))) ^ CC jv_alloc.lo CC jq_test.lo CC util.lo CC linker.lo CC parser.lo CC lexer.lo GEN version.h CC main.o CCLD libjq.la CCLD jq make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86/.built (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64) (/jenkins/jobs/oi-userland/workspace/tools/cloney /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5 /jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64) symlink cloning /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5 to /jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64 (cd /jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64 ; /usr/bin/env CONFIG_SHELL="/bin/bash" CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64" FFLAGS=" -m64" FCFLAGS="-m64" LDFLAGS="-m64" PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" "ac_cv_func_realloc_0_nonnull=yes" CFLAGS="-m64 -O3 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6" /bin/bash \ /jenkins/jobs/oi-userland/workspace/components/text/jq/jq-1.5/configure CC="/usr/gcc/6/bin/gcc" CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran" FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64" FFLAGS=" -m64" FCFLAGS="-m64" LDFLAGS="-m64" PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" --prefix=/usr --mandir=/usr/share/man --bindir=/usr/bin --libdir=/usr/lib/amd64 --sbindir=/usr/sbin --disable-static --disable-valgrind) 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 whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... /usr/gcc/6/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/6/bin/gcc accepts -g... yes checking for /usr/gcc/6/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/6/bin/gcc understands -c and -o together... yes checking dependency style of /usr/gcc/6/bin/gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... (cached) /usr/gcc/6/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/gcc/6/bin/gcc accepts -g... (cached) yes checking for /usr/gcc/6/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/gcc/6/bin/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/gcc/6/bin/gcc... (cached) gcc3 checking for /usr/gcc/6/bin/gcc option to accept ISO C99... none needed checking for /usr/gcc/6/bin/gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... /usr/gcc/6/bin/gcc -E checking for bison... bison -y checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking how to print strings... print -r checking for a sed that does not truncate output... /usr/bin/gsed checking for grep that handles long lines and -e... /usr/bin/ggrep checking for egrep... /usr/bin/ggrep -E checking for fgrep... /usr/bin/ggrep -F checking for ld used by /usr/gcc/6/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) 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 how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 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... pass_all checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from /usr/gcc/6/bin/gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/6/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/6/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/gcc/6/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/6/bin/gcc static flag -static works... no checking if /usr/gcc/6/bin/gcc supports -c -o file.o... yes checking if /usr/gcc/6/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/gcc/6/bin/gcc linker (/usr/bin/ld -64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no 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... yes checking whether to build static libraries... no checking for bison version... 3.0.4 checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking oniguruma.h usability... no checking oniguruma.h presence... no checking for oniguruma.h... no configure: Oniguruma was not found. configure: Try setting the location using '--with-oniguruma=PREFIX' checking for valgrind... no configure: WARNING: valgrind is required to test jq. checking for memmem... yes checking for mkstemp... yes checking for bundle... no checking for Ruby dependencies... configure: WARNING: ***************************************************************** * Ruby dependencies for building jq documentation not found. * * You can still build, install and hack on jq, but the manpage * * will not be rebuilt and some of the tests won't run. * * See docs/README.md for how to install the docs dependencies. * ***************************************************************** no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for isatty... yes checking for _isatty... no checking for strptime... yes checking for strftime... yes checking for timegm... yes checking for gmtime_r... yes checking for gmtime... yes checking for gettimeofday... yes checking for struct tm.tm_gmtoff... no checking for struct tm.__tm_gmtoff... no checking for acos... yes checking for acosh... yes, in -lm checking for asin... yes checking for asinh... yes checking for atan... yes checking for atanh... yes checking for cbrt... yes checking for cos... yes checking for cosh... yes checking for exp2... yes checking for exp... yes checking for floor... yes checking for j0... yes checking for j1... yes checking for log10... yes checking for log2... yes checking for log... yes checking for sin... yes checking for sinh... yes checking for sqrt... yes checking for tan... yes checking for tanh... yes checking for tgamma... yes checking for y0... yes checking for y1... yes checking for pow... yes checking for atan2... yes checking for hypot... yes checking for remainder... yes checking for thread-local storage... yes checking whether byte ordering is bigendian... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands config.status: executing libtool commands /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64/.configured (cd /jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" "ac_cv_func_realloc_0_nonnull=yes" \ /usr/gnu/bin/make -j4 \ ) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64' GEN version.h /usr/gnu/bin/make all-am make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64' CC locfile.lo CC bytecode.lo CC execute.lo CC compile.lo CC builtin.lo CC jv.lo CC jv_parse.lo CC jv_print.lo CC jv_dtoa.lo CC jv_unicode.lo CC jv_aux.lo CC jv_file.lo CC jv_alloc.lo CC jq_test.lo CC util.lo CC linker.lo CC parser.lo CC lexer.lo GEN version.h CC main.o CCLD libjq.la CCLD jq make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64/.built (cd /jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" /usr/gnu/bin/make \ DESTDIR=/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386 install) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86' GEN version.h /usr/gnu/bin/make install-am make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86' GEN version.h CC main.o CCLD jq make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86' GEN version.h CC main.o CCLD jq /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/ginstall -c libjq.la '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib' libtool: install: /usr/bin/ginstall -c .libs/libjq.so.1.0.4 /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib/libjq.so.1.0.4 libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib && { ln -s -f libjq.so.1.0.4 libjq.so.1 || { rm -f libjq.so.1 && ln -s libjq.so.1.0.4 libjq.so.1; }; }) libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib && { ln -s -f libjq.so.1.0.4 libjq.so || { rm -f libjq.so && ln -s libjq.so.1.0.4 libjq.so; }; }) libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib/libjq.so.1.0.4 libtool: install: /usr/bin/ginstall -c .libs/libjq.lai /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib/libjq.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/bin/i86' /bin/bash ./libtool --mode=install /usr/bin/ginstall -c jq '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/bin/i86' libtool: install: warning: `libjq.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/ginstall -c .libs/jq /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/bin/i86/jq /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/share/doc/jq' /usr/bin/ginstall -c -m 644 README.md COPYING AUTHORS README '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/share/doc/jq' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/include' /usr/bin/ginstall -c -m 644 jv.h jq.h '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/include' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/share/man/man1' /usr/bin/ginstall -c -m 644 jq.1 '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/share/man/man1' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/build/i86/.installed (cd /jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" /usr/gnu/bin/make \ DESTDIR=/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386 install) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64' GEN version.h /usr/gnu/bin/make install-am make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64' GEN version.h CC main.o CCLD jq make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64' GEN version.h CC main.o CCLD jq /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib/amd64' /bin/bash ./libtool --mode=install /usr/bin/ginstall -c libjq.la '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib/amd64' libtool: install: /usr/bin/ginstall -c .libs/libjq.so.1.0.4 /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib/amd64/libjq.so.1.0.4 libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib/amd64 && { ln -s -f libjq.so.1.0.4 libjq.so.1 || { rm -f libjq.so.1 && ln -s libjq.so.1.0.4 libjq.so.1; }; }) libtool: install: (cd /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib/amd64 && { ln -s -f libjq.so.1.0.4 libjq.so || { rm -f libjq.so && ln -s libjq.so.1.0.4 libjq.so; }; }) libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib/amd64/libjq.so.1.0.4 libtool: install: /usr/bin/ginstall -c .libs/libjq.lai /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/lib/amd64/libjq.la libtool: install: warning: remember to run `libtool --finish /usr/lib/amd64' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/ginstall -c jq '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/bin' libtool: install: warning: `libjq.la' has not been installed in `/usr/lib/amd64' libtool: install: /usr/bin/ginstall -c .libs/jq /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/bin/jq /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/share/doc/jq' /usr/bin/ginstall -c -m 644 README.md COPYING AUTHORS README '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/share/doc/jq' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/include' /usr/bin/ginstall -c -m 644 jv.h jq.h '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/include' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/share/man/man1' /usr/bin/ginstall -c -m 644 jq.1 '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/share/man/man1' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/build/amd64/.installed /usr/bin/pkgmogrify -D PERL_ARCH=i86pc-solaris-64int -D PERL_VERSION=5.22 -D PG_VERSION=9.4 -D PG_VERNUM=94 -D PG_BASEPKG=database/postgres-94 -D MYSQL_VERSION=10.1 -D MYSQL_VERNUM=101 -D MYSQL_BASEPKG=database/mariadb-101 -D MACH=i386 -D MACH32=i86 -D MACH64=amd64 -D PUBLISHER=openindiana.org -D PUBLISHER_LOCALIZABLE=userland-localizable -D CONSOLIDATION=userland -D BUILD_VERSION=5.11-2018.0.0.0 -D SOLARIS_VERSION=2.11 -D OS_VERSION=5.11 -D PKG_SOLARIS_VERSION=5.11 -D HUMAN_VERSION= -D IPS_COMPONENT_VERSION=1.5 -D COMPONENT_VERSION=1.5 -D COMPONENT_PROJECT_URL=https://stedolan.github.io/jq/ -D COMPONENT_ARCHIVE_URL=https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz -D COMPONENT_HG_URL= -D COMPONENT_HG_REV= -D COMPONENT_NAME=jq -D COMPONENT_FMRI=text/jq -D COMPONENT_LICENSE_FILE=jq.license -D TPNO= -D USERLAND_GIT_REMOTE=git://github.com/OpenIndiana/oi-userland.git -D USERLAND_GIT_BRANCH=HEAD -D USERLAND_GIT_REV=3c2f398e88e4c9cf10253fae761c15ca97d8f766 -D PYTHON_2.7_ONLY=# -D PYTHON_3.4_ONLY=# -D COMPONENT_SUMMARY="jq - lightweight and flexible command-line JSON processor" -D COMPONENT_CLASSIFICATION="org.opensolaris.category.2008:Applications/System Utilities" -D COMPONENT_DESCRIPTION="" -D COMPONENT_LICENSE="MIT" jq.p5m \ /jenkins/jobs/oi-userland/workspace/transforms/license-changes /jenkins/jobs/oi-userland/workspace/transforms/variant-cleanup /jenkins/jobs/oi-userland/workspace/transforms/autopyc /jenkins/jobs/oi-userland/workspace/transforms/defaults /jenkins/jobs/oi-userland/workspace/transforms/actuators /jenkins/jobs/oi-userland/workspace/transforms/devel /jenkins/jobs/oi-userland/workspace/transforms/docs /jenkins/jobs/oi-userland/workspace/transforms/locale /jenkins/jobs/oi-userland/workspace/transforms/python-3-soabi /jenkins/jobs/oi-userland/workspace/transforms/libtool-drop /jenkins/jobs/oi-userland/workspace/transforms/ignore-libs /jenkins/jobs/oi-userland/workspace/transforms/ignore-gcc-usr-lib /jenkins/jobs/oi-userland/workspace/transforms/publish-cleanup | \ sed -e '/^$/d' -e '/^#.*$/d' | uniq >/jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.mogrified /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/mangled /jenkins/jobs/oi-userland/workspace/tools/userland-mangler -D /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build -d /jenkins/jobs/oi-userland/workspace/components/text/jq -d jq-1.5 -m /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.mogrified >/jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.mangled Stripping /usr/lib/amd64 from RUNPATH in /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/bin/jq Stripping /usr/lib/amd64 from RPATH in /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/usr/bin/jq /usr/bin/pkgdepend generate -m -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build -d /jenkins/jobs/oi-userland/workspace/components/text/jq -d jq-1.5 /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.mangled >/jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.depend /usr/bin/nawk -v TARGET=test---jq.p5m -v FUNCTION=manifest -f /jenkins/jobs/oi-userland/workspace/tools/generate-history < history > /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.p5m /usr/bin/pkgmogrify -D PERL_ARCH=i86pc-solaris-64int -D PERL_VERSION=5.22 -D PG_VERSION=9.4 -D PG_VERNUM=94 -D PG_BASEPKG=database/postgres-94 -D MYSQL_VERSION=10.1 -D MYSQL_VERNUM=101 -D MYSQL_BASEPKG=database/mariadb-101 -D MACH=i386 -D MACH32=i86 -D MACH64=amd64 -D PUBLISHER=openindiana.org -D PUBLISHER_LOCALIZABLE=userland-localizable -D CONSOLIDATION=userland -D BUILD_VERSION=5.11-2018.0.0.0 -D SOLARIS_VERSION=2.11 -D OS_VERSION=5.11 -D PKG_SOLARIS_VERSION=5.11 -D HUMAN_VERSION= -D IPS_COMPONENT_VERSION=1.5 -D COMPONENT_VERSION=1.5 -D COMPONENT_PROJECT_URL=https://stedolan.github.io/jq/ -D COMPONENT_ARCHIVE_URL=https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz -D COMPONENT_HG_URL= -D COMPONENT_HG_REV= -D COMPONENT_NAME=jq -D COMPONENT_FMRI=text/jq -D COMPONENT_LICENSE_FILE=jq.license -D TPNO= -D USERLAND_GIT_REMOTE=git://github.com/OpenIndiana/oi-userland.git -D USERLAND_GIT_BRANCH=HEAD -D USERLAND_GIT_REV=3c2f398e88e4c9cf10253fae761c15ca97d8f766 -D PYTHON_2.7_ONLY=# -D PYTHON_3.4_ONLY=# -D COMPONENT_SUMMARY="jq - lightweight and flexible command-line JSON processor" -D COMPONENT_CLASSIFICATION="org.opensolaris.category.2008:Applications/System Utilities" -D COMPONENT_DESCRIPTION="" -D COMPONENT_LICENSE="MIT" /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.p5m \ /jenkins/jobs/oi-userland/workspace/transforms/license-changes /jenkins/jobs/oi-userland/workspace/transforms/variant-cleanup /jenkins/jobs/oi-userland/workspace/transforms/autopyc /jenkins/jobs/oi-userland/workspace/transforms/defaults /jenkins/jobs/oi-userland/workspace/transforms/actuators /jenkins/jobs/oi-userland/workspace/transforms/devel /jenkins/jobs/oi-userland/workspace/transforms/docs /jenkins/jobs/oi-userland/workspace/transforms/locale /jenkins/jobs/oi-userland/workspace/transforms/python-3-soabi /jenkins/jobs/oi-userland/workspace/transforms/libtool-drop /jenkins/jobs/oi-userland/workspace/transforms/ignore-libs /jenkins/jobs/oi-userland/workspace/transforms/ignore-gcc-usr-lib /jenkins/jobs/oi-userland/workspace/transforms/publish-cleanup | \ sed -e '/^$/d' -e '/^#.*$/d' | uniq >/jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.mogrified /jenkins/jobs/oi-userland/workspace/tools/userland-mangler -D /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build -d /jenkins/jobs/oi-userland/workspace/components/text/jq -d jq-1.5 -m /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.mogrified >/jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.mangled /usr/bin/pkgdepend generate -m -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build -d /jenkins/jobs/oi-userland/workspace/components/text/jq -d jq-1.5 /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.mangled >/jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.depend /usr/bin/pkgdepend resolve -e /jenkins/jobs/oi-userland/workspace/components/text/jq/build/resolve.deps -m /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.depend /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.depend /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/build/.resolved-i386 VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.depend.res /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.depend.res /usr/bin/env PYTHONPATH=/jenkins/jobs/oi-userland/workspace/tools/python PROTO_PATH="/jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/mangled /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386 /jenkins/jobs/oi-userland/workspace/components/text/jq/build /jenkins/jobs/oi-userland/workspace/components/text/jq jq-1.5" \ /bin/true \ -f /jenkins/jobs/oi-userland/workspace/tools/pkglintrc /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.depend.res /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.depend.res /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/build/.linted-i386 /bin/cp -f /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.depend.res /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.pre-published NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO /bin/cp -f /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.depend.res /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.pre-published NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/build/.pre-published-i386 /usr/bin/pkgsend -s /jenkins/jobs/oi-userland/workspace/i386/repo publish --fmri-in-manifest -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build -d /jenkins/jobs/oi-userland/workspace/components/text/jq -d jq-1.5 -T \*.py /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.pre-published pkg://openindiana.org/text/jq@1.5,5.11-2018.0.0.0:20180604T113715Z PUBLISHED /usr/bin/pkgfmt /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-jq.published /usr/bin/pkgsend -s /jenkins/jobs/oi-userland/workspace/i386/repo publish --fmri-in-manifest -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/text/jq/build -d /jenkins/jobs/oi-userland/workspace/components/text/jq -d jq-1.5 -T \*.py /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.pre-published pkg://openindiana.org/test/jq@1.5,5.11-2018.0.0.0:20180604T113719Z PUBLISHED /usr/bin/pkgfmt /jenkins/jobs/oi-userland/workspace/components/text/jq/build/manifest-i386-test---jq.published /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/text/jq/build/.published-i386 gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/text/jq'