>>> elfio: Building testing/elfio 3.12-r0 (using abuild 3.11.21-r0) started Wed, 30 Aug 2023 04:54:24 +0000 >>> elfio: Checking sanity of /home/buildozer/aports/testing/elfio/APKBUILD... >>> WARNING: elfio: No maintainer >>> elfio: Analyzing dependencies... >>> elfio: Installing for build: build-base cmake ninja (1/8) Installing libbz2 (1.0.8-r6) (2/8) Installing xz-libs (5.4.4-r0) (3/8) Installing libarchive (3.7.1-r0) (4/8) Installing rhash-libs (1.4.4-r0) (5/8) Installing libuv (1.46.0-r0) (6/8) Installing cmake (3.27.4-r0) (7/8) Installing samurai (1.2-r5) (8/8) Installing .makedepends-elfio (20230830.045425) Executing busybox-1.36.1-r6.trigger OK: 365 MiB in 110 packages >>> elfio: Cleaning up srcdir >>> elfio: Cleaning up pkgdir >>> elfio: Cleaning up tmpdir >>> elfio: Fetching https://github.com/serge1/ELFIO/releases/download/Release_3.12/elfio-3.12.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 100 420k 100 420k 0 0 963k 0 --:--:-- --:--:-- --:--:-- 963k >>> elfio: Fetching https://github.com/serge1/ELFIO/releases/download/Release_3.12/elfio-3.12.tar.gz >>> elfio: Checking sha512sums... elfio-3.12.tar.gz: OK fix-cmake-install-dir.patch: OK page_size.patch: OK >>> elfio: Unpacking /var/cache/distfiles/elfio-3.12.tar.gz... >>> elfio: fix-cmake-install-dir.patch patching file CMakeLists.txt Hunk #1 succeeded at 81 (offset 3 lines). Hunk #2 succeeded at 89 (offset 3 lines). Hunk #3 succeeded at 110 (offset 3 lines). >>> elfio: page_size.patch patching file examples/writer/writer.cpp -- The C compiler identification is GNU 13.1.1 -- The CXX compiler identification is GNU 13.1.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 -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/testing/elfio/src/elfio-3.12/build [1/14] Building CXX object examples/writer/CMakeFiles/writer.dir/writer.cpp.o [2/14] Building CXX object examples/write_obj/CMakeFiles/write_obj.dir/write_obj.cpp.o [3/14] Building CXX object examples/tutorial/CMakeFiles/tutorial.dir/tutorial.cpp.o [4/14] Building CXX object examples/proc_mem/CMakeFiles/proc_mem.dir/proc_mem.cpp.o [5/14] Building CXX object examples/elfdump/CMakeFiles/elfdump.dir/elfdump.cpp.o [6/14] Building CXX object examples/anonymizer/CMakeFiles/anonymizer.dir/anonymizer.cpp.o [7/14] Building CXX object examples/add_section/CMakeFiles/add_section.dir/add_section.cpp.o [8/14] Linking CXX executable examples/anonymizer/anonymizer [9/14] Linking CXX executable examples/tutorial/tutorial [10/14] Linking CXX executable examples/writer/writer [11/14] Linking CXX executable examples/add_section/add_section [12/14] Linking CXX executable examples/write_obj/write_obj In file included from /usr/include/c++/13.1.1/vector:72, from /usr/include/c++/13.1.1/functional:64, from /home/buildozer/aports/testing/elfio/src/elfio-3.12/elfio/elfio.hpp:29, from /home/buildozer/aports/testing/elfio/src/elfio-3.12/elfio/elfio_dump.hpp:31, from /home/buildozer/aports/testing/elfio/src/elfio-3.12/examples/elfdump/elfdump.cpp:31: /usr/include/c++/13.1.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {long long unsigned int&}; _Tp = long long unsigned int; _Alloc = std::allocator]': /usr/include/c++/13.1.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.1.1/bits/vector.tcc: In function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {long long unsigned int&}; _Tp = long long unsigned int; _Alloc = std::allocator]': /usr/include/c++/13.1.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [13/14] Linking CXX executable examples/elfdump/elfdump In file included from /usr/include/c++/13.1.1/bits/stl_algo.h:61, from /usr/include/c++/13.1.1/regex:52, from /home/buildozer/aports/testing/elfio/src/elfio-3.12/examples/proc_mem/proc_mem.cpp:26: /usr/include/c++/13.1.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Distance = int; _Tp = ELFIO::address_translation; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]': /usr/include/c++/13.1.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 224 | __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, | ^~~~~~~~~~~~~ /usr/include/c++/13.1.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Val_comp_iter&):: >]': /usr/include/c++/13.1.1/bits/stl_algo.h:1792:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1792 | __unguarded_linear_insert(_RandomAccessIterator __last, | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]': /usr/include/c++/13.1.1/bits/stl_algo.h:1812:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1812 | __insertion_sort(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/13.1.1/bits/stl_algo.h:1812:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.1.1/bits/stl_heap.h: In function 'void std::__pop_heap(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]': /usr/include/c++/13.1.1/bits/stl_heap.h:254:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 254 | __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, | ^~~~~~~~~~ /usr/include/c++/13.1.1/bits/stl_heap.h:254:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.1.1/bits/stl_heap.h:254:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /usr/include/c++/13.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]': /usr/include/c++/13.1.1/bits/stl_algo.h:1918:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1918 | __introsort_loop(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/13.1.1/bits/stl_algo.h:1918:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function 'void std::__sort_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]', inlined from 'void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]' at /usr/include/c++/13.1.1/bits/stl_algo.h:1911:23, inlined from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]' at /usr/include/c++/13.1.1/bits/stl_algo.h:1926:27: /usr/include/c++/13.1.1/bits/stl_heap.h:425:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 425 | std::__pop_heap(__first, __last, __last, __comp); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]': /usr/include/c++/13.1.1/bits/stl_algo.h:1932:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1932 | std::__introsort_loop(__cut, __last, __depth_limit, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]', inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator >; _Compare = ELFIO::address_translator::set_address_translation(std::vector&)::]' at /usr/include/c++/13.1.1/bits/stl_algo.h:4894:18, inlined from 'void ELFIO::address_translator::set_address_translation(std::vector&)' at /home/buildozer/aports/testing/elfio/src/elfio-3.12/elfio/elfio_utils.hpp:180:18: /usr/include/c++/13.1.1/bits/stl_algo.h:1947:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1947 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1948 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1949 | __comp); | ~~~~~~~ In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&):: >]' at /usr/include/c++/13.1.1/bits/stl_algo.h:1950:31, inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator >; _Compare = ELFIO::address_translator::set_address_translation(std::vector&)::]' at /usr/include/c++/13.1.1/bits/stl_algo.h:4894:18, inlined from 'void ELFIO::address_translator::set_address_translation(std::vector&)' at /home/buildozer/aports/testing/elfio/src/elfio-3.12/elfio/elfio_utils.hpp:180:18: /usr/include/c++/13.1.1/bits/stl_algo.h:1859:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1859 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.1.1/bits/stl_algo.h:1864:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1864 | std::__insertion_sort(__first, __last, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ [14/14] Linking CXX executable examples/proc_mem/proc_mem >>> elfio: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/lib/cmake/elfio/elfioConfig.cmake -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/lib/cmake/elfio/elfioConfigVersion.cmake -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_version.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_section.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_relocation.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_header.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_dynamic.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_symbols.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_note.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_dump.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_utils.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_versym.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_array.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elf_types.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_modinfo.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_strings.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/include/elfio/elfio_segment.hpp -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/lib/cmake/elfio/elfioTargets.cmake -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/share/docs/elfio/README.md -- Installing: /home/buildozer/aports/testing/elfio/pkg/elfio/usr/share/docs/elfio/LICENSE.txt >>> elfio-dev*: Running split function dev... >>> elfio-dev*: Preparing subpackage elfio-dev... >>> elfio-dev*: Running postcheck for elfio-dev >>> elfio*: Running postcheck for elfio >>> elfio*: Preparing package elfio... >>> elfio-dev*: Tracing dependencies... >>> elfio-dev*: Package size: 352.0 KB >>> elfio-dev*: Compressing data... >>> elfio-dev*: Create checksum... >>> elfio-dev*: Create elfio-dev-3.12-r0.apk >>> elfio*: Tracing dependencies... >>> elfio*: Package size: 12.0 KB >>> elfio*: Compressing data... >>> elfio*: Create checksum... >>> elfio*: Create elfio-3.12-r0.apk >>> elfio: Build complete at Wed, 30 Aug 2023 04:54:33 +0000 elapsed time 0h 0m 9s >>> elfio: Cleaning up srcdir >>> elfio: Cleaning up pkgdir >>> elfio: Uninstalling dependencies... (1/8) Purging .makedepends-elfio (20230830.045425) (2/8) Purging cmake (3.27.4-r0) (3/8) Purging libarchive (3.7.1-r0) (4/8) Purging libbz2 (1.0.8-r6) (5/8) Purging libuv (1.46.0-r0) (6/8) Purging rhash-libs (1.4.4-r0) (7/8) Purging samurai (1.2-r5) (8/8) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r6.trigger OK: 315 MiB in 102 packages >>> elfio: Updating the testing/armhf repository index... >>> elfio: Signing the index...