>>> snowball: Building community/snowball 0_git20140929-r0 (using abuild 3.7.0_rc1-r2) started Tue, 22 Dec 2020 13:34:43 +0000 >>> snowball: Checking sanity of /home/buildozer/aports/community/snowball/APKBUILD... >>> snowball: Analyzing dependencies... >>> snowball: Installing for build: build-base perl (1/6) Installing libbz2 (1.0.8-r1) (2/6) Installing perl (5.32.0-r0) (3/6) Installing .makedepends-snowball (20201222.133452) (4/6) Installing perl-error (0.17029-r1) (5/6) Installing perl-git (2.29.2-r0) (6/6) Installing git-perl (2.29.2-r0) Executing busybox-1.32.0-r8.trigger OK: 341 MiB in 92 packages >>> snowball: Cleaning up srcdir >>> snowball: Cleaning up pkgdir >>> snowball: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/snowball-0_git20140929.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71890 100 71890 0 0 856k 0 --:--:-- --:--:-- --:--:-- 856k >>> snowball: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/snowball-0_git20140929.tar.gz >>> snowball: Checking sha512sums... snowball-0_git20140929.tar.gz: OK >>> snowball: Unpacking /var/cache/distfiles/v3.13/snowball-0_git20140929.tar.gz... gcc -fPIC -Iinclude -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -c -o compiler/space.o compiler/space.c gcc -fPIC -Iinclude -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -c -o compiler/tokeniser.o compiler/tokeniser.c gcc -fPIC -Iinclude -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -c -o compiler/analyser.o compiler/analyser.c gcc -fPIC -Iinclude -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -c -o compiler/generator.o compiler/generator.c gcc -fPIC -Iinclude -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -c -o compiler/driver.o compiler/driver.c gcc -fPIC -Iinclude -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -c -o compiler/generator_java.o compiler/generator_java.c sed 's/@MODULES_H@/modules.h/' libstemmer/libstemmer_c.in >libstemmer/libstemmer.c libstemmer/mkmodules.pl libstemmer/modules.h src_c libstemmer/modules.txt libstemmer/mkinc.mak cp algorithms/danish/stem_ISO_8859_1.sbl algorithms/danish/stem_Unicode.sbl cp algorithms/dutch/stem_ISO_8859_1.sbl algorithms/dutch/stem_Unicode.sbl cp algorithms/english/stem_ISO_8859_1.sbl algorithms/english/stem_Unicode.sbl cp algorithms/finnish/stem_ISO_8859_1.sbl algorithms/finnish/stem_Unicode.sbl cp algorithms/french/stem_ISO_8859_1.sbl algorithms/french/stem_Unicode.sbl cp algorithms/german/stem_ISO_8859_1.sbl algorithms/german/stem_Unicode.sbl cp algorithms/italian/stem_ISO_8859_1.sbl algorithms/italian/stem_Unicode.sbl cp algorithms/norwegian/stem_ISO_8859_1.sbl algorithms/norwegian/stem_Unicode.sbl cp algorithms/porter/stem_ISO_8859_1.sbl algorithms/porter/stem_Unicode.sbl cp algorithms/portuguese/stem_ISO_8859_1.sbl algorithms/portuguese/stem_Unicode.sbl cp algorithms/spanish/stem_ISO_8859_1.sbl algorithms/spanish/stem_Unicode.sbl cp algorithms/swedish/stem_ISO_8859_1.sbl algorithms/swedish/stem_Unicode.sbl gcc -fPIC -Iinclude -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -c -o runtime/api.o runtime/api.c gcc -fPIC -Iinclude -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -c -o runtime/utilities.o runtime/utilities.c gcc -fPIC -Iinclude -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -c -o examples/stemwords.o examples/stemwords.c cp algorithms/german2/stem_ISO_8859_1.sbl algorithms/german2/stem_Unicode.sbl cp algorithms/kraaij_pohlmann/stem_ISO_8859_1.sbl algorithms/kraaij_pohlmann/stem_Unicode.sbl cp algorithms/lovins/stem_ISO_8859_1.sbl algorithms/lovins/stem_Unicode.sbl compiler/analyser.c: In function 'check_name_type': compiler/analyser.c:210:19: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 210 | case 'r': if (p->type == t_routine || | ^~ compiler/analyser.c:211:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 211 | p->type == t_external) return; break; | ^~~~~ compiler/analyser.c: In function 'read_program': compiler/analyser.c:859:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 859 | if (q->used && q->definition == 0) error4(a, q); break; | ^~ compiler/analyser.c:859:70: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 859 | if (q->used && q->definition == 0) error4(a, q); break; | ^~~~~ compiler/analyser.c:861:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 861 | if (q->used && q->grouping == 0) error4(a, q); break; | ^~ compiler/analyser.c:861:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 861 | if (q->used && q->grouping == 0) error4(a, q); break; | ^~~~~ compiler/analyser.c: In function 'read_program_': compiler/analyser.c:842:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 842 | if (terminator == c_ket) return; | ^ compiler/analyser.c:843:13: note: here 843 | default: | ^~~~~~~ compiler/analyser.c: In function 'check_name_type': compiler/analyser.c:209:22: warning: this statement may fall through [-Wimplicit-fallthrough=] 209 | case 'R': if (p->type == t_grouping) return; | ^ compiler/analyser.c:210:9: note: here 210 | case 'r': if (p->type == t_routine || | ^~~~ compiler/analyser.c: In function 'error2': compiler/analyser.c:88:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 88 | fprintf(stderr, "in among(...), "); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compiler/analyser.c:89:9: note: here 89 | case 1: | ^~~~ compiler/analyser.c: In function 'name_of_type': compiler/analyser.c:64:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 64 | default: fault(1); | ^~~~~~~~ compiler/analyser.c:65:10: note: here 65 | case 's': return "string"; | ^~~~ compiler/analyser.c: In function 'name_of_mode': compiler/analyser.c:55:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 55 | default: fault(0); | ^~~~~~~~ compiler/analyser.c:56:10: note: here 56 | case m_backward: return "string backward"; | ^~~~ In file included from compiler/tokeniser.c:6: compiler/tokeniser.c: In function 'read_token': compiler/header.h:8:21: warning: this statement may fall through [-Wimplicit-fallthrough=] 8 | #define unless(C) if(!(C)) | ^ compiler/tokeniser.c:390:16: note: in expansion of macro 'unless' 390 | unless (t->next == 0) { | ^~~~~~ compiler/tokeniser.c:401:13: note: here 401 | default: | ^~~~~~~ compiler/generator.c: In function 'wlitarray': compiler/generator.c:97:32: warning: this statement may fall through [-Wimplicit-fallthrough=] 97 | case '\\': wch(g, '\\'); | ^~~~~~~~~~~~ compiler/generator.c:98:21: note: here 98 | default: wch(g, ch); | ^~~~~~~ compiler/analyser.c: In function 'read_C': compiler/tokeniser.c: In function 'white_space': compiler/tokeniser.c:106:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 106 | case '\n': t->line_number++; | ~~~~~~~~~~~~~~^~ compiler/analyser.c:642:30: warning: this statement may fall through [-Wimplicit-fallthrough=] 642 | default: error(a, 34); | ^~~~~~~~~~~~ compiler/tokeniser.c:107:9: note: here 107 | case '\r': | ^~~~ compiler/analyser.c:643:21: note: here 643 | case t_string: | ^~~~ compiler/analyser.c:607:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 607 | check_modifyable(a); | ^~~~~~~~~~~~~~~~~~~ compiler/analyser.c:608:9: note: here 608 | case c_next: | ^~~~ compiler/analyser.c: In function 'read_among': compiler/analyser.c:536:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 536 | error(a, 3); | ^~~~~~~~~~~ compiler/analyser.c:537:13: note: here 537 | case c_ket: | ^~~~ gcc -fPIC -o snowball compiler/space.o compiler/tokeniser.o compiler/analyser.o compiler/generator.o compiler/driver.o compiler/generator_java.o ./snowball algorithms/danish/stem_Unicode.sbl -o src_c/stem_UTF_8_danish -eprefix danish_UTF_8_ -r ../runtime -u ./snowball algorithms/dutch/stem_Unicode.sbl -o src_c/stem_UTF_8_dutch -eprefix dutch_UTF_8_ -r ../runtime -u ./snowball algorithms/english/stem_Unicode.sbl -o src_c/stem_UTF_8_english -eprefix english_UTF_8_ -r ../runtime -u ./snowball algorithms/finnish/stem_Unicode.sbl -o src_c/stem_UTF_8_finnish -eprefix finnish_UTF_8_ -r ../runtime -u ./snowball algorithms/french/stem_Unicode.sbl -o src_c/stem_UTF_8_french -eprefix french_UTF_8_ -r ../runtime -u ./snowball algorithms/german/stem_Unicode.sbl -o src_c/stem_UTF_8_german -eprefix german_UTF_8_ -r ../runtime -u ./snowball algorithms/italian/stem_Unicode.sbl -o src_c/stem_UTF_8_italian -eprefix italian_UTF_8_ -r ../runtime -u ./snowball algorithms/hungarian/stem_Unicode.sbl -o src_c/stem_UTF_8_hungarian -eprefix hungarian_UTF_8_ -r ../runtime -u ./snowball algorithms/norwegian/stem_Unicode.sbl -o src_c/stem_UTF_8_norwegian -eprefix norwegian_UTF_8_ -r ../runtime -u ./snowball algorithms/porter/stem_Unicode.sbl -o src_c/stem_UTF_8_porter -eprefix porter_UTF_8_ -r ../runtime -u ./snowball algorithms/portuguese/stem_Unicode.sbl -o src_c/stem_UTF_8_portuguese -eprefix portuguese_UTF_8_ -r ../runtime -u ./snowball algorithms/romanian/stem_Unicode.sbl -o src_c/stem_UTF_8_romanian -eprefix romanian_UTF_8_ -r ../runtime -u ./snowball algorithms/russian/stem_Unicode.sbl -o src_c/stem_UTF_8_russian -eprefix russian_UTF_8_ -r ../runtime -u ./snowball algorithms/spanish/stem_Unicode.sbl -o src_c/stem_UTF_8_spanish -eprefix spanish_UTF_8_ -r ../runtime -u ./snowball algorithms/swedish/stem_Unicode.sbl -o src_c/stem_UTF_8_swedish -eprefix swedish_UTF_8_ -r ../runtime -u ./snowball algorithms/turkish/stem_Unicode.sbl -o src_c/stem_UTF_8_turkish -eprefix turkish_UTF_8_ -r ../runtime -u ./snowball algorithms/dutch/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_dutch -eprefix dutch_ISO_8859_1_ -r ../runtime ./snowball algorithms/russian/stem_KOI8_R.sbl -o src_c/stem_KOI8_R_russian -eprefix russian_KOI8_R_ -r ../runtime ./snowball algorithms/danish/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_danish -eprefix danish_ISO_8859_1_ -r ../runtime ./snowball algorithms/english/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_english -eprefix english_ISO_8859_1_ -r ../runtime ./snowball algorithms/finnish/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_finnish -eprefix finnish_ISO_8859_1_ -r ../runtime ./snowball algorithms/french/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_french -eprefix french_ISO_8859_1_ -r ../runtime ./snowball algorithms/italian/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_italian -eprefix italian_ISO_8859_1_ -r ../runtime ./snowball algorithms/norwegian/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_norwegian -eprefix norwegian_ISO_8859_1_ -r ../runtime ./snowball algorithms/german/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_german -eprefix german_ISO_8859_1_ -r ../runtime gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_danish.o src_c/stem_UTF_8_danish.c -Wall ./snowball algorithms/porter/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_porter -eprefix porter_ISO_8859_1_ -r ../runtime ./snowball algorithms/portuguese/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_portuguese -eprefix portuguese_ISO_8859_1_ -r ../runtime ./snowball algorithms/spanish/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_spanish -eprefix spanish_ISO_8859_1_ -r ../runtime gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_dutch.o src_c/stem_UTF_8_dutch.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_finnish.o src_c/stem_UTF_8_finnish.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_german.o src_c/stem_UTF_8_german.c -Wall ./snowball algorithms/swedish/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_swedish -eprefix swedish_ISO_8859_1_ -r ../runtime ./snowball algorithms/hungarian/stem_ISO_8859_2.sbl -o src_c/stem_ISO_8859_2_hungarian -eprefix hungarian_ISO_8859_2_ -r ../runtime ./snowball algorithms/romanian/stem_ISO_8859_2.sbl -o src_c/stem_ISO_8859_2_romanian -eprefix romanian_ISO_8859_2_ -r ../runtime gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_norwegian.o src_c/stem_UTF_8_norwegian.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_swedish.o src_c/stem_UTF_8_swedish.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_danish.o src_c/stem_ISO_8859_1_danish.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_norwegian.o src_c/stem_ISO_8859_1_norwegian.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_swedish.o src_c/stem_ISO_8859_1_swedish.c -Wall ./snowball algorithms/german2/stem_Unicode.sbl -o src_c/stem_UTF_8_german2 -eprefix german2_UTF_8_ -r ../runtime -u gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_english.o src_c/stem_UTF_8_english.c -Wall ./snowball algorithms/lovins/stem_Unicode.sbl -o src_c/stem_UTF_8_lovins -eprefix lovins_UTF_8_ -r ../runtime -u gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_porter.o src_c/stem_UTF_8_porter.c -Wall ./snowball algorithms/kraaij_pohlmann/stem_Unicode.sbl -o src_c/stem_UTF_8_kraaij_pohlmann -eprefix kraaij_pohlmann_UTF_8_ -r ../runtime -u gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_russian.o src_c/stem_UTF_8_russian.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_KOI8_R_russian.o src_c/stem_KOI8_R_russian.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_dutch.o src_c/stem_ISO_8859_1_dutch.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_finnish.o src_c/stem_ISO_8859_1_finnish.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_german.o src_c/stem_ISO_8859_1_german.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_porter.o src_c/stem_ISO_8859_1_porter.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_french.o src_c/stem_UTF_8_french.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_hungarian.o src_c/stem_UTF_8_hungarian.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_italian.o src_c/stem_UTF_8_italian.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_portuguese.o src_c/stem_UTF_8_portuguese.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_romanian.o src_c/stem_UTF_8_romanian.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_spanish.o src_c/stem_UTF_8_spanish.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_english.o src_c/stem_ISO_8859_1_english.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_italian.o src_c/stem_ISO_8859_1_italian.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_portuguese.o src_c/stem_ISO_8859_1_portuguese.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_spanish.o src_c/stem_ISO_8859_1_spanish.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_2_hungarian.o src_c/stem_ISO_8859_2_hungarian.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_2_romanian.o src_c/stem_ISO_8859_2_romanian.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_german2.o src_c/stem_UTF_8_german2.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_kraaij_pohlmann.o src_c/stem_UTF_8_kraaij_pohlmann.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_lovins.o src_c/stem_UTF_8_lovins.c -Wall gcc -fPIC -Iinclude -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -c -o libstemmer/libstemmer.o libstemmer/libstemmer.c gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_UTF_8_turkish.o src_c/stem_UTF_8_turkish.c -Wall gcc -fPIC -Iinclude -O2 -O2 -c -o src_c/stem_ISO_8859_1_french.o src_c/stem_ISO_8859_1_french.c -Wall ar -cru libstemmer.o libstemmer/libstemmer.o runtime/api.o runtime/utilities.o src_c/stem_UTF_8_danish.o src_c/stem_UTF_8_dutch.o src_c/stem_UTF_8_english.o src_c/stem_UTF_8_finnish.o src_c/stem_UTF_8_french.o src_c/stem_UTF_8_german.o src_c/stem_UTF_8_hungarian.o src_c/stem_UTF_8_italian.o src_c/stem_UTF_8_norwegian.o src_c/stem_UTF_8_porter.o src_c/stem_UTF_8_portuguese.o src_c/stem_UTF_8_romanian.o src_c/stem_UTF_8_russian.o src_c/stem_UTF_8_spanish.o src_c/stem_UTF_8_swedish.o src_c/stem_UTF_8_turkish.o src_c/stem_KOI8_R_russian.o src_c/stem_ISO_8859_1_danish.o src_c/stem_ISO_8859_1_dutch.o src_c/stem_ISO_8859_1_english.o src_c/stem_ISO_8859_1_finnish.o src_c/stem_ISO_8859_1_french.o src_c/stem_ISO_8859_1_german.o src_c/stem_ISO_8859_1_italian.o src_c/stem_ISO_8859_1_norwegian.o src_c/stem_ISO_8859_1_porter.o src_c/stem_ISO_8859_1_portuguese.o src_c/stem_ISO_8859_1_spanish.o src_c/stem_ISO_8859_1_swedish.o src_c/stem_ISO_8859_2_hungarian.o src_c/stem_ISO_8859_2_romanian.o ar: `u' modifier ignored since `D' is the default (see `U') gcc -fPIC -o stemwords examples/stemwords.o libstemmer.o rm algorithms/spanish/stem_Unicode.sbl algorithms/finnish/stem_Unicode.sbl algorithms/swedish/stem_Unicode.sbl algorithms/german2/stem_Unicode.sbl algorithms/norwegian/stem_Unicode.sbl algorithms/italian/stem_Unicode.sbl algorithms/german/stem_Unicode.sbl algorithms/lovins/stem_Unicode.sbl algorithms/porter/stem_Unicode.sbl algorithms/dutch/stem_Unicode.sbl algorithms/english/stem_Unicode.sbl algorithms/danish/stem_Unicode.sbl algorithms/kraaij_pohlmann/stem_Unicode.sbl algorithms/portuguese/stem_Unicode.sbl algorithms/french/stem_Unicode.sbl >>> WARNING: snowball: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> snowball: Entering fakeroot... >>> snowball-dev*: Running split function dev... >>> snowball-dev*: Preparing subpackage snowball-dev... >>> snowball-dev*: Stripping binaries >>> snowball-dev*: Running postcheck for snowball-dev >>> snowball*: Running postcheck for snowball >>> snowball*: Preparing package snowball... >>> snowball*: Stripping binaries >>> snowball-dev*: Scanning shared objects >>> snowball*: Scanning shared objects >>> snowball-dev*: Tracing dependencies... >>> snowball-dev*: Package size: 468.0 KB >>> snowball-dev*: Compressing data... >>> snowball-dev*: Create checksum... >>> snowball-dev*: Create snowball-dev-0_git20140929-r0.apk >>> snowball*: Tracing dependencies... so:libc.musl-x86.so.1 >>> snowball*: Package size: 264.0 KB >>> snowball*: Compressing data... >>> snowball*: Create checksum... >>> snowball*: Create snowball-0_git20140929-r0.apk >>> snowball: Build complete at Tue, 22 Dec 2020 13:34:56 +0000 elapsed time 0h 0m 13s >>> snowball: Cleaning up srcdir >>> snowball: Cleaning up pkgdir >>> snowball: Uninstalling dependencies... (1/6) Purging .makedepends-snowball (20201222.133452) (2/6) Purging git-perl (2.29.2-r0) (3/6) Purging perl-git (2.29.2-r0) (4/6) Purging perl-error (0.17029-r1) (5/6) Purging perl (5.32.0-r0) (6/6) Purging libbz2 (1.0.8-r1) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> snowball: Updating the community/x86 repository index... >>> snowball: Signing the index...