>>> soapy-hackrf: Building testing/soapy-hackrf 0.3.4-r1 (using abuild 3.11.0_rc5-r0) started Sat, 15 Apr 2023 20:13:46 +0000 >>> soapy-hackrf: Checking sanity of /home/buildozer/aports/testing/soapy-hackrf/APKBUILD... >>> soapy-hackrf: Analyzing dependencies... >>> soapy-hackrf: Installing for build: build-base cmake hackrf-dev samurai soapy-sdr-dev (1/12) Installing libarchive (3.6.2-r2) (2/12) Installing libformw (6.4_p20230401-r3) (3/12) Installing rhash-libs (1.4.3-r2) (4/12) Installing libuv (1.44.2-r2) (5/12) Installing cmake (3.26.3-r1) (6/12) Installing libusb (1.0.26-r2) (7/12) Installing hackrf-libs (2023.01.1-r0) (8/12) Installing hackrf-dev (2023.01.1-r0) (9/12) Installing samurai (1.2-r3) (10/12) Installing soapy-sdr-libs (0.8.1-r2) (11/12) Installing soapy-sdr-dev (0.8.1-r2) (12/12) Installing .makedepends-soapy-hackrf (20230415.201347) Executing busybox-1.36.0-r7.trigger OK: 979 MiB in 120 packages >>> soapy-hackrf: Cleaning up srcdir >>> soapy-hackrf: Cleaning up pkgdir >>> soapy-hackrf: Fetching https://distfiles.alpinelinux.org/distfiles/edge//soapy-hackrf-0.3.4.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 16475 100 16475 0 0 177k 0 --:--:-- --:--:-- --:--:-- 178k >>> soapy-hackrf: Fetching https://distfiles.alpinelinux.org/distfiles/edge//soapy-hackrf-0.3.4.tar.gz >>> soapy-hackrf: Checking sha512sums... soapy-hackrf-0.3.4.tar.gz: OK >>> soapy-hackrf: Unpacking /var/cache/distfiles/edge//soapy-hackrf-0.3.4.tar.gz... CMake Deprecation Warning at CMakeLists.txt:5 (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 CXX compiler identification is GNU 12.2.1 -- 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 -- Found PkgConfig: /usr/bin/pkg-config (found version "1.9.4") -- Found LIBHACKRF: /usr/lib/libhackrf.so -- LIBHACKRF_INCLUDE_DIRS - /usr/include/libhackrf -- LIBHACKRF_LIBRARIES - /usr/lib/libhackrf.so -- Checking for hackrf_device_list API... -- Reading /usr/include/libhackrf/hackrf.h... -- Performing Test HAS_STD_CXX11 -- Performing Test HAS_STD_CXX11 - Success -- Module HackRFSupport configured with version: 0.3.4 -- Configuring done (0.2s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/testing/soapy-hackrf/src/SoapyHackRF-soapy-hackrf-0.3.4/build [1/6] Building CXX object CMakeFiles/HackRFSupport.dir/Version.cpp.o [2/6] Building CXX object CMakeFiles/HackRFSupport.dir/HackRF_Session.cpp.o [3/6] Building CXX object CMakeFiles/HackRFSupport.dir/HackRF_Streaming.cpp.o [4/6] Building CXX object CMakeFiles/HackRFSupport.dir/HackRF_Settings.cpp.o [5/6] Building CXX object CMakeFiles/HackRFSupport.dir/HackRF_Registration.cpp.o In file included from /usr/include/c++/12.2.1/vector:70, from /usr/include/SoapySDR/Types.hpp:15, from /usr/include/SoapySDR/Device.hpp:15, from /home/buildozer/aports/testing/soapy-hackrf/src/SoapyHackRF-soapy-hackrf-0.3.4/SoapyHackRF.hpp:29, from /home/buildozer/aports/testing/soapy-hackrf/src/SoapyHackRF-soapy-hackrf-0.3.4/HackRF_Streaming.cpp:24: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const SoapySDR::ArgInfo&}; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:64: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]', inlined from 'virtual SoapySDR::ArgInfoList SoapyHackRF::getStreamArgsInfo(int, size_t) const' at /home/buildozer/aports/testing/soapy-hackrf/src/SoapyHackRF-soapy-hackrf-0.3.4/HackRF_Streaming.cpp:120:22: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:70, from /usr/include/SoapySDR/Types.hpp:15, from /usr/include/SoapySDR/Device.hpp:15, from /home/buildozer/aports/testing/soapy-hackrf/src/SoapyHackRF-soapy-hackrf-0.3.4/SoapyHackRF.hpp:29, from /home/buildozer/aports/testing/soapy-hackrf/src/SoapyHackRF-soapy-hackrf-0.3.4/HackRF_Settings.cpp:24: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const SoapySDR::ArgInfo&}; _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:64: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SoapySDR::ArgInfo; _Alloc = std::allocator]', inlined from 'virtual SoapySDR::ArgInfoList SoapyHackRF::getSettingInfo() const' at /home/buildozer/aports/testing/soapy-hackrf/src/SoapyHackRF-soapy-hackrf-0.3.4/HackRF_Settings.cpp:183:19: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ [6/6] Linking CXX shared module libHackRFSupport.so >>> soapy-hackrf: Entering fakeroot... -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/testing/soapy-hackrf/pkg/soapy-hackrf/usr/lib/SoapySDR/modules0.8/libHackRFSupport.so >>> soapy-hackrf*: Running postcheck for soapy-hackrf >>> soapy-hackrf*: Preparing package soapy-hackrf... >>> soapy-hackrf*: Stripping binaries >>> soapy-hackrf*: Scanning shared objects >>> soapy-hackrf*: Tracing dependencies... so:libSoapySDR.so.0.8 so:libc.musl-armv7.so.1 so:libgcc_s.so.1 so:libhackrf.so.0 so:libstdc++.so.6 >>> soapy-hackrf*: Package size: 72.0 KB >>> soapy-hackrf*: Compressing data... >>> soapy-hackrf*: Create checksum... >>> soapy-hackrf*: Create soapy-hackrf-0.3.4-r1.apk >>> soapy-hackrf: Build complete at Sat, 15 Apr 2023 20:13:50 +0000 elapsed time 0h 0m 4s >>> soapy-hackrf: Cleaning up srcdir >>> soapy-hackrf: Cleaning up pkgdir >>> soapy-hackrf: Uninstalling dependencies... (1/12) Purging .makedepends-soapy-hackrf (20230415.201347) (2/12) Purging cmake (3.26.3-r1) (3/12) Purging hackrf-dev (2023.01.1-r0) (4/12) Purging hackrf-libs (2023.01.1-r0) (5/12) Purging samurai (1.2-r3) (6/12) Purging soapy-sdr-dev (0.8.1-r2) (7/12) Purging soapy-sdr-libs (0.8.1-r2) (8/12) Purging libarchive (3.6.2-r2) (9/12) Purging libformw (6.4_p20230401-r3) (10/12) Purging libusb (1.0.26-r2) (11/12) Purging libuv (1.44.2-r2) (12/12) Purging rhash-libs (1.4.3-r2) Executing busybox-1.36.0-r7.trigger OK: 938 MiB in 108 packages >>> soapy-hackrf: Updating the testing/armv7 repository index... >>> soapy-hackrf: Signing the index...