>>> xpar: Building testing/xpar 0.7-r0 (using abuild 3.15.0-r4) started Sun, 28 Sep 2025 03:52:00 +0000 >>> xpar: Validating /home/buildozer/aports/testing/xpar/APKBUILD... >>> xpar: Analyzing dependencies... >>> xpar: Installing for build: build-base nasm openmp-dev ( 1/10) Installing nasm (2.16.03-r0) ( 2/10) Installing openmp (18.1.8-r3) ( 3/10) Installing openmp-bitcode (18.1.8-r3) ( 4/10) Installing libffi (3.5.2-r0) ( 5/10) Installing xz-libs (5.8.1-r0) ( 6/10) Installing libxml2 (2.13.9-r0) ( 7/10) Installing llvm18-libs (18.1.8-r6) ( 8/10) Installing libomptarget (18.1.8-r3) ( 9/10) Installing openmp-dev (18.1.8-r3) (10/10) Installing .makedepends-xpar (20250928.035203) busybox-1.37.0-r23.trigger: Executing script... usr_merge_nag.sh: * WARNING: Alpine Linux is transitioning to a /usr-merged system, and it usr_merge_nag.sh: * will soon be recommended for everybody to migrate. Help testing is very usr_merge_nag.sh: * welcomed. For more details, see usr_merge_nag.sh: * https://gitlab.alpinelinux.org/alpine/infra/alpine-mksite/-/merge_requests/88 OK: 474 MiB in 112 packages >>> xpar: Cleaning up srcdir >>> xpar: Cleaning up pkgdir >>> xpar: Cleaning up tmpdir >>> xpar: Fetching https://distfiles.alpinelinux.org/distfiles/edge/xpar-0.7.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/xpar-0.7.tar.gz.part' xpar-0.7.tar.gz.part 100% |********************************| 235k 0:00:00 ETA '/var/cache/distfiles/edge/xpar-0.7.tar.gz.part' saved >>> xpar: Fetching https://distfiles.alpinelinux.org/distfiles/edge/xpar-0.7.tar.gz >>> xpar: Checking sha512sums... xpar-0.7.tar.gz: OK >>> xpar: Unpacking /var/cache/distfiles/edge/xpar-0.7.tar.gz... checking build system type... riscv64-unknown-linux-musl checking host system type... riscv64-unknown-linux-musl checking target system type... riscv64-unknown-linux-musl checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free 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 whether make sets $(MAKE)... (cached) yes checking for gcc... cc 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 cc accepts -g... yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking dependency style of cc... gcc3 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 io.h... no checking for asprintf... yes checking for strndup... yes checking for stat... yes checking for _commit... no checking for _setmode... no checking for isatty... yes checking for fsync... yes checking for mmap... yes checking for CreateFileMappingA... no checking for restrict usability... restrict yes checking size of size_t... 8 checking for cc option to support OpenMP... -fopenmp checking whether C compiler accepts ... yes checking whether C compiler accepts -fopenmp... yes checking whether C compiler accepts -flto... yes checking whether the linker accepts -flto... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/home/buildozer/aports/testing/xpar/src/xpar-0.7' cc -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -fopenmp -flto -MT platform.o -MD -MP -MF .deps/platform.Tpo -c -o platform.o platform.c cc -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -fopenmp -flto -MT xpar.o -MD -MP -MF .deps/xpar.Tpo -c -o xpar.o xpar.c cc -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -fopenmp -flto -MT crc32c.o -MD -MP -MF .deps/crc32c.Tpo -c -o crc32c.o crc32c.c cc -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -fopenmp -flto -MT jmode.o -MD -MP -MF .deps/jmode.Tpo -c -o jmode.o jmode.c cc -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -fopenmp -flto -MT vmode.o -MD -MP -MF .deps/vmode.Tpo -c -o vmode.o vmode.c cc -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -fopenmp -flto -MT lmode.o -MD -MP -MF .deps/lmode.Tpo -c -o lmode.o lmode.c vmode.c: In function 'rs_destroy': vmode.c:187:9: warning: passing argument 1 of 'free' discards 'restrict' qualifier from pointer target type [-Wdiscarded-qualifiers] 187 | free(r->rows); free(r); | ~^~~~~~ In file included from /usr/include/fortify/stdlib.h:23, from common.h:34, from vmode.h:21, from vmode.c:18: /usr/include/stdlib.h:43:12: note: expected 'void *' but argument is of type 'uint8_t * restrict*' {aka 'unsigned char * restrict*'} 43 | void free (void *); | ^~~~~~ mv -f .deps/crc32c.Tpo .deps/crc32c.Po mv -f .deps/platform.Tpo .deps/platform.Po mv -f .deps/xpar.Tpo .deps/xpar.Po mv -f .deps/jmode.Tpo .deps/jmode.Po mv -f .deps/vmode.Tpo .deps/vmode.Po mv -f .deps/lmode.Tpo .deps/lmode.Po cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fopenmp -flto -Wl,--as-needed,-O1,--sort-common -flto -o xpar platform.o xpar.o crc32c.o jmode.o vmode.o lmode.o make[1]: Leaving directory '/home/buildozer/aports/testing/xpar/src/xpar-0.7' >>> xpar: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/testing/xpar/src/xpar-0.7' ./install-sh -c -d '/home/buildozer/aports/testing/xpar/pkg/xpar/usr/share/man/man1' ./install-sh -c -d '/home/buildozer/aports/testing/xpar/pkg/xpar/usr/bin' /usr/bin/install -c xpar '/home/buildozer/aports/testing/xpar/pkg/xpar/usr/bin' /usr/bin/install -c -m 644 xpar.1 '/home/buildozer/aports/testing/xpar/pkg/xpar/usr/share/man/man1' make[1]: Leaving directory '/home/buildozer/aports/testing/xpar/src/xpar-0.7' >>> xpar-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/testing/xpar/pkg/xpar-doc/usr/share/man' >>> xpar-doc*: Preparing subpackage xpar-doc... >>> xpar-doc*: Running postcheck for xpar-doc >>> xpar*: Running postcheck for xpar >>> xpar*: Preparing package xpar... >>> xpar*: Stripping binaries >>> xpar-doc*: Scanning shared objects >>> xpar*: Scanning shared objects >>> xpar-doc*: Tracing dependencies... >>> xpar-doc*: Package size: 2.6 KB >>> xpar-doc*: Compressing data... >>> xpar-doc*: Create checksum... >>> xpar-doc*: Create xpar-doc-0.7-r0.apk >>> xpar*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libgomp.so.1 >>> xpar*: Package size: 41.8 KB >>> xpar*: Compressing data... >>> xpar*: Create checksum... >>> xpar*: Create xpar-0.7-r0.apk >>> xpar: Build complete at Sun, 28 Sep 2025 03:52:25 +0000 elapsed time 0h 0m 25s >>> xpar: Cleaning up srcdir >>> xpar: Cleaning up pkgdir >>> xpar: Uninstalling dependencies... ( 1/10) Purging .makedepends-xpar (20250928.035203) ( 2/10) Purging nasm (2.16.03-r0) ( 3/10) Purging openmp-dev (18.1.8-r3) ( 4/10) Purging openmp (18.1.8-r3) ( 5/10) Purging openmp-bitcode (18.1.8-r3) ( 6/10) Purging libomptarget (18.1.8-r3) ( 7/10) Purging llvm18-libs (18.1.8-r6) ( 8/10) Purging libffi (3.5.2-r0) ( 9/10) Purging libxml2 (2.13.9-r0) (10/10) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r23.trigger: Executing script... usr_merge_nag.sh: * WARNING: Alpine Linux is transitioning to a /usr-merged system, and it usr_merge_nag.sh: * will soon be recommended for everybody to migrate. Help testing is very usr_merge_nag.sh: * welcomed. For more details, see usr_merge_nag.sh: * https://gitlab.alpinelinux.org/alpine/infra/alpine-mksite/-/merge_requests/88 OK: 361 MiB in 102 packages >>> xpar: Updating the testing/riscv64 repository index... >>> xpar: Signing the index...