>>> exprtk: Building community/exprtk 0.0.3-r1 (using abuild 3.16.0_rc4-r0) started Sun, 02 Nov 2025 23:51:25 +0000 >>> exprtk: Validating /home/buildozer/aports/community/exprtk/APKBUILD... >>> exprtk: Analyzing dependencies... >>> exprtk: Installing for build: build-base cmake samurai (1/8) Installing libbz2 (1.0.8-r6) (2/8) Installing xz-libs (5.8.1-r0) (3/8) Installing libarchive (3.8.2-r0) (4/8) Installing rhash-libs (1.4.6-r0) (5/8) Installing libuv (1.51.0-r0) (6/8) Installing cmake (4.1.2-r0) (7/8) Installing samurai (1.2-r7) (8/8) Installing .makedepends-exprtk (20251102.235130) busybox-1.37.0-r24.trigger: Executing script... OK: 390 MiB in 113 packages >>> exprtk: Cleaning up srcdir >>> exprtk: Cleaning up pkgdir >>> exprtk: Cleaning up tmpdir >>> exprtk: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/exprtk-0.0.3.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/exprtk-0.0.3.tar.gz.part' exprtk-0.0.3.tar.gz. 100% |********************************| 215k 0:00:00 ETA '/var/cache/distfiles/v3.23/exprtk-0.0.3.tar.gz.part' saved /var/cache/distfiles/v3.23/exprtk-0.0.3.tar.gz: OK >>> exprtk: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/exprtk_test.cpp Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/exprtk_test.cpp.part' exprtk_test.cpp.part 100% |********************************| 530k 0:00:00 ETA '/var/cache/distfiles/v3.23/exprtk_test.cpp.part' saved /var/cache/distfiles/v3.23/exprtk_test.cpp: OK >>> exprtk: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/exprtk_functional_test.txt Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/exprtk_functional_test.txt.part' exprtk_functional_te 18% |****** | 207k 0:00:04 ETA exprtk_functional_te 100% |********************************| 1100k 0:00:00 ETA '/var/cache/distfiles/v3.23/exprtk_functional_test.txt.part' saved /var/cache/distfiles/v3.23/exprtk_functional_test.txt: OK >>> exprtk: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/exprtk_functional_ext_test.txt Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/exprtk_functional_ext_test.txt.part' exprtk_functional_ex 100% |********************************| 3792k 0:00:00 ETA '/var/cache/distfiles/v3.23/exprtk_functional_ext_test.txt.part' saved /var/cache/distfiles/v3.23/exprtk_functional_ext_test.txt: OK >>> exprtk: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/exprtk-0.0.3.tar.gz /var/cache/distfiles/v3.23/exprtk-0.0.3.tar.gz: OK >>> exprtk: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/exprtk_test.cpp /var/cache/distfiles/v3.23/exprtk_test.cpp: OK >>> exprtk: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/exprtk_functional_test.txt /var/cache/distfiles/v3.23/exprtk_functional_test.txt: OK >>> exprtk: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/exprtk_functional_ext_test.txt /var/cache/distfiles/v3.23/exprtk_functional_ext_test.txt: OK >>> exprtk: Unpacking /var/cache/distfiles/v3.23/exprtk-0.0.3.tar.gz... -- The CXX compiler identification is GNU 15.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (0.2s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_INSTALL_LIBDIR -- Build files have been written to: /home/buildozer/aports/community/exprtk/src/exprtk-0.0.3-cmake/build In file included from /usr/include/c++/15.2.0/deque:67, from exprtk_test.cpp:24: /usr/include/c++/15.2.0/bits/stl_uninitialized.h: In function '_ForwardIterator std::__do_uninit_copy(_InputIterator, _Sentinel, _ForwardIterator) [with _InputIterator = move_iterator; _Sentinel = move_iterator; _ForwardIterator = double*]': /usr/include/c++/15.2.0/bits/stl_uninitialized.h:140:5: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 140 | __do_uninit_copy(_InputIterator __first, _Sentinel __last, | ^~~~~~~~~~~~~~~~ /usr/include/c++/15.2.0/bits/stl_uninitialized.h:140:5: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 In file included from /usr/include/c++/15.2.0/vector:74, from exprtk_test.cpp:28: /usr/include/c++/15.2.0/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]': /usr/include/c++/15.2.0/bits/vector.tcc:652:5: note: parameter passing for argument of type 'std::vector >::iterator' changed in GCC 7.1 652 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = move_iterator; _ForwardIterator = double*]', inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _Sentinel, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _Sentinel = move_iterator; _ForwardIterator = double*; _Tp = double]' at /usr/include/c++/15.2.0/bits/stl_uninitialized.h:637:37, inlined from '_ForwardIterator std::__uninitialized_move_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = double*; _ForwardIterator = double*; _Allocator = allocator]' at /usr/include/c++/15.2.0/bits/stl_uninitialized.h:649:41, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]' at /usr/include/c++/15.2.0/bits/vector.tcc:671:32: /usr/include/c++/15.2.0/bits/stl_uninitialized.h:303:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 303 | return std::__do_uninit_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = move_iterator; _ForwardIterator = double*]', inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _Sentinel, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _Sentinel = move_iterator; _ForwardIterator = double*; _Tp = double]' at /usr/include/c++/15.2.0/bits/stl_uninitialized.h:637:37, inlined from '_ForwardIterator std::__uninitialized_move_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = double*; _ForwardIterator = double*; _Allocator = allocator]' at /usr/include/c++/15.2.0/bits/stl_uninitialized.h:649:41, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]' at /usr/include/c++/15.2.0/bits/vector.tcc:691:32: /usr/include/c++/15.2.0/bits/stl_uninitialized.h:303:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 303 | return std::__do_uninit_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = move_iterator; _ForwardIterator = double*]', inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _Sentinel, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _Sentinel = move_iterator; _ForwardIterator = double*; _Tp = double]' at /usr/include/c++/15.2.0/bits/stl_uninitialized.h:637:37, inlined from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = double*; _ForwardIterator = double*; _Allocator = allocator]' at /usr/include/c++/15.2.0/bits/stl_uninitialized.h:664:2, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]' at /usr/include/c++/15.2.0/bits/vector.tcc:722:7: /usr/include/c++/15.2.0/bits/stl_uninitialized.h:303:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 303 | return std::__do_uninit_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = move_iterator; _ForwardIterator = double*]', inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _Sentinel, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = move_iterator; _Sentinel = move_iterator; _ForwardIterator = double*; _Tp = double]' at /usr/include/c++/15.2.0/bits/stl_uninitialized.h:637:37, inlined from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = double*; _ForwardIterator = double*; _Allocator = allocator]' at /usr/include/c++/15.2.0/bits/stl_uninitialized.h:664:2, inlined from 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]' at /usr/include/c++/15.2.0/bits/vector.tcc:728:7: /usr/include/c++/15.2.0/bits/stl_uninitialized.h:303:37: note: parameter passing for argument of type 'std::move_iterator' changed in GCC 7.1 303 | return std::__do_uninit_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/15.2.0/vector:68: /usr/include/c++/15.2.0/bits/stl_vector.h: In member function 'void std::vector<_Tp, _Alloc>::resize(size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]': /usr/include/c++/15.2.0/bits/stl_vector.h:1167:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1167 | _M_fill_insert(end(), __new_size - size(), __x); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ run_test00 (double) - Result: SUCCESS Time: 3.4174sec run_test01 (double) - Result: SUCCESS Time: 9.0773sec run_test02 (double) - Result: SUCCESS Time: 8.7451sec run_test03 (double) - Result: SUCCESS Time: 4.6684sec run_test04 (double) - Result: SUCCESS Time: 1.9364sec run_test05 (double) - Result: SUCCESS Time: 1.5550sec run_test06 (double) - Result: SUCCESS Time: 0.0611sec run_test07 (double) - Result: SUCCESS Time: 4.4652sec run_test08 (double) - Result: SUCCESS Time: 0.9251sec run_test09 (double) - Result: SUCCESS Time: 1.7146sec run_test10 (double) - Result: SUCCESS Time: 7.9084sec run_test11 (double) - Result: SUCCESS Time: 0.2037sec run_test12 (double) - Result: SUCCESS Time: 5.0261sec run_test13 (double) - Result: SUCCESS Time: 0.6476sec run_test14 (double) - Result: SUCCESS Time: 41.2576sec run_test15 (double) - Result: SUCCESS Time: 0.0045sec run_test16 (double) - Result: SUCCESS Time: 0.0164sec run_test17 (double) - Result: SUCCESS Time: 0.0111sec run_test18 (double) - Result: SUCCESS Time: 0.0992sec run_test19 (double) - Result: SUCCESS Time: 31.9388sec run_test20 (double) - Result: SUCCESS Time: 0.1007sec run_test21 (double) - Result: SUCCESS Time: 0.1146sec run_test22 (double) - Result: SUCCESS Time: 0.0203sec >>> exprtk: Entering fakeroot... >>> exprtk*: Running postcheck for exprtk >>> exprtk*: Preparing package exprtk... >>> exprtk*: Tracing dependencies... >>> exprtk*: Package size: 1.6 MB >>> exprtk*: Compressing data... >>> exprtk*: Create checksum... >>> exprtk*: Create exprtk-0.0.3-r1.apk >>> exprtk: Build complete at Sun, 02 Nov 2025 23:56:28 +0000 elapsed time 0h 5m 3s >>> exprtk: Cleaning up srcdir >>> exprtk: Cleaning up pkgdir >>> exprtk: Cleaning up tmpdir >>> exprtk: Uninstalling dependencies... (1/8) Purging .makedepends-exprtk (20251102.235130) (2/8) Purging cmake (4.1.2-r0) (3/8) Purging samurai (1.2-r7) (4/8) Purging libarchive (3.8.2-r0) (5/8) Purging libbz2 (1.0.8-r6) (6/8) Purging libuv (1.51.0-r0) (7/8) Purging rhash-libs (1.4.6-r0) (8/8) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 342 MiB in 105 packages >>> exprtk: Updating the community/armhf repository index... >>> exprtk: Signing the index...