>>> muparser: Building community/muparser 2.3.3-r1 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 02:04:37 +0000 >>> muparser: Checking sanity of /home/buildozer/aports/community/muparser/APKBUILD... >>> muparser: Analyzing dependencies... >>> muparser: Installing for build: build-base cmake samurai openmp-dev (1/11) Installing libarchive (3.6.1-r1) (2/11) Installing rhash-libs (1.4.3-r1) (3/11) Installing libuv (1.44.2-r0) (4/11) Installing cmake (3.24.2-r0) (5/11) Installing samurai (1.2-r2) (6/11) Installing libffi (3.4.4-r0) (7/11) Installing libxml2 (2.10.3-r1) (8/11) Installing llvm15-libs (15.0.3-r1) (9/11) Installing openmp (15.0.3-r0) (10/11) Installing openmp-dev (15.0.3-r0) (11/11) Installing .makedepends-muparser (20221029.020442) Executing busybox-1.35.0-r27.trigger OK: 385 MiB in 108 packages >>> muparser: Cleaning up srcdir >>> muparser: Cleaning up pkgdir >>> muparser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/muparser-2.3.3.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 29 109k 29 32768 0 0 49925 0 0:00:02 --:--:-- 0:00:02 49875 100 109k 100 109k 0 0 140k 0 --:--:-- --:--:-- --:--:-- 140k >>> muparser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/muparser-2.3.3.tar.gz >>> muparser: Checking sha512sums... muparser-2.3.3.tar.gz: OK >>> muparser: Unpacking /var/cache/distfiles/v3.17/muparser-2.3.3.tar.gz... -- 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 -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Configuring done -- Generating done -- Build files have been written to: /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/build [1/17] Building CXX object CMakeFiles/t_ParserTest.dir/test/t_ParserTest.cpp.o [2/17] Building C object CMakeFiles/example2.dir/samples/example2/example2.c.o [3/17] Building CXX object CMakeFiles/example1.dir/samples/example1/example1.cpp.o [4/17] Building CXX object CMakeFiles/muparser.dir/src/muParserTokenReader.cpp.o [5/17] Building CXX object CMakeFiles/muparser.dir/src/muParserTest.cpp.o [6/17] Building CXX object CMakeFiles/muparser.dir/src/muParserInt.cpp.o [7/17] Building CXX object CMakeFiles/muparser.dir/src/muParserError.cpp.o [8/17] Building CXX object CMakeFiles/muparser.dir/src/muParserDLL.cpp.o [9/17] Building CXX object CMakeFiles/muparser.dir/src/muParserCallback.cpp.o [10/17] Building CXX object CMakeFiles/muparser.dir/src/muParserBytecode.cpp.o [11/17] Building CXX object CMakeFiles/muparser.dir/src/muParserBase.cpp.o [12/17] Building CXX object CMakeFiles/muparser.dir/src/muParser.cpp.o /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/samples/example2/example2.c: In function 'Intro': /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/samples/example2/example2.c:156:21: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'unsigned int' [-Wformat=] 156 | myprintf(_T(" %ld-bit build\n"), sizeof(void*) * 8); | ^~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/samples/example2/example2.c:43:23: note: in definition of macro '_T' 43 | #define _T(x) x | ^ /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/samples/example2/example2.c:156:26: note: format string is defined here 156 | myprintf(_T(" %ld-bit build\n"), sizeof(void*) * 8); | ~~^ | | | long int | %d In file included from /usr/include/c++/12.2.1/vector:70, from /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/include/muParserBytecode.h:34, from /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:29: /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 mu::SToken&}; _Tp = mu::SToken; _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 = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddIfElse(mu::ECmdCode)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:344: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); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddAssignOp(mu::value_type*)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:365: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); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddVar(mu::value_type*)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:119: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); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddVal(mu::value_type)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:146: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); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddBulkFun(mu::generic_callable_type, int)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:457: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); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddStrFun(mu::generic_callable_type, int, int)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:477: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); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddOp(mu::ECmdCode)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:335:20: /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 member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddFun(mu::generic_callable_type, int, bool)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:426:20: /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 member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddFun(mu::generic_callable_type, int, bool)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:434:20: /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 member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::Finalize()' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBytecode.cpp:491: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); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:70, from /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/include/muParserToken.h:34, from /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/include/muParserTokenReader.h:41, from /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/include/muParserBase.h:43, from /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBase.cpp:29: /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 mu::ParserToken, std::allocator > >&}; _Tp = mu::ParserToken >; _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 = mu::ParserToken >; _Alloc = std::allocator > >]', inlined from 'void mu::ParserBase::ApplyFunc(std::stack > >&, std::stack > >&, int) const' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBase.cpp:844:19: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >*, std::vector > > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::ParserToken >; _Alloc = std::allocator > >]', inlined from 'void mu::ParserBase::ApplyFunc(std::stack > >&, std::stack > >&, int) const' at /home/buildozer/aports/community/muparser/src/muparser-2.3.3-1/src/muParserBase.cpp:857:19: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >*, std::vector > > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ [13/17] Linking CXX shared library libmuparser.so.2.3.3 [14/17] Creating library symlink libmuparser.so.2 libmuparser.so [15/17] Linking CXX executable t_ParserTest [16/17] Linking C executable example2 [17/17] Linking CXX executable example1 >>> muparser: Entering fakeroot... [1/1] Install the project... -- Install configuration: "Release" -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/libmuparser.so.2.3.3 -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/libmuparser.so.2 -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/libmuparser.so -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParser.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserBase.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserBytecode.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserCallback.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserDLL.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserDef.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserError.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserFixes.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserInt.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserTemplateMagic.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserTest.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserToken.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserTokenReader.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/cmake/muparser/muparser-targets.cmake -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/cmake/muparser/muparser-targets-release.cmake -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/cmake/muparser/muparserConfig.cmake -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/cmake/muparser/muparserConfigVersion.cmake -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/pkgconfig/muparser.pc >>> muparser-dev*: Running split function dev... >>> muparser-dev*: Preparing subpackage muparser-dev... >>> muparser-dev*: Stripping binaries >>> muparser-dev*: Running postcheck for muparser-dev >>> muparser-doc*: Running split function doc... >>> muparser-doc*: Preparing subpackage muparser-doc... >>> muparser-doc*: Running postcheck for muparser-doc >>> muparser*: Running postcheck for muparser >>> muparser*: Preparing package muparser... >>> muparser*: Stripping binaries >>> muparser-dev*: Scanning shared objects >>> muparser-doc*: Scanning shared objects >>> muparser*: Scanning shared objects >>> muparser-dev*: Tracing dependencies... muparser=2.3.3-r1 pkgconfig >>> muparser-dev*: Package size: 196.0 KB >>> muparser-dev*: Compressing data... >>> muparser-dev*: Create checksum... >>> muparser-dev*: Create muparser-dev-2.3.3-r1.apk >>> muparser-doc*: Tracing dependencies... >>> muparser-doc*: Package size: 24.0 KB >>> muparser-doc*: Compressing data... >>> muparser-doc*: Create checksum... >>> muparser-doc*: Create muparser-doc-2.3.3-r1.apk >>> muparser*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libgomp.so.1 so:libstdc++.so.6 >>> muparser*: Package size: 464.0 KB >>> muparser*: Compressing data... >>> muparser*: Create checksum... >>> muparser*: Create muparser-2.3.3-r1.apk >>> muparser: Build complete at Sat, 29 Oct 2022 02:04:50 +0000 elapsed time 0h 0m 13s >>> muparser: Cleaning up srcdir >>> muparser: Cleaning up pkgdir >>> muparser: Uninstalling dependencies... (1/11) Purging .makedepends-muparser (20221029.020442) (2/11) Purging cmake (3.24.2-r0) (3/11) Purging samurai (1.2-r2) (4/11) Purging openmp-dev (15.0.3-r0) (5/11) Purging openmp (15.0.3-r0) (6/11) Purging libarchive (3.6.1-r1) (7/11) Purging rhash-libs (1.4.3-r1) (8/11) Purging libuv (1.44.2-r0) (9/11) Purging llvm15-libs (15.0.3-r1) (10/11) Purging libffi (3.4.4-r0) (11/11) Purging libxml2 (2.10.3-r1) Executing busybox-1.35.0-r27.trigger OK: 222 MiB in 97 packages >>> muparser: Updating the community/armhf repository index... >>> muparser: Signing the index...