>>> snooze: Building community/snooze 0.5-r0 (using abuild 3.14.1-r1) started Thu, 31 Oct 2024 01:23:04 +0000
>>> snooze: Validating /home/buildozer/aports/community/snooze/APKBUILD...
>>> snooze: Analyzing dependencies...
>>> snooze: Installing for build: build-base
(1/1) Installing .makedepends-snooze (20241031.012307)
OK: 396 MiB in 102 packages
>>> snooze: Cleaning up srcdir
>>> snooze: Cleaning up pkgdir
>>> snooze: Cleaning up tmpdir
>>> snooze: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/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/v3.21/snooze-0.5.tar.gz.part'
snooze-0.5.tar.gz.pa 100% |********************************|  8008  0:00:00 ETA
'/var/cache/distfiles/v3.21/snooze-0.5.tar.gz.part' saved
>>> snooze: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/snooze-0.5.tar.gz
>>> snooze: Checking sha512sums...
snooze-0.5.tar.gz: OK
>>> snooze: Unpacking /var/cache/distfiles/v3.21/snooze-0.5.tar.gz...
gcc -g -O2 -Wall -Wextra -Wwrite-strings  -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs  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-10-31T01:23:09+0000
Starting execution at 2024-10-31T01:23:09+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...
'usr/share/man' -> '/home/buildozer/aports/community/snooze/pkg/snooze-doc/usr/share/man'
>>> 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: 1.7 KB
>>> snooze-doc*: Compressing data...
>>> snooze-doc*: Create checksum...
>>> snooze-doc*: Create snooze-doc-0.5-r0.apk
>>> snooze*: Tracing dependencies...
	so:libc.musl-x86.so.1
>>> snooze*: Package size: 17.3 KB
>>> snooze*: Compressing data...
>>> snooze*: Create checksum...
>>> snooze*: Create snooze-0.5-r0.apk
>>> snooze: Build complete at Thu, 31 Oct 2024 01:23:09 +0000 elapsed time 0h 0m 5s
>>> snooze: Cleaning up srcdir
>>> snooze: Cleaning up pkgdir
>>> snooze: Uninstalling dependencies...
(1/1) Purging .makedepends-snooze (20241031.012307)
OK: 396 MiB in 101 packages
>>> snooze: Updating the community/x86 repository index...
>>> snooze: Signing the index...