>>> gzip: Building main/gzip 1.12-r0 (using abuild 3.7.0-r0) started Fri, 08 Apr 2022 19:48:36 +0000 >>> gzip: Checking sanity of /home/buildozer/aports/main/gzip/APKBUILD... >>> gzip: Analyzing dependencies... >>> gzip: Installing for build: build-base less (1/2) Installing less (563-r0) (2/2) Installing .makedepends-gzip (20220408.194836) Executing busybox-1.32.1-r8.trigger OK: 246 MiB in 91 packages >>> gzip: Cleaning up srcdir >>> gzip: Cleaning up pkgdir >>> gzip: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/gzip-1.12.tar.xz >>> gzip: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/gzip-1.12.tar.xz >>> gzip: Checking sha512sums... gzip-1.12.tar.xz: OK >>> gzip: Unpacking /var/cache/distfiles/v3.13/gzip-1.12.tar.xz... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/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 nested variables... yes checking whether make supports nested variables... (cached) yes checking for armv7-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 whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for less... less checking for armv7-alpine-linux-musleabihf-nm... no checking for nm... nm checking whether ln -s works... yes checking for armv7-alpine-linux-musleabihf-ranlib... no checking for ranlib... ranlib checking for a POSIX-compliant shell... /bin/sh 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 for sys/param.h... yes checking for sys/socket.h... yes checking for dirent.h... yes checking for features.h... yes checking for stdio_ext.h... yes checking for getopt.h... yes checking for sys/cdefs.h... no checking for sys/time.h... yes checking for limits.h... yes checking for threads.h... yes checking for math.h... yes checking for sys/mman.h... yes checking for utime.h... yes checking for crtdefs.h... no checking for fcntl.h... yes checking for memory.h... yes checking for time.h... yes checking for sys/sdt.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking build system type... armv7-alpine-linux-musleabihf checking host system type... armv7-alpine-linux-musleabihf checking for egrep... /bin/grep -E checking for Minix Amsterdam compiler... no checking for armv7-alpine-linux-musleabihf-ar... no checking for ar... ar checking for _LARGEFILE_SOURCE value needed for large files... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether malloc is ptrdiff_t safe... no checking whether malloc, realloc, calloc set errno on failure... yes checking for _set_invalid_parameter_handler... no checking for fchdir... yes checking for fdopendir... yes checking for fcntl... yes checking for symlink... yes checking for mempcpy... yes checking for vasnprintf... no checking for snprintf... yes checking for fpurge... yes checking for __fpurge... yes checking for __freading... yes checking for __fseterr... yes checking for fsync... yes checking for getdtablesize... yes checking for getprogname... no checking for getexecname... no checking for timespec_get... yes checking for gettimeofday... yes checking for lstat... yes checking for mprotect... yes checking for openat... yes checking for strerror_r... yes checking for __xpg_strerror_r... yes checking for pipe... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for catgets... yes checking for unlinkat... yes checking for futimes... yes checking for futimesat... yes checking for futimens... yes checking for utimensat... yes checking for lutimes... yes checking for chown... yes checking for fchmod... yes checking for fchown... yes checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking for gcc options needed to detect all undeclared functions... none needed checking for complete errno.h... yes checking whether strerror_r is declared... yes checking whether strerror_r returns char *... no checking whether ctype.h defines __header_inline... no checking whether fchdir is declared... yes checking for working fcntl.h... yes checking for pid_t... yes checking for mode_t... yes checking for promoted mode_t type... mode_t checking whether fdatasync is declared... yes checking for stdint.h... yes checking for inttypes.h... yes checking whether printf supports size specifiers as in C99... yes checking whether printf supports 'long double' arguments... yes checking whether printf supports infinite 'double' arguments... yes checking whether byte ordering is bigendian... no checking whether long double and double are the same... yes checking whether printf supports infinite 'long double' arguments... yes checking whether printf supports the 'a' and 'A' directives... yes checking whether printf supports the 'F' directive... yes checking whether printf supports the 'n' directive... yes checking whether printf supports the 'ls' directive... yes checking whether printf supports POSIX/XSI format strings with positions... yes checking whether printf supports the grouping flag... yes checking whether printf supports the left-adjust flag correctly... yes checking whether printf supports the zero flag correctly... yes checking whether printf supports large precisions... yes checking whether the compiler produces multi-arch binaries... no checking whether printf survives out-of-memory conditions... yes checking for wchar_t... yes checking for wint_t... yes checking whether wint_t is large enough... yes checking for intmax_t... yes checking where to find the exponent in a 'double'... word 1 bit 20 checking whether snprintf returns a byte count as in C99... yes checking whether snprintf truncates the result as in C99... yes checking for snprintf... (cached) yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... yes checking for wcrtomb... yes checking whether _snprintf is declared... no checking whether frexp() can be used without linking with libm... yes checking whether alarm is declared... yes checking whether stdin defaults to large file offsets... yes checking whether fseeko is declared... yes checking for fseeko... yes checking whether fflush works on input streams... yes checking whether stat file-mode macros are broken... no checking for C/C++ restrict keyword... __restrict__ checking for nlink_t... yes checking whether ftello is declared... yes checking whether ungetc works on arbitrary bytes... yes checking for ftello... yes checking whether ftello works... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes checking whether getdtablesize is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... no checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no checking whether stdint.h conforms to C99... yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... no checking where to find the exponent in a 'float'... word 0 bit 23 checking whether imported symbols can be declared weak... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking whether POSIX threads API is available... yes checking for multithread API to use... posix checking whether lstat correctly handles trailing slash... yes checking for a sed that does not truncate output... /bin/sed checking whether malloc (0) returns nonnull... yes checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether memrchr is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking for O_CLOEXEC... yes checking whether strerror(0) succeeds... yes checking for strerror_r with POSIX signature... yes checking whether strerror_r works... yes checking whether C symbols are prefixed with underscore at the linker level... no checking for sigset_t... yes checking for uid_t in sys/types.h... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether fcloseall is declared... no checking which flavor of printf attribute matches inttypes macros... system checking whether ecvt is declared... yes checking whether fcvt is declared... yes checking whether gcvt is declared... yes checking whether strdup is declared... yes checking for struct timespec in ... yes checking for TIME_UTC in ... yes checking whether execvpe is declared... yes checking whether the utimes function works... yes checking whether uses 'inline' correctly... yes checking whether wcsdup is declared... yes checking for time_t past the year 2038... yes checking for C compiler option to allow warnings... -Wno-error checking for alloca as a compiler built-in... yes checking whether this system supports file names of any length... no checking for library containing clock_gettime... none required checking for clock_getres... yes checking for clock_gettime... yes checking for clock_settime... yes checking for closedir... yes checking for dirfd... yes checking whether dirfd is declared... yes checking whether dirfd is a macro... no checking whether // is distinct from /... no checking whether dup works... yes checking whether dup2 works... yes checking for error_at_line... no checking whether fflush works on input streams... (cached) yes checking whether fclose works on input streams... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking for fdatasync... yes checking whether fdopendir is declared... yes checking whether fdopendir works... yes checking whether fflush works on input streams... (cached) yes checking whether conversion from 'int' to 'long double' works... yes checking whether fpurge is declared... no checking whether fpurge works... yes checking whether free is known to preserve errno... no checking whether frexp works... yes checking whether frexpl is declared... yes checking whether frexpl() can be used without linking with libm... yes checking whether frexpl works... yes checking for fseeko... (cached) yes checking whether fflush works on input streams... (cached) yes checking for ftello... (cached) yes checking whether ftello works... (cached) yes checking whether getdtablesize works... yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking whether __argv is declared... no checking for gettimeofday with POSIX signature... yes checking whether isnan(double) can be used without linking with libm... yes checking whether isnan(float) can be used without linking with libm... yes checking whether isnan(float) works... yes checking whether isnan(long double) can be used without linking with libm... yes checking whether isnanl works... yes checking for C compiler flag to ignore unused libraries... -Wl,--as-needed checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... no checking whether lseek detects pipes... yes checking for mempcpy... (cached) yes checking for memrchr... yes checking whether open recognizes a trailing slash... yes checking for opendir... yes checking whether perror matches strerror... yes checking whether frexp works... (cached) yes checking whether ldexp can be used without linking with libm... yes checking whether frexpl() can be used without linking with libm... (cached) yes checking whether frexpl works... (cached) yes checking whether frexpl is declared... (cached) yes checking whether ldexpl() can be used without linking with libm... yes checking whether ldexpl works... yes checking whether ldexpl is declared... yes checking for raise... yes checking for sigprocmask... yes checking for readdir... yes checking whether realloc (0, 0) returns nonnull... yes checking for reallocarray... yes checking whether rmdir works... yes checking for struct sigaction.sa_sigaction... yes checking for signbit macro... yes checking for signbit compiler built-ins... yes checking for sigprocmask... (cached) yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for ssize_t... yes checking whether stat handles trailing slashes on files... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... yes checking for working stdnoreturn.h... yes checking for stpcpy... yes checking for working strerror function... yes checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails as it should... guessing yes checking for utime... yes checking whether utime handles trailing slashes on files... yes checking for variable-length arrays... yes checking for ptrdiff_t... yes checking for stdint.h... (cached) yes checking for underline in external names... no checking for an assembler syntax supported by this package... no checking for an ANSI C-conforming const... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for size_t... (cached) yes checking for off_t... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating tests/Makefile config.status: creating lib/config.h config.status: executing depfiles commands GEN version.c GEN version.h make all-recursive make[1]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' Making all in lib make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' GEN alloca.h GEN dirent.h GEN fcntl.h GEN getopt.h GEN getopt-cdefs.h GEN inttypes.h GEN limits.h GEN math.h GEN signal.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN time.h GEN unistd.h GEN utime.h GEN wchar.h make all-am make[3]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' CC libgzip_a-openat-proc.o CC libgzip_a-basename-lgpl.o CC libgzip_a-chdir-long.o CC libgzip_a-cloexec.o CC libgzip_a-opendir-safer.o CC libgzip_a-dirname-lgpl.o CC libgzip_a-stripslash.o CC libgzip_a-error.o CC libgzip_a-exitfail.o CC libgzip_a-fcntl.o CC libgzip_a-creat-safer.o CC libgzip_a-open-safer.o CC libgzip_a-fd-hook.o CC libgzip_a-fd-safer-flag.o CC libgzip_a-dup-safer-flag.o CC libgzip_a-filenamecat-lgpl.o CC libgzip_a-freading.o CC libgzip_a-free.o CC libgzip_a-getopt.o CC libgzip_a-getopt1.o CC libgzip_a-getprogname.o CC libgzip_a-gettime.o CC libgzip_a-ialloc.o CC libgzip_a-malloca.o CC libgzip_a-math.o CC libgzip_a-openat-die.o CC libgzip_a-openat-safer.o CC libgzip_a-printf-frexp.o CC libgzip_a-printf-frexpl.o CC libgzip_a-reallocarray.o CC libgzip_a-save-cwd.o CC libgzip_a-savedir.o CC libgzip_a-sig-handler.o CC libgzip_a-stat-time.o CC glthread/libgzip_a-threadlib.o CC libgzip_a-timespec.o CC libgzip_a-unistd.o CC libgzip_a-dup-safer.o CC libgzip_a-fd-safer.o CC libgzip_a-pipe-safer.o CC libgzip_a-utimens.o CC libgzip_a-xmalloc.o CC libgzip_a-xalloc-die.o CC libgzip_a-xsize.o CC libgzip_a-yesno.o CC asnprintf.o CC malloc.o CC printf-args.o CC printf-parse.o CC realloc.o CC vasnprintf.o CC glthread/libgzip_a-lock.o CC calloc.o AR libgzip.a make[3]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' Making all in doc make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/doc' Making all in . make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' CC bits.o CC deflate.o CC gzip.o CC inflate.o CC trees.o CC unlzh.o CC unlzw.o CC unpack.o CC unzip.o CC util.o CC zip.o CC version.o GEN gunzip GEN gzexe GEN zcat GEN zcmp GEN zdiff GEN zegrep GEN zfgrep GEN zforce GEN zgrep GEN zless GEN zmore GEN znew AR libver.a CCLD gzip make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' Making all in tests make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make[1]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' GEN public-submodule-commit make check-recursive make[1]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' Making check in lib make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' make check-am make[3]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' make[3]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' Making check in doc make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/doc' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/doc' Making check in . make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' make check-local make[3]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' GEN gzip.doc.gz GEN check-local make[3]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' Making check in tests make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make check-TESTS make[3]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make[4]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' PASS: memcpy-abuse PASS: hufts PASS: stdin PASS: list PASS: null-suffix-clobber PASS: upper-suffix zdiff: skipped test: diff output format is incompatible with POSIX PASS: helin-segv PASS: unpack-invalid zgrep-signal: skipped test: no suitable perl found SKIP: zdiff PASS: keep PASS: unpack-valid PASS: z-suffix SKIP: zgrep-signal SKIP: zgrep-context PASS: zgrep-binary PASS: trailing-nul PASS: two-files PASS: zgrep-abuse PASS: zgrep-f PASS: timestamp PASS: znew-k PASS: gzip-env PASS: help-version PASS: mixed PASS: reproducible PASS: list-big ============================================================================ Testsuite summary for gzip 1.12 ============================================================================ # TOTAL: 26 # PASS: 23 # SKIP: 3 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make[3]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make[1]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' >>> gzip: Entering fakeroot... make install-recursive make[1]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' Making install in lib make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' make install-am make[3]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' make[4]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' make[3]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/lib' Making install in doc make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/doc' make[3]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/doc' make[3]: Nothing to be done for 'install-exec-am'. .././build-aux/install-sh -c -d '/home/buildozer/aports/main/gzip/pkg/gzip/usr/share/info' /usr/bin/install -c -m 644 ./gzip.info '/home/buildozer/aports/main/gzip/pkg/gzip/usr/share/info' make[3]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/doc' make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/doc' Making install in . make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' make[3]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' ./build-aux/install-sh -c -d '/home/buildozer/aports/main/gzip/pkg/gzip/usr/bin' ./build-aux/install-sh -c -d '/home/buildozer/aports/main/gzip/pkg/gzip/usr/bin' ./build-aux/install-sh -c -d '/home/buildozer/aports/main/gzip/pkg/gzip/usr/share/man/man1' /usr/bin/install -c gzip '/home/buildozer/aports/main/gzip/pkg/gzip/usr/bin' /usr/bin/install -c gunzip gzexe zcat zcmp zdiff zegrep zfgrep zforce zgrep zless zmore znew '/home/buildozer/aports/main/gzip/pkg/gzip/usr/bin' make install-exec-hook /usr/bin/install -c -m 644 gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 zgrep.1 zless.1 zmore.1 znew.1 '/home/buildozer/aports/main/gzip/pkg/gzip/usr/share/man/man1' make[4]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' + cd /home/buildozer/aports/main/gzip/pkg/gzip/usr/bin + rm -f uncompress + cd /home/buildozer/aports/main/gzip/pkg/gzip/usr/bin + rm -f uncompress + ln gunzip uncompress make[4]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' make[3]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' Making install in tests make[2]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make[3]: Entering directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make[2]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12/tests' make[1]: Leaving directory '/home/buildozer/aports/main/gzip/src/gzip-1.12' >>> gzip-doc*: Running split function doc... >>> gzip-doc*: Preparing subpackage gzip-doc... >>> gzip-doc*: Running postcheck for gzip-doc >>> gzip*: Running postcheck for gzip >>> gzip*: Preparing package gzip... >>> gzip*: Stripping binaries >>> gzip-doc*: Scanning shared objects >>> gzip*: Scanning shared objects >>> gzip-doc*: Tracing dependencies... >>> gzip-doc*: Package size: 120.0 KB >>> gzip-doc*: Compressing data... >>> gzip-doc*: Create checksum... >>> gzip-doc*: Create gzip-doc-1.12-r0.apk >>> gzip*: Tracing dependencies... less so:libc.musl-armv7.so.1 >>> gzip*: Package size: 136.0 KB >>> gzip*: Compressing data... >>> gzip*: Create checksum... >>> gzip*: Create gzip-1.12-r0.apk >>> gzip: Build complete at Fri, 08 Apr 2022 19:49:25 +0000 elapsed time 0h 0m 49s >>> gzip: Cleaning up srcdir >>> gzip: Cleaning up pkgdir >>> gzip: Uninstalling dependencies... (1/2) Purging .makedepends-gzip (20220408.194836) (2/2) Purging less (563-r0) Executing busybox-1.32.1-r8.trigger OK: 246 MiB in 89 packages >>> gzip: Updating the main/armv7 repository index... >>> gzip: Signing the index...