>>> airspyone-host: Building testing/airspyone-host 1.0.10-r0 (using abuild 3.11.0-r1) started Sat, 13 May 2023 22:00:44 +0000 >>> airspyone-host: Checking sanity of /home/buildozer/aports/testing/airspyone-host/APKBUILD... >>> airspyone-host: Analyzing dependencies... >>> airspyone-host: Installing for build: build-base cmake libusb-dev samurai (1/11) Installing libbz2 (1.0.8-r5) (2/11) Installing xz-libs (5.4.3-r0) (3/11) Installing libarchive (3.6.2-r2) (4/11) Installing libformw (6.4_p20230506-r1) (5/11) Installing rhash-libs (1.4.3-r2) (6/11) Installing libuv (1.44.2-r2) (7/11) Installing cmake (3.26.3-r1) (8/11) Installing libusb (1.0.26-r2) (9/11) Installing libusb-dev (1.0.26-r2) (10/11) Installing samurai (1.2-r3) (11/11) Installing .makedepends-airspyone-host (20230513.220045) Executing busybox-1.36.0-r10.trigger OK: 461 MiB in 111 packages >>> airspyone-host: Cleaning up srcdir >>> airspyone-host: Cleaning up pkgdir >>> airspyone-host: Fetching https://distfiles.alpinelinux.org/distfiles/edge/airspyone-host-1.0.10.tar.gz >>> airspyone-host: Fetching https://distfiles.alpinelinux.org/distfiles/edge/airspyone-host-1.0.10.tar.gz >>> airspyone-host: Checking sha512sums... airspyone-host-1.0.10.tar.gz: OK >>> airspyone-host: Unpacking /var/cache/distfiles/edge/airspyone-host-1.0.10.tar.gz... CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.2.1 -- The CXX compiler identification is GNU 12.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at libairspy/CMakeLists.txt:24 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.9.5") -- Checking for module 'libusb-1.0' -- Found libusb-1.0, version 1.0.26 CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (LIBUSB) does not match the name of the calling package (USB1). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/modules/FindUSB1.cmake:33 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) libairspy/CMakeLists.txt:76 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found LIBUSB: /usr/lib/libusb-1.0.so -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE CMake Deprecation Warning at airspy-tools/CMakeLists.txt:24 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Udev rules not being installed, install them with -DINSTALL_UDEV_RULES=ON -- Configuring done (1.0s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/testing/airspyone-host/src/airspyone_host-1.0.10/build [1/25] Building C object airspy-tools/src/CMakeFiles/airspy_rx.dir/airspy_rx.c.o [2/25] Building C object airspy-tools/src/CMakeFiles/airspy_info.dir/airspy_info.c.o [3/25] Building C object airspy-tools/src/CMakeFiles/airspy_spiflash.dir/airspy_spiflash.c.o [4/25] Building C object airspy-tools/src/CMakeFiles/airspy_r820t.dir/airspy_r820t.c.o [5/25] Building C object airspy-tools/src/CMakeFiles/airspy_si5351c.dir/airspy_si5351c.c.o [6/25] Building C object airspy-tools/src/CMakeFiles/airspy_lib_version.dir/airspy_lib_version.c.o [7/25] Building C object airspy-tools/src/CMakeFiles/airspy_gpiodir.dir/airspy_gpiodir.c.o [8/25] Building C object airspy-tools/src/CMakeFiles/airspy_gpio.dir/airspy_gpio.c.o [9/25] Building C object libairspy/src/CMakeFiles/airspy-static.dir/iqconverter_int16.c.o [10/25] Building C object libairspy/src/CMakeFiles/airspy-static.dir/iqconverter_float.c.o [11/25] Building C object libairspy/src/CMakeFiles/airspy-static.dir/airspy.c.o [12/25] Building C object libairspy/src/CMakeFiles/airspy.dir/iqconverter_int16.c.o [13/25] Building C object libairspy/src/CMakeFiles/airspy.dir/iqconverter_float.c.o [14/25] Building C object libairspy/src/CMakeFiles/airspy.dir/airspy.c.o /home/buildozer/aports/testing/airspyone-host/src/airspyone_host-1.0.10/libairspy/src/airspy.c:593:13: warning: 'upper_string' defined but not used [-Wunused-function] 593 | static void upper_string(unsigned char *string, size_t len) | ^~~~~~~~~~~~ /home/buildozer/aports/testing/airspyone-host/src/airspyone_host-1.0.10/libairspy/src/airspy.c:110:19: warning: 'str_prefix_serial_airspy' defined but not used [-Wunused-const-variable=] 110 | static const char str_prefix_serial_airspy[STR_PREFIX_SERIAL_AIRSPY_SIZE] = | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/testing/airspyone-host/src/airspyone_host-1.0.10/libairspy/src/airspy.c:106:19: warning: 'str_product_airspy' defined but not used [-Wunused-const-variable=] 106 | static const char str_product_airspy[STR_PRODUCT_AIRSPY_SIZE] = | ^~~~~~~~~~~~~~~~~~ [15/25] Linking C shared library libairspy/src/libairspy.so.1.0.10 /home/buildozer/aports/testing/airspyone-host/src/airspyone_host-1.0.10/libairspy/src/airspy.c:593:13: warning: 'upper_string' defined but not used [-Wunused-function] 593 | static void upper_string(unsigned char *string, size_t len) | ^~~~~~~~~~~~ /home/buildozer/aports/testing/airspyone-host/src/airspyone_host-1.0.10/libairspy/src/airspy.c:110:19: warning: 'str_prefix_serial_airspy' defined but not used [-Wunused-const-variable=] 110 | static const char str_prefix_serial_airspy[STR_PREFIX_SERIAL_AIRSPY_SIZE] = | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/testing/airspyone-host/src/airspyone_host-1.0.10/libairspy/src/airspy.c:106:19: warning: 'str_product_airspy' defined but not used [-Wunused-const-variable=] 106 | static const char str_product_airspy[STR_PRODUCT_AIRSPY_SIZE] = | ^~~~~~~~~~~~~~~~~~ [16/25] Linking C static library libairspy/src/libairspy.a [17/25] Creating library symlink libairspy/src/libairspy.so.0 libairspy/src/libairspy.so [18/25] Linking C executable airspy-tools/src/airspy_rx [19/25] Linking C executable airspy-tools/src/airspy_info [20/25] Linking C executable airspy-tools/src/airspy_spiflash [21/25] Linking C executable airspy-tools/src/airspy_r820t [22/25] Linking C executable airspy-tools/src/airspy_si5351c [23/25] Linking C executable airspy-tools/src/airspy_lib_version [24/25] Linking C executable airspy-tools/src/airspy_gpiodir [25/25] Linking C executable airspy-tools/src/airspy_gpio >>> airspyone-host: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/lib/pkgconfig/libairspy.pc -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/lib/libairspy.so.1.0.10 -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/lib/libairspy.so.0 -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/lib/libairspy.so -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/lib/libairspy.a -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/include/libairspy/airspy.h -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/include/libairspy/airspy_commands.h -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/include/libairspy/iqconverter_float.h -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/include/libairspy/iqconverter_int16.h -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/include/libairspy/filters.h -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_gpio -- Set runtime path of "/home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_gpio" to "" -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_gpiodir -- Set runtime path of "/home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_gpiodir" to "" -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_lib_version -- Set runtime path of "/home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_lib_version" to "" -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_si5351c -- Set runtime path of "/home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_si5351c" to "" -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_r820t -- Set runtime path of "/home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_r820t" to "" -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_spiflash -- Set runtime path of "/home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_spiflash" to "" -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_info -- Set runtime path of "/home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_info" to "" -- Installing: /home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_rx -- Set runtime path of "/home/buildozer/aports/testing/airspyone-host/pkg/airspyone-host/usr/bin/airspy_rx" to "" >>> airspyone-host-dev*: Running split function dev... >>> airspyone-host-dev*: Preparing subpackage airspyone-host-dev... >>> airspyone-host-dev*: Stripping binaries >>> airspyone-host-dev*: Running postcheck for airspyone-host-dev >>> airspyone-host-libs*: Running split function libs... >>> airspyone-host-libs*: Preparing subpackage airspyone-host-libs... >>> airspyone-host-libs*: Stripping binaries >>> airspyone-host-libs*: Running postcheck for airspyone-host-libs >>> airspyone-host*: Running postcheck for airspyone-host >>> airspyone-host*: Preparing package airspyone-host... >>> airspyone-host*: Stripping binaries >>> airspyone-host-dev*: Scanning shared objects >>> airspyone-host-libs*: Scanning shared objects >>> airspyone-host*: Scanning shared objects >>> airspyone-host-dev*: Tracing dependencies... airspyone-host=1.0.10-r0 airspyone-host-libs=1.0.10-r0 pkgconfig >>> airspyone-host-dev*: Package size: 188.0 KB >>> airspyone-host-dev*: Compressing data... >>> airspyone-host-dev*: Create checksum... >>> airspyone-host-dev*: Create airspyone-host-dev-1.0.10-r0.apk >>> airspyone-host-libs*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libusb-1.0.so.0 >>> airspyone-host-libs*: Package size: 80.0 KB >>> airspyone-host-libs*: Compressing data... >>> airspyone-host-libs*: Create checksum... >>> airspyone-host-libs*: Create airspyone-host-libs-1.0.10-r0.apk >>> airspyone-host*: Tracing dependencies... so:libairspy.so.0 so:libc.musl-aarch64.so.1 >>> airspyone-host*: Package size: 560.0 KB >>> airspyone-host*: Compressing data... >>> airspyone-host*: Create checksum... >>> airspyone-host*: Create airspyone-host-1.0.10-r0.apk >>> airspyone-host: Build complete at Sat, 13 May 2023 22:00:48 +0000 elapsed time 0h 0m 4s >>> airspyone-host: Cleaning up srcdir >>> airspyone-host: Cleaning up pkgdir >>> airspyone-host: Uninstalling dependencies... (1/11) Purging .makedepends-airspyone-host (20230513.220045) (2/11) Purging cmake (3.26.3-r1) (3/11) Purging libusb-dev (1.0.26-r2) (4/11) Purging libusb (1.0.26-r2) (5/11) Purging samurai (1.2-r3) (6/11) Purging libarchive (3.6.2-r2) (7/11) Purging libbz2 (1.0.8-r5) (8/11) Purging libformw (6.4_p20230506-r1) (9/11) Purging libuv (1.44.2-r2) (10/11) Purging rhash-libs (1.4.3-r2) (11/11) Purging xz-libs (5.4.3-r0) Executing busybox-1.36.0-r10.trigger OK: 408 MiB in 100 packages >>> airspyone-host: Updating the testing/aarch64 repository index... >>> airspyone-host: Signing the index...