>>> the_silver_searcher: Building community/the_silver_searcher 2.2.0-r1 (using abuild 3.10.0_rc1-r2) started Mon, 24 Oct 2022 19:34:31 +0000 >>> the_silver_searcher: Checking sanity of /home/buildozer/aports/community/the_silver_searcher/APKBUILD... >>> the_silver_searcher: Analyzing dependencies... >>> the_silver_searcher: Installing for build: build-base pcre-dev xz-dev zlib-dev (1/9) Installing libpcre16 (8.45-r2) (2/9) Installing libpcre32 (8.45-r2) (3/9) Installing pcre (8.45-r2) (4/9) Installing libpcrecpp (8.45-r2) (5/9) Installing pcre-dev (8.45-r2) (6/9) Installing xz-libs (5.2.7-r0) (7/9) Installing xz-dev (5.2.7-r0) (8/9) Installing zlib-dev (1.2.13-r0) (9/9) Installing .makedepends-the_silver_searcher (20221024.193432) Executing busybox-1.35.0-r27.trigger OK: 333 MiB in 105 packages >>> the_silver_searcher: Cleaning up srcdir >>> the_silver_searcher: Cleaning up pkgdir >>> the_silver_searcher: Fetching https://distfiles.alpinelinux.org/distfiles/edge/the_silver_searcher-2.2.0.tar.gz >>> the_silver_searcher: Fetching https://distfiles.alpinelinux.org/distfiles/edge/the_silver_searcher-2.2.0.tar.gz >>> the_silver_searcher: Checking sha512sums... the_silver_searcher-2.2.0.tar.gz: OK gcc-10.patch: OK >>> the_silver_searcher: Unpacking /var/cache/distfiles/edge/the_silver_searcher-2.2.0.tar.gz... >>> the_silver_searcher: gcc-10.patch patching file src/search.h patching file src/search.c patching file src/log.c patching file src/log.h patching file src/options.h patching file src/options.c patching file src/util.h patching file src/util.c patching file src/ignore.c patching file src/ignore.h checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./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 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for grep that handles long lines and -e... /bin/grep checking whether make supports nested variables... (cached) yes checking for armv6-alpine-linux-musleabihf-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PCRE... yes checking build system type... armv6-alpine-linux-musleabihf checking host system type... armv6-alpine-linux-musleabihf checking how to run the C preprocessor... gcc -E checking for egrep... /bin/grep -E 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 if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for library containing inflate... -lz checking lzma.h usability... yes checking lzma.h presence... yes checking for lzma.h... yes checking for LZMA... yes checking whether PCRE_CONFIG_JIT is declared... yes checking whether CPU_ZERO, CPU_SET is declared... yes checking sys/cpuset.h usability... no checking sys/cpuset.h presence... no checking for sys/cpuset.h... no checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking for struct dirent.d_type... yes checking for struct dirent.d_namlen... no checking for fgetln... yes checking for fopencookie... yes checking for getline... yes checking for realpath... yes checking for strlcpy... yes checking for strndup... yes checking for vasprintf... yes checking for madvise... yes checking for posix_fadvise... yes checking for pthread_setaffinity_np... yes checking for pledge... no checking for clang-format-3.8... no checking for clang-format-3.7... no checking for clang-format-3.6... no checking for clang-format... no configure: WARNING: clang-format not found. 'make test' will not detect improperly-formatted files. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating the_silver_searcher.spec config.status: creating src/config.h config.status: executing depfiles commands CC src/ignore.o CC src/log.o CC src/options.o CC src/print.o CC src/print_w32.o CC src/scandir.o CC src/search.o CC src/lang.o CC src/util.o CC src/decompress.o CC src/main.o CC src/zfile.o src/print.c: In function 'print_file_matches': src/print.c:229:44: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 229 | fprintf(out_fd, "%lu %lu", | ~~^ | | | long unsigned int | %u 230 | start, | ~~~~~ | | | size_t {aka unsigned int} src/print.c:229:48: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 229 | fprintf(out_fd, "%lu %lu", | ~~^ | | | long unsigned int | %u 230 | start, 231 | matches[print_context.last_printed_match].end - matches[print_context.last_printed_match].start); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} src/decompress.c: In function 'decompress_zlib': src/decompress.c:52:22: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 52 | stream.next_in = (Bytef *)buf; | ^ CCLD ag make[1]: Entering directory '/home/buildozer/aports/community/the_silver_searcher/src/the_silver_searcher-2.2.0' make[1]: Leaving directory '/home/buildozer/aports/community/the_silver_searcher/src/the_silver_searcher-2.2.0' >>> the_silver_searcher: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/community/the_silver_searcher/src/the_silver_searcher-2.2.0' ./install-sh -c -d '/home/buildozer/aports/community/the_silver_searcher/pkg/the_silver_searcher/usr/share/the_silver_searcher/completions' ./install-sh -c -d '/home/buildozer/aports/community/the_silver_searcher/pkg/the_silver_searcher/usr/share/zsh/site-functions' ./install-sh -c -d '/home/buildozer/aports/community/the_silver_searcher/pkg/the_silver_searcher/usr/share/man/man1' /usr/bin/install -c -m 644 ag.bashcomp.sh '/home/buildozer/aports/community/the_silver_searcher/pkg/the_silver_searcher/usr/share/the_silver_searcher/completions' /usr/bin/install -c -m 644 _the_silver_searcher '/home/buildozer/aports/community/the_silver_searcher/pkg/the_silver_searcher/usr/share/zsh/site-functions' ./install-sh -c -d '/home/buildozer/aports/community/the_silver_searcher/pkg/the_silver_searcher/usr/bin' /usr/bin/install -c -m 644 doc/ag.1 '/home/buildozer/aports/community/the_silver_searcher/pkg/the_silver_searcher/usr/share/man/man1' /usr/bin/install -c ag '/home/buildozer/aports/community/the_silver_searcher/pkg/the_silver_searcher/usr/bin' make[1]: Leaving directory '/home/buildozer/aports/community/the_silver_searcher/src/the_silver_searcher-2.2.0' >>> the_silver_searcher-doc*: Running split function doc... >>> the_silver_searcher-doc*: Preparing subpackage the_silver_searcher-doc... >>> the_silver_searcher-doc*: Running postcheck for the_silver_searcher-doc >>> the_silver_searcher-zsh-completion*: Running split function zshcomp... rmdir: '/home/buildozer/aports/community/the_silver_searcher/pkg/the_silver_searcher/usr/share': Directory not empty >>> the_silver_searcher-zsh-completion*: Preparing subpackage the_silver_searcher-zsh-completion... >>> the_silver_searcher-zsh-completion*: Running postcheck for the_silver_searcher-zsh-completion >>> the_silver_searcher-bash-completion*: Running split function bashcomp... rmdir: '/home/buildozer/aports/community/the_silver_searcher/pkg/the_silver_searcher/usr': Directory not empty >>> the_silver_searcher-bash-completion*: Preparing subpackage the_silver_searcher-bash-completion... >>> the_silver_searcher-bash-completion*: Running postcheck for the_silver_searcher-bash-completion >>> the_silver_searcher*: Running postcheck for the_silver_searcher >>> the_silver_searcher*: Preparing package the_silver_searcher... >>> the_silver_searcher*: Stripping binaries >>> the_silver_searcher-bash-completion*: Scanning shared objects >>> the_silver_searcher-doc*: Scanning shared objects >>> the_silver_searcher-zsh-completion*: Scanning shared objects >>> the_silver_searcher*: Scanning shared objects >>> the_silver_searcher-bash-completion*: Tracing dependencies... >>> the_silver_searcher-bash-completion*: Package size: 24.0 KB >>> the_silver_searcher-bash-completion*: Compressing data... >>> the_silver_searcher-bash-completion*: Create checksum... >>> the_silver_searcher-bash-completion*: Create the_silver_searcher-bash-completion-2.2.0-r1.apk >>> the_silver_searcher-doc*: Tracing dependencies... >>> the_silver_searcher-doc*: Package size: 24.0 KB >>> the_silver_searcher-doc*: Compressing data... >>> the_silver_searcher-doc*: Create checksum... >>> the_silver_searcher-doc*: Create the_silver_searcher-doc-2.2.0-r1.apk >>> the_silver_searcher-zsh-completion*: Tracing dependencies... >>> the_silver_searcher-zsh-completion*: Package size: 28.0 KB >>> the_silver_searcher-zsh-completion*: Compressing data... >>> the_silver_searcher-zsh-completion*: Create checksum... >>> the_silver_searcher-zsh-completion*: Create the_silver_searcher-zsh-completion-2.2.0-r1.apk >>> the_silver_searcher*: Tracing dependencies... so:libc.musl-armhf.so.1 so:liblzma.so.5 so:libpcre.so.1 so:libz.so.1 >>> the_silver_searcher*: Package size: 84.0 KB >>> the_silver_searcher*: Compressing data... >>> the_silver_searcher*: Create checksum... >>> the_silver_searcher*: Create the_silver_searcher-2.2.0-r1.apk >>> the_silver_searcher: Build complete at Mon, 24 Oct 2022 19:34:36 +0000 elapsed time 0h 0m 5s >>> the_silver_searcher: Cleaning up srcdir >>> the_silver_searcher: Cleaning up pkgdir >>> the_silver_searcher: Uninstalling dependencies... (1/9) Purging .makedepends-the_silver_searcher (20221024.193432) (2/9) Purging pcre-dev (8.45-r2) (3/9) Purging libpcre16 (8.45-r2) (4/9) Purging libpcre32 (8.45-r2) (5/9) Purging libpcrecpp (8.45-r2) (6/9) Purging pcre (8.45-r2) (7/9) Purging xz-dev (5.2.7-r0) (8/9) Purging xz-libs (5.2.7-r0) (9/9) Purging zlib-dev (1.2.13-r0) Executing busybox-1.35.0-r27.trigger OK: 331 MiB in 96 packages >>> the_silver_searcher: Updating the community/armhf repository index... >>> the_silver_searcher: Signing the index...