>>> tree-sitter: Building community/tree-sitter 0.20.8-r0 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 19:24:27 +0000 >>> tree-sitter: Checking sanity of /home/buildozer/aports/community/tree-sitter/APKBUILD... >>> tree-sitter: Analyzing dependencies... >>> tree-sitter: Installing for build: build-base bash cargo (1/9) Installing readline (8.2.1-r1) (2/9) Installing bash (5.2.15-r3) Executing bash-5.2.15-r3.post-install (3/9) Installing libffi (3.4.4-r2) (4/9) Installing xz-libs (5.4.2-r1) (5/9) Installing libxml2 (2.10.4-r2) (6/9) Installing llvm15-libs (15.0.7-r5) (7/9) Installing rust (1.69.0-r2) (8/9) Installing cargo (1.69.0-r2) (9/9) Installing .makedepends-tree-sitter (20230421.192429) Executing busybox-1.36.0-r7.trigger OK: 1196 MiB in 107 packages >>> tree-sitter: Cleaning up srcdir >>> tree-sitter: Cleaning up pkgdir >>> tree-sitter: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/tree-sitter-0.20.8.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> tree-sitter: Fetching https://github.com/tree-sitter/tree-sitter/archive/v0.20.8/tree-sitter-0.20.8.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12813 0 12813 0 0 8671 0 --:--:-- 0:00:01 --:--:-- 8671 100 865k 0 865k 0 0 350k 0 --:--:-- 0:00:02 --:--:-- 860k 100 2872k 0 2872k 0 0 865k 0 --:--:-- 0:00:03 --:--:-- 1555k >>> tree-sitter: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/tree-sitter-0.20.8.tar.gz >>> tree-sitter: Checking sha512sums... tree-sitter-0.20.8.tar.gz: OK abuild-tree-sitter: OK >>> tree-sitter: Unpacking /var/cache/distfiles/v3.18/tree-sitter-0.20.8.tar.gz... Updating crates.io index Downloading crates ... Downloaded unindent v0.2.1 Downloaded which v4.4.0 Downloaded tiny_http v0.12.0 Downloaded chunked_transfer v1.4.1 Downloaded ascii v1.1.0 Downloaded serde_derive v1.0.159 Downloaded smallbitvec v2.5.1 Downloaded pretty_assertions v0.7.2 Downloaded ctor v0.1.26 Downloaded clap v2.34.0 Downloaded diff v0.1.13 Downloaded thiserror-impl v1.0.40 Downloaded thiserror v1.0.40 Downloaded webbrowser v0.8.8 Downloaded io-lifetimes v1.0.9 Downloaded difference v2.0.0 Downloaded utf8-width v0.1.6 Downloaded html-escape v0.2.13 Downloaded serde v1.0.159 Downloaded rustix v0.37.7 >>> tree-sitter: fetching test fixtures Updating bash grammar... Cloning into './script/../test/fixtures/grammars/bash'... From https://github.com/tree-sitter/tree-sitter-bash * branch master -> FETCH_HEAD HEAD is now at 422a07c Highlight "select" and "until" as keywords (#168) Updating c grammar... Cloning into './script/../test/fixtures/grammars/c'... From https://github.com/tree-sitter/tree-sitter-c * branch master -> FETCH_HEAD HEAD is now at f357890 Merge pull request #125 from Luni-4/publish Updating cpp grammar... Cloning into './script/../test/fixtures/grammars/cpp'... From https://github.com/tree-sitter/tree-sitter-cpp * branch master -> FETCH_HEAD HEAD is now at 670404d feat: support template friend declarations Updating embedded-template grammar... Cloning into './script/../test/fixtures/grammars/embedded-template'... From https://github.com/tree-sitter/tree-sitter-embedded-template * branch master -> FETCH_HEAD HEAD is now at 203f7bd Merge pull request #20 from aibaars/capturing-blocks Updating go grammar... Cloning into './script/../test/fixtures/grammars/go'... From https://github.com/tree-sitter/tree-sitter-go * branch master -> FETCH_HEAD HEAD is now at 64457ea Merge pull request #91 from SuperBo/fix-string-literal Updating html grammar... Cloning into './script/../test/fixtures/grammars/html'... From https://github.com/tree-sitter/tree-sitter-html * branch master -> FETCH_HEAD HEAD is now at 86c253e Merge pull request #53 from colinaaa/highlight-self-close Updating java grammar... Cloning into './script/../test/fixtures/grammars/java'... From https://github.com/tree-sitter/tree-sitter-java * branch master -> FETCH_HEAD HEAD is now at c194ee5 Merge pull request #144 from stelf/patch-1 Updating javascript grammar... Cloning into './script/../test/fixtures/grammars/javascript'... From https://github.com/tree-sitter/tree-sitter-javascript * branch partial-order-precedences -> FETCH_HEAD HEAD is now at 4c2f629 Clean up precedences by using symbols Updating jsdoc grammar... Cloning into './script/../test/fixtures/grammars/jsdoc'... From https://github.com/tree-sitter/tree-sitter-jsdoc * branch master -> FETCH_HEAD HEAD is now at 189a6a4 0.19.0 Updating json grammar... Cloning into './script/../test/fixtures/grammars/json'... From https://github.com/tree-sitter/tree-sitter-json * branch master -> FETCH_HEAD HEAD is now at 7307675 Makefile (#29) Updating php grammar... Cloning into './script/../test/fixtures/grammars/php'... From https://github.com/tree-sitter/tree-sitter-php * branch master -> FETCH_HEAD HEAD is now at 1a40581 Merge pull request #170 from ptondereau/test/add-constant-in-traits Updating python grammar... Cloning into './script/../test/fixtures/grammars/python'... From https://github.com/tree-sitter/tree-sitter-python * branch master -> FETCH_HEAD HEAD is now at 6282715 Merge pull request #193 from tree-sitter/tausbn/allow-match-in-more-places Updating ruby grammar... Cloning into './script/../test/fixtures/grammars/ruby'... From https://github.com/tree-sitter/tree-sitter-ruby * branch master -> FETCH_HEAD HEAD is now at 206c707 Merge pull request #194 from aibaars/oneline-pattern-matching Updating rust grammar... Cloning into './script/../test/fixtures/grammars/rust'... From https://github.com/tree-sitter/tree-sitter-rust * branch master -> FETCH_HEAD HEAD is now at fbf9e50 Merge pull request #173 from Luni-4/publish Updating typescript grammar... Cloning into './script/../test/fixtures/grammars/typescript'... From https://github.com/tree-sitter/tree-sitter-typescript * branch master -> FETCH_HEAD HEAD is now at b66d19b Merge pull request #240 from rtsao/fix-type-imports gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/alloc.o lib/src/alloc.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/get_changed_ranges.o lib/src/get_changed_ranges.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/language.o lib/src/language.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/lexer.o lib/src/lexer.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/node.o lib/src/node.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/parser.o lib/src/parser.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/query.o lib/src/query.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/stack.o lib/src/stack.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/subtree.o lib/src/subtree.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/tree.o lib/src/tree.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -Wformat -Werror=format-security -c -o lib/src/tree_cursor.o lib/src/tree_cursor.c ar rcs libtree-sitter.a lib/src/alloc.o lib/src/get_changed_ranges.o lib/src/language.o lib/src/lexer.o lib/src/node.o lib/src/parser.o lib/src/query.o lib/src/stack.o lib/src/subtree.o lib/src/tree.o lib/src/tree_cursor.o gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Wl,-soname,libtree-sitter.so.0 lib/src/alloc.o lib/src/get_changed_ranges.o lib/src/language.o lib/src/lexer.o lib/src/node.o lib/src/parser.o lib/src/query.o lib/src/stack.o lib/src/subtree.o lib/src/tree.o lib/src/tree_cursor.o -o libtree-sitter.so.0.0 ln -sf libtree-sitter.so.0.0 libtree-sitter.so ln -sf libtree-sitter.so.0.0 libtree-sitter.so.0 Compiling proc-macro2 v1.0.56 Compiling quote v1.0.26 Compiling unicode-ident v1.0.8 Compiling libc v0.2.141 Compiling memchr v2.5.0 Compiling autocfg v1.1.0 Compiling serde_derive v1.0.159 Compiling cc v1.0.79 Compiling tinyvec_macros v0.1.1 Compiling serde v1.0.159 Compiling thiserror v1.0.40 Compiling cfg-if v1.0.0 Compiling regex-syntax v0.6.29 Compiling anyhow v1.0.70 Compiling log v0.4.17 Compiling hashbrown v0.12.3 Compiling serde_json v1.0.95 Compiling unicode-bidi v0.3.13 Compiling percent-encoding v2.2.0 Compiling ryu v1.0.13 Compiling itoa v1.0.6 Compiling unicode-width v0.1.10 Compiling semver v1.0.17 Compiling tree-sitter-loader v0.20.0 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.8/cli/loader) Compiling either v1.8.1 Compiling ansi_term v0.12.1 Compiling vec_map v0.8.2 Compiling same-file v1.0.6 Compiling chunked_transfer v1.4.1 Compiling utf8-width v0.1.6 Compiling httpdate v1.0.2 Compiling bitflags v1.3.2 Compiling strsim v0.8.0 Compiling once_cell v1.17.1 Compiling ascii v1.1.0 Compiling lazy_static v1.4.0 Compiling rustc-hash v1.1.0 Compiling glob v0.3.1 Compiling difference v2.0.0 Compiling smallbitvec v2.5.1 Compiling libloading v0.7.4 Compiling tinyvec v1.6.0 Compiling form_urlencoded v1.1.0 Compiling html-escape v0.2.13 Compiling textwrap v0.11.0 Compiling walkdir v2.3.3 Compiling indexmap v1.9.3 Compiling aho-corasick v0.7.20 Compiling tiny_http v0.12.0 Compiling syn v2.0.13 Compiling dirs-sys v0.3.7 Compiling atty v0.2.14 Compiling which v4.4.0 Compiling clap v2.34.0 Compiling tree-sitter v0.20.10 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.8/lib) Compiling dirs v3.0.2 Compiling dirs v4.0.0 Compiling unicode-normalization v0.1.22 Compiling idna v0.3.0 Compiling regex v1.7.3 Compiling url v2.3.1 Compiling webbrowser v0.8.8 Compiling thiserror-impl v1.0.40 Compiling toml v0.5.11 Compiling tree-sitter-cli v0.20.8 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.8/cli) Compiling tree-sitter-highlight v0.20.1 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.8/highlight) Compiling tree-sitter-tags v0.20.2 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.8/tags) Compiling tree-sitter-config v0.19.0 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.8/cli/config) Finished release [optimized] target(s) in 1m 49s >>> tree-sitter: Entering fakeroot... install -d '/home/buildozer/aports/community/tree-sitter/pkg/tree-sitter/usr/lib' install -m755 libtree-sitter.a '/home/buildozer/aports/community/tree-sitter/pkg/tree-sitter/usr/lib'/libtree-sitter.a install -m755 libtree-sitter.so.0.0 '/home/buildozer/aports/community/tree-sitter/pkg/tree-sitter/usr/lib'/libtree-sitter.so.0.0 ln -sf libtree-sitter.so.0.0 '/home/buildozer/aports/community/tree-sitter/pkg/tree-sitter/usr/lib'/libtree-sitter.so.0 ln -sf libtree-sitter.so.0.0 '/home/buildozer/aports/community/tree-sitter/pkg/tree-sitter/usr/lib'/libtree-sitter.so install -d '/home/buildozer/aports/community/tree-sitter/pkg/tree-sitter/usr/include'/tree_sitter install -m644 lib/include/tree_sitter/*.h '/home/buildozer/aports/community/tree-sitter/pkg/tree-sitter/usr/include'/tree_sitter/ install -d '/home/buildozer/aports/community/tree-sitter/pkg/tree-sitter/usr/lib/pkgconfig' sed -e 's|@LIBDIR@|/usr/lib|;s|@INCLUDEDIR@|/usr/include|;s|@VERSION@|0.20.9|' \ -e 's|=/usr|=${prefix}|' \ -e 's|@PREFIX@|/usr|' \ tree-sitter.pc.in > '/home/buildozer/aports/community/tree-sitter/pkg/tree-sitter/usr/lib/pkgconfig'/tree-sitter.pc >>> tree-sitter-static*: Running split function static... >>> tree-sitter-static*: Preparing subpackage tree-sitter-static... >>> tree-sitter-static*: Stripping binaries >>> tree-sitter-static*: Running postcheck for tree-sitter-static >>> tree-sitter-dev*: Running split function dev... >>> tree-sitter-dev*: Preparing subpackage tree-sitter-dev... >>> tree-sitter-dev*: Stripping binaries >>> tree-sitter-dev*: Running postcheck for tree-sitter-dev >>> tree-sitter-grammars*: Running split function grammars... >>> tree-sitter-grammars*: Preparing subpackage tree-sitter-grammars... >>> tree-sitter-grammars*: Running postcheck for tree-sitter-grammars >>> tree-sitter-cli*: Running split function cli... >>> tree-sitter-cli*: Preparing subpackage tree-sitter-cli... >>> tree-sitter-cli*: Stripping binaries >>> tree-sitter-cli*: Running postcheck for tree-sitter-cli >>> tree-sitter*: Running postcheck for tree-sitter >>> tree-sitter*: Preparing package tree-sitter... >>> tree-sitter*: Stripping binaries >>> tree-sitter-cli*: Scanning shared objects >>> tree-sitter-dev*: Scanning shared objects >>> tree-sitter-grammars*: Scanning shared objects >>> tree-sitter-static*: Scanning shared objects >>> tree-sitter*: Scanning shared objects >>> tree-sitter-cli*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libgcc_s.so.1 >>> tree-sitter-cli*: Package size: 9.8 MB >>> tree-sitter-cli*: Compressing data... >>> tree-sitter-cli*: Create checksum... >>> tree-sitter-cli*: Create tree-sitter-cli-0.20.8-r0.apk >>> tree-sitter-dev*: Tracing dependencies... jq pkgconfig tree-sitter=0.20.8-r0 >>> tree-sitter-dev*: Package size: 76.0 KB >>> tree-sitter-dev*: Compressing data... >>> tree-sitter-dev*: Create checksum... >>> tree-sitter-dev*: Create tree-sitter-dev-0.20.8-r0.apk >>> tree-sitter-grammars*: Tracing dependencies... >>> tree-sitter-grammars*: Package size: 4.0 KB >>> tree-sitter-grammars*: Compressing data... >>> tree-sitter-grammars*: Create checksum... >>> tree-sitter-grammars*: Create tree-sitter-grammars-0.20.8-r0.apk >>> tree-sitter-static*: Tracing dependencies... >>> tree-sitter-static*: Package size: 268.0 KB >>> tree-sitter-static*: Compressing data... >>> tree-sitter-static*: Create checksum... >>> tree-sitter-static*: Create tree-sitter-static-0.20.8-r0.apk >>> tree-sitter*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> tree-sitter*: Package size: 212.0 KB >>> tree-sitter*: Compressing data... >>> tree-sitter*: Create checksum... >>> tree-sitter*: Create tree-sitter-0.20.8-r0.apk >>> tree-sitter: Build complete at Fri, 21 Apr 2023 19:27:20 +0000 elapsed time 0h 2m 53s >>> tree-sitter: Cleaning up srcdir >>> tree-sitter: Cleaning up pkgdir >>> tree-sitter: Uninstalling dependencies... (1/9) Purging .makedepends-tree-sitter (20230421.192429) (2/9) Purging bash (5.2.15-r3) Executing bash-5.2.15-r3.pre-deinstall (3/9) Purging cargo (1.69.0-r2) (4/9) Purging rust (1.69.0-r2) (5/9) Purging llvm15-libs (15.0.7-r5) (6/9) Purging readline (8.2.1-r1) (7/9) Purging libffi (3.4.4-r2) (8/9) Purging libxml2 (2.10.4-r2) (9/9) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 440 MiB in 98 packages >>> tree-sitter: Updating the community/ppc64le repository index... >>> tree-sitter: Signing the index...