>>> ruri: Building testing/ruri 3.8-r0 (using abuild 3.15.0-r1) started Tue, 24 Jun 2025 02:43:21 +0000 >>> ruri: Validating /home/buildozer/aports/testing/ruri/APKBUILD... >>> ruri: Analyzing dependencies... >>> ruri: Installing for build: build-base libcap-dev libseccomp-dev (1/5) Installing linux-headers (6.15.3-r0) (2/5) Installing libcap-dev (2.76-r0) (3/5) Installing libseccomp (2.6.0-r0) (4/5) Installing libseccomp-dev (2.6.0-r0) (5/5) Installing .makedepends-ruri (20250624.024322) Executing busybox-1.37.0-r18.trigger OK: 329 MiB in 109 packages >>> ruri: Cleaning up srcdir >>> ruri: Cleaning up pkgdir >>> ruri: Cleaning up tmpdir >>> ruri: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruri-3.8.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> ruri: Fetching ruri-3.8.tar.gz::https://github.com/Moe-hacker/ruri/archive/refs/tags/v3.8.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/ruri-3.8.tar.gz.part' ruri-3.8.tar.gz.part 100% |********************************| 669k 0:00:00 ETA '/var/cache/distfiles/edge/ruri-3.8.tar.gz.part' saved >>> ruri: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruri-3.8.tar.gz >>> ruri: Checking sha512sums... ruri-3.8.tar.gz: OK >>> ruri: Unpacking /var/cache/distfiles/edge/ruri-3.8.tar.gz... checking for make... /usr/bin/make checking for strip... /usr/bin/strip checking for compiler... cc checking whether the compiler supports GNU C11... ok checking for header fcntl.h... ok checking for header sys/ioctl.h... ok checking for header sys/mount.h... ok checking for header sys/socket.h... ok checking for header unistd.h... ok checking for header sys/capability.h... ok checking for header seccomp.h... ok checking for header pthread.h... ok checking whether the compiler supports -ftrivial-auto-var-init=pattern... ok checking whether the compiler supports -fcf-protection=full... no checking whether the compiler supports -flto=auto... ok checking whether the compiler supports -fPIE... ok checking whether the compiler supports -pie... ok checking whether the compiler supports -Wl,-z,relro... ok checking whether the compiler supports -Wl,-z,noexecstack... ok checking whether the compiler supports -Wl,-z,now... ok checking whether the compiler supports -fstack-protector-all... ok checking whether the compiler supports -fstack-clash-protection... ok checking whether the compiler supports -mshstk... no checking whether the compiler supports -Wno-unused-result... ok checking whether the compiler supports -O2... ok checking whether the compiler supports -Wl,--build-id=sha1... ok checking whether the compiler supports -ffunction-sections... ok checking whether the compiler supports -fdata-sections... ok checking whether the compiler supports -Wl,--gc-sections... ok checking whether the compiler supports -Wl,--strip-all... ok checking whether the compiler supports -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3... ok checking for -lcap... ok checking for -lseccomp... ok checking for -lpthread... ok create config.mk... fatal: not a git repository (or any of the parent directories): .git ok CC easteregg/action.o CC easteregg/nekofeng.o CC easteregg/layer.o CC easteregg/typewriter.o CC caplist.o CC chroot.o CC cprintf.o In file included from ../src/include/ruri.h:110, from ../src/info.c:30: ../src/info.c: In function 'ruri_show_version_info': ../src/info.c:59:25: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=] 59 | cprintf("{base}%s%ldK%s", "Binary size ......: ", (st.st_size / 1024), "\n"); | ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ | | | off_t {aka long long int} ../src/include/cprintf.h:48:61: note: in definition of macro 'cprintf_get_bufsize' 48 | #define cprintf_get_bufsize(format, ...) (snprintf(NULL, 0, format, ##__VA_ARGS__) > 0 ? (size_t)snprintf(NULL, 0, format, ##__VA_ARGS__) + 514 : 0) | ^~~~~~ ../src/info.c:59:17: note: in expansion of macro 'cprintf' 59 | cprintf("{base}%s%ldK%s", "Binary size ......: ", (st.st_size / 1024), "\n"); | ^~~~~~~ ../src/info.c:59:36: note: format string is defined here 59 | cprintf("{base}%s%ldK%s", "Binary size ......: ", (st.st_size / 1024), "\n"); | ~~^ | | | long int | %lld ../src/info.c:59:25: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=] 59 | cprintf("{base}%s%ldK%s", "Binary size ......: ", (st.st_size / 1024), "\n"); | ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ | | | off_t {aka long long int} ../src/include/cprintf.h:48:116: note: in definition of macro 'cprintf_get_bufsize' 48 | #define cprintf_get_bufsize(format, ...) (snprintf(NULL, 0, format, ##__VA_ARGS__) > 0 ? (size_t)snprintf(NULL, 0, format, ##__VA_ARGS__) + 514 : 0) | ^~~~~~ ../src/info.c:59:17: note: in expansion of macro 'cprintf' 59 | cprintf("{base}%s%ldK%s", "Binary size ......: ", (st.st_size / 1024), "\n"); | ^~~~~~~ ../src/info.c:59:36: note: format string is defined here 59 | cprintf("{base}%s%ldK%s", "Binary size ......: ", (st.st_size / 1024), "\n"); | ~~^ | | | long int | %lld ../src/info.c:59:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 59 | cprintf("{base}%s%ldK%s", "Binary size ......: ", (st.st_size / 1024), "\n"); | ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ | | | off_t {aka long long int} ../src/include/cprintf.h:63:48: note: in definition of macro 'cprintf' 63 | sprintf(__cprintf_buf, format, ##__VA_ARGS__); \ | ^~~~~~ ../src/info.c:59:36: note: format string is defined here 59 | cprintf("{base}%s%ldK%s", "Binary size ......: ", (st.st_size / 1024), "\n"); | ~~^ | | | long int | %lld CC info.o CC rurienv.o ../src/rurifetch.c: In function 'ruri_fetch': ../src/rurifetch.c:93:73: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 93 | sprintf(binary_size, "{91;207;250}Binary size{white}: %ldK", (st.st_size / 1024)); | ~~^ ~~~~~~~~~~~~~~~~~~~ | | | | long int off_t {aka long long int} | %lld CC rurifetch.o CC seccomp.o CC signal.o CC umount.o ../src/unshare.c: In function 'init_unshare_container': ../src/unshare.c:75:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 75 | sprintf(buf, "monotonic %ld 0", container->timens_monotonic_offset); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld ../src/unshare.c:82:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 82 | sprintf(buf, "boottime %ld 0", container->timens_realtime_offset); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld CC unshare.o ../src/rootless.c: In function 'ruri_run_rootless_container': ../src/rootless.c:362:51: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 362 | sprintf(buf, "monotonic %ld 0", container->timens_monotonic_offset); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld ../src/rootless.c:369:49: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 369 | sprintf(buf, "bottime %ld 0", container->timens_realtime_offset); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld CC rootless.o CC mount.o CC k2v.o CC elf-magic.o CC config.o CC cgroup.o CC passwd.o CC ps.o CC ruri.o CC main.o LD ruri STRIP ruri >>> ruri: Entering fakeroot... >>> ruri-doc*: Running split function doc... 'usr/share/licenses' -> '/home/buildozer/aports/testing/ruri/pkg/ruri-doc/usr/share/licenses' >>> ruri-doc*: Preparing subpackage ruri-doc... >>> ruri-doc*: Running postcheck for ruri-doc >>> ruri*: Running postcheck for ruri >>> ruri*: Preparing package ruri... >>> ruri*: Stripping binaries >>> ruri-doc*: Scanning shared objects >>> ruri*: Scanning shared objects >>> ruri-doc*: Tracing dependencies... >>> ruri-doc*: Package size: 1.0 KB >>> ruri-doc*: Compressing data... >>> ruri-doc*: Create checksum... >>> ruri-doc*: Create ruri-doc-3.8-r0.apk >>> ruri*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libcap.so.2 so:libseccomp.so.2 >>> ruri*: Package size: 313.4 KB >>> ruri*: Compressing data... >>> ruri*: Create checksum... >>> ruri*: Create ruri-3.8-r0.apk >>> ruri: Build complete at Tue, 24 Jun 2025 02:43:33 +0000 elapsed time 0h 0m 12s >>> ruri: Cleaning up srcdir >>> ruri: Cleaning up pkgdir >>> ruri: Uninstalling dependencies... (1/5) Purging .makedepends-ruri (20250624.024322) (2/5) Purging libcap-dev (2.76-r0) (3/5) Purging libseccomp-dev (2.6.0-r0) (4/5) Purging linux-headers (6.15.3-r0) (5/5) Purging libseccomp (2.6.0-r0) Executing busybox-1.37.0-r18.trigger OK: 323 MiB in 104 packages >>> ruri: Updating the testing/armhf repository index... >>> ruri: Signing the index...