>>> nuspell: Building community/nuspell 5.1.0-r1 (using abuild 3.9.0-r0) started Sat, 23 Apr 2022 23:31:14 +0000 >>> nuspell: Checking sanity of /home/buildozer/aports/community/nuspell/APKBUILD... >>> nuspell: Analyzing dependencies... >>> nuspell: Installing for build: build-base cmake icu-dev ronn catch2 (1/24) Installing libarchive (3.6.1-r0) (2/24) Installing rhash-libs (1.4.2-r2) (3/24) Installing libuv (1.44.1-r0) (4/24) Installing cmake (3.23.1-r0) (5/24) Installing icu-libs (71.1-r0) (6/24) Installing icu (71.1-r0) (7/24) Installing icu-dev (71.1-r0) (8/24) Installing libffi (3.4.2-r1) (9/24) Installing readline (8.1.2-r0) (10/24) Installing libucontext (1.2-r0) (11/24) Installing yaml (0.2.5-r0) (12/24) Installing ruby-libs (3.1.2-r0) (13/24) Installing ruby (3.1.2-r0) (14/24) Installing ruby-rexml (3.2.5-r2) (15/24) Installing ruby-kramdown (2.3.2-r1) (16/24) Installing ruby-mustache (1.1.1-r5) (17/24) Installing libgpg-error (1.45-r0) (18/24) Installing libgcrypt (1.9.4-r0) (19/24) Installing libxml2 (2.9.13-r0) (20/24) Installing libxslt (1.1.35-r0) (21/24) Installing ruby-nokogiri (1.13.4-r0) (22/24) Installing ronn (0.9.1-r1) (23/24) Installing catch2 (2.13.8-r0) (24/24) Installing .makedepends-nuspell (20220423.233114) Executing busybox-1.35.0-r10.trigger OK: 442 MiB in 118 packages >>> nuspell: Cleaning up srcdir >>> nuspell: Cleaning up pkgdir >>> nuspell: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/nuspell-5.1.0.tar.gz >>> nuspell: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/nuspell-5.1.0.tar.gz >>> nuspell: Checking sha512sums... nuspell-5.1.0.tar.gz: OK >>> nuspell: Unpacking /var/cache/distfiles/v3.16/nuspell-5.1.0.tar.gz... -- The C compiler identification is GNU 11.2.1 -- The CXX compiler identification is GNU 11.2.1 -- 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 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found the following ICU libraries: -- uc (required) -- data (required) -- Found ICU: /usr/include (found suitable version "71.1", minimum required is "60") -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done -- Build files have been written to: /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0 [ 3%] Building CXX object src/nuspell/CMakeFiles/nuspell.dir/aff_data.cxx.o [ 7%] Building CXX object src/nuspell/CMakeFiles/nuspell.dir/checker.cxx.o [ 14%] Building CXX object src/nuspell/CMakeFiles/nuspell.dir/suggester.cxx.o [ 14%] Building CXX object src/nuspell/CMakeFiles/nuspell.dir/dictionary.cxx.o [ 18%] Building CXX object src/nuspell/CMakeFiles/nuspell.dir/finder.cxx.o [ 22%] Building CXX object src/nuspell/CMakeFiles/nuspell.dir/utils.cxx.o [ 25%] Building CXX object external/hunspell/hunspell/CMakeFiles/hunspell.dir/affentry.cxx.o [ 29%] Building CXX object external/hunspell/hunspell/CMakeFiles/hunspell.dir/affixmgr.cxx.o /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/utils.cxx: In copy constructor 'nuspell::v5::Encoding_Converter::Encoding_Converter(const nuspell::v5::Encoding_Converter&)': /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/utils.cxx:333:29: warning: 'UConverter* ucnv_safeClone_71(const UConverter*, void*, int32_t*, UErrorCode*)' is deprecated [-Wdeprecated-declarations] 333 | cnv = ucnv_safeClone(other.cnv, nullptr, nullptr, &err); | ^ In file included from /usr/include/unicode/platform.h:25, from /usr/include/unicode/ptypes.h:52, from /usr/include/unicode/umachine.h:46, from /usr/include/unicode/utypes.h:38, from /usr/include/unicode/locid.h:34, from /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/utils.hxx:28, from /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/utils.cxx:19: /usr/include/unicode/ucnv.h:557:1: note: declared here 557 | ucnv_safeClone(const UConverter *cnv, | ^~~~~~~~~~~~~~ /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/utils.cxx: In member function 'nuspell::v5::Encoding_Converter& nuspell::v5::Encoding_Converter::operator=(const nuspell::v5::Encoding_Converter&)': /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/utils.cxx:341:29: warning: 'UConverter* ucnv_safeClone_71(const UConverter*, void*, int32_t*, UErrorCode*)' is deprecated [-Wdeprecated-declarations] 341 | cnv = ucnv_safeClone(other.cnv, nullptr, nullptr, &err); | ^ In file included from /usr/include/unicode/platform.h:25, from /usr/include/unicode/ptypes.h:52, from /usr/include/unicode/umachine.h:46, from /usr/include/unicode/utypes.h:38, from /usr/include/unicode/locid.h:34, from /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/utils.hxx:28, from /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/utils.cxx:19: /usr/include/unicode/ucnv.h:557:1: note: declared here 557 | ucnv_safeClone(const UConverter *cnv, | ^~~~~~~~~~~~~~ [ 33%] Building CXX object external/hunspell/hunspell/CMakeFiles/hunspell.dir/csutil.cxx.o [ 37%] Building CXX object external/hunspell/hunspell/CMakeFiles/hunspell.dir/filemgr.cxx.o /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/finder.cxx: In function 'void nuspell::v5::search_dirs_for_dicts(const std::vector >&, std::vector, std::__cxx11::basic_string > >&)': /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/finder.cxx:369:37: warning: 'void nuspell::v5::search_dir_for_dicts(const string&, std::vector, std::__cxx11::basic_string > >&)' is deprecated [-Wdeprecated-declarations] 369 | search_dir_for_dicts(p, dict_list); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/finder.cxx:352:6: note: declared here 352 | auto search_dir_for_dicts(const string& dir_path, | ^~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/finder.cxx: In function 'void nuspell::v5::search_default_dirs_for_dicts(std::vector, std::__cxx11::basic_string > >&)': /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/finder.cxx:376:33: warning: 'void nuspell::v5::append_default_dir_paths(std::vector >&)' is deprecated [-Wdeprecated-declarations] 376 | append_default_dir_paths(dir_paths); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/finder.cxx:336:6: note: declared here 336 | auto append_default_dir_paths(std::vector& paths) -> void | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/finder.cxx:377:30: warning: 'void nuspell::v5::search_dirs_for_dicts(const std::vector >&, std::vector, std::__cxx11::basic_string > >&)' is deprecated [-Wdeprecated-declarations] 377 | search_dirs_for_dicts(dir_paths, dict_list); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0/src/nuspell/finder.cxx:364:6: note: declared here 364 | auto search_dirs_for_dicts(const std::vector& dir_paths, | ^~~~~~~~~~~~~~~~~~~~~ [ 40%] Building CXX object external/hunspell/hunspell/CMakeFiles/hunspell.dir/hashmgr.cxx.o [ 44%] Building CXX object external/hunspell/hunspell/CMakeFiles/hunspell.dir/hunspell.cxx.o [ 48%] Building CXX object external/hunspell/hunspell/CMakeFiles/hunspell.dir/hunzip.cxx.o [ 51%] Building CXX object external/hunspell/hunspell/CMakeFiles/hunspell.dir/phonet.cxx.o [ 55%] Building CXX object external/hunspell/hunspell/CMakeFiles/hunspell.dir/replist.cxx.o [ 59%] Building CXX object external/hunspell/hunspell/CMakeFiles/hunspell.dir/suggestmgr.cxx.o [ 62%] Linking CXX shared library libnuspell.so [ 62%] Built target nuspell [ 66%] Building CXX object tests/CMakeFiles/unit_test.dir/unit_test.cxx.o [ 70%] Building CXX object tests/CMakeFiles/legacy_test.dir/legacy_test.cxx.o [ 74%] Building CXX object tests/CMakeFiles/unit_test.dir/catch_main.cxx.o [ 77%] Building CXX object src/tools/CMakeFiles/nuspell-exe.dir/nuspell.cxx.o [ 81%] Linking CXX shared library libhunspell.so [ 81%] Built target hunspell [ 85%] Building CXX object tests/CMakeFiles/verify.dir/verify.cxx.o [ 88%] Linking CXX executable legacy_test [ 88%] Built target legacy_test [ 92%] Linking CXX executable nuspell [ 92%] Built target nuspell-exe [ 96%] Linking CXX executable verify [ 96%] Built target verify [100%] Linking CXX executable unit_test [100%] Built target unit_test Test project /home/buildozer/aports/community/nuspell/src/nuspell-5.1.0 Start 1: unit_test 1/149 Test #1: unit_test ........................ Passed 0.01 sec Start 2: 1463589.dic 2/149 Test #2: 1463589.dic ...................... Passed 0.00 sec Start 3: 1463589.sug 3/149 Test #3: 1463589.sug ...................... Passed 0.00 sec Start 4: 1463589_utf.dic 4/149 Test #4: 1463589_utf.dic .................. Passed 0.00 sec Start 5: 1463589_utf.sug 5/149 Test #5: 1463589_utf.sug .................. Passed 0.00 sec Start 6: 1592880.dic 6/149 Test #6: 1592880.dic ...................... Passed 0.00 sec Start 7: 1695964.dic 7/149 Test #7: 1695964.dic ...................... Passed 0.00 sec Start 8: 1695964.sug 8/149 Test #8: 1695964.sug ...................... Passed 0.00 sec Start 9: 1706659.dic 9/149 Test #9: 1706659.dic ...................... Passed 0.00 sec Start 10: 1975530.dic 10/149 Test #10: 1975530.dic ...................... Passed 0.00 sec Start 11: 2970240.dic 11/149 Test #11: 2970240.dic ...................... Passed 0.00 sec Start 12: 2970242.dic 12/149 Test #12: 2970242.dic ...................... Passed 0.00 sec Start 13: 2999225.dic 13/149 Test #13: 2999225.dic ...................... Passed 0.00 sec Start 14: IJ.dic 14/149 Test #14: IJ.dic ........................... Passed 0.00 sec Start 15: IJ.sug 15/149 Test #15: IJ.sug ........................... Passed 0.00 sec Start 16: affixes.dic 16/149 Test #16: affixes.dic ...................... Passed 0.00 sec Start 17: alias.dic 17/149 Test #17: alias.dic ........................ Passed 0.00 sec Start 18: alias2.dic 18/149 Test #18: alias2.dic ....................... Passed 0.00 sec Start 19: alias3.dic 19/149 Test #19: alias3.dic ....................... Passed 0.00 sec Start 20: allcaps.dic 20/149 Test #20: allcaps.dic ...................... Passed 0.00 sec Start 21: allcaps.sug 21/149 Test #21: allcaps.sug ...................... Passed 0.00 sec Start 22: allcaps2.dic 22/149 Test #22: allcaps2.dic ..................... Passed 0.00 sec Start 23: allcaps2.sug 23/149 Test #23: allcaps2.sug ..................... Passed 0.00 sec Start 24: allcaps3.dic 24/149 Test #24: allcaps3.dic ..................... Passed 0.00 sec Start 25: allcaps_utf.dic 25/149 Test #25: allcaps_utf.dic .................. Passed 0.00 sec Start 26: allcaps_utf.sug 26/149 Test #26: allcaps_utf.sug .................. Passed 0.00 sec Start 27: arabic.dic 27/149 Test #27: arabic.dic ....................... Passed 0.00 sec Start 28: base.dic 28/149 Test #28: base.dic ......................... Passed 0.00 sec Start 29: base.sug 29/149 Test #29: base.sug ......................... Passed 0.00 sec Start 30: base_utf.dic 30/149 Test #30: base_utf.dic ..................... Passed 0.00 sec Start 31: base_utf.sug 31/149 Test #31: base_utf.sug ..................... Passed 0.01 sec Start 32: break.dic 32/149 Test #32: break.dic ........................ Passed 0.00 sec Start 33: breakdefault.dic 33/149 Test #33: breakdefault.dic ................. Passed 0.00 sec Start 34: breakdefault.sug 34/149 Test #34: breakdefault.sug ................. Passed 0.00 sec Start 35: breakoff.dic 35/149 Test #35: breakoff.dic ..................... Passed 0.00 sec Start 36: checkcompoundcase.dic 36/149 Test #36: checkcompoundcase.dic ............ Passed 0.00 sec Start 37: checkcompoundcase2.dic 37/149 Test #37: checkcompoundcase2.dic ........... Passed 0.00 sec Start 38: checkcompoundcaseutf.dic 38/149 Test #38: checkcompoundcaseutf.dic ......... Passed 0.00 sec Start 39: checkcompounddup.dic 39/149 Test #39: checkcompounddup.dic ............. Passed 0.00 sec Start 40: checkcompoundpattern.dic 40/149 Test #40: checkcompoundpattern.dic ......... Passed 0.00 sec Start 41: checkcompoundpattern2.dic 41/149 Test #41: checkcompoundpattern2.dic ........ Passed 0.00 sec Start 42: checkcompoundpattern3.dic 42/149 Test #42: checkcompoundpattern3.dic ........ Passed 0.00 sec Start 43: checkcompoundpattern4.dic 43/149 Test #43: checkcompoundpattern4.dic ........ Passed 0.00 sec Start 44: checkcompoundrep.dic 44/149 Test #44: checkcompoundrep.dic ............. Passed 0.00 sec Start 45: checkcompoundtriple.dic 45/149 Test #45: checkcompoundtriple.dic .......... Passed 0.00 sec Start 46: checksharps.dic 46/149 Test #46: checksharps.dic .................. Passed 0.00 sec Start 47: checksharps.sug 47/149 Test #47: checksharps.sug .................. Passed 0.00 sec Start 48: checksharpsutf.dic 48/149 Test #48: checksharpsutf.dic ............... Passed 0.00 sec Start 49: checksharpsutf.sug 49/149 Test #49: checksharpsutf.sug ............... Passed 0.00 sec Start 50: circumfix.dic 50/149 Test #50: circumfix.dic .................... Passed 0.00 sec Start 51: colons_in_words.dic 51/149 Test #51: colons_in_words.dic .............. Passed 0.00 sec Start 52: complexprefixes.dic 52/149 Test #52: complexprefixes.dic .............. Passed 0.00 sec Start 53: complexprefixes2.dic 53/149 Test #53: complexprefixes2.dic ............. Passed 0.00 sec Start 54: complexprefixesutf.dic 54/149 Test #54: complexprefixesutf.dic ........... Passed 0.00 sec Start 55: compoundaffix.dic 55/149 Test #55: compoundaffix.dic ................ Passed 0.00 sec Start 56: compoundaffix2.dic 56/149 Test #56: compoundaffix2.dic ............... Passed 0.00 sec Start 57: compoundaffix3.dic 57/149 Test #57: compoundaffix3.dic ............... Passed 0.00 sec Start 58: compoundflag.dic 58/149 Test #58: compoundflag.dic ................. Passed 0.00 sec Start 59: compoundrule.dic 59/149 Test #59: compoundrule.dic ................. Passed 0.00 sec Start 60: compoundrule2.dic 60/149 Test #60: compoundrule2.dic ................ Passed 0.00 sec Start 61: compoundrule3.dic 61/149 Test #61: compoundrule3.dic ................ Passed 0.00 sec Start 62: compoundrule4.dic 62/149 Test #62: compoundrule4.dic ................ Passed 0.00 sec Start 63: compoundrule5.dic 63/149 Test #63: compoundrule5.dic ................ Passed 0.00 sec Start 64: compoundrule6.dic 64/149 Test #64: compoundrule6.dic ................ Passed 0.00 sec Start 65: compoundrule7.dic 65/149 Test #65: compoundrule7.dic ................ Passed 0.00 sec Start 66: compoundrule8.dic 66/149 Test #66: compoundrule8.dic ................ Passed 0.00 sec Start 67: condition.dic 67/149 Test #67: condition.dic .................... Passed 0.00 sec Start 68: condition_utf.dic 68/149 Test #68: condition_utf.dic ................ Passed 0.00 sec Start 69: conditionalprefix.dic 69/149 Test #69: conditionalprefix.dic ............ Passed 0.00 sec Start 70: digits_in_words.dic 70/149 Test #70: digits_in_words.dic .............. Passed 0.00 sec Start 71: dotless_i.dic 71/149 Test #71: dotless_i.dic .................... Passed 0.00 sec Start 72: encoding.dic 72/149 Test #72: encoding.dic ..................... Passed 0.00 sec Start 73: flag.dic 73/149 Test #73: flag.dic ......................... Passed 0.00 sec Start 74: flaglong.dic 74/149 Test #74: flaglong.dic ..................... Passed 0.00 sec Start 75: flagnum.dic 75/149 Test #75: flagnum.dic ...................... Passed 0.00 sec Start 76: flagutf8.dic 76/149 Test #76: flagutf8.dic ..................... Passed 0.00 sec Start 77: fogemorpheme.dic 77/149 Test #77: fogemorpheme.dic ................. Passed 0.00 sec Start 78: forbiddenword.dic 78/149 Test #78: forbiddenword.dic ................ Passed 0.00 sec Start 79: forceucase.dic 79/149 Test #79: forceucase.dic ................... Passed 0.00 sec Start 80: forceucase.sug 80/149 Test #80: forceucase.sug ................... Passed 0.00 sec Start 81: fullstrip.dic 81/149 Test #81: fullstrip.dic .................... Passed 0.00 sec Start 82: germancompounding.dic 82/149 Test #82: germancompounding.dic ............ Passed 0.00 sec Start 83: germancompoundingold.dic 83/149 Test #83: germancompoundingold.dic ......... Passed 0.00 sec Start 84: hu.dic 84/149 Test #84: hu.dic ........................... Passed 0.00 sec Start 85: i35725.dic 85/149 Test #85: i35725.dic ....................... Passed 0.00 sec Start 86: i35725.sug 86/149 Test #86: i35725.sug ....................... Passed 0.01 sec Start 87: i53643.dic 87/149 Test #87: i53643.dic ....................... Passed 0.00 sec Start 88: i54633.dic 88/149 Test #88: i54633.dic ....................... Passed 0.00 sec Start 89: i54633.sug 89/149 Test #89: i54633.sug ....................... Passed 0.00 sec Start 90: i54980.dic 90/149 Test #90: i54980.dic ....................... Passed 0.00 sec Start 91: i58202.dic 91/149 Test #91: i58202.dic ....................... Passed 0.00 sec Start 92: i58202.sug 92/149 Test #92: i58202.sug ....................... Passed 0.00 sec Start 93: i68568.dic 93/149 Test #93: i68568.dic ....................... Passed 0.00 sec Start 94: i68568utf.dic 94/149 Test #94: i68568utf.dic .................... Passed 0.00 sec Start 95: iconv.dic 95/149 Test #95: iconv.dic ........................ Passed 0.00 sec Start 96: iconv2.dic 96/149 Test #96: iconv2.dic ....................... Passed 0.00 sec Start 97: ignore.dic 97/149 Test #97: ignore.dic ....................... Passed 0.00 sec Start 98: ignoreutf.dic 98/149 Test #98: ignoreutf.dic .................... Passed 0.00 sec Start 99: keepcase.dic 99/149 Test #99: keepcase.dic ..................... Passed 0.00 sec Start 100: keepcase.sug 100/149 Test #100: keepcase.sug ..................... Passed 0.00 sec Start 101: korean.dic 101/149 Test #101: korean.dic ....................... Passed 0.00 sec Start 102: map.dic 102/149 Test #102: map.dic .......................... Passed 0.00 sec Start 103: map.sug 103/149 Test #103: map.sug .......................... Passed 0.00 sec Start 104: maputf.dic 104/149 Test #104: maputf.dic ....................... Passed 0.00 sec Start 105: maputf.sug 105/149 Test #105: maputf.sug ....................... Passed 0.00 sec Start 106: morph.dic 106/149 Test #106: morph.dic ........................ Passed 0.00 sec Start 107: needaffix.dic 107/149 Test #107: needaffix.dic .................... Passed 0.00 sec Start 108: needaffix2.dic 108/149 Test #108: needaffix2.dic ................... Passed 0.00 sec Start 109: needaffix3.dic 109/149 Test #109: needaffix3.dic ................... Passed 0.00 sec Start 110: needaffix4.dic 110/149 Test #110: needaffix4.dic ................... Passed 0.00 sec Start 111: needaffix5.dic 111/149 Test #111: needaffix5.dic ................... Passed 0.00 sec Start 112: nepali.dic 112/149 Test #112: nepali.dic ....................... Passed 0.00 sec Start 113: ngram_utf_fix.dic 113/149 Test #113: ngram_utf_fix.dic ................ Passed 0.00 sec Start 114: ngram_utf_fix.sug 114/149 Test #114: ngram_utf_fix.sug ................ Passed 0.00 sec Start 115: nosuggest.dic 115/149 Test #115: nosuggest.dic .................... Passed 0.00 sec Start 116: nosuggest.sug 116/149 Test #116: nosuggest.sug .................... Passed 0.00 sec Start 117: oconv.dic 117/149 Test #117: oconv.dic ........................ Passed 0.00 sec Start 118: oconv.sug 118/149 Test #118: oconv.sug ........................ Passed 0.00 sec Start 119: onlyincompound.dic 119/149 Test #119: onlyincompound.dic ............... Passed 0.00 sec Start 120: onlyincompound.sug 120/149 Test #120: onlyincompound.sug ............... Passed 0.00 sec Start 121: onlyincompound2.dic 121/149 Test #121: onlyincompound2.dic .............. Passed 0.00 sec Start 122: opentaal_cpdpat.dic 122/149 Test #122: opentaal_cpdpat.dic .............. Passed 0.00 sec Start 123: opentaal_cpdpat2.dic 123/149 Test #123: opentaal_cpdpat2.dic ............. Passed 0.00 sec Start 124: opentaal_forbiddenword1.dic 124/149 Test #124: opentaal_forbiddenword1.dic ...... Passed 0.00 sec Start 125: opentaal_forbiddenword1.sug 125/149 Test #125: opentaal_forbiddenword1.sug ...... Passed 0.00 sec Start 126: opentaal_forbiddenword2.dic 126/149 Test #126: opentaal_forbiddenword2.dic ...... Passed 0.00 sec Start 127: opentaal_forbiddenword2.sug 127/149 Test #127: opentaal_forbiddenword2.sug ...... Passed 0.00 sec Start 128: opentaal_keepcase.dic 128/149 Test #128: opentaal_keepcase.dic ............ Passed 0.00 sec Start 129: opentaal_keepcase.sug 129/149 Test #129: opentaal_keepcase.sug ............ Passed 0.00 sec Start 130: phone.dic 130/149 Test #130: phone.dic ........................ Passed 0.00 sec Start 131: phone.sug 131/149 Test #131: phone.sug ........................ Passed 0.00 sec Start 132: rep.dic 132/149 Test #132: rep.dic .......................... Passed 0.00 sec Start 133: rep.sug 133/149 Test #133: rep.sug .......................... Passed 0.00 sec Start 134: reputf.dic 134/149 Test #134: reputf.dic ....................... Passed 0.00 sec Start 135: reputf.sug 135/149 Test #135: reputf.sug ....................... Passed 0.00 sec Start 136: simplifiedtriple.dic 136/149 Test #136: simplifiedtriple.dic ............. Passed 0.00 sec Start 137: slash.dic 137/149 Test #137: slash.dic ........................ Passed 0.00 sec Start 138: sug.dic 138/149 Test #138: sug.dic .......................... Passed 0.00 sec Start 139: sug.sug 139/149 Test #139: sug.sug .......................... Passed 0.00 sec Start 140: sugutf.dic 140/149 Test #140: sugutf.dic ....................... Passed 0.00 sec Start 141: sugutf.sug 141/149 Test #141: sugutf.sug ....................... Passed 0.00 sec Start 142: utf8.dic 142/149 Test #142: utf8.dic ......................... Passed 0.00 sec Start 143: utf8_bom.dic 143/149 Test #143: utf8_bom.dic ..................... Passed 0.00 sec Start 144: utf8_bom2.dic 144/149 Test #144: utf8_bom2.dic .................... Passed 0.00 sec Start 145: utf8_nonbmp.dic 145/149 Test #145: utf8_nonbmp.dic .................. Passed 0.00 sec Start 146: utf8_nonbmp.sug 146/149 Test #146: utf8_nonbmp.sug .................. Passed 0.00 sec Start 147: utfcompound.dic 147/149 Test #147: utfcompound.dic .................. Passed 0.00 sec Start 148: warn.dic 148/149 Test #148: warn.dic ......................... Passed 0.00 sec Start 149: zeroaffix.dic 149/149 Test #149: zeroaffix.dic .................... Passed 0.00 sec 100% tests passed, 0 tests failed out of 149 Total Test time (real) = 0.32 sec >>> nuspell: Entering fakeroot... Consolidate compiler generated dependencies of target nuspell Consolidate compiler generated dependencies of target hunspell [ 25%] Built target nuspell Consolidate compiler generated dependencies of target nuspell-exe Consolidate compiler generated dependencies of target legacy_test Consolidate compiler generated dependencies of target unit_test [ 66%] Built target hunspell [ 74%] Built target nuspell-exe [ 81%] Built target legacy_test Consolidate compiler generated dependencies of target verify [ 92%] Built target unit_test [100%] Built target verify Install the project... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/lib/pkgconfig/nuspell.pc -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/lib/cmake/nuspell/NuspellConfig.cmake -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/lib/cmake/nuspell/NuspellConfigVersion.cmake -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/share/doc/nuspell/README.md -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/lib/libnuspell.so.5.1.0 -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/lib/libnuspell.so.5 -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/lib/libnuspell.so -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/include/nuspell/aff_data.hxx -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/include/nuspell/checker.hxx -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/include/nuspell/suggester.hxx -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/include/nuspell/dictionary.hxx -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/include/nuspell/finder.hxx -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/include/nuspell/structures.hxx -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/include/nuspell/unicode.hxx -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/include/nuspell/nuspell_export.h -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/lib/cmake/nuspell/NuspellTargets.cmake -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/lib/cmake/nuspell/NuspellTargets-none.cmake -- Installing: /home/buildozer/aports/community/nuspell/pkg/nuspell/usr/bin/nuspell -- Set runtime path of "/home/buildozer/aports/community/nuspell/pkg/nuspell/usr/bin/nuspell" to "" >>> nuspell-dev*: Running split function dev... >>> nuspell-dev*: Preparing subpackage nuspell-dev... >>> nuspell-dev*: Stripping binaries >>> nuspell-dev*: Running postcheck for nuspell-dev >>> nuspell-doc*: Running split function doc... >>> nuspell-doc*: Preparing subpackage nuspell-doc... >>> nuspell-doc*: Running postcheck for nuspell-doc >>> nuspell*: Running postcheck for nuspell >>> nuspell*: Preparing package nuspell... >>> nuspell*: Stripping binaries >>> nuspell-dev*: Scanning shared objects >>> nuspell-doc*: Scanning shared objects >>> nuspell*: Scanning shared objects >>> nuspell-dev*: Tracing dependencies... nuspell=5.1.0-r1 pc:icu-uc pkgconfig >>> nuspell-dev*: Package size: 148.0 KB >>> nuspell-dev*: Compressing data... >>> nuspell-dev*: Create checksum... >>> nuspell-dev*: Create nuspell-dev-5.1.0-r1.apk >>> nuspell-doc*: Tracing dependencies... >>> nuspell-doc*: Package size: 28.0 KB >>> nuspell-doc*: Compressing data... >>> nuspell-doc*: Create checksum... >>> nuspell-doc*: Create nuspell-doc-5.1.0-r1.apk >>> nuspell*: Tracing dependencies... so:libc.musl-s390x.so.1 so:libgcc_s.so.1 so:libicuuc.so.71 so:libstdc++.so.6 >>> nuspell*: Package size: 320.0 KB >>> nuspell*: Compressing data... >>> nuspell*: Create checksum... >>> nuspell*: Create nuspell-5.1.0-r1.apk >>> nuspell: Build complete at Sat, 23 Apr 2022 23:31:35 +0000 elapsed time 0h 0m 21s >>> nuspell: Cleaning up srcdir >>> nuspell: Cleaning up pkgdir >>> nuspell: Uninstalling dependencies... (1/24) Purging .makedepends-nuspell (20220423.233114) (2/24) Purging cmake (3.23.1-r0) (3/24) Purging icu-dev (71.1-r0) (4/24) Purging icu (71.1-r0) (5/24) Purging icu-libs (71.1-r0) (6/24) Purging ronn (0.9.1-r1) (7/24) Purging ruby-kramdown (2.3.2-r1) (8/24) Purging ruby-rexml (3.2.5-r2) (9/24) Purging ruby-mustache (1.1.1-r5) (10/24) Purging ruby-nokogiri (1.13.4-r0) (11/24) Purging ruby (3.1.2-r0) (12/24) Purging catch2 (2.13.8-r0) (13/24) Purging libarchive (3.6.1-r0) (14/24) Purging rhash-libs (1.4.2-r2) (15/24) Purging libuv (1.44.1-r0) (16/24) Purging ruby-libs (3.1.2-r0) (17/24) Purging libffi (3.4.2-r1) (18/24) Purging readline (8.1.2-r0) (19/24) Purging libucontext (1.2-r0) (20/24) Purging yaml (0.2.5-r0) (21/24) Purging libxslt (1.1.35-r0) (22/24) Purging libgcrypt (1.9.4-r0) (23/24) Purging libgpg-error (1.45-r0) (24/24) Purging libxml2 (2.9.13-r0) Executing busybox-1.35.0-r10.trigger OK: 326 MiB in 94 packages >>> nuspell: Updating the community/s390x repository index... >>> nuspell: Signing the index...