/tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:131:9: note: declared here 131 | xmlInitMemory (void); | ^~~~~~~~~~~~~ CC src/xml.o CC src/xml_C14N.o CC src/xml_depyx.o CC src/xml_edit.o src/xml_edit.c: In function 'edOutput': src/xml_edit.c:561:9: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] 561 | xmlCleanupGlobals(); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/threads.h:35, from /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:220, from src/xml_edit.c:35: /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/globals.h:30:24: note: declared here 30 | XMLPUBFUN void XMLCALL xmlCleanupGlobals(void); | ^~~~~~~~~~~~~~~~~ src/xml_edit.c: In function 'edMain': src/xml_edit.c:755:5: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] 755 | xmlCleanupGlobals(); | ^~~~~~~~~~~~~~~~~ In file included from /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/threads.h:35, from /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:220, from src/xml_edit.c:35: /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/globals.h:30:24: note: declared here 30 | XMLPUBFUN void XMLCALL xmlCleanupGlobals(void); | ^~~~~~~~~~~~~~~~~ src/xml_edit.c: In function 'edInsert': src/xml_edit.c:371:9: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] 371 | xmlXPathNodeSetAdd(previous_insertion, node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/xml_elem.o src/xml_elem.c: In function 'elMain': src/xml_elem.c:271:27: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types] 271 | xmlHashScan(uniq, hash_key_put, &lines); | ^~~~~~~~~~~~ | | | void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)} In file included from src/xml_elem.c:32: /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/hash.h:213:57: note: expected 'xmlHashScanner' {aka 'void (*)(void *, void *, const unsigned char *)'} but argument is of type 'void (*)(void *, void *, xmlChar *)' {aka 'void (*)(void *, void *, unsigned char *)'} 213 | xmlHashScanner f, | ~~~~~~~~~~~~~~~^ CC src/xml_escape.o CC src/xml_format.o src/xml_format.c: In function 'foInitLibXml': src/xml_format.c:114:5: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations] 114 | xmlInitMemory(); | ^~~~~~~~~~~~~ In file included from src/xml_format.c:35: /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlmemory.h:131:9: note: declared here 131 | xmlInitMemory (void); | ^~~~~~~~~~~~~ CC src/xml_ls.o src/xml_ls.c: In function 'xml_print_dir': 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 /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/tree.h:18, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /tmp/instance-9/output-1/host/riscv32-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); | ^~~~~~~~ /tmp/instance-9/output-1/host/riscv32-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:493:9: warning: 'xmlRelaxNGCleanupTypes' is deprecated [-Wdeprecated-declarations] 493 | xmlRelaxNGCleanupTypes(); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlreader.h:17, from src/xmlstar.h:17, from src/xml_validate.c:35: /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/relaxng.h:123:21: note: declared here 123 | 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: /tmp/instance-9/output-1/host/riscv32-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 '/tmp/instance-9/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/tmp/instance-9/output-1/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/tmp/instance-9/output-1/host/bin:/tmp/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-9/output-1/target install -C /tmp/instance-9/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/tmp/instance-9/output-1/build/xmlstarlet-1.6.1' make[2]: Entering directory '/tmp/instance-9/output-1/build/xmlstarlet-1.6.1' /usr/bin/mkdir -p '/tmp/instance-9/output-1/target/usr/bin' /usr/bin/install -c xml '/tmp/instance-9/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-9/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/tmp/instance-9/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/mkdir -p '/tmp/instance-9/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/tmp/instance-9/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/tmp/instance-9/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/tmp/instance-9/output-1/build/xmlstarlet-1.6.1' >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-9/output-1/build/.xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz.wJhiNC/output' 'https://github.com/jwm-art-net/XorCurses/archive/04b664826c5bd30dd483f6a5c8c189ef97e255da/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz' --2023-02-21 08:50:28-- https://github.com/jwm-art-net/XorCurses/archive/04b664826c5bd30dd483f6a5c8c189ef97e255da/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/jwm-art-net/XorCurses/tar.gz/04b664826c5bd30dd483f6a5c8c189ef97e255da [following] --2023-02-21 08:50:28-- https://codeload.github.com/jwm-art-net/XorCurses/tar.gz/04b664826c5bd30dd483f6a5c8c189ef97e255da Resolving codeload.github.com (codeload.github.com)... 140.82.112.9 Connecting to codeload.github.com (codeload.github.com)|140.82.112.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-9/output-1/build/.xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz.wJhiNC/output' 0K .......... .......... .......... .......... .......... 500K 50K .......... ..... 115M=0.1s 2023-02-21 08:50:29 (654 KB/s) - '/tmp/instance-9/output-1/build/.xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz.wJhiNC/output' saved [67054] xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz: OK (sha256: 6c60a41b9a74ecd5f6ded337b9982e81eaf7b31a654a4a32b219e3a2ff638ae3) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Extracting gzip -d -c /tmp/instance-9/dl/xorcurses/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz | tar --strip-components=1 -C /tmp/instance-9/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da -xf - >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Patching >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Configuring >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Building /home/autobuild/make/make -j1 -C /tmp/instance-9/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da PATH="/tmp/instance-9/output-1/host/bin:/tmp/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-as" LD="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-ld" NM="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc" GCC="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc" CPP="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-cpp" CXX="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-g++" FC="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gfortran" F77="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-readelf" STRIP="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-strip" OBJCOPY="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-9/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-9/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-9/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-9/output-1/host/lib -Wl,-rpath,/tmp/instance-9/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O3 -g0" FFLAGS=" -O3 -g0" PKG_CONFIG="/tmp/instance-9/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='\"/usr/share/xorcurses\"' -DVERSION='\"04b664826c5bd30dd483f6a5c8c189ef97e255da\"'" make[1]: Entering directory '/tmp/instance-9/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da' /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c actions.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c control_flow.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c data_file.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c exit.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c explode.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c fletcher.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c game_display.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c help.c help.c: In function 'read_help_text': help.c:181:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 181 | fgets(buf, HELP_WIDTH, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c icons.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c info.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c level_menu.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c map.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c movelist.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c moves.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c options.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c play_xor.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c player.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c replay.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c scores.c scores.c: In function 'load_scores': scores.c:160:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 160 | fread(tmp, sizeof(ctr_t), MAX_LEVEL + 1, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c screen.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c splash.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c teleport.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c xorcurses.c /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' actions.o control_flow.o data_file.o exit.o explode.o fletcher.o game_display.o help.o icons.o info.o level_menu.o map.o movelist.o moves.o options.o play_xor.o player.o replay.o scores.o screen.o splash.o teleport.o xorcurses.o -o xorcurses -lcurses make[1]: Leaving directory '/tmp/instance-9/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da' >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Installing to target /usr/bin/install -D -m 0755 /tmp/instance-9/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da/xorcurses /tmp/instance-9/output-1/target/usr/bin/xorcurses mkdir -p /tmp/instance-9/output-1/target/usr/share/xorcurses/maps /usr/bin/install -D -m 0644 /tmp/instance-9/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da/maps/*.xcm /tmp/instance-9/output-1/target/usr/share/xorcurses/maps/ >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-9/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@%/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%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@%/tmp/instance-9/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-9/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-9/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-9/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-9/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%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@%/tmp/instance-9/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-9/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-9/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-9/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-9/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-9/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-9/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-9/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-9/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-9/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-9/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-9/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-9/output-1/target/etc/shells; fi mkdir -p /tmp/instance-9/output-1/target/etc echo "buildroot" > /tmp/instance-9/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-9/output-1/target/etc/hosts mkdir -p /tmp/instance-9/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-9/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-9/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-9/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-9/output-1/target/etc/shells if [ -x /tmp/instance-9/output-1/target/sbin/swapon -a -x /tmp/instance-9/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-9/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-9/output-1/target/etc/inittab; fi rm -rf /tmp/instance-9/output-1/target/usr/include /tmp/instance-9/output-1/target/usr/share/aclocal \ /tmp/instance-9/output-1/target/usr/lib/pkgconfig /tmp/instance-9/output-1/target/usr/share/pkgconfig \ /tmp/instance-9/output-1/target/usr/lib/cmake /tmp/instance-9/output-1/target/usr/share/cmake \ /tmp/instance-9/output-1/target/usr/lib/rpm /tmp/instance-9/output-1/target/usr/doc find /tmp/instance-9/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-9/output-1/target/lib/ /tmp/instance-9/output-1/target/usr/lib/ /tmp/instance-9/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-9/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-9/output-1/target/usr/share/gdb rm -rf /tmp/instance-9/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-9/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-9/output-1/target/usr/share/zsh rm -rf /tmp/instance-9/output-1/target/usr/man /tmp/instance-9/output-1/target/usr/share/man rm -rf /tmp/instance-9/output-1/target/usr/info /tmp/instance-9/output-1/target/usr/share/info rm -rf /tmp/instance-9/output-1/target/usr/doc /tmp/instance-9/output-1/target/usr/share/doc rm -rf /tmp/instance-9/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-9/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-9/output-1/target/lib/debug /tmp/instance-9/output-1/target/usr/lib/debug find /tmp/instance-9/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-9/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-9/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-9/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-9/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 /tmp/instance-9/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1523-g9d02eab8bc"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc1\"" \ ) > /tmp/instance-9/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-9/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-9/output-1/per-package /tmp/instance-9/buildroot/support/scripts/fix-rpath target touch /tmp/instance-9/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-9/output-1/build/buildroot-fs mkdir -p /tmp/instance-9/output-1/build/buildroot-fs printf ' \n' >> /tmp/instance-9/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /tmp/instance-9/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-9/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /tmp/instance-9/output-1/images rm -rf /tmp/instance-9/output-1/build/buildroot-fs/cramfs mkdir -p /tmp/instance-9/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-9/output-1/target/ /tmp/instance-9/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /tmp/instance-9/output-1/build/buildroot-fs/cramfs/target" >> /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/tmp/instance-9/output-1/host/bin:/tmp/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-9/buildroot/support/scripts/mkusers /tmp/instance-9/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-9/output-1/build/buildroot-fs/cramfs/target >> /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot echo "/tmp/instance-9/output-1/host/bin/makedevs -d /tmp/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-9/output-1/build/buildroot-fs/cramfs/target" >> /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /tmp/instance-9/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /tmp/instance-9/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /tmp/instance-9/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /tmp/instance-9/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /tmp/instance-9/output-1/host/bin/mkcramfs -L /tmp/instance-9/output-1/build/buildroot-fs/cramfs/target /tmp/instance-9/output-1/images/rootfs.cramfs\n' >> /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/tmp/instance-9/output-1/host/bin:/tmp/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-9/output-1/host/bin/fakeroot -- /tmp/instance-9/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/tmp/instance-9/output-1/build/buildroot-fs/cramfs/target table='/tmp/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' ln -snf /tmp/instance-9/output-1/host/riscv32-buildroot-linux-gnu/sysroot /tmp/instance-9/output-1/staging make: Leaving directory '/tmp/instance-9/buildroot' make: Entering directory '/tmp/instance-9/buildroot' >>> Buildroot 2022.11-1523-g9d02eab8bc Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c 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-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 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.1.11 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 >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> host-autoconf 2.71 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) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-delve 1.20.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.19.6 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> fxdiv 63058eff77e11aa15bf531df5dd34395ec3017c8 Collecting legal info LICENSE: OK (sha256: 7cac00006125b1486a27e4801ed66357236e984c540bd323945ab7b66b078ec3) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-lxml 4.9.2 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /tmp/instance-9/output-1/legal-info make: Leaving directory '/tmp/instance-9/buildroot'