>>> minizip-ng: Building community/minizip-ng 4.2.2-r0 (using abuild 3.18.0_rc5-r0) started Sat, 08 Aug 2026 22:06:55 +0000 >>> minizip-ng: Validating /home/buildozer/aports/community/minizip-ng/APKBUILD... >>> minizip-ng: Analyzing dependencies... >>> minizip-ng: Installing for build: build-base bzip2-dev cmake gtest-dev ninja openssl-dev python3 xz-dev zstd-dev zlib-ng-dev ( 1/28) Installing libbz2 (1.0.8-r6) ( 2/28) Installing bzip2-dev (1.0.8-r6) ( 3/28) Installing xz-libs (5.8.3-r0) ( 4/28) Installing libarchive (3.8.9-r0) ( 5/28) Installing rhash-libs (1.4.6-r1) ( 6/28) Installing libuv (1.52.1-r0) ( 7/28) Installing cmake (4.3.4-r0) ( 8/28) Installing gtest (1.17.0-r1) ( 9/28) Installing gmock (1.17.0-r1) (10/28) Installing gtest-dev (1.17.0-r1) (11/28) Installing samurai (1.3-r0) (12/28) Installing openssl-dev (3.5.7-r0) (13/28) Installing libffi (3.5.2-r1) (14/28) Installing mpdecimal (4.0.1-r0) (15/28) Installing libpanelw (6.6_p20260516-r0) (16/28) Installing readline (8.3.3-r1) (17/28) Installing sqlite-libs (3.53.4-r0) (18/28) Installing python3 (3.14.5-r2) (19/28) Installing python3-pycache-pyc0 (3.14.5-r2) (20/28) Installing pyc (3.14.5-r2) (21/28) Installing python3-pyc (3.14.5-r2) (22/28) Installing xz (5.8.3-r0) (23/28) Installing xz-dev (5.8.3-r0) (24/28) Installing zstd (1.5.7-r2) (25/28) Installing zstd-dev (1.5.7-r2) (26/28) Installing zlib-ng (2.3.3-r0) (27/28) Installing zlib-ng-dev (2.3.3-r0) (28/28) Installing .makedepends-minizip-ng (20260808.220655) Executing busybox-1.38.0-r4.trigger OK: 400.5 MiB in 134 packages >>> minizip-ng: Cleaning up srcdir >>> minizip-ng: Cleaning up pkgdir >>> minizip-ng: Cleaning up tmpdir >>> minizip-ng: Fetching https://distfiles.alpinelinux.org/distfiles/edge/minizip-ng-4.2.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> minizip-ng: Fetching https://github.com/zlib-ng/minizip-ng/archive/refs/tags/4.2.2/minizip-ng-4.2.2.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/minizip-ng-4.2.2.tar.gz.part' minizip-ng-4.2.2.tar 34% |********** | 203k 0:00:01 ETA minizip-ng-4.2.2.tar 100% |********************************| 597k 0:00:00 ETA '/var/cache/distfiles/minizip-ng-4.2.2.tar.gz.part' saved /var/cache/distfiles/minizip-ng-4.2.2.tar.gz: OK >>> minizip-ng: Fetching https://distfiles.alpinelinux.org/distfiles/edge/minizip-ng-4.2.2.tar.gz /var/cache/distfiles/minizip-ng-4.2.2.tar.gz: OK >>> minizip-ng: Unpacking /var/cache/distfiles/minizip-ng-4.2.2.tar.gz... -- The C compiler identification is GNU 15.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 -- Using CMake version 4.3.4 -- Looking for dirent.h -- Looking for dirent.h - found -- Looking for sys/dirent.h -- Looking for sys/dirent.h - not found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of DIR* -- Check size of DIR* - done -- Check size of off64_t -- Check size of off64_t - failed -- Looking for fseeko -- Looking for fseeko - found -- Looking for symlink -- Looking for symlink - found -- Looking for readlink -- Looking for readlink - found -- Using ZLIB-NG -- Using BZIP2 1.0.8 -- Using LZMA 5.8.3 -- Using PPMD -- Fetching ppmd https://github.com/ip7z/7zip 26.00 -- Found 7Zip/PPMd 26.00 -- ZSTD library not found -- Using OpenSSL 3.5.7 -- Performing Test Iconv_IS_BUILT_IN -- Performing Test Iconv_IS_BUILT_IN - Success -- Using Iconv -- Checking for sanitizer option -- sanitizer not enabled -- 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 -- The following features have been enabled: * MZ_COMPAT, Enables compatibility layer * MZ_ZLIB, Enables ZLIB compression * MZ_BZIP2, Enables BZIP2 compression * MZ_LZMA, Enables LZMA & XZ compression * MZ_PPMD, Enables PPMD compression * MZ_PKCRYPT, Enables PKWARE traditional encryption * MZ_WZAES, Enables WinZIP AES encryption * MZ_OPENSSL, Enables OpenSSL for encryption * MZ_LIBBSD, Builds with libbsd crypto random * MZ_ICONV, Enables iconv string encoding conversion library * MZ_BUILD_TESTS, Builds minizip test executable * MZ_BUILD_UNIT_TESTS, Builds minizip unit test project -- The following features have been disabled: * MZ_ZSTD, Enables ZSTD compression * MZ_LIBCOMP, Enables Apple compression * MZ_FETCH_LIBS, Enables fetching third-party libraries if not found * MZ_FORCE_FETCH_LIBS, Enables fetching third-party libraries always * MZ_COMPRESS_ONLY, Only support compression * MZ_DECOMPRESS_ONLY, Only support decompression * MZ_FILE32_API, Builds using posix 32-bit file api * MZ_BUILD_FUZZ_TESTS, Builds minizip fuzzer executables * MZ_CODE_COVERAGE, Builds with code coverage flags * MZ_SANITIZER, Enable sanitizer testing support -- Configuring done (4.6s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/minizip-ng/src/minizip-ng-4.2.2/build [1/40] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_compat.cc.o [2/40] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_stream_crypt.cc.o [3/40] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_stream_compress.cc.o [4/40] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_stream.cc.o [5/40] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_path.cc.o [6/40] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_file.cc.o [7/40] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_encoding.cc.o [8/40] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_crypt.cc.o [9/40] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_main.cc.o [10/40] Building C object CMakeFiles/minizip_cli.dir/minizip.c.o [11/40] Building C object CMakeFiles/minigzip_cli.dir/minigzip.c.o [12/40] Building C object CMakeFiles/minizip-ng.dir/compat/zip.c.o [13/40] Building C object CMakeFiles/minizip-ng.dir/compat/unzip.c.o [14/40] Building C object CMakeFiles/minizip-ng.dir/compat/ioapi.c.o [15/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm_wzaes.c.o [16/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm_pkcrypt.c.o [17/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm_os_posix.c.o [18/40] Building C object CMakeFiles/minizip-ng.dir/mz_os_posix.c.o [19/40] Building C object CMakeFiles/minizip-ng.dir/mz_crypt_openssl.c.o [20/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm_ppmd.c.o [21/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm_lzma.c.o [22/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm_bzip.c.o [23/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm_zlib.c.o [24/40] Building C object CMakeFiles/minizip-ng.dir/mz_zip_rw.c.o [25/40] Building C object CMakeFiles/minizip-ng.dir/mz_zip.c.o [26/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm_split.c.o [27/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm_mem.c.o [28/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm_buf.c.o [29/40] Building C object CMakeFiles/minizip-ng.dir/mz_strm.c.o [30/40] Building C object CMakeFiles/minizip-ng.dir/mz_os.c.o [31/40] Building C object CMakeFiles/minizip-ng.dir/mz_crypt.c.o [32/40] Building C object CMakeFiles/ppmd.dir/third_party/ppmd/C/Ppmd8Enc.c.o [33/40] Building C object CMakeFiles/ppmd.dir/third_party/ppmd/C/Ppmd8Dec.c.o [34/40] Building C object CMakeFiles/ppmd.dir/third_party/ppmd/C/Ppmd8.c.o [35/40] Linking C static library libppmd.a [36/40] Linking C shared library libminizip-ng.so.4.2.2 [37/40] Creating library symlink libminizip-ng.so.1 libminizip-ng.so [38/40] Linking C executable minizip [39/40] Linking C executable minigzip [40/40] Linking CXX executable test/gtest_minizip Test project /home/buildozer/aports/community/minizip-ng/src/minizip-ng-4.2.2/build Start 1: raw-zip-generic 1/211 Test #1: raw-zip-generic .................. Passed 0.01 sec Start 2: raw-list-generic 2/211 Test #2: raw-list-generic ................. Passed 0.00 sec Start 3: raw-unzip-generic 3/211 Test #3: raw-unzip-generic ................ Passed 0.01 sec Start 4: raw-append-generic 4/211 Test #4: raw-append-generic ............... Passed 0.00 sec Start 5: raw-append-unzip-generic 5/211 Test #5: raw-append-unzip-generic ......... Passed 0.01 sec Start 6: raw-erase-generic 6/211 Test #6: raw-erase-generic ................ Passed 0.01 sec Start 7: raw-erase-unzip-generic 7/211 Test #7: raw-erase-unzip-generic .......... Passed 0.01 sec Start 8: deflate-zip-generic 8/211 Test #8: deflate-zip-generic .............. Passed 0.03 sec Start 9: deflate-list-generic 9/211 Test #9: deflate-list-generic ............. Passed 0.00 sec Start 10: deflate-unzip-generic 10/211 Test #10: deflate-unzip-generic ............ Passed 0.02 sec Start 11: deflate-append-generic 11/211 Test #11: deflate-append-generic ........... Passed 0.00 sec Start 12: deflate-append-unzip-generic 12/211 Test #12: deflate-append-unzip-generic ..... Passed 0.01 sec Start 13: deflate-erase-generic 13/211 Test #13: deflate-erase-generic ............ Passed 0.01 sec Start 14: deflate-erase-unzip-generic 14/211 Test #14: deflate-erase-unzip-generic ...... Passed 0.02 sec Start 15: bzip2-zip-generic 15/211 Test #15: bzip2-zip-generic ................ Passed 0.10 sec Start 16: bzip2-list-generic 16/211 Test #16: bzip2-list-generic ............... Passed 0.00 sec Start 17: bzip2-unzip-generic 17/211 Test #17: bzip2-unzip-generic .............. Passed 0.05 sec Start 18: bzip2-append-generic 18/211 Test #18: bzip2-append-generic ............. Passed 0.00 sec Start 19: bzip2-append-unzip-generic 19/211 Test #19: bzip2-append-unzip-generic ....... Passed 0.06 sec Start 20: bzip2-erase-generic 20/211 Test #20: bzip2-erase-generic .............. Passed 0.01 sec Start 21: bzip2-erase-unzip-generic 21/211 Test #21: bzip2-erase-unzip-generic ........ Passed 0.04 sec Start 22: lzma-zip-generic 22/211 Test #22: lzma-zip-generic ................. Passed 0.13 sec Start 23: lzma-list-generic 23/211 Test #23: lzma-list-generic ................ Passed 0.00 sec Start 24: lzma-unzip-generic 24/211 Test #24: lzma-unzip-generic ............... Passed 0.04 sec Start 25: lzma-append-generic 25/211 Test #25: lzma-append-generic .............. Passed 0.00 sec Start 26: lzma-append-unzip-generic 26/211 Test #26: lzma-append-unzip-generic ........ Passed 0.05 sec Start 27: lzma-erase-generic 27/211 Test #27: lzma-erase-generic ............... Passed 0.01 sec Start 28: lzma-erase-unzip-generic 28/211 Test #28: lzma-erase-unzip-generic ......... Passed 0.04 sec Start 29: xz-zip-generic 29/211 Test #29: xz-zip-generic ................... Passed 0.13 sec Start 30: xz-list-generic 30/211 Test #30: xz-list-generic .................. Passed 0.00 sec Start 31: xz-unzip-generic 31/211 Test #31: xz-unzip-generic ................. Passed 0.02 sec Start 32: xz-append-generic 32/211 Test #32: xz-append-generic ................ Passed 0.00 sec Start 33: xz-append-unzip-generic 33/211 Test #33: xz-append-unzip-generic .......... Passed 0.02 sec Start 34: xz-erase-generic 34/211 Test #34: xz-erase-generic ................. Passed 0.01 sec Start 35: xz-erase-unzip-generic 35/211 Test #35: xz-erase-unzip-generic ........... Passed 0.02 sec Start 36: ppmd-zip-generic 36/211 Test #36: ppmd-zip-generic ................. Passed 0.28 sec Start 37: ppmd-list-generic 37/211 Test #37: ppmd-list-generic ................ Passed 0.00 sec Start 38: ppmd-unzip-generic 38/211 Test #38: ppmd-unzip-generic ............... Passed 0.36 sec Start 39: ppmd-append-generic 39/211 Test #39: ppmd-append-generic .............. Passed 0.01 sec Start 40: ppmd-append-unzip-generic 40/211 Test #40: ppmd-append-unzip-generic ........ Passed 0.35 sec Start 41: ppmd-erase-generic 41/211 Test #41: ppmd-erase-generic ............... Passed 0.01 sec Start 42: ppmd-erase-unzip-generic 42/211 Test #42: ppmd-erase-unzip-generic ......... Passed 0.38 sec Start 43: raw-zip-span 43/211 Test #43: raw-zip-span ..................... Passed 0.01 sec Start 44: raw-list-span 44/211 Test #44: raw-list-span .................... Passed 0.00 sec Start 45: raw-unzip-span 45/211 Test #45: raw-unzip-span ................... Passed 0.01 sec Start 46: raw-append-span 46/211 Test #46: raw-append-span .................. Passed 0.00 sec Start 47: raw-append-unzip-span 47/211 Test #47: raw-append-unzip-span ............ Passed 0.01 sec Start 48: raw-erase-span 48/211 Test #48: raw-erase-span ................... Passed 0.01 sec Start 49: raw-erase-unzip-span 49/211 Test #49: raw-erase-unzip-span ............. Passed 0.01 sec Start 50: deflate-zip-span 50/211 Test #50: deflate-zip-span ................. Passed 0.04 sec Start 51: deflate-list-span 51/211 Test #51: deflate-list-span ................ Passed 0.00 sec Start 52: deflate-unzip-span 52/211 Test #52: deflate-unzip-span ............... Passed 0.01 sec Start 53: deflate-append-span 53/211 Test #53: deflate-append-span .............. Passed 0.01 sec Start 54: deflate-append-unzip-span 54/211 Test #54: deflate-append-unzip-span ........ Passed 0.02 sec Start 55: deflate-erase-span 55/211 Test #55: deflate-erase-span ............... Passed 0.01 sec Start 56: deflate-erase-unzip-span 56/211 Test #56: deflate-erase-unzip-span ......... Passed 0.02 sec Start 57: bzip2-zip-span 57/211 Test #57: bzip2-zip-span ................... Passed 0.11 sec Start 58: bzip2-list-span 58/211 Test #58: bzip2-list-span .................. Passed 0.00 sec Start 59: bzip2-unzip-span 59/211 Test #59: bzip2-unzip-span ................. Passed 0.05 sec Start 60: bzip2-append-span 60/211 Test #60: bzip2-append-span ................ Passed 0.01 sec Start 61: bzip2-append-unzip-span 61/211 Test #61: bzip2-append-unzip-span .......... Passed 0.05 sec Start 62: bzip2-erase-span 62/211 Test #62: bzip2-erase-span ................. Passed 0.01 sec Start 63: bzip2-erase-unzip-span 63/211 Test #63: bzip2-erase-unzip-span ........... Passed 0.05 sec Start 64: lzma-zip-span 64/211 Test #64: lzma-zip-span .................... Passed 0.13 sec Start 65: lzma-list-span 65/211 Test #65: lzma-list-span ................... Passed 0.00 sec Start 66: lzma-unzip-span 66/211 Test #66: lzma-unzip-span .................. Passed 0.05 sec Start 67: lzma-append-span 67/211 Test #67: lzma-append-span ................. Passed 0.01 sec Start 68: lzma-append-unzip-span 68/211 Test #68: lzma-append-unzip-span ........... Passed 0.05 sec Start 69: lzma-erase-span 69/211 Test #69: lzma-erase-span .................. Passed 0.01 sec Start 70: lzma-erase-unzip-span 70/211 Test #70: lzma-erase-unzip-span ............ Passed 0.04 sec Start 71: xz-zip-span 71/211 Test #71: xz-zip-span ...................... Passed 0.13 sec Start 72: xz-list-span 72/211 Test #72: xz-list-span ..................... Passed 0.00 sec Start 73: xz-unzip-span 73/211 Test #73: xz-unzip-span .................... Passed 0.02 sec Start 74: xz-append-span 74/211 Test #74: xz-append-span ................... Passed 0.01 sec Start 75: xz-append-unzip-span 75/211 Test #75: xz-append-unzip-span ............. Passed 0.03 sec Start 76: xz-erase-span 76/211 Test #76: xz-erase-span .................... Passed 0.01 sec Start 77: xz-erase-unzip-span 77/211 Test #77: xz-erase-unzip-span .............. Passed 0.02 sec Start 78: ppmd-zip-span 78/211 Test #78: ppmd-zip-span .................... Passed 0.26 sec Start 79: ppmd-list-span 79/211 Test #79: ppmd-list-span ................... Passed 0.00 sec Start 80: ppmd-unzip-span 80/211 Test #80: ppmd-unzip-span .................. Passed 0.35 sec Start 81: ppmd-append-span 81/211 Test #81: ppmd-append-span ................. Passed 0.01 sec Start 82: ppmd-append-unzip-span 82/211 Test #82: ppmd-append-unzip-span ........... Passed 0.35 sec Start 83: ppmd-erase-span 83/211 Test #83: ppmd-erase-span .................. Passed 0.01 sec Start 84: ppmd-erase-unzip-span 84/211 Test #84: ppmd-erase-unzip-span ............ Passed 0.36 sec Start 85: deflate-zip-zipcd 85/211 Test #85: deflate-zip-zipcd ................ Passed 0.03 sec Start 86: deflate-list-zipcd 86/211 Test #86: deflate-list-zipcd ............... Passed 0.00 sec Start 87: deflate-unzip-zipcd 87/211 Test #87: deflate-unzip-zipcd .............. Passed 0.02 sec Start 88: deflate-append-zipcd 88/211 Test #88: deflate-append-zipcd ............. Passed 0.01 sec Start 89: deflate-append-unzip-zipcd 89/211 Test #89: deflate-append-unzip-zipcd ....... Passed 0.00 sec Start 90: deflate-erase-zipcd 90/211 Test #90: deflate-erase-zipcd .............. Passed 0.01 sec Start 91: deflate-erase-unzip-zipcd 91/211 Test #91: deflate-erase-unzip-zipcd ........ Passed 0.01 sec Start 92: bzip2-zip-zipcd 92/211 Test #92: bzip2-zip-zipcd .................. Passed 0.11 sec Start 93: bzip2-list-zipcd 93/211 Test #93: bzip2-list-zipcd ................. Passed 0.01 sec Start 94: bzip2-unzip-zipcd 94/211 Test #94: bzip2-unzip-zipcd ................ Passed 0.05 sec Start 95: bzip2-append-zipcd 95/211 Test #95: bzip2-append-zipcd ............... Passed 0.00 sec Start 96: bzip2-append-unzip-zipcd 96/211 Test #96: bzip2-append-unzip-zipcd ......... Passed 0.01 sec Start 97: bzip2-erase-zipcd 97/211 Test #97: bzip2-erase-zipcd ................ Passed 0.01 sec Start 98: bzip2-erase-unzip-zipcd 98/211 Test #98: bzip2-erase-unzip-zipcd .......... Passed 0.01 sec Start 99: lzma-zip-zipcd 99/211 Test #99: lzma-zip-zipcd ................... Passed 0.13 sec Start 100: lzma-list-zipcd 100/211 Test #100: lzma-list-zipcd .................. Passed 0.01 sec Start 101: lzma-unzip-zipcd 101/211 Test #101: lzma-unzip-zipcd ................. Passed 0.05 sec Start 102: lzma-append-zipcd 102/211 Test #102: lzma-append-zipcd ................ Passed 0.01 sec Start 103: lzma-append-unzip-zipcd 103/211 Test #103: lzma-append-unzip-zipcd .......... Passed 0.00 sec Start 104: lzma-erase-zipcd 104/211 Test #104: lzma-erase-zipcd ................. Passed 0.00 sec Start 105: lzma-erase-unzip-zipcd 105/211 Test #105: lzma-erase-unzip-zipcd ........... Passed 0.01 sec Start 106: xz-zip-zipcd 106/211 Test #106: xz-zip-zipcd ..................... Passed 0.14 sec Start 107: xz-list-zipcd 107/211 Test #107: xz-list-zipcd .................... Passed 0.01 sec Start 108: xz-unzip-zipcd 108/211 Test #108: xz-unzip-zipcd ................... Passed 0.02 sec Start 109: xz-append-zipcd 109/211 Test #109: xz-append-zipcd .................. Passed 0.01 sec Start 110: xz-append-unzip-zipcd 110/211 Test #110: xz-append-unzip-zipcd ............ Passed 0.01 sec Start 111: xz-erase-zipcd 111/211 Test #111: xz-erase-zipcd ................... Passed 0.01 sec Start 112: xz-erase-unzip-zipcd 112/211 Test #112: xz-erase-unzip-zipcd ............. Passed 0.01 sec Start 113: ppmd-zip-zipcd 113/211 Test #113: ppmd-zip-zipcd ................... Passed 0.27 sec Start 114: ppmd-list-zipcd 114/211 Test #114: ppmd-list-zipcd .................. Passed 0.01 sec Start 115: ppmd-unzip-zipcd 115/211 Test #115: ppmd-unzip-zipcd ................. Passed 0.34 sec Start 116: ppmd-append-zipcd 116/211 Test #116: ppmd-append-zipcd ................ Passed 0.01 sec Start 117: ppmd-append-unzip-zipcd 117/211 Test #117: ppmd-append-unzip-zipcd .......... Passed 0.01 sec Start 118: ppmd-erase-zipcd 118/211 Test #118: ppmd-erase-zipcd ................. Passed 0.01 sec Start 119: ppmd-erase-unzip-zipcd 119/211 Test #119: ppmd-erase-unzip-zipcd ........... Passed 0.01 sec Start 120: raw-zip-pkcrypt 120/211 Test #120: raw-zip-pkcrypt .................. Passed 0.07 sec Start 121: raw-list-pkcrypt 121/211 Test #121: raw-list-pkcrypt ................. Passed 0.00 sec Start 122: raw-unzip-pkcrypt 122/211 Test #122: raw-unzip-pkcrypt ................ Passed 0.08 sec Start 123: raw-append-pkcrypt 123/211 Test #123: raw-append-pkcrypt ............... Passed 0.00 sec Start 124: raw-append-unzip-pkcrypt 124/211 Test #124: raw-append-unzip-pkcrypt ......... Passed 0.07 sec Start 125: raw-erase-pkcrypt 125/211 Test #125: raw-erase-pkcrypt ................ Passed 0.01 sec Start 126: raw-erase-unzip-pkcrypt 126/211 Test #126: raw-erase-unzip-pkcrypt .......... Passed 0.07 sec Start 127: deflate-zip-pkcrypt 127/211 Test #127: deflate-zip-pkcrypt .............. Passed 0.06 sec Start 128: deflate-list-pkcrypt 128/211 Test #128: deflate-list-pkcrypt ............. Passed 0.00 sec Start 129: deflate-unzip-pkcrypt 129/211 Test #129: deflate-unzip-pkcrypt ............ Passed 0.05 sec Start 130: deflate-append-pkcrypt 130/211 Test #130: deflate-append-pkcrypt ........... Passed 0.00 sec Start 131: deflate-append-unzip-pkcrypt 131/211 Test #131: deflate-append-unzip-pkcrypt ..... Passed 0.05 sec Start 132: deflate-erase-pkcrypt 132/211 Test #132: deflate-erase-pkcrypt ............ Passed 0.01 sec Start 133: deflate-erase-unzip-pkcrypt 133/211 Test #133: deflate-erase-unzip-pkcrypt ...... Passed 0.05 sec Start 134: bzip2-zip-pkcrypt 134/211 Test #134: bzip2-zip-pkcrypt ................ Passed 0.13 sec Start 135: bzip2-list-pkcrypt 135/211 Test #135: bzip2-list-pkcrypt ............... Passed 0.00 sec Start 136: bzip2-unzip-pkcrypt 136/211 Test #136: bzip2-unzip-pkcrypt .............. Passed 0.08 sec Start 137: bzip2-append-pkcrypt 137/211 Test #137: bzip2-append-pkcrypt ............. Passed 0.01 sec Start 138: bzip2-append-unzip-pkcrypt 138/211 Test #138: bzip2-append-unzip-pkcrypt ....... Passed 0.08 sec Start 139: bzip2-erase-pkcrypt 139/211 Test #139: bzip2-erase-pkcrypt .............. Passed 0.01 sec Start 140: bzip2-erase-unzip-pkcrypt 140/211 Test #140: bzip2-erase-unzip-pkcrypt ........ Passed 0.08 sec Start 141: lzma-zip-pkcrypt 141/211 Test #141: lzma-zip-pkcrypt ................. Passed 0.15 sec Start 142: lzma-list-pkcrypt 142/211 Test #142: lzma-list-pkcrypt ................ Passed 0.00 sec Start 143: lzma-unzip-pkcrypt 143/211 Test #143: lzma-unzip-pkcrypt ............... Passed 0.08 sec Start 144: lzma-append-pkcrypt 144/211 Test #144: lzma-append-pkcrypt .............. Passed 0.01 sec Start 145: lzma-append-unzip-pkcrypt 145/211 Test #145: lzma-append-unzip-pkcrypt ........ Passed 0.07 sec Start 146: lzma-erase-pkcrypt 146/211 Test #146: lzma-erase-pkcrypt ............... Passed 0.01 sec Start 147: lzma-erase-unzip-pkcrypt 147/211 Test #147: lzma-erase-unzip-pkcrypt ......... Passed 0.06 sec Start 148: xz-zip-pkcrypt 148/211 Test #148: xz-zip-pkcrypt ................... Passed 0.16 sec Start 149: xz-list-pkcrypt 149/211 Test #149: xz-list-pkcrypt .................. Passed 0.00 sec Start 150: xz-unzip-pkcrypt 150/211 Test #150: xz-unzip-pkcrypt ................. Passed 0.05 sec Start 151: xz-append-pkcrypt 151/211 Test #151: xz-append-pkcrypt ................ Passed 0.01 sec Start 152: xz-append-unzip-pkcrypt 152/211 Test #152: xz-append-unzip-pkcrypt .......... Passed 0.04 sec Start 153: xz-erase-pkcrypt 153/211 Test #153: xz-erase-pkcrypt ................. Passed 0.01 sec Start 154: xz-erase-unzip-pkcrypt 154/211 Test #154: xz-erase-unzip-pkcrypt ........... Passed 0.06 sec Start 155: ppmd-zip-pkcrypt 155/211 Test #155: ppmd-zip-pkcrypt ................. Passed 0.29 sec Start 156: ppmd-list-pkcrypt 156/211 Test #156: ppmd-list-pkcrypt ................ Passed 0.00 sec Start 157: ppmd-unzip-pkcrypt 157/211 Test #157: ppmd-unzip-pkcrypt ............... Passed 0.36 sec Start 158: ppmd-append-pkcrypt 158/211 Test #158: ppmd-append-pkcrypt .............. Passed 0.01 sec Start 159: ppmd-append-unzip-pkcrypt 159/211 Test #159: ppmd-append-unzip-pkcrypt ........ Passed 0.38 sec Start 160: ppmd-erase-pkcrypt 160/211 Test #160: ppmd-erase-pkcrypt ............... Passed 0.01 sec Start 161: ppmd-erase-unzip-pkcrypt 161/211 Test #161: ppmd-erase-unzip-pkcrypt ......... Passed 0.37 sec Start 162: raw-zip-wzaes 162/211 Test #162: raw-zip-wzaes .................... Passed 0.38 sec Start 163: raw-list-wzaes 163/211 Test #163: raw-list-wzaes ................... Passed 0.00 sec Start 164: raw-unzip-wzaes 164/211 Test #164: raw-unzip-wzaes .................. Passed 0.35 sec Start 165: raw-append-wzaes 165/211 Test #165: raw-append-wzaes ................. Passed 0.02 sec Start 166: raw-append-unzip-wzaes 166/211 Test #166: raw-append-unzip-wzaes ........... Passed 0.36 sec Start 167: raw-erase-wzaes 167/211 Test #167: raw-erase-wzaes .................. Passed 0.01 sec Start 168: raw-erase-unzip-wzaes 168/211 Test #168: raw-erase-unzip-wzaes ............ Passed 0.36 sec Start 169: deflate-zip-wzaes 169/211 Test #169: deflate-zip-wzaes ................ Passed 0.40 sec Start 170: deflate-list-wzaes 170/211 Test #170: deflate-list-wzaes ............... Passed 0.00 sec Start 171: deflate-unzip-wzaes 171/211 Test #171: deflate-unzip-wzaes .............. Passed 0.34 sec Start 172: deflate-append-wzaes 172/211 Test #172: deflate-append-wzaes ............. Passed 0.02 sec Start 173: deflate-append-unzip-wzaes 173/211 Test #173: deflate-append-unzip-wzaes ....... Passed 0.36 sec Start 174: deflate-erase-wzaes 174/211 Test #174: deflate-erase-wzaes .............. Passed 0.01 sec Start 175: deflate-erase-unzip-wzaes 175/211 Test #175: deflate-erase-unzip-wzaes ........ Passed 0.35 sec Start 176: bzip2-zip-wzaes 176/211 Test #176: bzip2-zip-wzaes .................. Passed 0.47 sec Start 177: bzip2-list-wzaes 177/211 Test #177: bzip2-list-wzaes ................. Passed 0.00 sec Start 178: bzip2-unzip-wzaes 178/211 Test #178: bzip2-unzip-wzaes ................ Passed 0.35 sec Start 179: bzip2-append-wzaes 179/211 Test #179: bzip2-append-wzaes ............... Passed 0.03 sec Start 180: bzip2-append-unzip-wzaes 180/211 Test #180: bzip2-append-unzip-wzaes ......... Passed 0.38 sec Start 181: bzip2-erase-wzaes 181/211 Test #181: bzip2-erase-wzaes ................ Passed 0.01 sec Start 182: bzip2-erase-unzip-wzaes 182/211 Test #182: bzip2-erase-unzip-wzaes .......... Passed 0.38 sec Start 183: lzma-zip-wzaes 183/211 Test #183: lzma-zip-wzaes ................... Passed 0.50 sec Start 184: lzma-list-wzaes 184/211 Test #184: lzma-list-wzaes .................. Passed 0.00 sec Start 185: lzma-unzip-wzaes 185/211 Test #185: lzma-unzip-wzaes ................. Passed 0.37 sec Start 186: lzma-append-wzaes 186/211 Test #186: lzma-append-wzaes ................ Passed 0.03 sec Start 187: lzma-append-unzip-wzaes 187/211 Test #187: lzma-append-unzip-wzaes .......... Passed 0.38 sec Start 188: lzma-erase-wzaes 188/211 Test #188: lzma-erase-wzaes ................. Passed 0.01 sec Start 189: lzma-erase-unzip-wzaes 189/211 Test #189: lzma-erase-unzip-wzaes ........... Passed 0.38 sec Start 190: xz-zip-wzaes 190/211 Test #190: xz-zip-wzaes ..................... Passed 0.46 sec Start 191: xz-list-wzaes 191/211 Test #191: xz-list-wzaes .................... Passed 0.00 sec Start 192: xz-unzip-wzaes 192/211 Test #192: xz-unzip-wzaes ................... Passed 0.35 sec Start 193: xz-append-wzaes 193/211 Test #193: xz-append-wzaes .................. Passed 0.03 sec Start 194: xz-append-unzip-wzaes 194/211 Test #194: xz-append-unzip-wzaes ............ Passed 0.36 sec Start 195: xz-erase-wzaes 195/211 Test #195: xz-erase-wzaes ................... Passed 0.01 sec Start 196: xz-erase-unzip-wzaes 196/211 Test #196: xz-erase-unzip-wzaes ............. Passed 0.36 sec Start 197: ppmd-zip-wzaes 197/211 Test #197: ppmd-zip-wzaes ................... Passed 0.62 sec Start 198: ppmd-list-wzaes 198/211 Test #198: ppmd-list-wzaes .................. Passed 0.00 sec Start 199: ppmd-unzip-wzaes 199/211 Test #199: ppmd-unzip-wzaes ................. Passed 0.69 sec Start 200: ppmd-append-wzaes 200/211 Test #200: ppmd-append-wzaes ................ Passed 0.03 sec Start 201: ppmd-append-unzip-wzaes 201/211 Test #201: ppmd-append-unzip-wzaes .......... Passed 0.69 sec Start 202: ppmd-erase-wzaes 202/211 Test #202: ppmd-erase-wzaes ................. Passed 0.01 sec Start 203: ppmd-erase-unzip-wzaes 203/211 Test #203: ppmd-erase-unzip-wzaes ........... Passed 0.70 sec Start 204: unzip-tiny 204/211 Test #204: unzip-tiny ....................... Passed 0.00 sec Start 205: unzip-bzip2 205/211 Test #205: unzip-bzip2 ...................... Passed 0.02 sec Start 206: unzip-lzma 206/211 Test #206: unzip-lzma ....................... Passed 0.00 sec Start 207: unzip-pkcrypt 207/211 Test #207: unzip-pkcrypt .................... Passed 0.00 sec Start 208: unzip-wzaes 208/211 Test #208: unzip-wzaes ...................... Passed 0.03 sec Start 209: gz 209/211 Test #209: gz ............................... Passed 0.01 sec Start 210: ungz 210/211 Test #210: ungz ............................. Passed 0.00 sec Start 211: gtest_minizip 211/211 Test #211: gtest_minizip .................... Passed 62.43 sec 100% tests passed, 0 tests failed out of 211 Total Test time (real) = 82.16 sec >>> minizip-ng: Entering fakeroot... -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/lib/libminizip-ng.so.4.2.2 -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/lib/libminizip-ng.so.1 -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/lib/libminizip-ng.so -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/lib/libppmd.a -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/lib/cmake/minizip-ng/minizip-ng-targets.cmake -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/lib/cmake/minizip-ng/minizip-ng-targets-minsizerel.cmake -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/lib/cmake/minizip-ng/minizip-ng-config-version.cmake -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/lib/cmake/minizip-ng/minizip-ng-config.cmake -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_os.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_crypt.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm_buf.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm_mem.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm_split.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm_os.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_zip.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_zip_rw.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_config.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm_zlib.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm_bzip.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm_lzma.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm_ppmd.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm_pkcrypt.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/mz_strm_wzaes.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/crypt.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/ioapi.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/unzip.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/include/minizip-ng/zip.h -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/lib/pkgconfig/minizip-ng.pc -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/bin/minigzip -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/bin/minigzip" to "" -- Installing: /home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/bin/minizip -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/community/minizip-ng/pkg/minizip-ng/usr/bin/minizip" to "" >>> minizip-ng-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/community/minizip-ng/pkg/minizip-ng-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/community/minizip-ng/pkg/minizip-ng-dev/usr/lib/pkgconfig' 'usr/lib/cmake' -> '/home/buildozer/aports/community/minizip-ng/pkg/minizip-ng-dev/usr/lib/cmake' 'usr/lib/libppmd.a' -> '/home/buildozer/aports/community/minizip-ng/pkg/minizip-ng-dev/usr/lib/libppmd.a' 'usr/lib/libminizip-ng.so' -> '/home/buildozer/aports/community/minizip-ng/pkg/minizip-ng-dev/usr/lib/libminizip-ng.so' >>> minizip-ng-dev*: Preparing subpackage minizip-ng-dev... >>> minizip-ng-dev*: Stripping binaries >>> minizip-ng-dev*: Running postcheck for minizip-ng-dev >>> minizip-ng*: Running postcheck for minizip-ng >>> minizip-ng*: Preparing package minizip-ng... >>> minizip-ng*: Stripping binaries >>> minizip-ng*: Scanning shared objects >>> minizip-ng-dev*: Scanning shared objects >>> minizip-ng*: Tracing dependencies... so:libbz2.so.1 so:libc.musl-ppc64le.so.1 so:libcrypto.so.3 so:liblzma.so.5 so:libz-ng.so.2 >>> minizip-ng*: Package size: 326.5 KB >>> minizip-ng*: Compressing data... >>> minizip-ng*: Create checksum... >>> minizip-ng*: Create minizip-ng-4.2.2-r0.apk >>> minizip-ng-dev*: Tracing dependencies... minizip-ng=4.2.2-r0 pc:openssl pc:zlib-ng pkgconfig >>> minizip-ng-dev*: Package size: 118.2 KB >>> minizip-ng-dev*: Compressing data... >>> minizip-ng-dev*: Create checksum... >>> minizip-ng-dev*: Create minizip-ng-dev-4.2.2-r0.apk >>> minizip-ng: Build complete at Sat, 08 Aug 2026 22:08:31 +0000 elapsed time 0h 1m 36s >>> minizip-ng: Cleaning up srcdir >>> minizip-ng: Cleaning up pkgdir >>> minizip-ng: Uninstalling dependencies... ( 1/28) Purging .makedepends-minizip-ng (20260808.220655) ( 2/28) Purging bzip2-dev (1.0.8-r6) ( 3/28) Purging cmake (4.3.4-r0) ( 4/28) Purging gtest-dev (1.17.0-r1) ( 5/28) Purging gmock (1.17.0-r1) ( 6/28) Purging gtest (1.17.0-r1) ( 7/28) Purging openssl-dev (3.5.7-r0) ( 8/28) Purging python3-pyc (3.14.5-r2) ( 9/28) Purging python3-pycache-pyc0 (3.14.5-r2) (10/28) Purging pyc (3.14.5-r2) (11/28) Purging python3 (3.14.5-r2) (12/28) Purging xz-dev (5.8.3-r0) (13/28) Purging xz (5.8.3-r0) (14/28) Purging zstd-dev (1.5.7-r2) (15/28) Purging zstd (1.5.7-r2) (16/28) Purging zlib-ng-dev (2.3.3-r0) (17/28) Purging zlib-ng (2.3.3-r0) (18/28) Purging libarchive (3.8.9-r0) (19/28) Purging libbz2 (1.0.8-r6) (20/28) Purging libffi (3.5.2-r1) (21/28) Purging libpanelw (6.6_p20260516-r0) (22/28) Purging libuv (1.52.1-r0) (23/28) Purging mpdecimal (4.0.1-r0) (24/28) Purging readline (8.3.3-r1) (25/28) Purging rhash-libs (1.4.6-r1) (26/28) Purging samurai (1.3-r0) (27/28) Purging sqlite-libs (3.53.4-r0) (28/28) Purging xz-libs (5.8.3-r0) Executing busybox-1.38.0-r4.trigger OK: 289.3 MiB in 106 packages >>> minizip-ng: Updating the community/ppc64le repository index... >>> minizip-ng: Signing the index...