>>> yavta: Building community/yavta 0_git20220328-r0 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 17:08:16 +0000 >>> yavta: Checking sanity of /home/buildozer/aports/community/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.6-r0) (4/15) Installing gdbm (1.23-r1) (5/15) Installing mpdecimal (4.0.0-r0) (6/15) Installing libpanelw (6.4_p20240330-r0) (7/15) Installing readline (8.2.10-r0) (8/15) Installing sqlite-libs (3.45.2-r0) (9/15) Installing python3 (3.12.3-r0) (10/15) Installing python3-pycache-pyc0 (3.12.3-r0) (11/15) Installing pyc (3.12.3-r0) (12/15) Installing meson-pyc (1.4.0-r1) (13/15) Installing python3-pyc (3.12.3-r0) (14/15) Installing meson (1.4.0-r1) (15/15) Installing .makedepends-yavta (20240415.170818) Executing busybox-1.36.1-r25.trigger OK: 435 MiB in 128 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 100 66695 100 66695 0 0 363k 0 --:--:-- --:--:-- --:--:-- 365k >>> 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/edge/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f.tar.gz... The Meson build system Version: 1.4.0 Source dir: /home/buildozer/aports/community/yavta/src/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f Build dir: /home/buildozer/aports/community/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_git20240309) 13.2.1 20240309") C linker for the host machine: gcc ld.bfd 2.42 Host machine cpu family: x86 Host machine cpu: i686 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/community/yavta/src/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f/output' [1/2] Compiling C object yavta.p/yavta.c.o ../yavta.c: In function 'video_do_capture': ../yavta.c:2193:51: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'time_t' {aka 'long long int'} [-Wformat=] 2193 | printf("%u (%u) [%c] %s %u %u B %ld.%06ld %ld.%06ld %.3f fps ts %s/%s\n", i, buf.index, | ~~^ | | | long int | %lld ...... 2197 | buf.timestamp.tv_sec, buf.timestamp.tv_usec, | ~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} ../yavta.c:2193:57: warning: format '%ld' expects argument of type 'long int', but argument 9 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 2193 | printf("%u (%u) [%c] %s %u %u B %ld.%06ld %ld.%06ld %.3f fps ts %s/%s\n", i, buf.index, | ~~~~^ | | | long int | %06lld ...... 2197 | buf.timestamp.tv_sec, buf.timestamp.tv_usec, | ~~~~~~~~~~~~~~~~~~~~~ | | | suseconds_t {aka long long int} ../yavta.c:2193:61: warning: format '%ld' expects argument of type 'long int', but argument 10 has type 'time_t' {aka 'long long int'} [-Wformat=] 2193 | printf("%u (%u) [%c] %s %u %u B %ld.%06ld %ld.%06ld %.3f fps ts %s/%s\n", i, buf.index, | ~~^ | | | long int | %lld ...... 2198 | ts.tv_sec, ts.tv_nsec/1000, fps, | ~~~~~~~~~ | | | time_t {aka long long int} ../yavta.c:2255:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 2255 | printf("Captured %u frames in %lu.%06lu seconds (%f fps, %f B/s).\n", | ~~^ | | | long unsigned int | %llu 2256 | i, ts.tv_sec, ts.tv_nsec/1000, fps, bps); | ~~~~~~~~~ | | | time_t {aka long 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/community/yavta/src/yavta-c7b5b7570476d8207a364e4d3625537078d3ba1f/output No tests defined. >>> yavta: Entering fakeroot... Installing yavta to /home/buildozer/aports/community/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-x86.so.1 >>> yavta*: Package size: 52.0 KB >>> yavta*: Compressing data... >>> yavta*: Create checksum... >>> yavta*: Create yavta-0_git20220328-r0.apk >>> yavta: Build complete at Mon, 15 Apr 2024 17:08:23 +0000 elapsed time 0h 0m 7s >>> yavta: Cleaning up srcdir >>> yavta: Cleaning up pkgdir >>> yavta: Uninstalling dependencies... (1/15) Purging .makedepends-yavta (20240415.170818) (2/15) Purging linux-headers (6.6-r0) (3/15) Purging meson-pyc (1.4.0-r1) (4/15) Purging meson (1.4.0-r1) (5/15) Purging samurai (1.2-r5) (6/15) Purging python3-pyc (3.12.3-r0) (7/15) Purging python3-pycache-pyc0 (3.12.3-r0) (8/15) Purging pyc (3.12.3-r0) (9/15) Purging python3 (3.12.3-r0) (10/15) Purging gdbm (1.23-r1) (11/15) Purging libffi (3.4.6-r0) (12/15) Purging libpanelw (6.4_p20240330-r0) (13/15) Purging mpdecimal (4.0.0-r0) (14/15) Purging readline (8.2.10-r0) (15/15) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> yavta: Updating the community/x86 repository index... >>> yavta: Signing the index...