>>> libxisf: Building community/libxisf 0.2.12-r0 (using abuild 3.13.0-r3) started Tue, 23 Apr 2024 19:51:54 +0000 >>> libxisf: Checking sanity of /home/buildozer/aports/community/libxisf/APKBUILD... >>> libxisf: Analyzing dependencies... >>> libxisf: Installing for build: build-base cmake samurai (1/8) Installing libbz2 (1.0.8-r6) (2/8) Installing xz-libs (5.6.1-r3) (3/8) Installing libarchive (3.7.3-r0) (4/8) Installing rhash-libs (1.4.4-r0) (5/8) Installing libuv (1.48.0-r0) (6/8) Installing cmake (3.29.2-r1) (7/8) Installing samurai (1.2-r5) (8/8) Installing .makedepends-libxisf (20240423.195155) Executing busybox-1.36.1-r25.trigger OK: 368 MiB in 111 packages >>> libxisf: Cleaning up srcdir >>> libxisf: Cleaning up pkgdir >>> libxisf: Cleaning up tmpdir >>> libxisf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libxisf-0.2.12.tar.gz >>> libxisf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libxisf-0.2.12.tar.gz >>> libxisf: Checking sha512sums... libxisf-0.2.12.tar.gz: OK >>> libxisf: Unpacking /var/cache/distfiles/libxisf-0.2.12.tar.gz... -- The CXX compiler identification is GNU 13.2.1 -- The C compiler identification is GNU 13.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 -- 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 -- Found PkgConfig: /usr/bin/pkg-config (found version "2.2.0") -- Checking for module 'libzstd' -- Package 'libzstd' not found -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/libxisf/src/libxisf/build [1/28] Building CXX object CMakeFiles/LibXISFTest.dir/test/benchmark.cpp.o [2/28] Building CXX object CMakeFiles/LibXISFTest.dir/test/main.cpp.o [3/28] Building C object CMakeFiles/XISF.dir/zlib/zutil.c.o [4/28] Building C object CMakeFiles/XISF.dir/zlib/uncompr.c.o [5/28] Building C object CMakeFiles/XISF.dir/zlib/trees.c.o [6/28] Building C object CMakeFiles/XISF.dir/zlib/inffast.c.o [7/28] Building C object CMakeFiles/XISF.dir/zlib/inftrees.c.o [8/28] Building C object CMakeFiles/XISF.dir/zlib/infback.c.o [9/28] Building C object CMakeFiles/XISF.dir/zlib/inflate.c.o [10/28] Building C object CMakeFiles/XISF.dir/zlib/gzwrite.c.o [11/28] Building C object CMakeFiles/XISF.dir/zlib/gzread.c.o [12/28] Building C object CMakeFiles/XISF.dir/zlib/gzlib.c.o [13/28] Building C object CMakeFiles/XISF.dir/zlib/gzclose.c.o [14/28] Building C object CMakeFiles/XISF.dir/zlib/deflate.c.o [15/28] Building C object CMakeFiles/XISF.dir/zlib/crc32.c.o [16/28] Building C object CMakeFiles/XISF.dir/zlib/compress.c.o [17/28] Building C object CMakeFiles/XISF.dir/zlib/adler32.c.o [18/28] Building CXX object CMakeFiles/XISF.dir/pugixml/pugixml.cpp.o [19/28] Building C object CMakeFiles/XISF.dir/lz4/lz4hc.c.o [20/28] Building C object CMakeFiles/XISF.dir/lz4/lz4.c.o [21/28] Building CXX object CMakeFiles/XISF.dir/variant.cpp.o [22/28] Building CXX object CMakeFiles/XISF.dir/utils.cpp.o [23/28] Building CXX object CMakeFiles/XISF.dir/streambuffer.cpp.o [24/28] Building CXX object CMakeFiles/XISF.dir/libxisf.cpp.o [25/28] Building CXX object CMakeFiles/XISF.dir/bytearray.cpp.o /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzlib.c: In function 'gz_open': /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzlib.c:14:17: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 14 | # define LSEEK lseek | ^~~~~ /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzlib.c:254:9: note: in expansion of macro 'LSEEK' 254 | LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */ | ^~~~~ /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzwrite.c: In function 'gz_comp': /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzwrite.c:89:20: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 89 | writ = write(state->fd, strm->next_in, put); | ^~~~~ | fwrite /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzwrite.c: In function 'gzclose_w': /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzwrite.c:673:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 673 | if (close(state->fd) == -1) | ^~~~~ | pclose /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzread.c: In function 'gz_load': /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzread.c:35:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 35 | ret = read(state->fd, buf + *have, get); | ^~~~ | fread /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzread.c: In function 'gzclose_r': /home/buildozer/aports/community/libxisf/src/libxisf/zlib/gzread.c:647:11: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 647 | ret = close(state->fd); | ^~~~~ | pclose In file included from /usr/include/c++/13.2.1/vector:72, from /home/buildozer/aports/community/libxisf/src/libxisf/libxisf.h:28, from /home/buildozer/aports/community/libxisf/src/libxisf/libxisf.cpp:19: /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]': /usr/include/c++/13.2.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.2.1/bits/vector.tcc: In function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]': /usr/include/c++/13.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const LibXISF::Property&}; _Tp = LibXISF::Property; _Alloc = std::allocator]': /usr/include/c++/13.2.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>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/13.2.1/vector:66: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = LibXISF::Property; _Alloc = std::allocator]', inlined from 'void LibXISF::Image::addProperty(const LibXISF::Property&)' at /home/buildozer/aports/community/libxisf/src/libxisf/libxisf.cpp:419:26: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {LibXISF::Property}; _Tp = LibXISF::Property; _Alloc = std::allocator]': /usr/include/c++/13.2.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.2.1/bits/vector.tcc: In function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {LibXISF::Property}; _Tp = LibXISF::Property; _Alloc = std::allocator]': /usr/include/c++/13.2.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)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {LibXISF::Image}; _Tp = LibXISF::Image; _Alloc = std::allocator]': /usr/include/c++/13.2.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>:: | ^~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {LibXISF::Image}; _Tp = LibXISF::Image; _Alloc = std::allocator]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = LibXISF::Image; _Alloc = std::allocator]' at /usr/include/c++/13.2.1/bits/stl_vector.h:1296:21, inlined from 'void LibXISF::XISFReaderPrivate::readXISFHeader()' at /home/buildozer/aports/community/libxisf/src/libxisf/libxisf.cpp:728:30: /usr/include/c++/13.2.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)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const LibXISF::Image&}; _Tp = LibXISF::Image; _Alloc = std::allocator]': /usr/include/c++/13.2.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>:: | ^~~~~~~~~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = LibXISF::Image; _Alloc = std::allocator]', inlined from 'void LibXISF::XISFWriterPrivate::writeImage(const LibXISF::Image&)' at /home/buildozer/aports/community/libxisf/src/libxisf/libxisf.cpp:1005:22: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ [26/28] Linking CXX shared library libXISF.so.0.2.12 [27/28] Creating library symlink libXISF.so.0 libXISF.so [28/28] Linking CXX executable LibXISFTest Internal ctest changing into directory: /home/buildozer/aports/community/libxisf/src/libxisf/build Test project /home/buildozer/aports/community/libxisf/src/libxisf/build Start 1: LibXISFTest Start 2: LibXISFTestRead Start 3: LibXISFTestReadLZ4 1/3 Test #2: LibXISFTestRead .................. Passed 0.00 sec 2/3 Test #3: LibXISFTestReadLZ4 ............... Passed 0.00 sec 3/3 Test #1: LibXISFTest ...................... Passed 0.00 sec 100% tests passed, 0 tests failed out of 3 Total Test time (real) = 0.01 sec >>> libxisf: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/libxisf/pkg/libxisf/usr/include/libxisf.h -- Installing: /home/buildozer/aports/community/libxisf/pkg/libxisf/usr/include/libXISF_global.h -- Installing: /home/buildozer/aports/community/libxisf/pkg/libxisf/usr/lib/pkgconfig/libxisf.pc -- Installing: /home/buildozer/aports/community/libxisf/pkg/libxisf/usr/lib/libXISF.so.0.2.12 -- Installing: /home/buildozer/aports/community/libxisf/pkg/libxisf/usr/lib/libXISF.so.0 -- Installing: /home/buildozer/aports/community/libxisf/pkg/libxisf/usr/lib/libXISF.so >>> libxisf-dev*: Running split function dev... >>> libxisf-dev*: Preparing subpackage libxisf-dev... >>> libxisf-dev*: Stripping binaries >>> libxisf-dev*: Running postcheck for libxisf-dev >>> libxisf*: Running postcheck for libxisf >>> libxisf*: Preparing package libxisf... >>> libxisf*: Stripping binaries >>> libxisf-dev*: Scanning shared objects >>> libxisf*: Scanning shared objects >>> libxisf-dev*: Tracing dependencies... libxisf=0.2.12-r0 pkgconfig >>> libxisf-dev*: Package size: 44.0 KB >>> libxisf-dev*: Compressing data... >>> libxisf-dev*: Create checksum... >>> libxisf-dev*: Create libxisf-dev-0.2.12-r0.apk >>> libxisf*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> libxisf*: Package size: 628.0 KB >>> libxisf*: Compressing data... >>> libxisf*: Create checksum... >>> libxisf*: Create libxisf-0.2.12-r0.apk >>> libxisf: Build complete at Tue, 23 Apr 2024 19:52:07 +0000 elapsed time 0h 0m 13s >>> libxisf: Cleaning up srcdir >>> libxisf: Cleaning up pkgdir >>> libxisf: Uninstalling dependencies... (1/8) Purging .makedepends-libxisf (20240423.195155) (2/8) Purging cmake (3.29.2-r1) (3/8) Purging samurai (1.2-r5) (4/8) Purging libarchive (3.7.3-r0) (5/8) Purging libbz2 (1.0.8-r6) (6/8) Purging libuv (1.48.0-r0) (7/8) Purging rhash-libs (1.4.4-r0) (8/8) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 103 packages >>> libxisf: Updating the community/armhf repository index... >>> libxisf: Signing the index...