>>> tree-sitter-xml: Building testing/tree-sitter-xml 0.4.0-r0 (using abuild 3.12.0-r3) started Mon, 12 Feb 2024 19:01:09 +0000 >>> tree-sitter-xml: Checking sanity of /home/buildozer/aports/testing/tree-sitter-xml/APKBUILD... >>> tree-sitter-xml: Analyzing dependencies... >>> tree-sitter-xml: Installing for build: build-base tree-sitter-dev (1/5) Installing oniguruma (6.9.9-r0) (2/5) Installing jq (1.7.1-r0) (3/5) Installing tree-sitter (0.20.10-r1) (4/5) Installing tree-sitter-dev (0.20.10-r1) (5/5) Installing .makedepends-tree-sitter-xml (20240212.190111) Executing busybox-1.36.1-r19.trigger OK: 266 MiB in 114 packages >>> tree-sitter-xml: Cleaning up srcdir >>> tree-sitter-xml: Cleaning up pkgdir >>> tree-sitter-xml: Cleaning up tmpdir >>> tree-sitter-xml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-xml-0.4.0.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-xml: Fetching tree-sitter-xml-0.4.0.tar.gz::https://github.com/ObserverOfTime/tree-sitter-xml/archive/refs/tags/v0.4.0.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 72576 0 72576 0 0 36807 0 --:--:-- 0:00:01 --:--:-- 110k >>> tree-sitter-xml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-xml-0.4.0.tar.gz >>> tree-sitter-xml: Checking sha512sums... tree-sitter-xml-0.4.0.tar.gz: OK >>> tree-sitter-xml: Unpacking /var/cache/distfiles/tree-sitter-xml-0.4.0.tar.gz... + gcc -fPIC -Wall -I ./ '-std=c99' -Os -fstack-clash-protection -Wformat '-Werror=format-security' -c ./parser.c ./scanner.c In file included from ./scanner.c:1: ./../../common/scanner.h: In function 'check_word': ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:43:9: note: in expansion of macro 'advance_if_not' 43 | advance_if_not(lexer, word[j]); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:43:9: note: in expansion of macro 'advance_if_not' 43 | advance_if_not(lexer, word[j]); | ^~~~~~~~~~~~~~ ./../../common/scanner.h: In function 'scan_pi_content': ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:105:9: note: in expansion of macro 'advance_if_not' 105 | advance_if_not(lexer, '\n'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:105:9: note: in expansion of macro 'advance_if_not' 105 | advance_if_not(lexer, '\n'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h: In function 'scan_comment': ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:115:5: note: in expansion of macro 'advance_if_not' 115 | advance_if_not(lexer, '<'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:115:5: note: in expansion of macro 'advance_if_not' 115 | advance_if_not(lexer, '<'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:116:5: note: in expansion of macro 'advance_if_not' 116 | advance_if_not(lexer, '!'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:116:5: note: in expansion of macro 'advance_if_not' 116 | advance_if_not(lexer, '!'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:117:5: note: in expansion of macro 'advance_if_not' 117 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:117:5: note: in expansion of macro 'advance_if_not' 117 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:118:5: note: in expansion of macro 'advance_if_not' 118 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:118:5: note: in expansion of macro 'advance_if_not' 118 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ + grep -q . + find -name '*.cc' + gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o xml.so ./parser.o ./scanner.o + gcc -fPIC -Wall -I ./ '-std=c99' -Os -fstack-clash-protection -Wformat '-Werror=format-security' -c ./parser.c ./scanner.c In file included from ./scanner.c:1: ./../../common/scanner.h: In function 'check_word': ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:43:9: note: in expansion of macro 'advance_if_not' 43 | advance_if_not(lexer, word[j]); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:43:9: note: in expansion of macro 'advance_if_not' 43 | advance_if_not(lexer, word[j]); | ^~~~~~~~~~~~~~ ./../../common/scanner.h: In function 'scan_pi_content': ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:105:9: note: in expansion of macro 'advance_if_not' 105 | advance_if_not(lexer, '\n'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:105:9: note: in expansion of macro 'advance_if_not' 105 | advance_if_not(lexer, '\n'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h: In function 'scan_comment': ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:115:5: note: in expansion of macro 'advance_if_not' 115 | advance_if_not(lexer, '<'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:115:5: note: in expansion of macro 'advance_if_not' 115 | advance_if_not(lexer, '<'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:116:5: note: in expansion of macro 'advance_if_not' 116 | advance_if_not(lexer, '!'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:116:5: note: in expansion of macro 'advance_if_not' 116 | advance_if_not(lexer, '!'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:117:5: note: in expansion of macro 'advance_if_not' 117 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:117:5: note: in expansion of macro 'advance_if_not' 117 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:118:5: note: in expansion of macro 'advance_if_not' 118 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:28:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:118:5: note: in expansion of macro 'advance_if_not' 118 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ + find -name '*.cc' + grep -q . + gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o dtd.so ./parser.o ./scanner.o >>> tree-sitter-xml: Entering fakeroot... + install -D -m755 xml/src/xml.so -t /home/buildozer/aports/testing/tree-sitter-xml/pkg/tree-sitter-xml/usr/lib/tree-sitter/ + ln -s tree-sitter/xml.so /home/buildozer/aports/testing/tree-sitter-xml/pkg/tree-sitter-xml/usr/lib/libtree-sitter-xml.so + '[' -d xml/queries ] + install -D -m755 xml/queries/highlights.scm -t /home/buildozer/aports/testing/tree-sitter-xml/pkg/tree-sitter-xml/usr/share/tree-sitter/queries/xml/ + install -D -m755 dtd/src/dtd.so -t /home/buildozer/aports/testing/tree-sitter-xml/pkg/tree-sitter-xml/usr/lib/tree-sitter/ + ln -s tree-sitter/dtd.so /home/buildozer/aports/testing/tree-sitter-xml/pkg/tree-sitter-xml/usr/lib/libtree-sitter-dtd.so + '[' -d dtd/queries ] + install -D -m755 dtd/queries/highlights.scm -t /home/buildozer/aports/testing/tree-sitter-xml/pkg/tree-sitter-xml/usr/share/tree-sitter/queries/dtd/ >>> tree-sitter-xml-doc*: Running split function doc... >>> tree-sitter-xml-doc*: Preparing subpackage tree-sitter-xml-doc... >>> tree-sitter-xml-doc*: Running postcheck for tree-sitter-xml-doc >>> tree-sitter-xml*: Running postcheck for tree-sitter-xml >>> tree-sitter-xml*: Preparing package tree-sitter-xml... >>> tree-sitter-xml*: Stripping binaries >>> tree-sitter-xml-doc*: Scanning shared objects >>> tree-sitter-xml*: Scanning shared objects >>> tree-sitter-xml-doc*: Tracing dependencies... >>> tree-sitter-xml-doc*: Package size: 24.0 KB >>> tree-sitter-xml-doc*: Compressing data... >>> tree-sitter-xml-doc*: Create checksum... >>> tree-sitter-xml-doc*: Create tree-sitter-xml-doc-0.4.0-r0.apk >>> tree-sitter-xml*: Tracing dependencies... >>> tree-sitter-xml*: Package size: 180.0 KB >>> tree-sitter-xml*: Compressing data... >>> tree-sitter-xml*: Create checksum... >>> tree-sitter-xml*: Create tree-sitter-xml-0.4.0-r0.apk >>> tree-sitter-xml: Build complete at Mon, 12 Feb 2024 19:01:15 +0000 elapsed time 0h 0m 6s >>> tree-sitter-xml: Cleaning up srcdir >>> tree-sitter-xml: Cleaning up pkgdir >>> tree-sitter-xml: Uninstalling dependencies... (1/5) Purging .makedepends-tree-sitter-xml (20240212.190111) (2/5) Purging tree-sitter-dev (0.20.10-r1) (3/5) Purging jq (1.7.1-r0) (4/5) Purging tree-sitter (0.20.10-r1) (5/5) Purging oniguruma (6.9.9-r0) Executing busybox-1.36.1-r19.trigger OK: 265 MiB in 109 packages >>> tree-sitter-xml: Updating the testing/ppc64le repository index... >>> tree-sitter-xml: Signing the index...