>>> snooze: Building community/snooze 0.5-r0 (using abuild 3.13.0-r3) started Sun, 28 Apr 2024 03:00:21 +0000 >>> snooze: Checking sanity of /home/buildozer/aports/community/snooze/APKBUILD... >>> snooze: Analyzing dependencies... >>> snooze: Installing for build: build-base (1/1) Installing .makedepends-snooze (20240428.030030) OK: 315 MiB in 104 packages >>> snooze: Cleaning up srcdir >>> snooze: Cleaning up pkgdir >>> snooze: Cleaning up tmpdir >>> snooze: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/snooze-0.5.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> snooze: Fetching snooze-0.5.tar.gz::https://github.com/leahneukirchen/snooze/archive/refs/tags/v0.5.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/snooze-0.5.tar.gz.part' snooze-0.5.tar.gz.pa 100% |********************************| 8008 0:00:00 ETA '/var/cache/distfiles/snooze-0.5.tar.gz.part' saved >>> snooze: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/snooze-0.5.tar.gz >>> snooze: Checking sha512sums... snooze-0.5.tar.gz: OK >>> snooze: Unpacking /var/cache/distfiles/snooze-0.5.tar.gz... gcc -g -O2 -Wall -Wextra -Wwrite-strings -Wl,--as-needed,-O1,--sort-common snooze.c -o snooze snooze.c: In function 'main': snooze.c:332:42: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 332 | printf("%s %s %2ldd%3ldh%3ldm%3lds ", | ~~~^ | | | long int | %2lld ...... 335 | ((t - now) / (60*60*24)), | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} snooze.c:332:47: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=] 332 | printf("%s %s %2ldd%3ldh%3ldm%3lds ", | ~~~^ | | | long int | %3lld ...... 336 | ((t - now) / (60*60)) % 24, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} snooze.c:332:52: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 332 | printf("%s %s %2ldd%3ldh%3ldm%3lds ", | ~~~^ | | | long int | %3lld ...... 337 | ((t - now) / 60) % 60, | ~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} snooze.c:332:57: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t' {aka 'long long int'} [-Wformat=] 332 | printf("%s %s %2ldd%3ldh%3ldm%3lds ", | ~~~^ | | | long int | %3lld ...... 338 | (t - now) % 60); | ~~~~~~~~~~~~~~ | | | time_t {aka long long int} Snoozing until 2024-04-28T03:00:32+0000 Starting execution at 2024-04-28T03:00:32+0000 test >>> snooze: Entering fakeroot... mkdir -p /home/buildozer/aports/community/snooze/pkg/snooze/usr/bin /home/buildozer/aports/community/snooze/pkg/snooze/usr/share/man/man1 install -m0755 snooze /home/buildozer/aports/community/snooze/pkg/snooze/usr/bin install -m0644 snooze.1 /home/buildozer/aports/community/snooze/pkg/snooze/usr/share/man/man1 >>> snooze-doc*: Running split function doc... >>> snooze-doc*: Preparing subpackage snooze-doc... >>> snooze-doc*: Running postcheck for snooze-doc >>> snooze*: Running postcheck for snooze >>> snooze*: Preparing package snooze... >>> snooze*: Stripping binaries >>> snooze-doc*: Scanning shared objects >>> snooze*: Scanning shared objects >>> snooze-doc*: Tracing dependencies... >>> snooze-doc*: Package size: 24.0 KB >>> snooze-doc*: Compressing data... >>> snooze-doc*: Create checksum... >>> snooze-doc*: Create snooze-doc-0.5-r0.apk >>> snooze*: Tracing dependencies... so:libc.musl-armhf.so.1 >>> snooze*: Package size: 28.0 KB >>> snooze*: Compressing data... >>> snooze*: Create checksum... >>> snooze*: Create snooze-0.5-r0.apk >>> snooze: Build complete at Sun, 28 Apr 2024 03:00:33 +0000 elapsed time 0h 0m 12s >>> snooze: Cleaning up srcdir >>> snooze: Cleaning up pkgdir >>> snooze: Uninstalling dependencies... (1/1) Purging .makedepends-snooze (20240428.030030) OK: 315 MiB in 103 packages >>> snooze: Updating the community/armhf repository index... >>> snooze: Signing the index...