>>> openhmd: Building community/openhmd 0.3.0-r4 (using abuild 3.8.0-r0) started Sat, 02 Oct 2021 15:10:47 +0000 >>> openhmd: Checking sanity of /home/buildozer/aports/community/openhmd/APKBUILD... >>> openhmd: Analyzing dependencies... >>> openhmd: Installing for build: build-base meson hidapi-dev (1/13) Installing samurai (1.2-r1) (2/13) Installing libffi (3.3-r2) (3/13) Installing gdbm (1.20-r2) (4/13) Installing mpdecimal (2.5.1-r1) (5/13) Installing readline (8.1.1-r0) (6/13) Installing sqlite-libs (3.36.0-r0) (7/13) Installing python3 (3.9.7-r2) (8/13) Installing meson (0.59.2-r0) (9/13) Installing eudev-libs (3.2.10-r1) (10/13) Installing libusb (1.0.24-r3) (11/13) Installing hidapi (0.11.0-r0) (12/13) Installing hidapi-dev (0.11.0-r0) (13/13) Installing .makedepends-openhmd (20211002.151048) Executing busybox-1.34.1-r0.trigger OK: 374 MiB in 115 packages >>> openhmd: Cleaning up srcdir >>> openhmd: Cleaning up pkgdir >>> openhmd: Fetching https://distfiles.alpinelinux.org/distfiles/OpenHMD-0.3.0.tar.gz >>> openhmd: Fetching https://distfiles.alpinelinux.org/distfiles/OpenHMD-0.3.0.tar.gz >>> openhmd: Checking sha512sums... OpenHMD-0.3.0.tar.gz: OK enable-tests.patch: OK >>> openhmd: Unpacking /var/cache/distfiles/OpenHMD-0.3.0.tar.gz... >>> openhmd: enable-tests.patch patching file meson.build Hunk #1 succeeded at 222 (offset -1 lines). The Meson build system Version: 0.59.2 Source dir: /home/buildozer/aports/community/openhmd/src/OpenHMD-0.3.0 Build dir: /home/buildozer/aports/community/openhmd/src/OpenHMD-0.3.0/build Build type: native build Project name: openhmd Project version: 0.3.0 C compiler for the host machine: gcc (gcc 10.3.1 "gcc (Alpine 10.3.1_git20210921) 10.3.1 20210921") C linker for the host machine: gcc ld.bfd 2.37 Host machine cpu family: x86 Host machine cpu: i686 Library m found: YES Found pkg-config: /usr/bin/pkg-config (1.8.0) Run-time dependency hidapi-libusb found: YES 0.11.0 Run-time dependency threads found: YES Build targets in project: 2 Found ninja-1.9 at /usr/bin/ninja ninja: entering directory 'build' [1/28] Compiling C object openhmd_unittests.p/tests_unittests_vec.c.o [2/28] Compiling C object openhmd_unittests.p/tests_unittests_quat.c.o [3/28] Compiling C object openhmd_unittests.p/tests_unittests_main.c.o [4/28] Compiling C object openhmd_unittests.p/tests_unittests_highlevel.c.o [5/28] Compiling C object openhmd_unittests.p/src_omath.c.o [6/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_external_external.c.o [7/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_3glasses_packet.c.o [8/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_3glasses_xgvr.c.o [9/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_wmr_packet.c.o [10/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_wmr_wmr.c.o [11/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_nolo_packet.c.o [12/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_nolo_nolo.c.o [13/28] Compiling C object libopenhmd.so.0.1.0.p/src_ext_deps_nxjson.c.o [14/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_htc_vive_packet.c.o [15/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_htc_vive_vive.c.o [16/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_deepoon_packet.c.o [17/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_deepoon_deepoon.c.o [18/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_oculus_rift_packet.c.o [19/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_oculus_rift_rift.c.o [20/28] Compiling C object libopenhmd.so.0.1.0.p/src_platform-posix.c.o [21/28] Compiling C object libopenhmd.so.0.1.0.p/src_shaders.c.o [22/28] Compiling C object libopenhmd.so.0.1.0.p/src_fusion.c.o [23/28] Compiling C object libopenhmd.so.0.1.0.p/src_omath.c.o [24/28] Compiling C object libopenhmd.so.0.1.0.p/src_drv_dummy_dummy.c.o [25/28] Compiling C object libopenhmd.so.0.1.0.p/src_openhmd.c.o ../src/drv_3glasses/xgvr.c:91:12: warning: '_send_feature_report' defined but not used [-Wunused-function] 91 | static int _send_feature_report(xgvr_priv* priv, const unsigned char *data, size_t length) | ^~~~~~~~~~~~~~~~~~~~ ../src/ext_deps/nxjson.c: In function 'parse_value': ../src/ext_deps/nxjson.c:251:13: warning: 'new_key' may be used uninitialized in this function [-Wmaybe-uninitialized] 251 | p=parse_value(js, new_key, p, encoder); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/drv_wmr/wmr.c: In function 'open_device': ../src/drv_wmr/wmr.c:437:30: warning: 'resolution_v' may be used uninitialized in this function [-Wmaybe-uninitialized] 437 | priv->base.properties.vres = resolution_v; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ../src/drv_wmr/wmr.c:436:30: warning: 'resolution_h' may be used uninitialized in this function [-Wmaybe-uninitialized] 436 | priv->base.properties.hres = resolution_h; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ [26/28] Linking target libopenhmd.so.0.1.0 [27/28] Generating symbol file libopenhmd.so.0.1.0.p/libopenhmd.so.0.1.0.symbols [28/28] Linking target openhmd_unittests 1/1 unittests RUNNING >>> MALLOC_PERTURB_=39 /home/buildozer/aports/community/openhmd/src/OpenHMD-0.3.0/build/openhmd_unittests 1/1 unittests OK 0.01s ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― vec3f tests test_ovec3f_normalize_me ok test_ovec3f_get_length ok test_ovec3f_get_angle ok test_ovec3f_get_dot ok quatf tests test_oquatf_init_axis ok test_oquatf_get_rotated ok test_oquatf_get_dot ok test_oquatf_inverse ok test_oquatf_diff ok high level tests test_highlevel_open_close_device ok test_highlevel_open_close_many_devices ok all a-ok ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Ok: 1 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 0 Full log written to /home/buildozer/aports/community/openhmd/src/OpenHMD-0.3.0/build/meson-logs/testlog.txt >>> openhmd: Entering fakeroot... Installing libopenhmd.so.0.1.0 to /home/buildozer/aports/community/openhmd/pkg/openhmd/usr/lib Installing /home/buildozer/aports/community/openhmd/src/OpenHMD-0.3.0/include/openhmd.h to /home/buildozer/aports/community/openhmd/pkg/openhmd/usr/include/openhmd Installing /home/buildozer/aports/community/openhmd/src/OpenHMD-0.3.0/build/meson-private/openhmd.pc to /home/buildozer/aports/community/openhmd/pkg/openhmd/usr/lib/pkgconfig >>> openhmd-dev*: Running split function dev... >>> openhmd-dev*: Preparing subpackage openhmd-dev... >>> openhmd-dev*: Stripping binaries >>> openhmd-dev*: Running postcheck for openhmd-dev >>> openhmd*: Running postcheck for openhmd >>> openhmd*: Preparing package openhmd... >>> openhmd*: Stripping binaries >>> openhmd-dev*: Scanning shared objects >>> openhmd*: Scanning shared objects >>> openhmd-dev*: Tracing dependencies... openhmd=0.3.0-r4 pc:hidapi-libusb pkgconfig >>> openhmd-dev*: Package size: 48.0 KB >>> openhmd-dev*: Compressing data... >>> openhmd-dev*: Create checksum... >>> openhmd-dev*: Create openhmd-dev-0.3.0-r4.apk >>> openhmd*: Tracing dependencies... so:libc.musl-x86.so.1 so:libhidapi-libusb.so.0 >>> openhmd*: Package size: 152.0 KB >>> openhmd*: Compressing data... >>> openhmd*: Create checksum... >>> openhmd*: Create openhmd-0.3.0-r4.apk >>> openhmd: Build complete at Sat, 02 Oct 2021 15:10:56 +0000 elapsed time 0h 0m 9s >>> openhmd: Cleaning up srcdir >>> openhmd: Cleaning up pkgdir >>> openhmd: Uninstalling dependencies... (1/13) Purging .makedepends-openhmd (20211002.151048) (2/13) Purging meson (0.59.2-r0) (3/13) Purging samurai (1.2-r1) (4/13) Purging python3 (3.9.7-r2) (5/13) Purging hidapi-dev (0.11.0-r0) (6/13) Purging hidapi (0.11.0-r0) (7/13) Purging libffi (3.3-r2) (8/13) Purging gdbm (1.20-r2) (9/13) Purging mpdecimal (2.5.1-r1) (10/13) Purging readline (8.1.1-r0) (11/13) Purging sqlite-libs (3.36.0-r0) (12/13) Purging eudev-libs (3.2.10-r1) (13/13) Purging libusb (1.0.24-r3) Executing busybox-1.34.1-r0.trigger OK: 321 MiB in 102 packages >>> openhmd: Updating the community/x86 repository index... >>> openhmd: Signing the index...