>>> pps-tools: Building community/pps-tools 1.0.3-r0 (using abuild 3.12.0-r0) started Mon, 30 Oct 2023 01:36:24 +0000 >>> pps-tools: Checking sanity of /home/buildozer/aports/community/pps-tools/APKBUILD... >>> pps-tools: Analyzing dependencies... >>> pps-tools: Installing for build: build-base linux-headers (1/2) Installing linux-headers (6.5-r0) (2/2) Installing .makedepends-pps-tools (20231030.013730) OK: 384 MiB in 104 packages >>> pps-tools: Cleaning up srcdir >>> pps-tools: Cleaning up pkgdir >>> pps-tools: Cleaning up tmpdir >>> pps-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/pps-tools-v1.0.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12949 100 12949 0 0 29518 0 --:--:-- --:--:-- --:--:-- 29563 >>> pps-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/pps-tools-v1.0.3.tar.gz >>> pps-tools: Checking sha512sums... pps-tools-v1.0.3.tar.gz: OK >>> pps-tools: Unpacking /var/cache/distfiles/v3.19/pps-tools-v1.0.3.tar.gz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -D_GNU_SOURCE -ggdb -fPIC -M ppstest.c ppsctl.c ppswatch.c ppsldisc.c > .depend gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -D_GNU_SOURCE -ggdb -fPIC -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs ppstest.c -lm -o ppstest gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -D_GNU_SOURCE -ggdb -fPIC -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs ppsctl.c -lm -o ppsctl gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -D_GNU_SOURCE -ggdb -fPIC -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs ppswatch.c -lm -o ppswatch gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -D_GNU_SOURCE -ggdb -fPIC -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs ppsldisc.c -lm -o ppsldisc ppstest.c: In function 'fetch_source': ppstest.c:112:16: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 112 | printf("source %d - " | ^~~~~~~~~~~~~~ ...... 116 | infobuf.assert_timestamp.tv_sec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} ppstest.c:113:26: note: format string is defined here 113 | "assert %ld.%09ld, sequence: %ld - " | ~~^ | | | long int | %lld ppstest.c:112:16: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 112 | printf("source %d - " | ^~~~~~~~~~~~~~ ...... 119 | infobuf.clear_timestamp.tv_sec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} ppstest.c:114:26: note: format string is defined here 114 | "clear %ld.%09ld, sequence: %ld\n", | ~~^ | | | long int | %lld ppswatch.c: In function 'fetch_source': ppswatch.c:151:38: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 151 | printf("timestamp: %ld, sequence: %ld, offset: % 6ld\n", ts.tv_sec, seq, ts.tv_nsec); | ~~^ ~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld >>> pps-tools: Entering fakeroot... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -D_GNU_SOURCE -ggdb -fPIC -c -o ppstest.o ppstest.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -D_GNU_SOURCE -ggdb -fPIC -c -o ppsctl.o ppsctl.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -D_GNU_SOURCE -ggdb -fPIC -c -o ppswatch.o ppswatch.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -O2 -D_GNU_SOURCE -ggdb -fPIC -c -o ppsldisc.o ppsldisc.c ppstest.c: In function 'fetch_source': ppstest.c:112:16: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 112 | printf("source %d - " | ^~~~~~~~~~~~~~ ...... 116 | infobuf.assert_timestamp.tv_sec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} ppstest.c:113:26: note: format string is defined here 113 | "assert %ld.%09ld, sequence: %ld - " | ~~^ | | | long int | %lld ppstest.c:112:16: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' {aka 'long long int'} [-Wformat=] 112 | printf("source %d - " | ^~~~~~~~~~~~~~ ...... 119 | infobuf.clear_timestamp.tv_sec, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} ppstest.c:114:26: note: format string is defined here 114 | "clear %ld.%09ld, sequence: %ld\n", | ~~^ | | | long int | %lld ppswatch.c: In function 'fetch_source': ppswatch.c:151:38: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 151 | printf("timestamp: %ld, sequence: %ld, offset: % 6ld\n", ts.tv_sec, seq, ts.tv_nsec); | ~~^ ~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs ppsldisc.o -lm -o ppsldisc gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs ppstest.o -lm -o ppstest gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs ppswatch.o -lm -o ppswatch gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs ppsctl.o -lm -o ppsctl install -D -m 755 -t /home/buildozer/aports/community/pps-tools/pkg/pps-tools/usr/bin ppsfind ppstest ppsctl ppswatch ppsldisc install -D -m 644 -t /home/buildozer/aports/community/pps-tools/pkg/pps-tools/usr/include/sys timepps.h >>> pps-tools-dev*: Running split function dev... >>> pps-tools-dev*: Preparing subpackage pps-tools-dev... >>> pps-tools-dev*: Stripping binaries >>> pps-tools-dev*: Running postcheck for pps-tools-dev >>> pps-tools*: Running postcheck for pps-tools >>> pps-tools*: Preparing package pps-tools... >>> pps-tools*: Stripping binaries >>> pps-tools-dev*: Scanning shared objects >>> pps-tools*: Scanning shared objects >>> pps-tools-dev*: Tracing dependencies... >>> pps-tools-dev*: Package size: 24.0 KB >>> pps-tools-dev*: Compressing data... >>> pps-tools-dev*: Create checksum... >>> pps-tools-dev*: Create pps-tools-dev-1.0.3-r0.apk >>> pps-tools*: Tracing dependencies... so:libc.musl-x86.so.1 >>> pps-tools*: Package size: 80.0 KB >>> pps-tools*: Compressing data... >>> pps-tools*: Create checksum... >>> pps-tools*: Create pps-tools-1.0.3-r0.apk >>> pps-tools: Build complete at Mon, 30 Oct 2023 01:37:36 +0000 elapsed time 0h 1m 12s >>> pps-tools: Cleaning up srcdir >>> pps-tools: Cleaning up pkgdir >>> pps-tools: Uninstalling dependencies... (1/2) Purging .makedepends-pps-tools (20231030.013730) (2/2) Purging linux-headers (6.5-r0) OK: 376 MiB in 102 packages >>> pps-tools: Updating the community/x86 repository index... >>> pps-tools: Signing the index...