>>> tree-sitter: Building community/tree-sitter 0.20.7-r0 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 11:30:08 +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/10) Installing readline (8.2.0-r0) (2/10) Installing bash (5.2.2-r0) Executing bash-5.2.2-r0.post-install (3/10) Installing rust-stdlib (1.64.0-r2) (4/10) Installing libffi (3.4.4-r0) (5/10) Installing xz-libs (5.2.7-r0) (6/10) Installing libxml2 (2.10.3-r1) (7/10) Installing llvm15-libs (15.0.3-r1) (8/10) Installing rust (1.64.0-r2) (9/10) Installing cargo (1.64.0-r2) (10/10) Installing .makedepends-tree-sitter (20221028.113011) Executing busybox-1.35.0-r27.trigger OK: 1082 MiB in 102 packages >>> tree-sitter: Cleaning up srcdir >>> tree-sitter: Cleaning up pkgdir >>> tree-sitter: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/tree-sitter-0.20.7.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 1 2860k 1 32768 0 0 50275 0 0:00:58 --:--:-- 0:00:58 50257 100 2860k 100 2860k 0 0 2255k 0 0:00:01 0:00:01 --:--:-- 2257k >>> tree-sitter: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/tree-sitter-0.20.7.tar.gz >>> tree-sitter: Checking sha512sums... tree-sitter-0.20.7.tar.gz: OK abuild-tree-sitter: OK >>> tree-sitter: Unpacking /var/cache/distfiles/v3.17/tree-sitter-0.20.7.tar.gz... Downloading crates ... Downloaded thiserror v1.0.25 Downloaded unicode-normalization v0.1.17 Downloaded url v2.2.1 Downloaded indexmap v1.6.1 Downloaded js-sys v0.3.48 Downloaded regex v1.4.3 Downloaded rand_core v0.6.2 Downloaded unicode-bidi v0.3.4 Downloaded getrandom v0.2.2 Downloaded proc-macro2 v1.0.24 Downloaded unicode-xid v0.2.1 Downloaded dirs v3.0.1 Downloaded webbrowser v0.5.5 Downloaded ctor v0.1.20 Downloaded ppv-lite86 v0.2.10 Downloaded hermit-abi v0.1.18 Downloaded rand_hc v0.3.0 Downloaded tinyvec v1.1.1 Downloaded rand_chacha v0.3.0 Downloaded rand v0.8.3 Downloaded dirs-sys v0.3.5 Downloaded serde_derive v1.0.130 Downloaded difference v2.0.0 Downloaded libloading v0.7.0 Downloaded hashbrown v0.9.1 Downloaded ryu v1.0.5 Downloaded ansi_term v0.11.0 Downloaded clap v2.33.3 Downloaded aho-corasick v0.7.15 Downloaded memchr v2.3.4 Downloaded thiserror-impl v1.0.25 Downloaded cc v1.0.67 Downloaded utf8-width v0.1.4 Downloaded which v4.1.0 Downloaded syn v1.0.67 Downloaded pretty_assertions v0.7.2 Downloaded wasm-bindgen v0.2.71 Downloaded wasm-bindgen-macro-support v0.2.71 Downloaded bumpalo v3.6.1 Downloaded wasm-bindgen-macro v0.2.71 Downloaded redox_syscall v0.2.5 Downloaded walkdir v2.3.1 Downloaded html-escape v0.2.6 Downloaded thread_local v1.1.3 Downloaded wasm-bindgen-backend v0.2.71 Downloaded serde v1.0.130 Downloaded wasm-bindgen-shared v0.2.71 Downloaded anyhow v1.0.40 Downloaded crossbeam-utils v0.8.3 Downloaded smallbitvec v2.5.1 Downloaded tiny_http v0.8.0 Downloaded unicode-width v0.1.8 Downloaded once_cell v1.7.0 Downloaded serde_json v1.0.63 Downloaded regex-syntax v0.6.22 Downloaded libc v0.2.86 Downloaded idna v0.2.2 Downloaded web-sys v0.3.48 >>> 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 f1a86d3 Rust: enable HIGHLIGHT_QUERY (#132) 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 7175a6d 0.20.2 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 5ead1e2 support using-enum-declaration 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 1a538da Merge pull request #12 from aibaars/allow-empty-directives 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 05900fa Merge pull request #92 from kawaemon/fix/generic-type-accepts-qualified-type 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 29f53d8 Makefile and C bindings (#38) 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 09d650d Merge pull request #124 from bkramer-relyance/bkramer/records_and_instanceof_final 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 ab2e721 Fixes #147: __DIR__ ignored by highlighting 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 b14614e Merge pull request #176 from yoff/patch-1 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 252ca18 Merge pull request #208 from Liberatys/chore/allow-range-of-tree-sitter 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 47b061c Merge pull request #154 from goffrie/cast-prec 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 0ab9d99 Update tree-sitter-javascript (#218) gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -c -o lib/src/alloc.o lib/src/alloc.c gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -c -o lib/src/get_changed_ranges.o lib/src/get_changed_ranges.c gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -c -o lib/src/language.o lib/src/language.c gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -c -o lib/src/lexer.o lib/src/lexer.c gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -c -o lib/src/node.o lib/src/node.c gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -c -o lib/src/parser.o lib/src/parser.c gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -c -o lib/src/query.o lib/src/query.c gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -c -o lib/src/stack.o lib/src/stack.c gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -c -o lib/src/subtree.o lib/src/subtree.c gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -c -o lib/src/tree.o lib/src/tree.c gcc -Os -std=gnu99 -fPIC -Ilib/src -Ilib/include -Os -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 -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.24 Compiling unicode-xid v0.2.1 Compiling syn v1.0.67 Compiling autocfg v1.0.1 Compiling libc v0.2.86 Compiling serde v1.0.130 Compiling serde_derive v1.0.130 Compiling memchr v2.3.4 Compiling once_cell v1.7.0 Compiling cc v1.0.67 Compiling regex-syntax v0.6.22 Compiling ryu v1.0.5 Compiling matches v0.1.8 Compiling tinyvec_macros v0.1.0 Compiling serde_json v1.0.63 Compiling cfg-if v1.0.0 Compiling hashbrown v0.9.1 Compiling anyhow v1.0.40 Compiling itoa v0.4.7 Compiling log v0.4.14 Compiling bitflags v1.2.1 Compiling percent-encoding v2.1.0 Compiling unicode-width v0.1.8 Compiling semver v1.0.5 Compiling tree-sitter-loader v0.20.0 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.7/cli/loader) Compiling strsim v0.8.0 Compiling ansi_term v0.11.0 Compiling either v1.6.1 Compiling chunked_transfer v1.4.0 Compiling vec_map v0.8.2 Compiling ascii v1.0.0 Compiling utf8-width v0.1.4 Compiling same-file v1.0.6 Compiling glob v0.3.0 Compiling lazy_static v1.4.0 Compiling smallbitvec v2.5.1 Compiling webbrowser v0.5.5 Compiling rustc-hash v1.1.0 Compiling difference v2.0.0 Compiling ansi_term v0.12.1 Compiling unicode-bidi v0.3.4 Compiling tinyvec v1.1.1 Compiling libloading v0.7.0 Compiling html-escape v0.2.6 Compiling textwrap v0.11.0 Compiling walkdir v2.3.1 Compiling thread_local v1.1.3 Compiling form_urlencoded v1.0.1 Compiling aho-corasick v0.7.15 Compiling indexmap v1.6.1 Compiling num-traits v0.2.14 Compiling num-integer v0.1.44 Compiling quote v1.0.9 Compiling dirs-sys v0.3.5 Compiling time v0.1.43 Compiling atty v0.2.14 Compiling which v4.1.0 Compiling clap v2.33.3 Compiling dirs v3.0.1 Compiling unicode-normalization v0.1.17 Compiling tree-sitter v0.20.9 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.7/lib) Compiling idna v0.2.2 Compiling chrono v0.4.19 Compiling url v2.2.1 Compiling regex v1.4.3 Compiling tiny_http v0.8.0 Compiling thiserror-impl v1.0.25 Compiling thiserror v1.0.25 Compiling tree-sitter-tags v0.20.2 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.7/tags) Compiling tree-sitter-highlight v0.20.1 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.7/highlight) Compiling toml v0.5.8 Compiling tree-sitter-config v0.19.0 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.7/cli/config) Compiling tree-sitter-cli v0.20.7 (/home/buildozer/aports/community/tree-sitter/src/tree-sitter-0.20.7/cli) Finished release [optimized] target(s) in 1m 46s >>> 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.6.3|' \ -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-aarch64.so.1 so:libgcc_s.so.1 >>> tree-sitter-cli*: Package size: 9.3 MB >>> tree-sitter-cli*: Compressing data... >>> tree-sitter-cli*: Create checksum... >>> tree-sitter-cli*: Create tree-sitter-cli-0.20.7-r0.apk >>> tree-sitter-dev*: Tracing dependencies... jq pkgconfig tree-sitter=0.20.7-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.7-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.7-r0.apk >>> tree-sitter-static*: Tracing dependencies... >>> tree-sitter-static*: Package size: 216.0 KB >>> tree-sitter-static*: Compressing data... >>> tree-sitter-static*: Create checksum... >>> tree-sitter-static*: Create tree-sitter-static-0.20.7-r0.apk >>> tree-sitter*: Tracing dependencies... so:libc.musl-aarch64.so.1 >>> tree-sitter*: Package size: 148.0 KB >>> tree-sitter*: Compressing data... >>> tree-sitter*: Create checksum... >>> tree-sitter*: Create tree-sitter-0.20.7-r0.apk >>> tree-sitter: Build complete at Fri, 28 Oct 2022 11:32:24 +0000 elapsed time 0h 2m 16s >>> tree-sitter: Cleaning up srcdir >>> tree-sitter: Cleaning up pkgdir >>> tree-sitter: Uninstalling dependencies... (1/10) Purging .makedepends-tree-sitter (20221028.113011) (2/10) Purging bash (5.2.2-r0) Executing bash-5.2.2-r0.pre-deinstall (3/10) Purging cargo (1.64.0-r2) (4/10) Purging rust (1.64.0-r2) (5/10) Purging rust-stdlib (1.64.0-r2) (6/10) Purging readline (8.2.0-r0) (7/10) Purging llvm15-libs (15.0.3-r1) (8/10) Purging libffi (3.4.4-r0) (9/10) Purging libxml2 (2.10.3-r1) (10/10) Purging xz-libs (5.2.7-r0) Executing busybox-1.35.0-r27.trigger OK: 268 MiB in 92 packages >>> tree-sitter: Updating the community/aarch64 repository index... >>> tree-sitter: Signing the index...