>>> adjtimex: Building testing/adjtimex 1.29-r0 (using abuild 3.9.0-r0) started Fri, 31 Dec 2021 21:26:39 +0000 >>> adjtimex: Checking sanity of /home/buildozer/aports/testing/adjtimex/APKBUILD... >>> adjtimex: Analyzing dependencies... >>> adjtimex: Installing for build: build-base (1/1) Installing .makedepends-adjtimex (20211231.212640) OK: 263 MiB in 100 packages >>> adjtimex: Cleaning up srcdir >>> adjtimex: Cleaning up pkgdir >>> adjtimex: Fetching https://distfiles.alpinelinux.org/distfiles/edge//adjtimex_1.29.orig.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> adjtimex: Fetching http://ftp.debian.org/debian/pool/main/a/adjtimex/adjtimex_1.29.orig.tar.gz >>> adjtimex: Fetching https://distfiles.alpinelinux.org/distfiles/edge//adjtimex_1.29.orig.tar.gz >>> adjtimex: Checking sha512sums... adjtimex_1.29.orig.tar.gz: OK 10-Makefile.patch: OK >>> adjtimex: Unpacking /var/cache/distfiles/edge//adjtimex_1.29.orig.tar.gz... >>> adjtimex: 10-Makefile.patch patching file Makefile.in checking for armv7-alpine-linux-musleabihf-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking linux/rtc.h usability... no checking linux/rtc.h presence... no checking for linux/rtc.h... no checking for an ANSI C-conforming const... yes checking for inline... inline checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for gettimeofday... yes checking for mktime... yes checking for putenv... yes checking for select... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h gcc -Os -fomit-frame-pointer -Wall -c mat.c sed -e 's/@VERSION@/1.29/' \ -e "s/@DATE@/`date +%Y-%m-%d`/" \ adjtimex.lsm.in >adjtimex.lsm gcc -Os -fomit-frame-pointer -Wall -I. -DVERSION=\"1.29\" -o adjtimex \ adjtimex.c mat.o -lm adjtimex.c: In function 'cmos_read_time': adjtimex.c:923:36: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 923 | printf ("CMOS time %s (%s) = %ld\n", asctime (&tm), | ~~^ | | | long int | %lld ...... 927 | cmos_time); | ~~~~~~~~~ | | | time_t {aka long long int} adjtimex.c:959:40: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 959 | printf("WARNING: CMOS time %ld differs from system time %ld by %3.2f hours\n", | ~~^ | | | long int | %lld 960 | cmos_time, now.tv_sec, (summertime_correction)/3600.); | ~~~~~~~~~ | | | time_t {aka long long int} adjtimex.c:959:69: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 959 | printf("WARNING: CMOS time %ld differs from system time %ld by %3.2f hours\n", | ~~^ | | | long int | %lld 960 | cmos_time, now.tv_sec, (summertime_correction)/3600.); | ~~~~~~~~~~ | | | time_t {aka long long int} adjtimex.c:729:7: warning: variable 'saveerr' set but not used [-Wunused-but-set-variable] 729 | int saveerr; | ^~~~~~~ adjtimex.c: In function 'log_times': adjtimex.c:1339:10: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 1339 | int n, ret; | ^~~ adjtimex.c:1338:8: warning: variable 'ch' set but not used [-Wunused-but-set-variable] 1338 | char ch, buf[64], *s; | ^~ adjtimex.c: In function 'valid_system_rate': adjtimex.c:1632:24: warning: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types] 1632 | ctime(&pca->ca_adj_time)); | ^~~~~~~~~~~~~~~~~ | | | long int * In file included from adjtimex.c:33: /usr/include/time.h:60:14: note: expected 'const time_t *' {aka 'const long long int *'} but argument is of type 'long int *' 60 | char *ctime (const time_t *); | ^~~~~~~~~~~~~~ >>> adjtimex: Entering fakeroot... /usr/bin/install -c -d -g root -m 755 -o root /home/buildozer/aports/testing/adjtimex/pkg/adjtimex//usr/bin /usr/bin/install -c -g root -m 755 -o root adjtimex /home/buildozer/aports/testing/adjtimex/pkg/adjtimex//usr/bin/adjtimex /usr/bin/install -c -d -g root -m 755 -o root /home/buildozer/aports/testing/adjtimex/pkg/adjtimex//usr/share/man/man8 /usr/bin/install -c -g root -m 644 -o root ./adjtimex.8 \ /home/buildozer/aports/testing/adjtimex/pkg/adjtimex//usr/share/man/man8/adjtimex.8 >>> adjtimex-doc*: Running split function doc... >>> adjtimex-doc*: Preparing subpackage adjtimex-doc... >>> adjtimex-doc*: Running postcheck for adjtimex-doc >>> adjtimex*: Running postcheck for adjtimex >>> adjtimex*: Preparing package adjtimex... >>> adjtimex*: Stripping binaries >>> adjtimex-doc*: Scanning shared objects >>> adjtimex*: Scanning shared objects >>> adjtimex-doc*: Tracing dependencies... >>> adjtimex-doc*: Package size: 28.0 KB >>> adjtimex-doc*: Compressing data... >>> adjtimex-doc*: Create checksum... >>> adjtimex-doc*: Create adjtimex-doc-1.29-r0.apk >>> adjtimex*: Tracing dependencies... so:libc.musl-armv7.so.1 >>> adjtimex*: Package size: 48.0 KB >>> adjtimex*: Compressing data... >>> adjtimex*: Create checksum... >>> adjtimex*: Create adjtimex-1.29-r0.apk >>> adjtimex: Build complete at Fri, 31 Dec 2021 21:26:44 +0000 elapsed time 0h 0m 5s >>> adjtimex: Cleaning up srcdir >>> adjtimex: Cleaning up pkgdir >>> adjtimex: Uninstalling dependencies... (1/1) Purging .makedepends-adjtimex (20211231.212640) OK: 263 MiB in 99 packages >>> adjtimex: Updating the testing/armv7 repository index... >>> adjtimex: Signing the index...