>>> tree-sitter-xml: Building testing/tree-sitter-xml 0_git20231108-r0 (using abuild 3.12.0-r0) started Sat, 18 Nov 2023 13:51:57 +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-r2) (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 (20231118.135200) Executing busybox-1.36.1-r15.trigger OK: 379 MiB in 110 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-a3bfa1ae7e8400ab81a6358f5e8d2983f5dd0697.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-a3bfa1ae7e8400ab81a6358f5e8d2983f5dd0697.tar.gz::https://github.com/ObserverOfTime/tree-sitter-xml/archive/a3bfa1ae7e8400ab81a6358f5e8d2983f5dd0697.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 100 71467 100 71467 0 0 246k 0 --:--:-- --:--:-- --:--:-- 246k >>> tree-sitter-xml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tree-sitter-xml-a3bfa1ae7e8400ab81a6358f5e8d2983f5dd0697.tar.gz >>> tree-sitter-xml: Checking sha512sums... tree-sitter-xml-a3bfa1ae7e8400ab81a6358f5e8d2983f5dd0697.tar.gz: OK >>> tree-sitter-xml: Unpacking /var/cache/distfiles/edge/tree-sitter-xml-a3bfa1ae7e8400ab81a6358f5e8d2983f5dd0697.tar.gz... + gcc -fPIC -Wall -I ./ '-std=c99' -Os -fstack-clash-protection -Wformat '-Werror=format-security' -fno-plt -c ./parser.c ./scanner.c In file included from ./parser.c:1: ./parser.c: In function 'ts_lex_keywords': ./tree_sitter/parser.h:136:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] 136 | bool eof = false; \ | ^~~ ./parser.c:2582:3: note: in expansion of macro 'START_LEXER' 2582 | START_LEXER(); | ^~~~~~~~~~~ In file included from ./scanner.c:1: ./../../common/scanner.h: In function 'check_word': ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:33:9: note: in expansion of macro 'advance_if_not' 33 | advance_if_not(lexer, word[j]); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:33:9: note: in expansion of macro 'advance_if_not' 33 | advance_if_not(lexer, word[j]); | ^~~~~~~~~~~~~~ ./../../common/scanner.h: In function 'scan_pi_content': ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:95:9: note: in expansion of macro 'advance_if_not' 95 | advance_if_not(lexer, '\n'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:95:9: note: in expansion of macro 'advance_if_not' 95 | advance_if_not(lexer, '\n'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h: In function 'scan_comment': ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:105:5: note: in expansion of macro 'advance_if_not' 105 | advance_if_not(lexer, '<'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:105:5: note: in expansion of macro 'advance_if_not' 105 | advance_if_not(lexer, '<'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:106:5: note: in expansion of macro 'advance_if_not' 106 | advance_if_not(lexer, '!'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:106:5: note: in expansion of macro 'advance_if_not' 106 | advance_if_not(lexer, '!'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:107:5: note: in expansion of macro 'advance_if_not' 107 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:107:5: note: in expansion of macro 'advance_if_not' 107 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:108:5: note: in expansion of macro 'advance_if_not' 108 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:108:5: note: in expansion of macro 'advance_if_not' 108 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ + find -name '*.cc' + grep -q . + 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' -fno-plt -c ./parser.c ./scanner.c In file included from ./parser.c:1: ./parser.c: In function 'ts_lex_keywords': ./tree_sitter/parser.h:136:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] 136 | bool eof = false; \ | ^~~ ./parser.c:2151:3: note: in expansion of macro 'START_LEXER' 2151 | START_LEXER(); | ^~~~~~~~~~~ In file included from ./scanner.c:1: ./../../common/scanner.h: In function 'check_word': ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:33:9: note: in expansion of macro 'advance_if_not' 33 | advance_if_not(lexer, word[j]); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:33:9: note: in expansion of macro 'advance_if_not' 33 | advance_if_not(lexer, word[j]); | ^~~~~~~~~~~~~~ ./../../common/scanner.h: In function 'scan_pi_content': ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:95:9: note: in expansion of macro 'advance_if_not' 95 | advance_if_not(lexer, '\n'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:95:9: note: in expansion of macro 'advance_if_not' 95 | advance_if_not(lexer, '\n'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h: In function 'scan_comment': ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:105:5: note: in expansion of macro 'advance_if_not' 105 | advance_if_not(lexer, '<'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:105:5: note: in expansion of macro 'advance_if_not' 105 | advance_if_not(lexer, '<'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:106:5: note: in expansion of macro 'advance_if_not' 106 | advance_if_not(lexer, '!'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:106:5: note: in expansion of macro 'advance_if_not' 106 | advance_if_not(lexer, '!'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:107:5: note: in expansion of macro 'advance_if_not' 107 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:107:5: note: in expansion of macro 'advance_if_not' 107 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~ ./../../common/scanner.h:108:5: note: in expansion of macro 'advance_if_not' 108 | advance_if_not(lexer, '-'); | ^~~~~~~~~~~~~~ ./../../common/scanner.h:18:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if ((lexer)->lookahead != (chr)) return false; advance((lexer)) | ^~~~~~~ ./../../common/scanner.h:108:5: note: in expansion of macro 'advance_if_not' 108 | 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 tree-sitter-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 tree-sitter-xml/queries ] + install -D -m755 tree-sitter-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 tree-sitter-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 tree-sitter-dtd/queries ] + install -D -m755 tree-sitter-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_git20231108-r0.apk >>> tree-sitter-xml*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> tree-sitter-xml*: Package size: 144.0 KB >>> tree-sitter-xml*: Compressing data... >>> tree-sitter-xml*: Create checksum... >>> tree-sitter-xml*: Create tree-sitter-xml-0_git20231108-r0.apk >>> tree-sitter-xml: Build complete at Sat, 18 Nov 2023 13:52:03 +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 (20231118.135200) (2/5) Purging tree-sitter-dev (0.20.10-r1) (3/5) Purging jq (1.7-r2) (4/5) Purging tree-sitter (0.20.10-r1) (5/5) Purging oniguruma (6.9.9-r0) Executing busybox-1.36.1-r15.trigger OK: 377 MiB in 105 packages >>> tree-sitter-xml: Updating the testing/x86_64 repository index... >>> tree-sitter-xml: Signing the index...