>>> yavta: Building testing/yavta 0_git20220328-r0 (using abuild 3.12.0-r2) started Mon, 05 Feb 2024 11:44:14 +0000 >>> yavta: Checking sanity of /home/buildozer/aports/testing/yavta/APKBUILD... >>> yavta: Analyzing dependencies... >>> yavta: Installing for build: build-base linux-headers meson (1/15) Installing linux-headers (6.6-r0) (2/15) Installing samurai (1.2-r5) (3/15) Installing libffi (3.4.4-r3) (4/15) Installing gdbm (1.23-r1) (5/15) Installing mpdecimal (4.0.0-r0) (6/15) Installing libpanelw (6.4_p20231125-r0) (7/15) Installing readline (8.2.10-r0) (8/15) Installing sqlite-libs (3.45.1-r0) (9/15) Installing python3 (3.11.7-r1) (10/15) Installing python3-pycache-pyc0 (3.11.7-r1) (11/15) Installing pyc (3.11.7-r1) (12/15) Installing meson-pyc (1.3.1-r1) (13/15) Installing python3-pyc (3.11.7-r1) (14/15) Installing meson (1.3.1-r1) (15/15) Installing .makedepends-yavta (20240205.114415) Executing busybox-1.36.1-r19.trigger OK: 327 MiB in 125 packages >>> yavta: Cleaning up srcdir >>> yavta: Cleaning up pkgdir >>> yavta: Cleaning up tmpdir >>> yavta: Fetching https://distfiles.alpinelinux.org/distfiles/edge/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f.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 >>> yavta: Fetching https://github.com/jailuthra/yavta/archive/c7b5b7570476d8207a364e4d3625537078d3ba1f/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 66695 0 66695 0 0 37493 0 --:--:-- 0:00:01 --:--:-- 94737 >>> yavta: Fetching https://distfiles.alpinelinux.org/distfiles/edge/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f.tar.gz >>> yavta: Checking sha512sums... yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f.tar.gz: OK >>> yavta: Unpacking /var/cache/distfiles/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f.tar.gz... The Meson build system Version: 1.3.1 Source dir: /home/buildozer/aports/testing/yavta/src/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f Build dir: /home/buildozer/aports/testing/yavta/src/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f/output Build type: native build Project name: yavta Project version: 0.0.0 C compiler for the host machine: gcc (gcc 13.2.1 "gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014") C linker for the host machine: gcc ld.bfd 2.41 Host machine cpu family: ppc64 Host machine cpu: ppc64le Checking for function "clock_gettime" : YES Build targets in project: 1 yavta 0.0.0 User defined options auto_features : auto bindir : /usr/bin buildtype : plain datadir : /usr/share includedir : /usr/include infodir : /usr/share/info libdir : /usr/lib libexecdir : /usr/libexec localedir : /usr/share/locale localstatedir : /var mandir : /usr/share/man prefix : /usr sbindir : /usr/sbin sharedstatedir : /var/lib sysconfdir : /etc werror : false wrap_mode : nodownload python.bytecompile: 0 b_lto : false b_pie : true b_staticpic : true Found ninja-1.9 at /usr/bin/ninja ninja: entering directory '/home/buildozer/aports/testing/yavta/src/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f/output' [1/2] Compiling C object yavta.p/yavta.c.o ../yavta.c: In function 'video_query_menu': ../yavta.c:1316:42: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type '__s64' {aka 'long int'} [-Wformat=] 1316 | printf(" %u: %lld%s\n", menu.index, menu.value, | ~~~^ ~~~~~~~~~~ | | | | long long int __s64 {aka long int} | %ld ../yavta.c: In function 'video_print_control_value': ../yavta.c:1363:36: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type '__s64' {aka 'long int'} [-Wformat=] 1363 | printf("%lld", ctrl->value64); | ~~~^ ~~~~~~~~~~~~~ | | | | | __s64 {aka long int} | long long int | %ld ../yavta.c: In function 'video_get_control': ../yavta.c:1402:52: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type '__s64' {aka 'long int'} [-Wformat=] 1402 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1403 | query->id, query->name, query->minimum, query->maximum, | ~~~~~~~~~~~~~~ | | | __s64 {aka long int} ../yavta.c:1402:61: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type '__s64' {aka 'long int'} [-Wformat=] 1402 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1403 | query->id, query->name, query->minimum, query->maximum, | ~~~~~~~~~~~~~~ | | | __s64 {aka long int} ../yavta.c:1402:71: warning: format '%lld' expects argument of type 'long long int', but argument 6 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1402 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1403 | query->id, query->name, query->minimum, query->maximum, 1404 | query->step, query->default_value); | ~~~~~~~~~~~ | | | __u64 {aka long unsigned int} ../yavta.c:1402:84: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type '__s64' {aka 'long int'} [-Wformat=] 1402 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1403 | query->id, query->name, query->minimum, query->maximum, 1404 | query->step, query->default_value); | ~~~~~~~~~~~~~~~~~~~~ | | | __s64 {aka long int} [2/2] Linking target yavta INFO: autodetecting backend as ninja INFO: calculating backend command to run: /usr/bin/ninja -C /home/buildozer/aports/testing/yavta/src/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f/output No tests defined. >>> yavta: Entering fakeroot... Installing yavta to /home/buildozer/aports/testing/yavta/pkg/yavta/usr/bin >>> yavta*: Running postcheck for yavta >>> yavta*: Preparing package yavta... >>> yavta*: Stripping binaries >>> yavta*: Scanning shared objects >>> yavta*: Tracing dependencies... linux-headers so:libc.musl-ppc64le.so.1 >>> yavta*: Package size: 84.0 KB >>> yavta*: Compressing data... >>> yavta*: Create checksum... >>> yavta*: Create yavta-0_git20220328-r0.apk >>> yavta: Build complete at Mon, 05 Feb 2024 11:44:21 +0000 elapsed time 0h 0m 7s >>> yavta: Cleaning up srcdir >>> yavta: Cleaning up pkgdir >>> yavta: Uninstalling dependencies... (1/15) Purging .makedepends-yavta (20240205.114415) (2/15) Purging linux-headers (6.6-r0) (3/15) Purging meson-pyc (1.3.1-r1) (4/15) Purging meson (1.3.1-r1) (5/15) Purging samurai (1.2-r5) (6/15) Purging python3-pyc (3.11.7-r1) (7/15) Purging python3-pycache-pyc0 (3.11.7-r1) (8/15) Purging pyc (3.11.7-r1) (9/15) Purging python3 (3.11.7-r1) (10/15) Purging gdbm (1.23-r1) (11/15) Purging libffi (3.4.4-r3) (12/15) Purging libpanelw (6.4_p20231125-r0) (13/15) Purging mpdecimal (4.0.0-r0) (14/15) Purging readline (8.2.10-r0) (15/15) Purging sqlite-libs (3.45.1-r0) Executing busybox-1.36.1-r19.trigger OK: 265 MiB in 110 packages >>> yavta: Updating the testing/ppc64le repository index... >>> yavta: Signing the index...