>>> hexagonrpcd: Building community/hexagonrpcd 0.1.0-r0 (using abuild 3.12.0-r0) started Tue, 14 Nov 2023 09:56:59 +0000 >>> hexagonrpcd: Checking sanity of /home/buildozer/aports/community/hexagonrpcd/APKBUILD... >>> hexagonrpcd: Analyzing dependencies... >>> hexagonrpcd: Installing for build: build-base linux-headers meson (1/15) Installing linux-headers (6.5-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 (2.5.1-r2) (6/15) Installing libpanelw (6.4_p20231007-r0) (7/15) Installing readline (8.2.1-r2) (8/15) Installing sqlite-libs (3.44.0-r0) (9/15) Installing python3 (3.11.6-r1) (10/15) Installing python3-pycache-pyc0 (3.11.6-r1) (11/15) Installing pyc (3.11.6-r1) (12/15) Installing meson-pyc (1.2.3-r0) (13/15) Installing python3-pyc (3.11.6-r1) (14/15) Installing meson (1.2.3-r0) (15/15) Installing .makedepends-hexagonrpcd (20231114.095701) Executing busybox-1.36.1-r15.trigger OK: 437 MiB in 125 packages >>> hexagonrpcd: Cleaning up srcdir >>> hexagonrpcd: Cleaning up pkgdir >>> hexagonrpcd: Cleaning up tmpdir >>> hexagonrpcd: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sensh-v0.1.0.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 39694 100 39694 0 0 381k 0 --:--:-- --:--:-- --:--:-- 383k >>> hexagonrpcd: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sensh-v0.1.0.tar.gz >>> hexagonrpcd: Checking sha512sums... sensh-v0.1.0.tar.gz: OK noshared.patch: OK 10-fastrpc.rules: OK hexagonrpcd-adsp-rootpd.initd: OK hexagonrpcd-adsp-sensorspd.initd: OK hexagonrpcd-sdsp.initd: OK >>> hexagonrpcd: Unpacking /var/cache/distfiles/edge/sensh-v0.1.0.tar.gz... >>> hexagonrpcd: noshared.patch patching file libhexagonrpc/meson.build The Meson build system Version: 1.2.3 Source dir: /home/buildozer/aports/community/hexagonrpcd/src/sensh-v0.1.0/fastrpc Build dir: /home/buildozer/aports/community/hexagonrpcd/src/sensh-v0.1.0/fastrpc/output Build type: native build Project name: fastrpc Project version: undefined 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: x86 Host machine cpu: i686 Build targets in project: 2 fastrpc undefined 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 : true b_pie : true b_staticpic : true Found ninja-1.9 at /usr/bin/ninja ninja: entering directory '/home/buildozer/aports/community/hexagonrpcd/src/sensh-v0.1.0/fastrpc/output' [1/15] Compiling C object hexagonrpcd/hexagonrpcd.p/rpcd.c.o [2/15] Compiling C object hexagonrpcd/hexagonrpcd.p/localctl.c.o [3/15] Compiling C object hexagonrpcd/hexagonrpcd.p/listener.c.o [4/15] Compiling C object hexagonrpcd/hexagonrpcd.p/iobuffer.c.o [5/15] Compiling C object hexagonrpcd/hexagonrpcd.p/hexagonfs_virt_dir.c.o [6/15] Compiling C object hexagonrpcd/hexagonrpcd.p/hexagonfs_plat_subtype_name.c.o [7/15] Compiling C object hexagonrpcd/hexagonrpcd.p/hexagonfs_mapped.c.o [8/15] Compiling C object hexagonrpcd/hexagonrpcd.p/hexagonfs.c.o [9/15] Compiling C object hexagonrpcd/hexagonrpcd.p/interfaces.c.o [10/15] Compiling C object hexagonrpcd/hexagonrpcd.p/apps_std.c.o [11/15] Compiling C object hexagonrpcd/hexagonrpcd.p/aee_error.c.o [12/15] Compiling C object libhexagonrpc/libhexagonrpc.a.p/context.c.o [13/15] Compiling C object libhexagonrpc/libhexagonrpc.a.p/fastrpc.c.o ../hexagonrpcd/hexagonfs_plat_subtype_name.c: In function 'plat_subtype_name_openat': ../hexagonrpcd/hexagonfs_plat_subtype_name.c:68:58: warning: unused parameter 'dir' [-Wunused-parameter] 68 | static int plat_subtype_name_openat(struct hexagonfs_fd *dir, | ~~~~~~~~~~~~~~~~~~~~~^~~ ../hexagonrpcd/hexagonfs_plat_subtype_name.c:69:37: warning: unused parameter 'segment' [-Wunused-parameter] 69 | const char *segment, | ~~~~~~~~~~~~^~~~~~~ ../hexagonrpcd/hexagonfs_plat_subtype_name.c:70:30: warning: unused parameter 'expect_dir' [-Wunused-parameter] 70 | bool expect_dir, | ^ ../hexagonrpcd/hexagonfs_plat_subtype_name.c:71:47: warning: unused parameter 'out' [-Wunused-parameter] 71 | struct hexagonfs_fd **out) | ~~~~~~~~~~~~~~~~~~~~~~^~~ ../hexagonrpcd/hexagonfs_plat_subtype_name.c: In function 'plat_subtype_stat': ../hexagonrpcd/hexagonfs_plat_subtype_name.c:76:51: warning: unused parameter 'fd' [-Wunused-parameter] 76 | static int plat_subtype_stat(struct hexagonfs_fd *fd, struct stat *stats) | ~~~~~~~~~~~~~~~~~~~~~^~ ../hexagonrpcd/hexagonfs_virt_dir.c: In function 'virt_dir_from_dirent': ../hexagonrpcd/hexagonfs_virt_dir.c:48:57: warning: unused parameter 'dir' [-Wunused-parameter] 48 | static int virt_dir_from_dirent(void *dirent_data, bool dir, void **fd_data) | ^ ../hexagonrpcd/hexagonfs_virt_dir.c: In function 'virt_dir_close': ../hexagonrpcd/hexagonfs_virt_dir.c:89:34: warning: unused parameter 'fd_data' [-Wunused-parameter] 89 | static void virt_dir_close(void *fd_data) | ~~~~~~^~~~~~~ ../hexagonrpcd/hexagonfs_virt_dir.c: In function 'virt_dir_stat': ../hexagonrpcd/hexagonfs_virt_dir.c:93:47: warning: unused parameter 'fd' [-Wunused-parameter] 93 | static int virt_dir_stat(struct hexagonfs_fd *fd, struct stat *stats) | ~~~~~~~~~~~~~~~~~~~~~^~ ../hexagonrpcd/localctl.c:103:18: warning: initialization of a flexible array member [-Wpedantic] 103 | .procs = { | ^ ../hexagonrpcd/localctl.c:103:18: note: (near initialization for 'localctl_interface.procs') ../libhexagonrpc/fastrpc.c: In function 'allocate_first_inbuf': ../libhexagonrpc/fastrpc.c:47:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 47 | arg->ptr = (__u64) buf; | ^ ../libhexagonrpc/fastrpc.c: In function 'allocate_first_outbuf': ../libhexagonrpc/fastrpc.c:70:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | arg->ptr = (__u64) buf; | ^ ../libhexagonrpc/fastrpc.c: In function 'prepare_outbufs': ../libhexagonrpc/fastrpc.c:114:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 114 | args[off + i].ptr = (__u64) va_arg(peek, void *); | ^ ../libhexagonrpc/fastrpc.c: In function 'vfastrpc2': ../libhexagonrpc/fastrpc.c:204:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 204 | args[i + 1].ptr = (__u64) va_arg(arg_list, void *); | ^ ../libhexagonrpc/fastrpc.c:222:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 222 | invoke.args = (__u64) args; | ^ ../libhexagonrpc/fastrpc.c:224:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 224 | ret = ioctl(fd, FASTRPC_IOCTL_INVOKE, (__u64) &invoke); | ^ [14/15] Linking static target libhexagonrpc/libhexagonrpc.a ../hexagonrpcd/listener.c: In function 'check_inbuf_sizes': ../hexagonrpcd/listener.c:115:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 115 | if (inbufs[0].s != 4 * (def->in_nums | ^~ ../hexagonrpcd/listener.c:118:69: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 118 | fprintf(stderr, "Invalid number of input numbers: %lu (expected %u)\n", | ~~^ | | | long unsigned int | %u 119 | inbufs[0].s, | ~~~~~~~~~~~ | | | size_t {aka unsigned int} ../hexagonrpcd/hexagonfs.c:34:39: warning: ISO C does not permit named variadic macros [-Wvariadic-macros] 34 | #define DEFINE_VIRT_DIR(dirname, files...) \ | ^~~ ../hexagonrpcd/hexagonfs.c:35:9: warning: initializer element is not constant [-Wpedantic] 35 | (struct hexagonfs_dirent) { \ | ^ ../hexagonrpcd/hexagonfs.c:55:43: note: in expansion of macro 'DEFINE_VIRT_DIR' 55 | static struct hexagonfs_dirent root_dir = DEFINE_VIRT_DIR("/", | ^~~~~~~~~~~~~~~ ../hexagonrpcd/apps_std.c: In function 'apps_std_fflush': ../hexagonrpcd/apps_std.c:83:19: warning: unused variable 'fd' [-Wunused-variable] 83 | uint32_t *fd = inbufs[0].p; | ^~ ../hexagonrpcd/apps_std.c: In function 'apps_std_fclose': ../hexagonrpcd/apps_std.c:95:59: warning: unused parameter 'outbufs' [-Wunused-parameter] 95 | struct fastrpc_io_buffer *outbufs) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ../hexagonrpcd/apps_std.c: In function 'apps_std_fseek': ../hexagonrpcd/apps_std.c:139:58: warning: unused parameter 'outbufs' [-Wunused-parameter] 139 | struct fastrpc_io_buffer *outbufs) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ../hexagonrpcd/apps_std.c: In function 'apps_std_closedir': ../hexagonrpcd/apps_std.c:272:61: warning: unused parameter 'outbufs' [-Wunused-parameter] 272 | struct fastrpc_io_buffer *outbufs) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ../hexagonrpcd/apps_std.c: At top level: ../hexagonrpcd/apps_std.c:401:18: warning: initialization of a flexible array member [-Wpedantic] 401 | .procs = { | ^ ../hexagonrpcd/apps_std.c:401:18: note: (near initialization for 'apps_std_interface.procs') [15/15] Linking target hexagonrpcd/hexagonrpcd INFO: autodetecting backend as ninja INFO: calculating backend command to run: /usr/bin/ninja -C /home/buildozer/aports/community/hexagonrpcd/src/sensh-v0.1.0/fastrpc/output >>> hexagonrpcd: Entering fakeroot... Installing hexagonrpcd/hexagonrpcd to /home/buildozer/aports/community/hexagonrpcd/pkg/hexagonrpcd/usr/bin >>> hexagonrpcd-openrc*: Running split function openrc... >>> hexagonrpcd-openrc*: Preparing subpackage hexagonrpcd-openrc... >>> hexagonrpcd-openrc*: Running postcheck for hexagonrpcd-openrc >>> hexagonrpcd*: Running postcheck for hexagonrpcd >>> hexagonrpcd*: Preparing package hexagonrpcd... >>> hexagonrpcd*: Stripping binaries >>> hexagonrpcd*: Script found. /bin/sh added as a dependency for hexagonrpcd-0.1.0-r0.apk >>> hexagonrpcd*: Adding .pre-install >>> hexagonrpcd-openrc*: Scanning shared objects >>> hexagonrpcd*: Scanning shared objects >>> hexagonrpcd-openrc*: Tracing dependencies... >>> hexagonrpcd-openrc*: Package size: 24.0 KB >>> hexagonrpcd-openrc*: Compressing data... >>> hexagonrpcd-openrc*: Create checksum... >>> hexagonrpcd-openrc*: Create hexagonrpcd-openrc-0.1.0-r0.apk >>> hexagonrpcd*: Tracing dependencies... /bin/sh so:libc.musl-x86.so.1 >>> hexagonrpcd*: Package size: 60.0 KB >>> hexagonrpcd*: Compressing data... >>> hexagonrpcd*: Create checksum... >>> hexagonrpcd*: Create hexagonrpcd-0.1.0-r0.apk >>> hexagonrpcd: Build complete at Tue, 14 Nov 2023 09:57:04 +0000 elapsed time 0h 0m 5s >>> hexagonrpcd: Cleaning up srcdir >>> hexagonrpcd: Cleaning up pkgdir >>> hexagonrpcd: Uninstalling dependencies... (1/15) Purging .makedepends-hexagonrpcd (20231114.095701) (2/15) Purging linux-headers (6.5-r0) (3/15) Purging meson-pyc (1.2.3-r0) (4/15) Purging meson (1.2.3-r0) (5/15) Purging samurai (1.2-r5) (6/15) Purging python3-pyc (3.11.6-r1) (7/15) Purging python3-pycache-pyc0 (3.11.6-r1) (8/15) Purging pyc (3.11.6-r1) (9/15) Purging python3 (3.11.6-r1) (10/15) Purging gdbm (1.23-r1) (11/15) Purging libffi (3.4.4-r3) (12/15) Purging libpanelw (6.4_p20231007-r0) (13/15) Purging mpdecimal (2.5.1-r2) (14/15) Purging readline (8.2.1-r2) (15/15) Purging sqlite-libs (3.44.0-r0) Executing busybox-1.36.1-r15.trigger OK: 379 MiB in 110 packages >>> hexagonrpcd: Updating the community/x86 repository index... >>> hexagonrpcd: Signing the index...