>>> tinygltf: Building testing/tinygltf 2.9.2-r0 (using abuild 3.13.0-r3) started Sat, 03 Aug 2024 15:59:53 +0000 >>> tinygltf: Checking sanity of /home/buildozer/aports/testing/tinygltf/APKBUILD... >>> tinygltf: Analyzing dependencies... >>> tinygltf: Installing for build: build-base cmake samurai nlohmann-json stb catch2 (1/11) Installing libbz2 (1.0.8-r6) (2/11) Installing xz-libs (5.6.2-r0) (3/11) Installing libarchive (3.7.4-r0) (4/11) Installing rhash-libs (1.4.4-r0) (5/11) Installing libuv (1.48.0-r0) (6/11) Installing cmake (3.30.2-r0) (7/11) Installing samurai (1.2-r5) (8/11) Installing nlohmann-json (3.11.3-r0) (9/11) Installing stb (0_git20231012-r0) (10/11) Installing catch2 (2.13.10-r0) (11/11) Installing .makedepends-tinygltf (20240803.155954) Executing busybox-1.36.1-r31.trigger OK: 389 MiB in 114 packages >>> tinygltf: Cleaning up srcdir >>> tinygltf: Cleaning up pkgdir >>> tinygltf: Cleaning up tmpdir >>> tinygltf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tinygltf-2.9.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> tinygltf: Fetching tinygltf-2.9.2.tar.gz::https://github.com/syoyo/tinygltf/archive/refs/tags/v2.9.2.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/tinygltf-2.9.2.tar.gz.part' tinygltf-2.9.2.tar.g 100% |********************************| 5766k 0:00:00 ETA '/var/cache/distfiles/edge/tinygltf-2.9.2.tar.gz.part' saved >>> tinygltf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tinygltf-2.9.2.tar.gz >>> tinygltf: Checking sha512sums... tinygltf-2.9.2.tar.gz: OK 0001-Fix-build-system.patch: OK 0002-Fix-third-party-includes.patch: OK 0003-Integrate-unit-tests-into-CMake-build.patch: OK 0004-Add-pkgconfig-file.patch: OK 0006-Big-endian-fix.patch: OK >>> tinygltf: Unpacking /var/cache/distfiles/edge/tinygltf-2.9.2.tar.gz... >>> tinygltf: 0001-Fix-build-system.patch patching file CMakeLists.txt patching file cmake/TinyGLTFConfig.cmake.in patching file tiny_gltf.cpp >>> tinygltf: 0002-Fix-third-party-includes.patch patching file tests/tester.cc patching file tiny_gltf.h Hunk #1 succeeded at 1722 (offset 17 lines). Hunk #2 succeeded at 1741 (offset 17 lines). >>> tinygltf: 0003-Integrate-unit-tests-into-CMake-build.patch patching file CMakeLists.txt patching file tests/CMakeLists.txt patching file tests/tester.cc >>> tinygltf: 0004-Add-pkgconfig-file.patch patching file CMakeLists.txt patching file tinygltf.pc.in >>> tinygltf: 0006-Big-endian-fix.patch patching file tiny_gltf.h Hunk #1 succeeded at 1799 (offset 17 lines). Hunk #2 succeeded at 8469 (offset 101 lines). Hunk #3 succeeded at 8482 (offset 101 lines). Hunk #4 succeeded at 8509 (offset 101 lines). -- The CXX compiler identification is GNU 14.2.0 -- 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 nlohmann_json: /usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found suitable version "3.11.3", minimum required is "3") -- Configuring done (0.2s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/build [1/5] Building CXX object tests/CMakeFiles/tester.dir/tester.cc.o [2/5] Building CXX object CMakeFiles/TinyGLTF.dir/tiny_gltf.cpp.o In file included from /usr/include/c++/14.2.0/map:62, from /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:48, from /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.cpp:2: /usr/include/c++/14.2.0/bits/stl_tree.h: In member function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {std::__cxx11::basic_string, std::allocator >, tinygltf::Parameter}; _Key = std::__cxx11::basic_string; _Val = std::pair, tinygltf::Parameter>; _KeyOfValue = std::_Select1st, tinygltf::Parameter> >; _Compare = std::less >; _Alloc = std::allocator, tinygltf::Parameter> >]': /usr/include/c++/14.2.0/bits/stl_tree.h:2454:7: note: parameter passing for argument of type 'std::_Rb_tree, std::pair, tinygltf::Parameter>, std::_Select1st, tinygltf::Parameter> >, std::less >, std::allocator, tinygltf::Parameter> > >::const_iterator' changed in GCC 7.1 2454 | _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.0/map:63: In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::iterator std::map<_Key, _Tp, _Compare, _Alloc>::emplace_hint(const_iterator, _Args&& ...) [with _Args = {std::__cxx11::basic_string, std::allocator >, tinygltf::Parameter}; _Key = std::__cxx11::basic_string; _Tp = tinygltf::Parameter; _Compare = std::less >; _Alloc = std::allocator, tinygltf::Parameter> >]', inlined from 'std::pair, std::_Select1st >, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind >::other>::iterator, bool> std::map<_Key, _Tp, _Compare, _Alloc>::emplace(_Args&& ...) [with _Args = {std::__cxx11::basic_string, std::allocator >, tinygltf::Parameter}; _Key = std::__cxx11::basic_string; _Tp = tinygltf::Parameter; _Compare = std::less >; _Alloc = std::allocator, tinygltf::Parameter> >]' at /usr/include/c++/14.2.0/bits/stl_map.h:601:22: /usr/include/c++/14.2.0/bits/stl_map.h:640:45: note: parameter passing for argument of type 'std::map, tinygltf::Parameter>::const_iterator' {aka 'std::_Rb_tree, std::pair, tinygltf::Parameter>, std::_Select1st, tinygltf::Parameter> >, std::less >, std::allocator, tinygltf::Parameter> > >::const_iterator'} changed in GCC 7.1 640 | return _M_t._M_emplace_hint_unique(__pos, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ 641 | std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/14.2.0/bits/stl_tree.h: In member function 'std::pair std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos(const_iterator, const key_type&) [with _Key = std::__cxx11::basic_string; _Val = std::pair, nlohmann::json_abi_v3_11_3::basic_json<> >; _KeyOfValue = std::_Select1st, nlohmann::json_abi_v3_11_3::basic_json<> > >; _Compare = std::less; _Alloc = std::allocator, nlohmann::json_abi_v3_11_3::basic_json<> > >]': /usr/include/c++/14.2.0/bits/stl_tree.h:2206:5: note: parameter passing for argument of type 'std::_Rb_tree, std::pair, nlohmann::json_abi_v3_11_3::basic_json<> >, std::_Select1st, nlohmann::json_abi_v3_11_3::basic_json<> > >, std::less, std::allocator, nlohmann::json_abi_v3_11_3::basic_json<> > > >::const_iterator' changed in GCC 7.1 2206 | _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.0/vector:66, from /usr/include/c++/14.2.0/functional:64, from /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:46: /usr/include/c++/14.2.0/bits/stl_vector.h: In constructor 'std::vector<_Tp, _Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = double; _Alloc = std::allocator]': /usr/include/c++/14.2.0/bits/stl_vector.h:678:7: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 678 | vector(initializer_list __l, | ^~~~~~ /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h: In function 'void tinygltf::SerializeGltfMaterial(const Material&, nlohmann::json_abi_v3_11_3::json&)': /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:7661:62: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 7661 | std::vector default_emissiveFactor = {0.0, 0.0, 0.0}; | ^ In function 'void tinygltf::SerializeGltfPbrMetallicRoughness(const PbrMetallicRoughness&, nlohmann::json_abi_v3_11_3::json&)', inlined from 'void tinygltf::SerializeGltfMaterial(const Material&, nlohmann::json_abi_v3_11_3::json&)' at /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:7669:38: /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:7596:68: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 7596 | std::vector default_baseColorFactor = {1.0, 1.0, 1.0, 1.0}; | ^ In constructor 'tinygltf::Material::Material()', inlined from 'tinygltf::TinyGLTF::LoadFromString(tinygltf::Model*, std::string*, std::string*, const char*, unsigned int, const std::string&, unsigned int)::' at /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:6371:16: /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:786:3: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 786 | Material() = default; | ^~~~~~~~ In constructor 'tinygltf::PbrMetallicRoughness::PbrMetallicRoughness()', inlined from 'tinygltf::Material::Material()' at /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:786:3, inlined from 'tinygltf::TinyGLTF::LoadFromString(tinygltf::Model*, std::string*, std::string*, const char*, unsigned int, const std::string&, unsigned int)::' at /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:6371:16: /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:750:3: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 750 | PbrMetallicRoughness() = default; | ^~~~~~~~~~~~~~~~~~~~ [3/5] Linking CXX shared library libtinygltf.so.2.9.2 [4/5] Creating library symlink libtinygltf.so.6d libtinygltf.so In file included from /usr/include/c++/14.2.0/map:62, from /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:48, from /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tests/tester.cc:4: /usr/include/c++/14.2.0/bits/stl_tree.h: In member function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {std::__cxx11::basic_string, std::allocator >, tinygltf::Parameter}; _Key = std::__cxx11::basic_string; _Val = std::pair, tinygltf::Parameter>; _KeyOfValue = std::_Select1st, tinygltf::Parameter> >; _Compare = std::less >; _Alloc = std::allocator, tinygltf::Parameter> >]': /usr/include/c++/14.2.0/bits/stl_tree.h:2454:7: note: parameter passing for argument of type 'std::_Rb_tree, std::pair, tinygltf::Parameter>, std::_Select1st, tinygltf::Parameter> >, std::less >, std::allocator, tinygltf::Parameter> > >::const_iterator' changed in GCC 7.1 2454 | _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.0/map:63: In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::iterator std::map<_Key, _Tp, _Compare, _Alloc>::emplace_hint(const_iterator, _Args&& ...) [with _Args = {std::__cxx11::basic_string, std::allocator >, tinygltf::Parameter}; _Key = std::__cxx11::basic_string; _Tp = tinygltf::Parameter; _Compare = std::less >; _Alloc = std::allocator, tinygltf::Parameter> >]', inlined from 'std::pair, std::_Select1st >, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind >::other>::iterator, bool> std::map<_Key, _Tp, _Compare, _Alloc>::emplace(_Args&& ...) [with _Args = {std::__cxx11::basic_string, std::allocator >, tinygltf::Parameter}; _Key = std::__cxx11::basic_string; _Tp = tinygltf::Parameter; _Compare = std::less >; _Alloc = std::allocator, tinygltf::Parameter> >]' at /usr/include/c++/14.2.0/bits/stl_map.h:601:22: /usr/include/c++/14.2.0/bits/stl_map.h:640:45: note: parameter passing for argument of type 'std::map, tinygltf::Parameter>::const_iterator' {aka 'std::_Rb_tree, std::pair, tinygltf::Parameter>, std::_Select1st, tinygltf::Parameter> >, std::less >, std::allocator, tinygltf::Parameter> > >::const_iterator'} changed in GCC 7.1 640 | return _M_t._M_emplace_hint_unique(__pos, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ 641 | std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/14.2.0/bits/stl_tree.h: In member function 'std::pair std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos(const_iterator, const key_type&) [with _Key = std::__cxx11::basic_string; _Val = std::pair, nlohmann::json_abi_v3_11_3::basic_json<> >; _KeyOfValue = std::_Select1st, nlohmann::json_abi_v3_11_3::basic_json<> > >; _Compare = std::less; _Alloc = std::allocator, nlohmann::json_abi_v3_11_3::basic_json<> > >]': /usr/include/c++/14.2.0/bits/stl_tree.h:2206:5: note: parameter passing for argument of type 'std::_Rb_tree, std::pair, nlohmann::json_abi_v3_11_3::basic_json<> >, std::_Select1st, nlohmann::json_abi_v3_11_3::basic_json<> > >, std::less, std::allocator, nlohmann::json_abi_v3_11_3::basic_json<> > > >::const_iterator' changed in GCC 7.1 2206 | _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/14.2.0/vector:66, from /usr/include/c++/14.2.0/functional:64, from /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:46: /usr/include/c++/14.2.0/bits/stl_vector.h: In constructor 'std::vector<_Tp, _Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = double; _Alloc = std::allocator]': /usr/include/c++/14.2.0/bits/stl_vector.h:678:7: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 678 | vector(initializer_list __l, | ^~~~~~ /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h: In constructor 'tinygltf::Material::Material()': /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:786:3: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 786 | Material() = default; | ^~~~~~~~ In constructor 'tinygltf::PbrMetallicRoughness::PbrMetallicRoughness()', inlined from 'tinygltf::Material::Material()' at /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:786:3: /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:750:3: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 750 | PbrMetallicRoughness() = default; | ^~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tests/tester.cc: In function 'void C_A_T_C_H_T_E_S_T_58()': /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tests/tester.cc:857:68: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 857 | const std::vector default_emissive_factor{ 0.0, 0.0, 0.0 }; | ^ /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tests/tester.cc:858:75: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 858 | const std::vector default_base_color_factor{ 1.0, 1.0, 1.0, 1.0 }; | ^ /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h: In function 'void tinygltf::SerializeGltfMaterial(const Material&, nlohmann::json_abi_v3_11_3::json&)': /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:7661:62: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 7661 | std::vector default_emissiveFactor = {0.0, 0.0, 0.0}; | ^ In function 'void tinygltf::SerializeGltfPbrMetallicRoughness(const PbrMetallicRoughness&, nlohmann::json_abi_v3_11_3::json&)', inlined from 'void tinygltf::SerializeGltfMaterial(const Material&, nlohmann::json_abi_v3_11_3::json&)' at /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:7669:38: /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tiny_gltf.h:7596:68: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 7596 | std::vector default_baseColorFactor = {1.0, 1.0, 1.0, 1.0}; | ^ /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tests/tester.cc: In function 'void C_A_T_C_H_T_E_S_T_36()': /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tests/tester.cc:514:1: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 514 | } | ^ /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tests/tester.cc:514:1: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 514 | } | ^ /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tests/tester.cc: In function 'void C_A_T_C_H_T_E_S_T_56()': /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tests/tester.cc:816:51: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 816 | light.color = std::vector{1.0, 0.8, 0.95}; | ^ In file included from /home/buildozer/aports/testing/tinygltf/src/tinygltf-2.9.2/tests/tester.cc:10: /usr/include/catch2/catch.hpp: In function 'std::string Catch::Detail::rangeToString(InputIterator, Sentinel) [with InputIterator = __gnu_cxx::__normal_iterator >; Sentinel = __gnu_cxx::__normal_iterator >]': /usr/include/catch2/catch.hpp:1829:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1829 | std::string rangeToString(InputIterator first, Sentinel last) { | ^~~~~~~~~~~~~ /usr/include/catch2/catch.hpp:1829:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function 'std::string Catch::rangeToString(const Range&) [with Range = std::vector]', inlined from 'static std::string Catch::StringMaker::value && (! Catch::Detail::IsStreamInsertable::value))>::type>::convert(const R&) [with R = std::vector]' at /usr/include/catch2/catch.hpp:2042:41, inlined from 'std::string Catch::Detail::stringify(const T&) [with T = std::vector]' at /usr/include/catch2/catch.hpp:1645:123, inlined from 'void Catch::BinaryExpr::streamReconstructedExpression(std::ostream&) const [with LhsT = const std::vector&; RhsT = const std::vector&]' at /usr/include/catch2/catch.hpp:2231:51: /usr/include/catch2/catch.hpp:2019:77: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2019 | return ::Catch::Detail::rangeToString( begin( range ), end( range ) ); | ^ In function 'std::string Catch::rangeToString(const Range&) [with Range = std::vector]', inlined from 'static std::string Catch::StringMaker::value && (! Catch::Detail::IsStreamInsertable::value))>::type>::convert(const R&) [with R = std::vector]' at /usr/include/catch2/catch.hpp:2042:41, inlined from 'std::string Catch::Detail::stringify(const T&) [with T = std::vector]' at /usr/include/catch2/catch.hpp:1645:123, inlined from 'void Catch::BinaryExpr::streamReconstructedExpression(std::ostream&) const [with LhsT = const std::vector&; RhsT = const std::vector&]' at /usr/include/catch2/catch.hpp:2231:92: /usr/include/catch2/catch.hpp:2019:77: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 2019 | return ::Catch::Detail::rangeToString( begin( range ), end( range ) ); | ^ [5/5] Linking CXX executable tests/tester File size 1800 exceeds maximum allowed file size 10 : ../models/Cube/Cube.bin WARN:File not found : AAAQAAA5 Failed to load external 'uri' for image[0] name = "AAAQAAA5" =============================================================================== All tests passed (289 assertions in 33 test cases) >>> tinygltf: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/testing/tinygltf/pkg/tinygltf/usr/lib/libtinygltf.so.2.9.2 -- Installing: /home/buildozer/aports/testing/tinygltf/pkg/tinygltf/usr/lib/libtinygltf.so.6d -- Installing: /home/buildozer/aports/testing/tinygltf/pkg/tinygltf/usr/lib/libtinygltf.so -- Installing: /home/buildozer/aports/testing/tinygltf/pkg/tinygltf/usr/lib/cmake/TinyGLTF/TinyGLTFTargets.cmake -- Installing: /home/buildozer/aports/testing/tinygltf/pkg/tinygltf/usr/lib/cmake/TinyGLTF/TinyGLTFTargets-none.cmake -- Installing: /home/buildozer/aports/testing/tinygltf/pkg/tinygltf/usr/include/tiny_gltf.h -- Installing: /home/buildozer/aports/testing/tinygltf/pkg/tinygltf/usr/lib/cmake/TinyGLTF/TinyGLTFConfig.cmake -- Installing: /home/buildozer/aports/testing/tinygltf/pkg/tinygltf/usr/lib/cmake/TinyGLTF/TinyGLTFConfigVersion.cmake -- Installing: /home/buildozer/aports/testing/tinygltf/pkg/tinygltf/usr/lib/pkgconfig/tinygltf.pc >>> tinygltf-dev*: Running split function dev... >>> tinygltf-dev*: Preparing subpackage tinygltf-dev... >>> tinygltf-dev*: Stripping binaries >>> tinygltf-dev*: Running postcheck for tinygltf-dev >>> tinygltf*: Running postcheck for tinygltf >>> tinygltf*: Preparing package tinygltf... >>> tinygltf*: Stripping binaries >>> tinygltf-dev*: Scanning shared objects >>> tinygltf*: Scanning shared objects >>> tinygltf-dev*: Tracing dependencies... nlohmann-json stb pkgconfig tinygltf=2.9.2-r0 >>> tinygltf-dev*: Package size: 328.0 KB >>> tinygltf-dev*: Compressing data... >>> tinygltf-dev*: Create checksum... >>> tinygltf-dev*: Create tinygltf-dev-2.9.2-r0.apk >>> tinygltf*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> tinygltf*: Package size: 368.0 KB >>> tinygltf*: Compressing data... >>> tinygltf*: Create checksum... >>> tinygltf*: Create tinygltf-2.9.2-r0.apk >>> tinygltf: Build complete at Sat, 03 Aug 2024 16:00:36 +0000 elapsed time 0h 0m 43s >>> tinygltf: Cleaning up srcdir >>> tinygltf: Cleaning up pkgdir >>> tinygltf: Uninstalling dependencies... (1/11) Purging .makedepends-tinygltf (20240803.155954) (2/11) Purging cmake (3.30.2-r0) (3/11) Purging samurai (1.2-r5) (4/11) Purging nlohmann-json (3.11.3-r0) (5/11) Purging stb (0_git20231012-r0) (6/11) Purging catch2 (2.13.10-r0) (7/11) Purging libarchive (3.7.4-r0) (8/11) Purging libbz2 (1.0.8-r6) (9/11) Purging libuv (1.48.0-r0) (10/11) Purging rhash-libs (1.4.4-r0) (11/11) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 330 MiB in 103 packages >>> tinygltf: Updating the testing/armhf repository index... >>> tinygltf: Signing the index...