>>> wtype: Building community/wtype 0.3-r0 (using abuild 3.8.0_rc3-r2) started Sun, 23 May 2021 20:38:37 +0000 >>> wtype: Checking sanity of /home/buildozer/aports/community/wtype/APKBUILD... >>> wtype: Analyzing dependencies... >>> wtype: Installing for build: build-base meson wayland-dev libxkbcommon-dev (1/37) Installing samurai (1.2-r1) (2/37) Installing libbz2 (1.0.8-r1) (3/37) Installing libffi (3.3-r2) (4/37) Installing gdbm (1.19-r0) (5/37) Installing xz-libs (5.2.5-r0) (6/37) Installing mpdecimal (2.5.1-r1) (7/37) Installing readline (8.1.0-r0) (8/37) Installing sqlite-libs (3.35.5-r0) (9/37) Installing python3 (3.9.5-r1) (10/37) Installing meson (0.58.0-r0) (11/37) Installing linux-headers (5.10.27-r0) (12/37) Installing libffi-dev (3.3-r2) (13/37) Installing expat-dev (2.3.0-r0) (14/37) Installing libxml2 (2.9.12-r1) (15/37) Installing wayland-libs-client (1.19.0-r0) (16/37) Installing wayland-libs-cursor (1.19.0-r0) (17/37) Installing wayland-libs-egl (1.19.0-r0) (18/37) Installing wayland-libs-server (1.19.0-r0) (19/37) Installing wayland-dev (1.19.0-r0) (20/37) Installing xkeyboard-config (2.32-r0) (21/37) Installing libxau (1.0.9-r0) (22/37) Installing libmd (1.0.3-r0) (23/37) Installing libbsd (0.11.3-r0) (24/37) Installing libxdmcp (1.1.3-r0) (25/37) Installing libxcb (1.14-r2) (26/37) Installing libxkbcommon (1.2.1-r0) (27/37) Installing libxkbcommon-x11 (1.2.1-r0) (28/37) Installing zlib-dev (1.2.11-r3) (29/37) Installing xz-dev (5.2.5-r0) (30/37) Installing libxml2-dev (2.9.12-r1) (31/37) Installing xorgproto (2021.4-r0) (32/37) Installing libxau-dev (1.0.9-r0) (33/37) Installing xcb-proto (1.14.1-r2) (34/37) Installing libxdmcp-dev (1.1.3-r0) (35/37) Installing libxcb-dev (1.14-r2) (36/37) Installing libxkbcommon-dev (1.2.1-r0) (37/37) Installing .makedepends-wtype (20210523.203843) Executing busybox-1.33.1-r1.trigger OK: 390 MiB in 126 packages >>> wtype: Cleaning up srcdir >>> wtype: Cleaning up pkgdir >>> wtype: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/wtype-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 0 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> wtype: Fetching https://github.com/atx/wtype/archive/v0.3/wtype-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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 115 100 115 0 0 580 0 --:--:-- --:--:-- --:--:-- 577 100 8065 0 8065 0 0 18887 0 --:--:-- --:--:-- --:--:-- 18887 >>> wtype: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/wtype-0.3.tar.gz >>> wtype: Checking sha512sums... wtype-0.3.tar.gz: OK >>> wtype: Unpacking /var/cache/distfiles/v3.14/wtype-0.3.tar.gz... The Meson build system Version: 0.58.0 Source dir: /home/buildozer/aports/community/wtype/src/wtype-0.3 Build dir: /home/buildozer/aports/community/wtype/src/wtype-0.3/output Build type: native build Project name: wtype Project version: 0.0.1 C compiler for the host machine: gcc (gcc 10.3.1 "gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424") C linker for the host machine: gcc ld.bfd 2.35.2 Host machine cpu family: x86 Host machine cpu: i686 Program git found: YES (/usr/bin/git) Found pkg-config: /usr/bin/pkg-config (1.7.4) Run-time dependency wayland-client found: YES 1.19.0 Run-time dependency wayland-cursor found: YES 1.19.0 Run-time dependency xkbcommon found: YES 1.2.1 Library rt found: YES Program wayland-scanner found: YES (/usr/bin/wayland-scanner) Build targets in project: 2 Option buildtype is: plain [default: release] Found ninja-1.9 at /usr/bin/ninja ninja: entering directory 'output' [1/7] Generating 'wtype.p/virtual-keyboard-unstable-v1-client-protocol.h'. [2/7] Generating 'protocol/libclient_protos.a.p/virtual-keyboard-unstable-v1-client-protocol.h'. [3/7] Generating 'protocol/libclient_protos.a.p/virtual-keyboard-unstable-v1-protocol.c'. [4/7] Compiling C object wtype.p/main.c.o [5/7] Compiling C object protocol/libclient_protos.a.p/meson-generated_virtual-keyboard-unstable-v1-protocol.c.o [6/7] Linking static target protocol/libclient_protos.a ../main.c: In function 'upload_keymap': ../main.c:423:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 423 | "xkb_keycodes \"(unnamed)\" {\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 426 | wtype->keymap_len + 8 | ~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} ../main.c:425:16: note: format string is defined here 425 | "maximum = %ld;\n", | ~~^ | | | long int | %d ../main.c:429:19: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 429 | fprintf(f, " = %ld;\n", i, i + 8); | ~~^ ~ | | | | long int size_t {aka unsigned int} | %d ../main.c:429:26: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 429 | fprintf(f, " = %ld;\n", i, i + 8); | ~~^ ~~~~~ | | | | long int size_t {aka unsigned int} | %d ../main.c:438:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 438 | fprintf(f, "key {[", i); | ~~^ ~ | | | | | size_t {aka unsigned int} | long int | %d [7/7] Linking target wtype >>> wtype: Entering fakeroot... Installing wtype to /home/buildozer/aports/community/wtype/pkg/wtype/usr/bin Installing /home/buildozer/aports/community/wtype/src/wtype-0.3/man/wtype.1 to /home/buildozer/aports/community/wtype/pkg/wtype/usr/share/man/man1 >>> wtype-doc*: Running split function doc... >>> wtype-doc*: Preparing subpackage wtype-doc... >>> wtype-doc*: Running postcheck for wtype-doc >>> wtype*: Running postcheck for wtype >>> wtype*: Preparing package wtype... >>> wtype*: Stripping binaries >>> wtype-doc*: Scanning shared objects >>> wtype*: Scanning shared objects >>> wtype-doc*: Tracing dependencies... >>> wtype-doc*: Package size: 24.0 KB >>> wtype-doc*: Compressing data... >>> wtype-doc*: Create checksum... >>> wtype-doc*: Create wtype-doc-0.3-r0.apk >>> wtype*: Tracing dependencies... so:libc.musl-x86.so.1 so:libwayland-client.so.0 so:libxkbcommon.so.0 >>> wtype*: Package size: 32.0 KB >>> wtype*: Compressing data... >>> wtype*: Create checksum... >>> wtype*: Create wtype-0.3-r0.apk >>> wtype: Build complete at Sun, 23 May 2021 20:38:48 +0000 elapsed time 0h 0m 11s >>> wtype: Cleaning up srcdir >>> wtype: Cleaning up pkgdir >>> wtype: Uninstalling dependencies... (1/37) Purging .makedepends-wtype (20210523.203843) (2/37) Purging meson (0.58.0-r0) (3/37) Purging samurai (1.2-r1) (4/37) Purging python3 (3.9.5-r1) (5/37) Purging wayland-dev (1.19.0-r0) (6/37) Purging libffi-dev (3.3-r2) (7/37) Purging linux-headers (5.10.27-r0) (8/37) Purging expat-dev (2.3.0-r0) (9/37) Purging wayland-libs-cursor (1.19.0-r0) (10/37) Purging wayland-libs-egl (1.19.0-r0) (11/37) Purging wayland-libs-server (1.19.0-r0) (12/37) Purging libxkbcommon-dev (1.2.1-r0) (13/37) Purging libxkbcommon-x11 (1.2.1-r0) (14/37) Purging libxkbcommon (1.2.1-r0) (15/37) Purging xkeyboard-config (2.32-r0) (16/37) Purging libbz2 (1.0.8-r1) (17/37) Purging wayland-libs-client (1.19.0-r0) (18/37) Purging libffi (3.3-r2) (19/37) Purging gdbm (1.19-r0) (20/37) Purging libxml2-dev (2.9.12-r1) (21/37) Purging zlib-dev (1.2.11-r3) (22/37) Purging libxml2 (2.9.12-r1) (23/37) Purging xz-dev (5.2.5-r0) (24/37) Purging xz-libs (5.2.5-r0) (25/37) Purging mpdecimal (2.5.1-r1) (26/37) Purging readline (8.1.0-r0) (27/37) Purging sqlite-libs (3.35.5-r0) (28/37) Purging libxcb-dev (1.14-r2) (29/37) Purging xcb-proto (1.14.1-r2) (30/37) Purging libxcb (1.14-r2) (31/37) Purging libxau-dev (1.0.9-r0) (32/37) Purging libxau (1.0.9-r0) (33/37) Purging libxdmcp-dev (1.1.3-r0) (34/37) Purging libxdmcp (1.1.3-r0) (35/37) Purging libbsd (0.11.3-r0) (36/37) Purging libmd (1.0.3-r0) (37/37) Purging xorgproto (2021.4-r0) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 89 packages >>> wtype: Updating the community/x86 repository index... >>> wtype: Signing the index...