>>> cppcodec: Building community/cppcodec 0.2-r1 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 12:08:51 +0000 >>> cppcodec: Checking sanity of /home/buildozer/aports/community/cppcodec/APKBUILD... >>> cppcodec: Analyzing dependencies... >>> cppcodec: Installing for build: build-base cmake catch2 (1/8) Installing libbz2 (1.0.8-r1) (2/8) Installing xz-libs (5.2.5-r1) (3/8) Installing libarchive (3.6.1-r0) (4/8) Installing rhash-libs (1.4.2-r2) (5/8) Installing libuv (1.44.1-r0) (6/8) Installing cmake (3.23.1-r0) (7/8) Installing catch2 (2.13.8-r0) (8/8) Installing .makedepends-cppcodec (20220414.120858) Executing busybox-1.35.0-r8.trigger OK: 294 MiB in 96 packages >>> cppcodec: Cleaning up srcdir >>> cppcodec: Cleaning up pkgdir >>> cppcodec: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/cppcodec-v0.2.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> cppcodec: Fetching https://github.com/tplgy/cppcodec/archive/v0.2/cppcodec-v0.2.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 130 100 130 0 0 795 0 --:--:-- --:--:-- --:--:-- 797 100 33984 0 33984 0 0 85161 0 --:--:-- --:--:-- --:--:-- 85161 >>> cppcodec: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/cppcodec-v0.2.tar.gz >>> cppcodec: Checking sha512sums... cppcodec-v0.2.tar.gz: OK >>> cppcodec: Unpacking /var/cache/distfiles/v3.16/cppcodec-v0.2.tar.gz... CMake Warning: No source or binary directory provided. Both will be assumed to be the same as the current working directory, but note that this warning will become a fatal error in future CMake releases. CMake Deprecation Warning at CMakeLists.txt:1 (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 11.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.8.0") -- Checking for module 'catch2' -- Found catch2, version 2.13.8 -- Found system Catch2, not using bundled version -- Configuring done -- Generating done -- Build files have been written to: /home/buildozer/aports/community/cppcodec/src/cppcodec-0.2 [ 0%] Built target cppcodec [ 9%] Building CXX object tool/CMakeFiles/base32enc.dir/base32enc.cpp.o [ 9%] Building CXX object tool/CMakeFiles/base32dec.dir/base32dec.cpp.o [ 13%] Building CXX object tool/CMakeFiles/base64enc.dir/base64enc.cpp.o [ 18%] Building CXX object tool/CMakeFiles/base64dec.dir/base64dec.cpp.o [ 22%] Building CXX object tool/CMakeFiles/hexenc.dir/hexenc.cpp.o [ 31%] Building CXX object tool/CMakeFiles/hexdec.dir/hexdec.cpp.o [ 31%] Building CXX object example/CMakeFiles/helloworld.dir/helloworld.cpp.o [ 36%] Building CXX object example/CMakeFiles/type_support_wrapper.dir/type_support_wrapper.cpp.o [ 40%] Building CXX object test/CMakeFiles/test_cppcodec.dir/test_cppcodec.cpp.o [ 45%] Building CXX object test/CMakeFiles/benchmark_cppcodec.dir/benchmark_cppcodec.cpp.o [ 50%] Building CXX object test/CMakeFiles/minimal_decode.dir/minimal_decode.cpp.o [ 54%] Linking CXX executable hexenc [ 59%] Linking CXX executable type_support_wrapper [ 59%] Built target hexenc [ 59%] Built target type_support_wrapper [ 63%] Linking CXX executable base64enc [ 63%] Built target base64enc [ 68%] Linking CXX executable minimal_decode [ 72%] Linking CXX executable hexdec [ 77%] Linking CXX executable base32enc [ 77%] Built target minimal_decode [ 77%] Built target base32enc [ 77%] Built target hexdec [ 81%] Linking CXX executable base32dec [ 81%] Built target base32dec [ 86%] Linking CXX executable base64dec [ 90%] Linking CXX executable helloworld [ 90%] Built target base64dec [ 90%] Built target helloworld [ 95%] Linking CXX executable benchmark_cppcodec [ 95%] Built target benchmark_cppcodec In file included from /usr/include/c++/11.2.1/vector:72, from /usr/include/catch2/catch.hpp:566, from /home/buildozer/aports/community/cppcodec/src/cppcodec-0.2/test/test_cppcodec.cpp:25: /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const Catch::SectionEndInfo&}; _Tp = Catch::SectionEndInfo; _Alloc = std::allocator]': /usr/include/c++/11.2.1/bits/vector.tcc:426:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc:426:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 In file included from /usr/include/c++/11.2.1/vector:67, from /usr/include/catch2/catch.hpp:566, from /home/buildozer/aports/community/cppcodec/src/cppcodec-0.2/test/test_cppcodec.cpp:25: /usr/include/c++/11.2.1/bits/stl_vector.h: In member function 'virtual void Catch::RunContext::sectionEndedEarly(const Catch::SectionEndInfo&)': /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ [100%] Linking CXX executable test_cppcodec [100%] Built target test_cppcodec Test project /home/buildozer/aports/community/cppcodec/src/cppcodec-0.2 Start 1: cppcodec 1/1 Test #1: cppcodec ......................... Passed 0.01 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.01 sec >>> cppcodec: Entering fakeroot... Consolidate compiler generated dependencies of target base32enc Consolidate compiler generated dependencies of target base32dec Consolidate compiler generated dependencies of target base64enc Consolidate compiler generated dependencies of target base64dec Consolidate compiler generated dependencies of target hexenc Consolidate compiler generated dependencies of target hexdec Consolidate compiler generated dependencies of target helloworld Consolidate compiler generated dependencies of target test_cppcodec Consolidate compiler generated dependencies of target benchmark_cppcodec Consolidate compiler generated dependencies of target minimal_decode Consolidate compiler generated dependencies of target type_support_wrapper [ 0%] Built target cppcodec [ 9%] Built target base32enc [ 18%] Built target base32dec [ 27%] Built target base64enc [ 36%] Built target base64dec [ 45%] Built target hexenc [ 54%] Built target hexdec [ 63%] Built target helloworld [ 72%] Built target minimal_decode [ 81%] Built target type_support_wrapper [ 90%] Built target benchmark_cppcodec [100%] Built target test_cppcodec Install the project... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base32_crockford.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base32_default_crockford.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base32_default_hex.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base32_default_rfc4648.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base32_hex.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base32_rfc4648.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base64_default_rfc4648.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base64_default_url.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base64_default_url_unpadded.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base64_rfc4648.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base64_url.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/base64_url_unpadded.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/hex_default_lower.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/hex_default_upper.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/hex_lower.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/hex_upper.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/parse_error.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/data/access.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/data/raw_result_buffer.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/detail/base32.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/detail/base64.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/detail/codec.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/detail/config.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/detail/hex.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/include/cppcodec/detail/stream_codec.hpp -- Installing: /home/buildozer/aports/community/cppcodec/pkg/cppcodec/usr/share/pkgconfig/cppcodec-1.pc >>> cppcodec*: Running postcheck for cppcodec >>> cppcodec*: Preparing package cppcodec... >>> cppcodec*: Tracing dependencies... pkgconfig >>> cppcodec*: Package size: 180.0 KB >>> cppcodec*: Compressing data... >>> cppcodec*: Create checksum... >>> cppcodec*: Create cppcodec-0.2-r1.apk >>> cppcodec: Build complete at Thu, 14 Apr 2022 12:09:29 +0000 elapsed time 0h 0m 38s >>> cppcodec: Cleaning up srcdir >>> cppcodec: Cleaning up pkgdir >>> cppcodec: Uninstalling dependencies... (1/8) Purging .makedepends-cppcodec (20220414.120858) (2/8) Purging cmake (3.23.1-r0) (3/8) Purging catch2 (2.13.8-r0) (4/8) Purging libarchive (3.6.1-r0) (5/8) Purging libbz2 (1.0.8-r1) (6/8) Purging xz-libs (5.2.5-r1) (7/8) Purging rhash-libs (1.4.2-r2) (8/8) Purging libuv (1.44.1-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> cppcodec: Updating the community/armv7 repository index... >>> cppcodec: Signing the index...