src/trans.c:53:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations] 53 | xmlLineNumbersDefault(1); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/tree.h:17, from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/debugXML.h:15, from src/trans.h:33: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:958:17: note: declared here 958 | xmlLineNumbersDefault (int val); | ^~~~~~~~~~~~~~~~~~~~~ src/trans.c:71:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] 71 | xmlKeepBlanksDefault(1); | ^~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:948:17: note: declared here 948 | xmlKeepBlanksDefault (int val); | ^~~~~~~~~~~~~~~~~~~~ src/trans.c:72:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] 72 | if (ops->noblanks) xmlKeepBlanksDefault(0); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:948:17: note: declared here 948 | xmlKeepBlanksDefault (int val); | ^~~~~~~~~~~~~~~~~~~~ src/trans.c:73:5: warning: 'xmlPedanticParserDefault' is deprecated [-Wdeprecated-declarations] 73 | xmlPedanticParserDefault(0); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:954:17: note: declared here 954 | xmlPedanticParserDefault(int val); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/trans.c:75:5: warning: '__xmlGetWarningsDefaultValue' is deprecated [-Wdeprecated-declarations] 75 | xmlGetWarningsDefaultValue = 1; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:16: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here 499 | attrs XMLPUBFUN type *__##name(void); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:878:16: note: in expansion of macro 'XML_DECLARE_GLOBAL' 878 | #define XML_OP XML_DECLARE_GLOBAL | ^~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:856:3: note: in expansion of macro 'XML_OP' 856 | XML_OP(xmlGetWarningsDefaultValue, int, XML_DEPRECATED) \ | ^~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:875:3: note: in expansion of macro 'XML_GLOBALS_PARSER_CORE' 875 | XML_GLOBALS_PARSER_CORE \ | ^~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:879:1: note: in expansion of macro 'XML_GLOBALS_PARSER' 879 | XML_GLOBALS_PARSER | ^~~~~~~~~~~~~~~~~~ src/trans.c:77:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] 77 | xmlLoadExtDtdDefaultValue = 1; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here 499 | attrs XMLPUBFUN type *__##name(void); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:878:16: note: in expansion of macro 'XML_DECLARE_GLOBAL' 878 | #define XML_OP XML_DECLARE_GLOBAL | ^~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:859:3: note: in expansion of macro 'XML_OP' 859 | XML_OP(xmlLoadExtDtdDefaultValue, int, XML_DEPRECATED) \ | ^~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:875:3: note: in expansion of macro 'XML_GLOBALS_PARSER_CORE' 875 | XML_GLOBALS_PARSER_CORE \ | ^~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:879:1: note: in expansion of macro 'XML_GLOBALS_PARSER' 879 | XML_GLOBALS_PARSER | ^~~~~~~~~~~~~~~~~~ src/trans.c:84:9: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] 84 | xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here 499 | attrs XMLPUBFUN type *__##name(void); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:878:16: note: in expansion of macro 'XML_DECLARE_GLOBAL' 878 | #define XML_OP XML_DECLARE_GLOBAL | ^~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:859:3: note: in expansion of macro 'XML_OP' 859 | XML_OP(xmlLoadExtDtdDefaultValue, int, XML_DEPRECATED) \ | ^~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:875:3: note: in expansion of macro 'XML_GLOBALS_PARSER_CORE' 875 | XML_GLOBALS_PARSER_CORE \ | ^~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:879:1: note: in expansion of macro 'XML_GLOBALS_PARSER' 879 | XML_GLOBALS_PARSER | ^~~~~~~~~~~~~~~~~~ src/trans.c:88:9: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] 88 | xmlLoadExtDtdDefaultValue = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here 499 | attrs XMLPUBFUN type *__##name(void); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:878:16: note: in expansion of macro 'XML_DECLARE_GLOBAL' 878 | #define XML_OP XML_DECLARE_GLOBAL | ^~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:859:3: note: in expansion of macro 'XML_OP' 859 | XML_OP(xmlLoadExtDtdDefaultValue, int, XML_DEPRECATED) \ | ^~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:875:3: note: in expansion of macro 'XML_GLOBALS_PARSER_CORE' 875 | XML_GLOBALS_PARSER_CORE \ | ^~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:879:1: note: in expansion of macro 'XML_GLOBALS_PARSER' 879 | XML_GLOBALS_PARSER | ^~~~~~~~~~~~~~~~~~ CC src/xml.o CC src/xml_C14N.o src/xml_C14N.c: In function 'load_xpath_expr': src/xml_C14N.c:240:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] 240 | xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/xml_C14N.c:12: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here 499 | attrs XMLPUBFUN type *__##name(void); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:878:16: note: in expansion of macro 'XML_DECLARE_GLOBAL' 878 | #define XML_OP XML_DECLARE_GLOBAL | ^~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:859:3: note: in expansion of macro 'XML_OP' 859 | XML_OP(xmlLoadExtDtdDefaultValue, int, XML_DEPRECATED) \ | ^~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:875:3: note: in expansion of macro 'XML_GLOBALS_PARSER_CORE' 875 | XML_GLOBALS_PARSER_CORE \ | ^~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:879:1: note: in expansion of macro 'XML_GLOBALS_PARSER' 879 | XML_GLOBALS_PARSER | ^~~~~~~~~~~~~~~~~~ src/xml_C14N.c:241:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations] 241 | xmlSubstituteEntitiesDefault(1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/xml_C14N.c:24: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:944:17: note: declared here 944 | xmlSubstituteEntitiesDefault(int val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/xml_depyx.o CC src/xml_edit.o src/xml_edit.c: In function 'edOutput': src/xml_edit.c:562:9: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] 562 | xmlCleanupGlobals(); | ^~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/tree.h:17, from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/debugXML.h:15, from src/xml_edit.c:36: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:917:17: note: declared here 917 | xmlCleanupGlobals (void); | ^~~~~~~~~~~~~~~~~ src/xml_edit.c: In function 'edMain': src/xml_edit.c:739:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] 739 | xmlKeepBlanksDefault(0); | ^~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:948:17: note: declared here 948 | xmlKeepBlanksDefault (int val); | ^~~~~~~~~~~~~~~~~~~~ src/xml_edit.c:741:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] 741 | if ((!g_ops.noblanks) || g_ops.preserveFormat) xmlKeepBlanksDefault(1); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:948:17: note: declared here 948 | xmlKeepBlanksDefault (int val); | ^~~~~~~~~~~~~~~~~~~~ src/xml_edit.c:756:5: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] 756 | xmlCleanupGlobals(); | ^~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:917:17: note: declared here 917 | xmlCleanupGlobals (void); | ^~~~~~~~~~~~~~~~~ src/xml_edit.c: In function 'edInsert': src/xml_edit.c:372:9: warning: 'node' may be used uninitialized [-Wmaybe-uninitialized] 372 | xmlXPathNodeSetAdd(previous_insertion, node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/xml_edit.c:340:20: note: 'node' was declared here 340 | xmlNodePtr node; | ^~~~ CC src/xml_elem.o src/xml_elem.c: In function 'hash_key_put': src/xml_elem.c:192:33: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 192 | dest->array[dest->offset++] = name; | ^ CC src/xml_escape.o CC src/xml_format.o src/xml_format.c: In function 'foInitLibXml': src/xml_format.c:115:5: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations] 115 | xmlInitMemory(); | ^~~~~~~~~~~~~ In file included from src/xml_format.c:35: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:133:9: note: declared here 133 | xmlInitMemory (void); | ^~~~~~~~~~~~~ src/xml_format.c:122:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations] 122 | xmlLineNumbersDefault(1); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/tree.h:17, from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/debugXML.h:15, from src/xml_format.c:36: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:958:17: note: declared here 958 | xmlLineNumbersDefault (int val); | ^~~~~~~~~~~~~~~~~~~~~ src/xml_format.c:124:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations] 124 | xmlSubstituteEntitiesDefault(1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:944:17: note: declared here 944 | xmlSubstituteEntitiesDefault(int val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/xml_format.c:125:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] 125 | xmlKeepBlanksDefault(0); | ^~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:948:17: note: declared here 948 | xmlKeepBlanksDefault (int val); | ^~~~~~~~~~~~~~~~~~~~ src/xml_format.c:126:5: warning: 'xmlPedanticParserDefault' is deprecated [-Wdeprecated-declarations] 126 | xmlPedanticParserDefault(0); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:954:17: note: declared here 954 | xmlPedanticParserDefault(int val); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/xml_format.c:128:5: warning: '__xmlGetWarningsDefaultValue' is deprecated [-Wdeprecated-declarations] 128 | xmlGetWarningsDefaultValue = 1; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:16: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here 499 | attrs XMLPUBFUN type *__##name(void); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:878:16: note: in expansion of macro 'XML_DECLARE_GLOBAL' 878 | #define XML_OP XML_DECLARE_GLOBAL | ^~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:856:3: note: in expansion of macro 'XML_OP' 856 | XML_OP(xmlGetWarningsDefaultValue, int, XML_DEPRECATED) \ | ^~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:875:3: note: in expansion of macro 'XML_GLOBALS_PARSER_CORE' 875 | XML_GLOBALS_PARSER_CORE \ | ^~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:879:1: note: in expansion of macro 'XML_GLOBALS_PARSER' 879 | XML_GLOBALS_PARSER | ^~~~~~~~~~~~~~~~~~ src/xml_format.c:129:5: warning: '__xmlDoValidityCheckingDefaultValue' is deprecated [-Wdeprecated-declarations] 129 | xmlDoValidityCheckingDefaultValue = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here 499 | attrs XMLPUBFUN type *__##name(void); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:878:16: note: in expansion of macro 'XML_DECLARE_GLOBAL' 878 | #define XML_OP XML_DECLARE_GLOBAL | ^~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:855:3: note: in expansion of macro 'XML_OP' 855 | XML_OP(xmlDoValidityCheckingDefaultValue, int, XML_DEPRECATED) \ | ^~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:875:3: note: in expansion of macro 'XML_GLOBALS_PARSER_CORE' 875 | XML_GLOBALS_PARSER_CORE \ | ^~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:879:1: note: in expansion of macro 'XML_GLOBALS_PARSER' 879 | XML_GLOBALS_PARSER | ^~~~~~~~~~~~~~~~~~ src/xml_format.c:130:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] 130 | xmlLoadExtDtdDefaultValue = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here 499 | attrs XMLPUBFUN type *__##name(void); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:878:16: note: in expansion of macro 'XML_DECLARE_GLOBAL' 878 | #define XML_OP XML_DECLARE_GLOBAL | ^~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:859:3: note: in expansion of macro 'XML_OP' 859 | XML_OP(xmlLoadExtDtdDefaultValue, int, XML_DEPRECATED) \ | ^~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:875:3: note: in expansion of macro 'XML_GLOBALS_PARSER_CORE' 875 | XML_GLOBALS_PARSER_CORE \ | ^~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:879:1: note: in expansion of macro 'XML_GLOBALS_PARSER' 879 | XML_GLOBALS_PARSER | ^~~~~~~~~~~~~~~~~~ CC src/xml_ls.o src/xml_ls.c: In function 'xml_print_dir': src/xml_ls.c:149:22: warning: the comparison will always evaluate as 'false' for the address of 'd_name' will never be NULL [-Waddress] 149 | if ((d->d_name == NULL) || !strcmp(d->d_name, ".") || !strcmp(d->d_name, "..")) | ^~ In file included from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/dirent.h:61, from src/xml_ls.c:33: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/bits/dirent.h:33:10: note: 'd_name' declared here 33 | char d_name[256]; /* We must not include limits.h! */ | ^~~~~~ src/xml_ls.c:140:4: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 140 | chdir(dir); | ^~~~~~~~~~ CC src/xml_pyx.o CC src/xml_select.o In file included from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/tree.h:27, from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:15, from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/tree.h:17, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlstring.h:35:18: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign] 35 | #define BAD_CAST (xmlChar *) src/xml_select.c:552:55: note: in expansion of macro 'BAD_CAST' 552 | xmlStrPrintf(num_buf, sizeof num_buf, BAD_CAST "t%d", t); | ^~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlstring.h:100:54: note: expected 'const char *' but argument is of type 'xmlChar *' {aka 'unsigned char *'} 100 | const char *msg, | ~~~~~~~~~~~~^~~ CC src/xml_trans.o CC src/xml_validate.o src/xml_validate.c: In function 'valMain': src/xml_validate.c:301:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations] 301 | xmlLineNumbersDefault(1); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/tree.h:17, from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xpath.h:27, from src/xmlstar.h:15, from src/xml_validate.c:35: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/parser.h:958:17: note: declared here 958 | xmlLineNumbersDefault (int val); | ^~~~~~~~~~~~~~~~~~~~~ src/xml_validate.c:493:9: warning: 'xmlRelaxNGCleanupTypes' is deprecated [-Wdeprecated-declarations] 493 | xmlRelaxNGCleanupTypes(); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlreader.h:18, from src/xmlstar.h:17: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/relaxng.h:124:21: note: declared here 124 | xmlRelaxNGCleanupTypes (void); | ^~~~~~~~~~~~~~~~~~~~~~ src/xml_validate.c:494:9: warning: 'xmlSchemaCleanupTypes' is deprecated [-Wdeprecated-declarations] 494 | xmlSchemaCleanupTypes(); | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/xml_validate.c:40: /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlschemastypes.h:37:17: note: declared here 37 | xmlSchemaCleanupTypes (void); | ^~~~~~~~~~~~~~~~~~~~~ GEN src/usage.c CC src/usage.o GEN src/c14n-usage.c CC src/c14n-usage.o GEN src/depyx-usage.c CC src/depyx-usage.o GEN src/edit-usage.c CC src/edit-usage.o GEN src/elem-usage.c CC src/elem-usage.o GEN src/escape-usage.c CC src/escape-usage.o GEN src/format-usage.c CC src/format-usage.o GEN src/ls-usage.c CC src/ls-usage.o GEN src/pyx-usage.c CC src/pyx-usage.o GEN src/select-usage.c CC src/select-usage.o GEN src/trans-usage.c CC src/trans-usage.o GEN src/unescape-usage.c CC src/unescape-usage.o GEN src/validate-usage.c CC src/validate-usage.o CCLD xml make[2]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/make/make -j1 DESTDIR=/home/autobuild/autobuild/instance-15/output-1/target install -C /home/autobuild/autobuild/instance-15/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/xmlstarlet-1.6.1' make[2]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/xmlstarlet-1.6.1' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-15/output-1/target/usr/bin' /usr/bin/install -c xml '/home/autobuild/autobuild/instance-15/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-15/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/home/autobuild/autobuild/instance-15/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-15/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/autobuild/autobuild/instance-15/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/xmlstarlet-1.6.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-15/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a75.cortex-a55%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-15/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a75.cortex-a55%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-15/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-15/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-15/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-15/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-15/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-15/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-15/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-15/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-15/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/include /home/autobuild/autobuild/instance-15/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-15/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-15/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-15/output-1/target/usr/doc find /home/autobuild/autobuild/instance-15/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-15/output-1/target/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-15/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-15/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/man /home/autobuild/autobuild/instance-15/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/info /home/autobuild/autobuild/instance-15/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/doc /home/autobuild/autobuild/instance-15/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-15/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-15/output-1/target/lib/debug /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-15/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-15/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-15/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-15/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-1141-g2d381b8823"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-git\"" \ ) > /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-15/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-15/output-1/per-package \ /home/autobuild/autobuild/instance-15/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-15/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-15/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-15/buildroot' >>> Buildroot 2023.11-1141-g2d381b8823 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.6.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> initscripts Collecting legal info >>> libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> openssl Collecting legal info >>> openssh 9.6p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) WARNING: the Buildroot source code has not been saved Legal info produced in /home/autobuild/autobuild/instance-15/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot'