>>> jq: Building main/jq 1.7.1-r0 (using abuild 3.12.0-r0) started Thu, 14 Dec 2023 14:12:59 +0000 >>> jq: Checking sanity of /home/buildozer/aports/main/jq/APKBUILD... >>> jq: Analyzing dependencies... >>> jq: Installing for build: build-base oniguruma-dev (1/3) Installing oniguruma (6.9.9-r0) (2/3) Installing oniguruma-dev (6.9.9-r0) (3/3) Installing .makedepends-jq (20231214.141300) Executing busybox-1.36.1-r16.trigger OK: 317 MiB in 107 packages >>> jq: Cleaning up srcdir >>> jq: Cleaning up pkgdir >>> jq: Cleaning up tmpdir >>> jq: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jq-1.7.1.tar.gz >>> jq: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jq-1.7.1.tar.gz >>> jq: Checking sha512sums... jq-1.7.1.tar.gz: OK >>> jq: Unpacking /var/cache/distfiles/jq-1.7.1.tar.gz... checking for armv6-alpine-linux-musleabihf-gcc... 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether make supports nested variables... (cached) yes checking for armv6-alpine-linux-musleabihf-ar... no checking for armv6-alpine-linux-musleabihf-lib... no checking for armv6-alpine-linux-musleabihf-link... no checking for ar... ar checking the archiver (ar) interface... ar checking whether to enable maintainer-specific portions of Makefiles... no checking for armv6-alpine-linux-musleabihf-gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... gcc -E checking for bison... no checking for byacc... no checking build system type... armv6-alpine-linux-musleabihf checking host system type... armv6-alpine-linux-musleabihf checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/armv6-alpine-linux-musleabihf/bin/ld checking if the linker (/usr/armv6-alpine-linux-musleabihf/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking how to convert armv6-alpine-linux-musleabihf file names to armv6-alpine-linux-musleabihf format... func_convert_file_noop checking how to convert armv6-alpine-linux-musleabihf file names to toolchain format... func_convert_file_noop checking for /usr/armv6-alpine-linux-musleabihf/bin/ld option to reload object files... -r checking for armv6-alpine-linux-musleabihf-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv6-alpine-linux-musleabihf-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv6-alpine-linux-musleabihf-ar... ar checking for archiver @FILE support... @ checking for armv6-alpine-linux-musleabihf-strip... no checking for strip... strip checking for armv6-alpine-linux-musleabihf-ranlib... no checking for ranlib... ranlib 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 armv6-alpine-linux-musleabihf-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes 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 PIC flag -fPIC -DPIC 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 (/usr/armv6-alpine-linux-musleabihf/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.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... yes 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 for valgrind... no configure: WARNING: valgrind is required to test jq. checking for memmem... yes checking for sys/cygwin.h... no checking for shlwapi.h... no checking for pipenv... no checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes 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 setenv... yes checking for timegm... yes checking for gmtime_r... yes checking for gmtime... yes checking for localtime_r... yes checking for localtime... yes checking for gettimeofday... yes checking for struct tm.tm_gmtoff... yes checking for struct tm.__tm_gmtoff... yes checking for setlocale... yes checking for pthread_key_create... yes checking for pthread_once... yes checking for atexit... yes checking for acos in -lm... yes checking for acosh in -lm... yes checking for asin in -lm... yes checking for asinh in -lm... yes checking for atan2 in -lm... yes checking for atan in -lm... yes checking for atanh in -lm... yes checking for cbrt in -lm... yes checking for ceil in -lm... yes checking for copysign in -lm... yes checking for cos in -lm... yes checking for cosh in -lm... yes checking for drem in -lm... yes checking for erf in -lm... yes checking for erfc in -lm... yes checking for exp10 in -lm... yes checking for __exp10 in -lm... no checking for exp2 in -lm... yes checking for exp in -lm... yes checking for expm1 in -lm... yes checking for fabs in -lm... yes checking for fdim in -lm... yes checking for floor in -lm... yes checking for fma in -lm... yes checking for fmax in -lm... yes checking for fmin in -lm... yes checking for fmod in -lm... yes checking for frexp in -lm... yes checking for gamma in -lm... no checking for hypot in -lm... yes checking for j0 in -lm... yes checking for j1 in -lm... yes checking for jn in -lm... yes checking for ldexp in -lm... yes checking for lgamma in -lm... yes checking for log10 in -lm... yes checking for log1p in -lm... yes checking for log2 in -lm... yes checking for log in -lm... yes checking for logb in -lm... yes checking for modf in -lm... yes checking for lgamma_r in -lm... yes checking for nearbyint in -lm... yes checking for nextafter in -lm... yes checking for nexttoward in -lm... yes checking for pow10 in -lm... yes checking for pow in -lm... yes checking for remainder in -lm... yes checking for rint in -lm... yes checking for round in -lm... yes checking for scalb in -lm... yes checking for scalbln in -lm... yes checking for significand in -lm... yes checking for scalbn in -lm... yes checking for ilogb in -lm... yes checking for sin in -lm... yes checking for sinh in -lm... yes checking for sqrt in -lm... yes checking for tan in -lm... yes checking for tanh in -lm... yes checking for tgamma in -lm... yes checking for trunc in -lm... yes checking for y0 in -lm... yes checking for y1 in -lm... yes checking for yn in -lm... yes checking for thread-local storage... yes checking whether byte ordering is bigendian... no checking for oniguruma.h... yes checking for onig_version in -lonig... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libjq.pc config.status: executing depfiles commands config.status: executing libtool commands mkdir -p src mkdir -p src GEN src/builtin.inc GEN src/config_opts.inc mkdir -p src GEN src/version.h make all-recursive make[1]: Entering directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[2]: Entering directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' CC src/jv_dtoa_tsd.lo CC src/lexer.lo mkdir -p src CC src/parser.lo CC src/builtin.lo GEN src/version.h CC src/bytecode.lo CC src/compile.lo CC src/execute.lo CC src/jq_test.lo CC src/jv.lo CC src/jv_alloc.lo CC src/jv_aux.lo CC src/jv_dtoa.lo CC src/jv_file.lo CC src/jv_parse.lo CC src/jv_print.lo CC src/jv_unicode.lo CC src/locfile.lo CC src/linker.lo CC src/util.lo CC src/decNumber/decContext.lo CC src/decNumber/decNumber.lo CC src/main.o src/jv_parse.c: In function 'found_string': src/jv_parse.c:496:13: warning: comparison is always true due to limited range of data type [-Wtype-limits] 496 | if (c >= 0 && c <= 0x001f) | ^~ CCLD libjq.la CCLD jq make[2]: Leaving directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[1]: Leaving directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' mkdir -p src GEN src/version.h make check-recursive make[1]: Entering directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[2]: Entering directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' mkdir -p src GEN src/version.h CC src/main.o CCLD jq make tests/man.test make[3]: Entering directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[3]: 'tests/man.test' is up to date. make[3]: Leaving directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make check-TESTS make[3]: Entering directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[4]: Entering directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' PASS: tests/utf8test PASS: tests/base64test PASS: tests/manonigtest PASS: tests/optionaltest PASS: tests/onigtest PASS: tests/mantest PASS: tests/jqtest PASS: tests/shtest ============================================================================ Testsuite summary for jq 1.7.1 ============================================================================ # TOTAL: 8 # PASS: 8 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[3]: Leaving directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[2]: Leaving directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[1]: Leaving directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' >>> jq: Entering fakeroot... mkdir -p src GEN src/version.h make install-recursive make[1]: Entering directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[2]: Entering directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' mkdir -p src GEN src/version.h CC src/main.o CCLD jq make[3]: Entering directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' ./config/install-sh -c -d '/home/buildozer/aports/main/jq/pkg/jq/usr/lib' ./config/install-sh -c -d '/home/buildozer/aports/main/jq/pkg/jq/usr/share/doc/jq' ./config/install-sh -c -d '/home/buildozer/aports/main/jq/pkg/jq/usr/include' ./config/install-sh -c -d '/home/buildozer/aports/main/jq/pkg/jq/usr/share/man/man1' ./config/install-sh -c -d '/home/buildozer/aports/main/jq/pkg/jq/usr/lib/pkgconfig' mkdir -p src GEN src/version.h /bin/sh ./libtool --mode=install /usr/bin/install -c libjq.la '/home/buildozer/aports/main/jq/pkg/jq/usr/lib' /usr/bin/install -c -m 644 README.md NEWS.md COPYING AUTHORS '/home/buildozer/aports/main/jq/pkg/jq/usr/share/doc/jq' /usr/bin/install -c -m 644 jq.1 '/home/buildozer/aports/main/jq/pkg/jq/usr/share/man/man1' CC src/main.o /usr/bin/install -c -m 644 src/jv.h src/jq.h '/home/buildozer/aports/main/jq/pkg/jq/usr/include' /usr/bin/install -c -m 644 libjq.pc '/home/buildozer/aports/main/jq/pkg/jq/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libjq.so.1.0.4 /home/buildozer/aports/main/jq/pkg/jq/usr/lib/libjq.so.1.0.4 libtool: install: (cd /home/buildozer/aports/main/jq/pkg/jq/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 /home/buildozer/aports/main/jq/pkg/jq/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: /usr/bin/install -c .libs/libjq.lai /home/buildozer/aports/main/jq/pkg/jq/usr/lib/libjq.la libtool: install: /usr/bin/install -c .libs/libjq.a /home/buildozer/aports/main/jq/pkg/jq/usr/lib/libjq.a libtool: install: chmod 644 /home/buildozer/aports/main/jq/pkg/jq/usr/lib/libjq.a libtool: install: ranlib /home/buildozer/aports/main/jq/pkg/jq/usr/lib/libjq.a libtool: warning: remember to run 'libtool --finish /usr/lib' CCLD jq ./config/install-sh -c -d '/home/buildozer/aports/main/jq/pkg/jq/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c jq '/home/buildozer/aports/main/jq/pkg/jq/usr/bin' libtool: install: /usr/bin/install -c jq /home/buildozer/aports/main/jq/pkg/jq/usr/bin/jq make[3]: Leaving directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[2]: Leaving directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' make[1]: Leaving directory '/home/buildozer/aports/main/jq/src/jq-1.7.1' >>> jq-doc*: Running split function doc... >>> jq-doc*: Preparing subpackage jq-doc... >>> jq-doc*: Running postcheck for jq-doc >>> jq-dev*: Running split function dev... >>> jq-dev*: Preparing subpackage jq-dev... >>> jq-dev*: Stripping binaries >>> jq-dev*: Running postcheck for jq-dev >>> jq*: Running postcheck for jq >>> jq*: Preparing package jq... >>> jq*: Stripping binaries >>> jq-dev*: Scanning shared objects >>> jq-doc*: Scanning shared objects >>> jq*: Scanning shared objects >>> jq-dev*: Tracing dependencies... jq=1.7.1-r0 pkgconfig >>> jq-dev*: Package size: 524.0 KB >>> jq-dev*: Compressing data... >>> jq-dev*: Create checksum... >>> jq-dev*: Create jq-dev-1.7.1-r0.apk >>> jq-doc*: Tracing dependencies... >>> jq-doc*: Package size: 100.0 KB >>> jq-doc*: Compressing data... >>> jq-doc*: Create checksum... >>> jq-doc*: Create jq-doc-1.7.1-r0.apk >>> jq*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libonig.so.5 >>> jq*: Package size: 696.0 KB >>> jq*: Compressing data... >>> jq*: Create checksum... >>> jq*: Create jq-1.7.1-r0.apk >>> jq: Build complete at Thu, 14 Dec 2023 14:13:32 +0000 elapsed time 0h 0m 33s >>> jq: Cleaning up srcdir >>> jq: Cleaning up pkgdir >>> jq: Uninstalling dependencies... (1/3) Purging .makedepends-jq (20231214.141300) (2/3) Purging oniguruma-dev (6.9.9-r0) (3/3) Purging oniguruma (6.9.9-r0) Executing busybox-1.36.1-r16.trigger OK: 315 MiB in 104 packages >>> jq: Updating the main/armhf repository index... >>> jq: Signing the index...