>>> woff2: Building community/woff2 1.0.2-r4 (using abuild 3.15.0_rc3-r1) started Thu, 24 Apr 2025 13:40:58 +0000 >>> woff2: Validating /home/buildozer/aports/community/woff2/APKBUILD... >>> woff2: Analyzing dependencies... >>> woff2: Installing for build: build-base brotli-dev cmake samurai (1/10) Installing brotli (1.1.0-r2) (2/10) Installing brotli-dev (1.1.0-r2) (3/10) Installing libbz2 (1.0.8-r6) (4/10) Installing xz-libs (5.8.1-r0) (5/10) Installing libarchive (3.7.9-r0) (6/10) Installing rhash-libs (1.4.5-r0) (7/10) Installing libuv (1.50.0-r0) (8/10) Installing cmake (3.31.6-r1) (9/10) Installing samurai (1.2-r6) (10/10) Installing .makedepends-woff2 (20250424.134153) Executing busybox-1.37.0-r16.trigger OK: 456 MiB in 113 packages >>> woff2: Cleaning up srcdir >>> woff2: Cleaning up pkgdir >>> woff2: Cleaning up tmpdir >>> woff2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/woff2-1.0.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> woff2: Fetching woff2-1.0.2.tar.gz::https://github.com/google/woff2/archive/v1.0.2.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.22/woff2-1.0.2.tar.gz.part' woff2-1.0.2.tar.gz.p 100% |********************************| 38934 0:00:00 ETA '/var/cache/distfiles/v3.22/woff2-1.0.2.tar.gz.part' saved >>> woff2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/woff2-1.0.2.tar.gz >>> woff2: Checking sha512sums... woff2-1.0.2.tar.gz: OK dont-set-rpath.patch: OK install-executables.patch: OK >>> woff2: Unpacking /var/cache/distfiles/v3.22/woff2-1.0.2.tar.gz... >>> woff2: dont-set-rpath.patch patching file CMakeLists.txt >>> woff2: install-executables.patch patching file CMakeLists.txt Hunk #1 succeeded at 250 (offset -10 lines). CMake Deprecation Warning at CMakeLists.txt:10 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- The C compiler identification is GNU 14.2.0 -- The CXX compiler identification is GNU 14.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - 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/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "2.4.3") -- Checking for module 'libbrotlidec' -- Found libbrotlidec, version 1.1.0 -- Found BrotliDec: /usr/include (found version "1.1.0") -- Checking for module 'libbrotlienc' -- Found libbrotlienc, version 1.1.0 -- Found BrotliEnc: /usr/include (found version "1.1.0") -- Configuring done (0.8s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/woff2/src/woff2-1.0.2/build [1/26] Building CXX object CMakeFiles/convert_woff2ttf_fuzzer_new_entry.dir/src/convert_woff2ttf_fuzzer_new_entry.cc.o [2/26] Building CXX object CMakeFiles/convert_woff2ttf_fuzzer.dir/src/convert_woff2ttf_fuzzer.cc.o [3/26] Building CXX object CMakeFiles/woff2_info.dir/src/woff2_info.cc.o [4/26] Building CXX object CMakeFiles/woff2_compress.dir/src/woff2_compress.cc.o [5/26] Building CXX object CMakeFiles/woff2enc.dir/src/woff2_enc.cc.o [6/26] Building CXX object CMakeFiles/woff2enc.dir/src/transform.cc.o [7/26] Building CXX object CMakeFiles/woff2enc.dir/src/normalize.cc.o [8/26] Building CXX object CMakeFiles/woff2enc.dir/src/glyph.cc.o [9/26] Building CXX object CMakeFiles/woff2enc.dir/src/font.cc.o [10/26] Building CXX object CMakeFiles/woff2_decompress.dir/src/woff2_decompress.cc.o [11/26] Building CXX object CMakeFiles/woff2dec.dir/src/woff2_out.cc.o [12/26] Building CXX object CMakeFiles/woff2dec.dir/src/woff2_dec.cc.o [13/26] Building CXX object CMakeFiles/woff2common.dir/src/woff2_common.cc.o [14/26] Building CXX object CMakeFiles/woff2common.dir/src/variable_length.cc.o [15/26] Building CXX object CMakeFiles/woff2common.dir/src/table_tags.cc.o [16/26] Linking CXX shared library libwoff2common.so.1.0.2 [17/26] Creating library symlink libwoff2common.so [18/26] Linking CXX executable woff2_info [19/26] Linking CXX shared library libwoff2enc.so.1.0.2 /home/buildozer/aports/community/woff2/src/woff2-1.0.2/src/woff2_dec.cc: In function 'bool woff2::{anonymous}::ReadWOFF2Header(const uint8_t*, size_t, WOFF2Header*)': /home/buildozer/aports/community/woff2/src/woff2-1.0.2/src/woff2_dec.cc:1182:21: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1182 | fprintf(stderr, "offset fail; src_offset %" PRIu64 " length %lu " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1183 | "dst_offset %" PRIu64 "\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 1184 | src_offset, length, dst_offset); | ~~~~~~ | | | size_t {aka unsigned int} [20/26] Linking CXX shared library libwoff2dec.so.1.0.2 In function 'copy', inlined from '_S_copy' at /usr/include/c++/14.2.0/bits/basic_string.h:435:21, inlined from '_S_copy' at /usr/include/c++/14.2.0/bits/basic_string.h:430:7, inlined from '_S_copy_chars' at /usr/include/c++/14.2.0/bits/basic_string.h:489:16, inlined from '_M_construct.constprop' at /usr/include/c++/14.2.0/bits/basic_string.tcc:247:21: /usr/include/c++/14.2.0/bits/char_traits.h:427:56: warning: '__builtin_memcpy' reading between 2 and 1073741823 bytes from a region of size 1 [-Wstringop-overread] 427 | return static_cast(__builtin_memcpy(__s1, __s2, __n)); | ^ [21/26] Creating library symlink libwoff2enc.so [22/26] Linking CXX executable woff2_compress [23/26] Creating library symlink libwoff2dec.so [24/26] Linking CXX static library libconvert_woff2ttf_fuzzer_new_entry.a [25/26] Linking CXX static library libconvert_woff2ttf_fuzzer.a [26/26] Linking CXX executable woff2_decompress >>> woff2: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/bin/woff2_decompress -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/bin/woff2_compress -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/bin/woff2_info -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/lib/libwoff2common.so.1.0.2 -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/lib/libwoff2common.so -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/lib/libwoff2dec.so.1.0.2 -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/lib/libwoff2dec.so -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/lib/libwoff2enc.so.1.0.2 -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/lib/libwoff2enc.so -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/include/woff2 -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/include/woff2/decode.h -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/include/woff2/output.h -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/include/woff2/encode.h -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/lib/pkgconfig/libwoff2common.pc -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/lib/pkgconfig/libwoff2dec.pc -- Installing: /home/buildozer/aports/community/woff2/pkg/woff2/usr/lib/pkgconfig/libwoff2enc.pc >>> woff2-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/community/woff2/pkg/woff2-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/community/woff2/pkg/woff2-dev/usr/lib/pkgconfig' 'usr/lib/libwoff2common.so' -> '/home/buildozer/aports/community/woff2/pkg/woff2-dev/usr/lib/libwoff2common.so' 'usr/lib/libwoff2dec.so' -> '/home/buildozer/aports/community/woff2/pkg/woff2-dev/usr/lib/libwoff2dec.so' 'usr/lib/libwoff2enc.so' -> '/home/buildozer/aports/community/woff2/pkg/woff2-dev/usr/lib/libwoff2enc.so' >>> woff2-dev*: Preparing subpackage woff2-dev... >>> woff2-dev*: Stripping binaries >>> woff2-dev*: Running postcheck for woff2-dev >>> libwoff2common*: Running split function _common... 'usr/lib/libwoff2common.so.1.0.2' -> '/home/buildozer/aports/community/woff2/pkg/libwoff2common/usr/lib/libwoff2common.so.1.0.2' >>> libwoff2common*: Preparing subpackage libwoff2common... >>> libwoff2common*: Stripping binaries >>> libwoff2common*: Running postcheck for libwoff2common >>> libwoff2enc*: Running split function _enc... 'usr/lib/libwoff2dec.so.1.0.2' -> '/home/buildozer/aports/community/woff2/pkg/libwoff2enc/usr/lib/libwoff2dec.so.1.0.2' >>> libwoff2enc*: Preparing subpackage libwoff2enc... >>> libwoff2enc*: Stripping binaries >>> libwoff2enc*: Running postcheck for libwoff2enc >>> libwoff2dec*: Running split function _dec... 'usr/lib/libwoff2enc.so.1.0.2' -> '/home/buildozer/aports/community/woff2/pkg/libwoff2dec/usr/lib/libwoff2enc.so.1.0.2' >>> libwoff2dec*: Preparing subpackage libwoff2dec... >>> libwoff2dec*: Stripping binaries >>> libwoff2dec*: Running postcheck for libwoff2dec >>> woff2*: Running postcheck for woff2 >>> woff2*: Preparing package woff2... >>> woff2*: Stripping binaries >>> libwoff2common*: Scanning shared objects >>> libwoff2dec*: Scanning shared objects >>> libwoff2enc*: Scanning shared objects >>> woff2-dev*: Scanning shared objects >>> woff2*: Scanning shared objects >>> libwoff2common*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> libwoff2common*: Package size: 13.4 KB >>> libwoff2common*: Compressing data... >>> libwoff2common*: Create checksum... >>> libwoff2common*: Create libwoff2common-1.0.2-r4.apk >>> libwoff2dec*: Tracing dependencies... so:libbrotlienc.so.1 so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 so:libwoff2common.so.1.0.2 >>> libwoff2dec*: Package size: 65.4 KB >>> libwoff2dec*: Compressing data... >>> libwoff2dec*: Create checksum... >>> libwoff2dec*: Create libwoff2dec-1.0.2-r4.apk >>> libwoff2enc*: Tracing dependencies... so:libbrotlidec.so.1 so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 so:libwoff2common.so.1.0.2 >>> libwoff2enc*: Package size: 45.4 KB >>> libwoff2enc*: Compressing data... >>> libwoff2enc*: Create checksum... >>> libwoff2enc*: Create libwoff2enc-1.0.2-r4.apk >>> woff2-dev*: Tracing dependencies... woff2=1.0.2-r4 libwoff2common=1.0.2-r4 libwoff2dec=1.0.2-r4 libwoff2enc=1.0.2-r4 pc:libbrotlidec pc:libbrotlienc pkgconfig >>> woff2-dev*: Package size: 5.6 KB >>> woff2-dev*: Compressing data... >>> woff2-dev*: Create checksum... >>> woff2-dev*: Create woff2-dev-1.0.2-r4.apk >>> woff2*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 so:libwoff2common.so.1.0.2 so:libwoff2dec.so.1.0.2 so:libwoff2enc.so.1.0.2 >>> woff2*: Package size: 44.3 KB >>> woff2*: Compressing data... >>> woff2*: Create checksum... >>> woff2*: Create woff2-1.0.2-r4.apk >>> woff2: Build complete at Thu, 24 Apr 2025 13:42:00 +0000 elapsed time 0h 1m 2s >>> woff2: Cleaning up srcdir >>> woff2: Cleaning up pkgdir >>> woff2: Uninstalling dependencies... (1/10) Purging .makedepends-woff2 (20250424.134153) (2/10) Purging brotli-dev (1.1.0-r2) (3/10) Purging brotli (1.1.0-r2) (4/10) Purging cmake (3.31.6-r1) (5/10) Purging samurai (1.2-r6) (6/10) Purging libarchive (3.7.9-r0) (7/10) Purging libbz2 (1.0.8-r6) (8/10) Purging libuv (1.50.0-r0) (9/10) Purging rhash-libs (1.4.5-r0) (10/10) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 400 MiB in 103 packages >>> woff2: Updating the community/x86 repository index... >>> woff2: Signing the index...