nixbot

builds

succeeded minizip-ng-4.2.1 x86_64-linux.package-alphashape · build #12 · raw

1structuredAttrs is enabled
unpackPhase
2unpacking source archive /nix/store/y9nrncinn5pim51jl4s38ck9hsjn5ib0-source3source root is source
configurePhase
4cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/share/doc/minizip-ng -DCMAKE_INSTALL_INFODIR=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib -DCMAKE_STRIP=/nix/store/vdaz6sk455r8sbpi7wzaf9vlz5i9yyvx-gcc-wrapper-15.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/vdaz6sk455r8sbpi7wzaf9vlz5i9yyvx-gcc-wrapper-15.2.0/bin/ranlib -DCMAKE_AR=/nix/store/vdaz6sk455r8sbpi7wzaf9vlz5i9yyvx-gcc-wrapper-15.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1 -DBUILD_SHARED_LIBS:BOOL=TRUE -DMZ_OPENSSL:BOOL=TRUE -DMZ_PPMD:BOOL=FALSE -DMZ_LIBCOMP:BOOL=FALSE -DMZ_BUILD_TESTS:BOOL=TRUE -DMZ_BUILD_UNIT_TESTS:BOOL=TRUE -DMZ_COMPAT:BOOL=FALSE5-- The C compiler identification is GNU 15.2.06-- Detecting C compiler ABI info7-- Detecting C compiler ABI info - done8-- Check for working C compiler: /nix/store/vdaz6sk455r8sbpi7wzaf9vlz5i9yyvx-gcc-wrapper-15.2.0/bin/gcc - skipped9-- Detecting C compile features10-- Detecting C compile features - done11-- Using CMake version 4.1.212-- Looking for dirent.h13-- Looking for dirent.h - found14-- Looking for sys/dirent.h15-- Looking for sys/dirent.h - not found16-- Looking for inttypes.h17-- Looking for inttypes.h - found18-- Looking for stdint.h19-- Looking for stdint.h - found20-- Looking for sys/types.h21-- Looking for sys/types.h - found22-- Looking for stddef.h23-- Looking for stddef.h - found24-- Check size of DIR*25-- Check size of DIR* - done26-- Check size of off64_t27-- Check size of off64_t - failed28-- Looking for fseeko29-- Looking for fseeko - found30-- Looking for symlink31-- Looking for symlink - found32-- Looking for readlink33-- Looking for readlink - found34-- Using ZLIB 1.3.235-- Using BZIP2 1.0.836-- Using LZMA 5.8.337-- Using ZSTD 1.5.738-- Using OpenSSL 3.6.339-- Performing Test Iconv_IS_BUILT_IN40-- Performing Test Iconv_IS_BUILT_IN - Success41-- Using Iconv42-- Checking for sanitizer option43-- sanitizer not enabled44-- The CXX compiler identification is GNU 15.2.045-- Detecting CXX compiler ABI info46-- Detecting CXX compiler ABI info - done47-- Check for working CXX compiler: /nix/store/vdaz6sk455r8sbpi7wzaf9vlz5i9yyvx-gcc-wrapper-15.2.0/bin/g++ - skipped48-- Detecting CXX compile features49-- Detecting CXX compile features - done50-- The following features have been enabled:5152 * MZ_ZLIB, Enables ZLIB compression53 * MZ_BZIP2, Enables BZIP2 compression54 * MZ_LZMA, Enables LZMA & XZ compression55 * MZ_ZSTD, Enables ZSTD compression56 * MZ_PKCRYPT, Enables PKWARE traditional encryption57 * MZ_WZAES, Enables WinZIP AES encryption58 * MZ_OPENSSL, Enables OpenSSL for encryption59 * MZ_LIBBSD, Builds with libbsd crypto random60 * MZ_ICONV, Enables iconv string encoding conversion library61 * MZ_BUILD_TESTS, Builds minizip test executable62 * MZ_BUILD_UNIT_TESTS, Builds minizip unit test project6364-- The following features have been disabled:6566 * MZ_COMPAT, Enables compatibility layer67 * MZ_PPMD, Enables PPMD compression68 * MZ_LIBCOMP, Enables Apple compression69 * MZ_FETCH_LIBS, Enables fetching third-party libraries if not found70 * MZ_FORCE_FETCH_LIBS, Enables fetching third-party libraries always71 * MZ_COMPRESS_ONLY, Only support compression72 * MZ_DECOMPRESS_ONLY, Only support decompression73 * MZ_FILE32_API, Builds using posix 32-bit file api74 * MZ_BUILD_FUZZ_TESTS, Builds minizip fuzzer executables75 * MZ_CODE_COVERAGE, Builds with code coverage flags76 * MZ_SANITIZER, Enable sanitizer testing support7778-- Configuring done (3.8s)79-- Generating done (0.0s)80CMake Warning:81 Manually-specified variables were not used by the project:8283 CMAKE_EXPORT_NO_PACKAGE_REGISTRY848586-- Build files have been written to: /build/source/build87cmake: enabled parallel building88cmake: enabled parallel installing
buildPhase
89build flags: -j48 SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash90[ 3%] Building C object CMakeFiles/minizip-ng.dir/mz_strm.c.o91[ 6%] Building C object CMakeFiles/minizip-ng.dir/mz_crypt.c.o92[ 10%] Building C object CMakeFiles/minizip-ng.dir/mz_strm_buf.c.o93[ 13%] Building C object CMakeFiles/minizip-ng.dir/mz_strm_mem.c.o94[ 16%] Building C object CMakeFiles/minizip-ng.dir/mz_strm_split.c.o95[ 20%] Building C object CMakeFiles/minizip-ng.dir/mz_os.c.o96[ 23%] Building C object CMakeFiles/minizip-ng.dir/mz_zip_rw.c.o97[ 30%] Building C object CMakeFiles/minizip-ng.dir/mz_zip.c.o98[ 30%] Building C object CMakeFiles/minizip-ng.dir/mz_strm_bzip.c.o99[ 33%] Building C object CMakeFiles/minizip-ng.dir/mz_strm_zlib.c.o100[ 36%] Building C object CMakeFiles/minizip-ng.dir/mz_strm_lzma.c.o101[ 40%] Building C object CMakeFiles/minizip-ng.dir/mz_strm_zstd.c.o102[ 43%] Building C object CMakeFiles/minizip-ng.dir/mz_os_posix.c.o103[ 46%] Building C object CMakeFiles/minizip-ng.dir/mz_crypt_openssl.c.o104[ 50%] Building C object CMakeFiles/minizip-ng.dir/mz_strm_os_posix.c.o105[ 53%] Building C object CMakeFiles/minizip-ng.dir/mz_strm_wzaes.c.o106[ 56%] Building C object CMakeFiles/minizip-ng.dir/mz_strm_pkcrypt.c.o107[ 60%] Linking C shared library libminizip-ng.so108[ 60%] Built target minizip-ng109[ 63%] Building C object CMakeFiles/minizip_cli.dir/minizip.c.o110[ 66%] Building C object CMakeFiles/minigzip_cli.dir/minigzip.c.o111[ 70%] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_main.cc.o112[ 73%] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_encoding.cc.o113[ 76%] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_stream_crypt.cc.o114[ 80%] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_crypt.cc.o115[ 83%] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_stream_compress.cc.o116[ 90%] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_stream.cc.o117[ 90%] Building CXX object test/CMakeFiles/gtest_minizip.dir/test_path.cc.o118[ 93%] Linking C executable minigzip119[ 96%] Linking C executable minizip120[ 96%] Built target minigzip_cli121[ 96%] Built target minizip_cli122[100%] Linking CXX executable gtest_minizip123[100%] Built target gtest_minizip
checkPhase
124check flags: SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash VERBOSE=y test125Running tests...126/nix/store/rfad6gqp02yfhjkh7m080jzcrq104jq8-cmake-4.1.2/bin/ctest 127Test project /build/source/build128 Start 1: raw-zip-generic129 1/211 Test #1: raw-zip-generic .................. Passed 0.01 sec130 Start 2: raw-list-generic131 2/211 Test #2: raw-list-generic ................. Passed 0.00 sec132 Start 3: raw-unzip-generic133 3/211 Test #3: raw-unzip-generic ................ Passed 0.01 sec134 Start 4: raw-append-generic135 4/211 Test #4: raw-append-generic ............... Passed 0.00 sec136 Start 5: raw-append-unzip-generic137 5/211 Test #5: raw-append-unzip-generic ......... Passed 0.01 sec138 Start 6: raw-erase-generic139 6/211 Test #6: raw-erase-generic ................ Passed 0.01 sec140 Start 7: raw-erase-unzip-generic141 7/211 Test #7: raw-erase-unzip-generic .......... Passed 0.01 sec142 Start 8: deflate-zip-generic143 8/211 Test #8: deflate-zip-generic .............. Passed 0.02 sec144 Start 9: deflate-list-generic145 9/211 Test #9: deflate-list-generic ............. Passed 0.00 sec146 Start 10: deflate-unzip-generic147 10/211 Test #10: deflate-unzip-generic ............ Passed 0.01 sec148 Start 11: deflate-append-generic149 11/211 Test #11: deflate-append-generic ........... Passed 0.01 sec150 Start 12: deflate-append-unzip-generic151 12/211 Test #12: deflate-append-unzip-generic ..... Passed 0.02 sec152 Start 13: deflate-erase-generic153 13/211 Test #13: deflate-erase-generic ............ Passed 0.02 sec154 Start 14: deflate-erase-unzip-generic155 14/211 Test #14: deflate-erase-unzip-generic ...... Passed 0.02 sec156 Start 15: bzip2-zip-generic157 15/211 Test #15: bzip2-zip-generic ................ Passed 0.15 sec158 Start 16: bzip2-list-generic159 16/211 Test #16: bzip2-list-generic ............... Passed 0.01 sec160 Start 17: bzip2-unzip-generic161 17/211 Test #17: bzip2-unzip-generic .............. Passed 0.08 sec162 Start 18: bzip2-append-generic163 18/211 Test #18: bzip2-append-generic ............. Passed 0.02 sec164 Start 19: bzip2-append-unzip-generic165 19/211 Test #19: bzip2-append-unzip-generic ....... Passed 0.05 sec166 Start 20: bzip2-erase-generic167 20/211 Test #20: bzip2-erase-generic .............. Passed 0.01 sec168 Start 21: bzip2-erase-unzip-generic169 21/211 Test #21: bzip2-erase-unzip-generic ........ Passed 0.11 sec170 Start 22: lzma-zip-generic171 22/211 Test #22: lzma-zip-generic ................. Passed 0.49 sec172 Start 23: lzma-list-generic173 23/211 Test #23: lzma-list-generic ................ Passed 0.01 sec174 Start 24: lzma-unzip-generic175 24/211 Test #24: lzma-unzip-generic ............... Passed 0.04 sec176 Start 25: lzma-append-generic177 25/211 Test #25: lzma-append-generic .............. Passed 0.01 sec178 Start 26: lzma-append-unzip-generic179 26/211 Test #26: lzma-append-unzip-generic ........ Passed 0.04 sec180 Start 27: lzma-erase-generic181 27/211 Test #27: lzma-erase-generic ............... Passed 0.02 sec182 Start 28: lzma-erase-unzip-generic183 28/211 Test #28: lzma-erase-unzip-generic ......... Passed 0.05 sec184 Start 29: xz-zip-generic185 29/211 Test #29: xz-zip-generic ................... Passed 0.47 sec186 Start 30: xz-list-generic187 30/211 Test #30: xz-list-generic .................. Passed 0.01 sec188 Start 31: xz-unzip-generic189 31/211 Test #31: xz-unzip-generic ................. Passed 0.04 sec190 Start 32: xz-append-generic191 32/211 Test #32: xz-append-generic ................ Passed 0.02 sec192 Start 33: xz-append-unzip-generic193 33/211 Test #33: xz-append-unzip-generic .......... Passed 0.04 sec194 Start 34: xz-erase-generic195 34/211 Test #34: xz-erase-generic ................. Passed 0.02 sec196 Start 35: xz-erase-unzip-generic197 35/211 Test #35: xz-erase-unzip-generic ........... Passed 0.03 sec198 Start 36: zstd-zip-generic199 36/211 Test #36: zstd-zip-generic ................. Passed 0.03 sec200 Start 37: zstd-list-generic201 37/211 Test #37: zstd-list-generic ................ Passed 0.01 sec202 Start 38: zstd-unzip-generic203 38/211 Test #38: zstd-unzip-generic ............... Passed 0.02 sec204 Start 39: zstd-append-generic205 39/211 Test #39: zstd-append-generic .............. Passed 0.01 sec206 Start 40: zstd-append-unzip-generic207 40/211 Test #40: zstd-append-unzip-generic ........ Passed 0.03 sec208 Start 41: zstd-erase-generic209 41/211 Test #41: zstd-erase-generic ............... Passed 0.01 sec210 Start 42: zstd-erase-unzip-generic211 42/211 Test #42: zstd-erase-unzip-generic ......... Passed 0.02 sec212 Start 43: raw-zip-span213 43/211 Test #43: raw-zip-span ..................... Passed 0.03 sec214 Start 44: raw-list-span215 44/211 Test #44: raw-list-span .................... Passed 0.01 sec216 Start 45: raw-unzip-span217 45/211 Test #45: raw-unzip-span ................... Passed 0.03 sec218 Start 46: raw-append-span219 46/211 Test #46: raw-append-span .................. Passed 0.01 sec220 Start 47: raw-append-unzip-span221 47/211 Test #47: raw-append-unzip-span ............ Passed 0.04 sec222 Start 48: raw-erase-span223 48/211 Test #48: raw-erase-span ................... Passed 0.03 sec224 Start 49: raw-erase-unzip-span225 49/211 Test #49: raw-erase-unzip-span ............. Passed 0.02 sec226 Start 50: deflate-zip-span227 50/211 Test #50: deflate-zip-span ................. Passed 0.04 sec228 Start 51: deflate-list-span229 51/211 Test #51: deflate-list-span ................ Passed 0.01 sec230 Start 52: deflate-unzip-span231 52/211 Test #52: deflate-unzip-span ............... Passed 0.02 sec232 Start 53: deflate-append-span233 53/211 Test #53: deflate-append-span .............. Passed 0.01 sec234 Start 54: deflate-append-unzip-span235 54/211 Test #54: deflate-append-unzip-span ........ Passed 0.03 sec236 Start 55: deflate-erase-span237 55/211 Test #55: deflate-erase-span ............... Passed 0.02 sec238 Start 56: deflate-erase-unzip-span239 56/211 Test #56: deflate-erase-unzip-span ......... Passed 0.04 sec240 Start 57: bzip2-zip-span241 57/211 Test #57: bzip2-zip-span ................... Passed 0.15 sec242 Start 58: bzip2-list-span243 58/211 Test #58: bzip2-list-span .................. Passed 0.01 sec244 Start 59: bzip2-unzip-span245 59/211 Test #59: bzip2-unzip-span ................. Passed 0.09 sec246 Start 60: bzip2-append-span247 60/211 Test #60: bzip2-append-span ................ Passed 0.02 sec248 Start 61: bzip2-append-unzip-span249 61/211 Test #61: bzip2-append-unzip-span .......... Passed 0.09 sec250 Start 62: bzip2-erase-span251 62/211 Test #62: bzip2-erase-span ................. Passed 0.03 sec252 Start 63: bzip2-erase-unzip-span253 63/211 Test #63: bzip2-erase-unzip-span ........... Passed 0.12 sec254 Start 64: lzma-zip-span255 64/211 Test #64: lzma-zip-span .................... Passed 0.94 sec256 Start 65: lzma-list-span257 65/211 Test #65: lzma-list-span ................... Passed 0.01 sec258 Start 66: lzma-unzip-span259 66/211 Test #66: lzma-unzip-span .................. Passed 0.06 sec260 Start 67: lzma-append-span261 67/211 Test #67: lzma-append-span ................. Passed 0.02 sec262 Start 68: lzma-append-unzip-span263 68/211 Test #68: lzma-append-unzip-span ........... Passed 0.06 sec264 Start 69: lzma-erase-span265 69/211 Test #69: lzma-erase-span .................. Passed 0.03 sec266 Start 70: lzma-erase-unzip-span267 70/211 Test #70: lzma-erase-unzip-span ............ Passed 0.04 sec268 Start 71: xz-zip-span269 71/211 Test #71: xz-zip-span ...................... Passed 0.56 sec270 Start 72: xz-list-span271 72/211 Test #72: xz-list-span ..................... Passed 0.01 sec272 Start 73: xz-unzip-span273 73/211 Test #73: xz-unzip-span .................... Passed 0.03 sec274 Start 74: xz-append-span275 74/211 Test #74: xz-append-span ................... Passed 0.01 sec276 Start 75: xz-append-unzip-span277 75/211 Test #75: xz-append-unzip-span ............. Passed 0.03 sec278 Start 76: xz-erase-span279 76/211 Test #76: xz-erase-span .................... Passed 0.02 sec280 Start 77: xz-erase-unzip-span281 77/211 Test #77: xz-erase-unzip-span .............. Passed 0.03 sec282 Start 78: zstd-zip-span283 78/211 Test #78: zstd-zip-span .................... Passed 0.03 sec284 Start 79: zstd-list-span285 79/211 Test #79: zstd-list-span ................... Passed 0.01 sec286 Start 80: zstd-unzip-span287 80/211 Test #80: zstd-unzip-span .................. Passed 0.02 sec288 Start 81: zstd-append-span289 81/211 Test #81: zstd-append-span ................. Passed 0.01 sec290 Start 82: zstd-append-unzip-span291 82/211 Test #82: zstd-append-unzip-span ........... Passed 0.03 sec292 Start 83: zstd-erase-span293 83/211 Test #83: zstd-erase-span .................. Passed 0.02 sec294 Start 84: zstd-erase-unzip-span295 84/211 Test #84: zstd-erase-unzip-span ............ Passed 0.02 sec296 Start 85: deflate-zip-zipcd297 85/211 Test #85: deflate-zip-zipcd ................ Passed 0.07 sec298 Start 86: deflate-list-zipcd299 86/211 Test #86: deflate-list-zipcd ............... Passed 0.01 sec300 Start 87: deflate-unzip-zipcd301 87/211 Test #87: deflate-unzip-zipcd .............. Passed 0.02 sec302 Start 88: deflate-append-zipcd303 88/211 Test #88: deflate-append-zipcd ............. Passed 0.01 sec304 Start 89: deflate-append-unzip-zipcd305 89/211 Test #89: deflate-append-unzip-zipcd ....... Passed 0.01 sec306 Start 90: deflate-erase-zipcd307 90/211 Test #90: deflate-erase-zipcd .............. Passed 0.01 sec308 Start 91: deflate-erase-unzip-zipcd309 91/211 Test #91: deflate-erase-unzip-zipcd ........ Passed 0.01 sec310 Start 92: bzip2-zip-zipcd311 92/211 Test #92: bzip2-zip-zipcd .................. Passed 0.14 sec312 Start 93: bzip2-list-zipcd313 93/211 Test #93: bzip2-list-zipcd ................. Passed 0.01 sec314 Start 94: bzip2-unzip-zipcd315 94/211 Test #94: bzip2-unzip-zipcd ................ Passed 0.07 sec316 Start 95: bzip2-append-zipcd317 95/211 Test #95: bzip2-append-zipcd ............... Passed 0.02 sec318 Start 96: bzip2-append-unzip-zipcd319 96/211 Test #96: bzip2-append-unzip-zipcd ......... Passed 0.02 sec320 Start 97: bzip2-erase-zipcd321 97/211 Test #97: bzip2-erase-zipcd ................ Passed 0.03 sec322 Start 98: bzip2-erase-unzip-zipcd323 98/211 Test #98: bzip2-erase-unzip-zipcd .......... Passed 0.02 sec324 Start 99: lzma-zip-zipcd325 99/211 Test #99: lzma-zip-zipcd ................... Passed 0.85 sec326 Start 100: lzma-list-zipcd327100/211 Test #100: lzma-list-zipcd .................. Passed 0.02 sec328 Start 101: lzma-unzip-zipcd329101/211 Test #101: lzma-unzip-zipcd ................. Passed 0.06 sec330 Start 102: lzma-append-zipcd331102/211 Test #102: lzma-append-zipcd ................ Passed 0.02 sec332 Start 103: lzma-append-unzip-zipcd333103/211 Test #103: lzma-append-unzip-zipcd .......... Passed 0.01 sec334 Start 104: lzma-erase-zipcd335104/211 Test #104: lzma-erase-zipcd ................. Passed 0.01 sec336 Start 105: lzma-erase-unzip-zipcd337105/211 Test #105: lzma-erase-unzip-zipcd ........... Passed 0.01 sec338 Start 106: xz-zip-zipcd339106/211 Test #106: xz-zip-zipcd ..................... Passed 0.67 sec340 Start 107: xz-list-zipcd341107/211 Test #107: xz-list-zipcd .................... Passed 0.02 sec342 Start 108: xz-unzip-zipcd343108/211 Test #108: xz-unzip-zipcd ................... Passed 0.04 sec344 Start 109: xz-append-zipcd345109/211 Test #109: xz-append-zipcd .................. Passed 0.02 sec346 Start 110: xz-append-unzip-zipcd347110/211 Test #110: xz-append-unzip-zipcd ............ Passed 0.01 sec348 Start 111: xz-erase-zipcd349111/211 Test #111: xz-erase-zipcd ................... Passed 0.02 sec350 Start 112: xz-erase-unzip-zipcd351112/211 Test #112: xz-erase-unzip-zipcd ............. Passed 0.02 sec352 Start 113: zstd-zip-zipcd353113/211 Test #113: zstd-zip-zipcd ................... Passed 0.03 sec354 Start 114: zstd-list-zipcd355114/211 Test #114: zstd-list-zipcd .................. Passed 0.02 sec356 Start 115: zstd-unzip-zipcd357115/211 Test #115: zstd-unzip-zipcd ................. Passed 0.03 sec358 Start 116: zstd-append-zipcd359116/211 Test #116: zstd-append-zipcd ................ Passed 0.02 sec360 Start 117: zstd-append-unzip-zipcd361117/211 Test #117: zstd-append-unzip-zipcd .......... Passed 0.01 sec362 Start 118: zstd-erase-zipcd363118/211 Test #118: zstd-erase-zipcd ................. Passed 0.02 sec364 Start 119: zstd-erase-unzip-zipcd365119/211 Test #119: zstd-erase-unzip-zipcd ........... Passed 0.01 sec366 Start 120: raw-zip-pkcrypt367120/211 Test #120: raw-zip-pkcrypt .................. Passed 0.04 sec368 Start 121: raw-list-pkcrypt369121/211 Test #121: raw-list-pkcrypt ................. Passed 0.01 sec370 Start 122: raw-unzip-pkcrypt371122/211 Test #122: raw-unzip-pkcrypt ................ Passed 0.05 sec372 Start 123: raw-append-pkcrypt373123/211 Test #123: raw-append-pkcrypt ............... Passed 0.02 sec374 Start 124: raw-append-unzip-pkcrypt375124/211 Test #124: raw-append-unzip-pkcrypt ......... Passed 0.09 sec376 Start 125: raw-erase-pkcrypt377125/211 Test #125: raw-erase-pkcrypt ................ Passed 0.03 sec378 Start 126: raw-erase-unzip-pkcrypt379126/211 Test #126: raw-erase-unzip-pkcrypt .......... Passed 0.07 sec380 Start 127: deflate-zip-pkcrypt381127/211 Test #127: deflate-zip-pkcrypt .............. Passed 0.10 sec382 Start 128: deflate-list-pkcrypt383128/211 Test #128: deflate-list-pkcrypt ............. Passed 0.01 sec384 Start 129: deflate-unzip-pkcrypt385129/211 Test #129: deflate-unzip-pkcrypt ............ Passed 0.04 sec386 Start 130: deflate-append-pkcrypt387130/211 Test #130: deflate-append-pkcrypt ........... Passed 0.02 sec388 Start 131: deflate-append-unzip-pkcrypt389131/211 Test #131: deflate-append-unzip-pkcrypt ..... Passed 0.04 sec390 Start 132: deflate-erase-pkcrypt391132/211 Test #132: deflate-erase-pkcrypt ............ Passed 0.02 sec392 Start 133: deflate-erase-unzip-pkcrypt393133/211 Test #133: deflate-erase-unzip-pkcrypt ...... Passed 0.04 sec394 Start 134: bzip2-zip-pkcrypt395134/211 Test #134: bzip2-zip-pkcrypt ................ Passed 0.13 sec396 Start 135: bzip2-list-pkcrypt397135/211 Test #135: bzip2-list-pkcrypt ............... Passed 0.02 sec398 Start 136: bzip2-unzip-pkcrypt399136/211 Test #136: bzip2-unzip-pkcrypt .............. Passed 0.08 sec400 Start 137: bzip2-append-pkcrypt401137/211 Test #137: bzip2-append-pkcrypt ............. Passed 0.02 sec402 Start 138: bzip2-append-unzip-pkcrypt403138/211 Test #138: bzip2-append-unzip-pkcrypt ....... Passed 0.09 sec404 Start 139: bzip2-erase-pkcrypt405139/211 Test #139: bzip2-erase-pkcrypt .............. Passed 0.02 sec406 Start 140: bzip2-erase-unzip-pkcrypt407140/211 Test #140: bzip2-erase-unzip-pkcrypt ........ Passed 0.07 sec408 Start 141: lzma-zip-pkcrypt409141/211 Test #141: lzma-zip-pkcrypt ................. Passed 0.39 sec410 Start 142: lzma-list-pkcrypt411142/211 Test #142: lzma-list-pkcrypt ................ Passed 0.01 sec412 Start 143: lzma-unzip-pkcrypt413143/211 Test #143: lzma-unzip-pkcrypt ............... Passed 0.06 sec414 Start 144: lzma-append-pkcrypt415144/211 Test #144: lzma-append-pkcrypt .............. Passed 0.02 sec416 Start 145: lzma-append-unzip-pkcrypt417145/211 Test #145: lzma-append-unzip-pkcrypt ........ Passed 0.06 sec418 Start 146: lzma-erase-pkcrypt419146/211 Test #146: lzma-erase-pkcrypt ............... Passed 0.03 sec420 Start 147: lzma-erase-unzip-pkcrypt421147/211 Test #147: lzma-erase-unzip-pkcrypt ......... Passed 0.08 sec422 Start 148: xz-zip-pkcrypt423148/211 Test #148: xz-zip-pkcrypt ................... Passed 0.57 sec424 Start 149: xz-list-pkcrypt425149/211 Test #149: xz-list-pkcrypt .................. Passed 0.01 sec426 Start 150: xz-unzip-pkcrypt427150/211 Test #150: xz-unzip-pkcrypt ................. Passed 0.04 sec428 Start 151: xz-append-pkcrypt429151/211 Test #151: xz-append-pkcrypt ................ Passed 0.02 sec430 Start 152: xz-append-unzip-pkcrypt431152/211 Test #152: xz-append-unzip-pkcrypt .......... Passed 0.04 sec432 Start 153: xz-erase-pkcrypt433153/211 Test #153: xz-erase-pkcrypt ................. Passed 0.02 sec434 Start 154: xz-erase-unzip-pkcrypt435154/211 Test #154: xz-erase-unzip-pkcrypt ........... Passed 0.05 sec436 Start 155: zstd-zip-pkcrypt437155/211 Test #155: zstd-zip-pkcrypt ................. Passed 0.04 sec438 Start 156: zstd-list-pkcrypt439156/211 Test #156: zstd-list-pkcrypt ................ Passed 0.01 sec440 Start 157: zstd-unzip-pkcrypt441157/211 Test #157: zstd-unzip-pkcrypt ............... Passed 0.02 sec442 Start 158: zstd-append-pkcrypt443158/211 Test #158: zstd-append-pkcrypt .............. Passed 0.01 sec444 Start 159: zstd-append-unzip-pkcrypt445159/211 Test #159: zstd-append-unzip-pkcrypt ........ Passed 0.04 sec446 Start 160: zstd-erase-pkcrypt447160/211 Test #160: zstd-erase-pkcrypt ............... Passed 0.02 sec448 Start 161: zstd-erase-unzip-pkcrypt449161/211 Test #161: zstd-erase-unzip-pkcrypt ......... Passed 0.02 sec450 Start 162: raw-zip-wzaes451162/211 Test #162: raw-zip-wzaes .................... Passed 0.12 sec452 Start 163: raw-list-wzaes453163/211 Test #163: raw-list-wzaes ................... Passed 0.01 sec454 Start 164: raw-unzip-wzaes455164/211 Test #164: raw-unzip-wzaes .................. Passed 0.12 sec456 Start 165: raw-append-wzaes457165/211 Test #165: raw-append-wzaes ................. Passed 0.01 sec458 Start 166: raw-append-unzip-wzaes459166/211 Test #166: raw-append-unzip-wzaes ........... Passed 0.14 sec460 Start 167: raw-erase-wzaes461167/211 Test #167: raw-erase-wzaes .................. Passed 0.01 sec462 Start 168: raw-erase-unzip-wzaes463168/211 Test #168: raw-erase-unzip-wzaes ............ Passed 0.13 sec464 Start 169: deflate-zip-wzaes465169/211 Test #169: deflate-zip-wzaes ................ Passed 0.15 sec466 Start 170: deflate-list-wzaes467170/211 Test #170: deflate-list-wzaes ............... Passed 0.01 sec468 Start 171: deflate-unzip-wzaes469171/211 Test #171: deflate-unzip-wzaes .............. Passed 0.21 sec470 Start 172: deflate-append-wzaes471172/211 Test #172: deflate-append-wzaes ............. Passed 0.02 sec472 Start 173: deflate-append-unzip-wzaes473173/211 Test #173: deflate-append-unzip-wzaes ....... Passed 0.14 sec474 Start 174: deflate-erase-wzaes475174/211 Test #174: deflate-erase-wzaes .............. Passed 0.01 sec476 Start 175: deflate-erase-unzip-wzaes477175/211 Test #175: deflate-erase-unzip-wzaes ........ Passed 0.11 sec478 Start 176: bzip2-zip-wzaes479176/211 Test #176: bzip2-zip-wzaes .................. Passed 0.15 sec480 Start 177: bzip2-list-wzaes481177/211 Test #177: bzip2-list-wzaes ................. Passed 0.00 sec482 Start 178: bzip2-unzip-wzaes483178/211 Test #178: bzip2-unzip-wzaes ................ Passed 0.12 sec484 Start 179: bzip2-append-wzaes485179/211 Test #179: bzip2-append-wzaes ............... Passed 0.01 sec486 Start 180: bzip2-append-unzip-wzaes487180/211 Test #180: bzip2-append-unzip-wzaes ......... Passed 0.12 sec488 Start 181: bzip2-erase-wzaes489181/211 Test #181: bzip2-erase-wzaes ................ Passed 0.01 sec490 Start 182: bzip2-erase-unzip-wzaes491182/211 Test #182: bzip2-erase-unzip-wzaes .......... Passed 0.16 sec492 Start 183: lzma-zip-wzaes493183/211 Test #183: lzma-zip-wzaes ................... Passed 0.35 sec494 Start 184: lzma-list-wzaes495184/211 Test #184: lzma-list-wzaes .................. Passed 0.01 sec496 Start 185: lzma-unzip-wzaes497185/211 Test #185: lzma-unzip-wzaes ................. Passed 0.11 sec498 Start 186: lzma-append-wzaes499186/211 Test #186: lzma-append-wzaes ................ Passed 0.02 sec500 Start 187: lzma-append-unzip-wzaes501187/211 Test #187: lzma-append-unzip-wzaes .......... Passed 0.11 sec502 Start 188: lzma-erase-wzaes503188/211 Test #188: lzma-erase-wzaes ................. Passed 0.01 sec504 Start 189: lzma-erase-unzip-wzaes505189/211 Test #189: lzma-erase-unzip-wzaes ........... Passed 0.14 sec506 Start 190: xz-zip-wzaes507190/211 Test #190: xz-zip-wzaes ..................... Passed 0.42 sec508 Start 191: xz-list-wzaes509191/211 Test #191: xz-list-wzaes .................... Passed 0.01 sec510 Start 192: xz-unzip-wzaes511192/211 Test #192: xz-unzip-wzaes ................... Passed 0.18 sec512 Start 193: xz-append-wzaes513193/211 Test #193: xz-append-wzaes .................. Passed 0.01 sec514 Start 194: xz-append-unzip-wzaes515194/211 Test #194: xz-append-unzip-wzaes ............ Passed 0.16 sec516 Start 195: xz-erase-wzaes517195/211 Test #195: xz-erase-wzaes ................... Passed 0.01 sec518 Start 196: xz-erase-unzip-wzaes519196/211 Test #196: xz-erase-unzip-wzaes ............. Passed 0.21 sec520 Start 197: zstd-zip-wzaes521197/211 Test #197: zstd-zip-wzaes ................... Passed 0.20 sec522 Start 198: zstd-list-wzaes523198/211 Test #198: zstd-list-wzaes .................. Passed 0.01 sec524 Start 199: zstd-unzip-wzaes525199/211 Test #199: zstd-unzip-wzaes ................. Passed 0.15 sec526 Start 200: zstd-append-wzaes527200/211 Test #200: zstd-append-wzaes ................ Passed 0.02 sec528 Start 201: zstd-append-unzip-wzaes529201/211 Test #201: zstd-append-unzip-wzaes .......... Passed 0.12 sec530 Start 202: zstd-erase-wzaes531202/211 Test #202: zstd-erase-wzaes ................. Passed 0.01 sec532 Start 203: zstd-erase-unzip-wzaes533203/211 Test #203: zstd-erase-unzip-wzaes ........... Passed 0.15 sec534 Start 204: unzip-tiny535204/211 Test #204: unzip-tiny ....................... Passed 0.01 sec536 Start 205: unzip-bzip2537205/211 Test #205: unzip-bzip2 ...................... Passed 0.02 sec538 Start 206: unzip-lzma539206/211 Test #206: unzip-lzma ....................... Passed 0.01 sec540 Start 207: unzip-pkcrypt541207/211 Test #207: unzip-pkcrypt .................... Passed 0.01 sec542 Start 208: unzip-wzaes543208/211 Test #208: unzip-wzaes ...................... Passed 0.02 sec544 Start 209: gz545209/211 Test #209: gz ............................... Passed 0.02 sec546 Start 210: ungz547210/211 Test #210: ungz ............................. Passed 0.00 sec548 Start 211: gtest_minizip549211/211 Test #211: gtest_minizip .................... Passed 15.57 sec550551100% tests passed, 0 tests failed out of 211552553Total Test time (real) = 29.70 sec554checkPhase completed in 30 seconds
installPhase
555install flags: -j48 SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash install556[ 60%] Built target minizip-ng557[ 66%] Built target minigzip_cli558[ 73%] Built target minizip_cli559[100%] Built target gtest_minizip560Install the project...561-- Install configuration: "Release"562-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib/libminizip-ng.so.4.2.1563-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib/libminizip-ng.so.4564-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib/libminizip-ng.so565-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib/cmake/minizip-ng/minizip-ng-targets.cmake566-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib/cmake/minizip-ng/minizip-ng-targets-release.cmake567-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib/cmake/minizip-ng/minizip-ng-config-version.cmake568-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib/cmake/minizip-ng/minizip-ng-config.cmake569-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz.h570-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_os.h571-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_crypt.h572-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm.h573-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm_buf.h574-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm_mem.h575-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm_split.h576-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm_os.h577-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_zip.h578-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_zip_rw.h579-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_config.h580-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm_zlib.h581-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm_bzip.h582-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm_lzma.h583-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm_zstd.h584-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm_pkcrypt.h585-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/include/minizip-ng/mz_strm_wzaes.h586-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib/pkgconfig/minizip-ng.pc587-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/bin/minigzip588-- Set non-toolchain portion of runtime path of "/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/bin/minigzip" to ""589-- Installing: /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/bin/minizip590-- Set non-toolchain portion of runtime path of "/nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/bin/minizip" to ""
fixupPhase
591shrinking RPATHs of ELF executables and libraries in /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1592shrinking /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib/libminizip-ng.so.4.2.1593shrinking /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/bin/minigzip594shrinking /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/bin/minizip595checking for references to /build/ in /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1...596patching script interpreter paths in /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1597stripping (with command strip and flags -S -p) in /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/lib /nix/store/f5x0zrp91xn3g2jqxdvsjymdsgczksx6-minizip-ng-4.2.1/bin