checking for or1k-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... aarch64-unknown-linux-gnu checking host system type... or1k-buildroot-linux-uclibc checking for or1k-buildroot-linux-uclibc-gcc... /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc accepts -g... yes checking for /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for gawk... (cached) gawk checking for xml2-config... /home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/bin/xml2-config configure: using libxml-2.9.14 checking for xslt-config... /home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/bin/xslt-config configure: using libxslt-1.1.35 checking how to run the C preprocessor... /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for mode_t... yes checking for size_t... yes checking for lstat... yes checking for stat... yes checking for setmode... no checking whether O_BINARY is declared... no checking whether exsltDateXpathCtxtRegister is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xmlstarlet.spec config.status: creating Makefile config.status: creating solaris/package/sol8-sparc/pkginfo config.status: creating solaris/package/sol9-sparc/pkginfo config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> xmlstarlet 1.6.1 Building PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/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" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' /usr/bin/make all-am make[2]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' CC src/trans.o 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 '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: /home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/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 CC src/xml_ls.o src/xml_ls.c: In function 'xml_print_dir': src/xml_ls.c:165:62: warning: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types] 165 | strftime(atime, sizeof atime, "%Y%m%dT%H%M%SZ", gmtime(&stats.st_atime)); | ^~~~~~~~~~~~~~~ | | | int * In file included from src/xml_ls.c:38: /home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/time.h:234:41: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'int *' 234 | extern struct tm *gmtime (const time_t *__timer) __THROW; | ~~~~~~~~~~~~~~^~~~~~~ src/xml_ls.c:166:62: warning: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types] 166 | strftime(mtime, sizeof mtime, "%Y%m%dT%H%M%SZ", gmtime(&stats.st_mtime)); | ^~~~~~~~~~~~~~~ | | | int * In file included from src/xml_ls.c:38: /home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/time.h:234:41: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'int *' 234 | extern struct tm *gmtime (const time_t *__timer) __THROW; | ~~~~~~~~~~~~~~^~~~~~~ CC src/xml_pyx.o CC src/xml_select.o In file included from /home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/tree.h:18, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/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-1/output-1/host/or1k-buildroot-linux-uclibc/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 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-1/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/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" /usr/bin/make -j1 DESTDIR=/home/autobuild/autobuild/instance-1/output-1/target install -C /home/autobuild/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' make[2]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-1/output-1/target/usr/bin' /usr/bin/install -c xml '/home/autobuild/autobuild/instance-1/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-1/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-1/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-1/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/autobuild/autobuild/instance-1/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/xmlstarlet-1.6.1' xxhash-0.8.1.tar.gz: OK (sha256: 3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c) >>> xxhash 0.8.1 Extracting gzip -d -c /home/autobuild/autobuild/instance-1/dl/xxhash/xxhash-0.8.1.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-1/output-1/build/xxhash-0.8.1 -xf - >>> xxhash 0.8.1 Patching Applying 0001-fix-man-page-installation.patch using patch: patching file Makefile Applying 0002-Makefile-add-dedicated-install-targets.patch using patch: patching file Makefile Hunk #1 succeeded at 494 (offset -11 lines). Hunk #2 succeeded at 511 (offset -11 lines). Applying 0003-do-no-longer-depend-on-assert-h-for-XXH_STATIC_ASSERT.patch using patch: patching file xxhash.h Hunk #1 succeeded at 1546 (offset -203 lines). >>> xxhash 0.8.1 Configuring >>> xxhash 0.8.1 Building PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/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" PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/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" AR="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar" AS="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-as" LD="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-ld" NM="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-nm" CC="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc" GCC="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc" CPP="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-cpp" CXX="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-g++" FC="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gfortran" F77="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gfortran" RANLIB="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-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/home/autobuild/autobuild/instance-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-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 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 " LDFLAGS="" FCFLAGS=" -O3 -g0" FFLAGS=" -O3 -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-1/output-1/build/xxhash-0.8.1 xxhsum libxxhash.a libxxhash libxxhash.pc make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/xxhash-0.8.1' /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xxhash.o xxhash.c /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cli/xxhsum.o cli/xxhsum.c /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cli/xsum_os_specific.o cli/xsum_os_specific.c /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cli/xsum_output.o cli/xsum_output.c /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cli/xsum_sanity_check.o cli/xsum_sanity_check.c /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cli/xsum_bench.o cli/xsum_bench.c /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 xxhash.o cli/xxhsum.o cli/xsum_os_specific.o cli/xsum_output.o cli/xsum_sanity_check.o cli/xsum_bench.o -o xxhsum /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar rcs libxxhash.a xxhash.o /home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 xxhash.c -shared -Wl,-soname=libxxhash.so.0 -o libxxhash.so.0.8.1 ln -sf libxxhash.so.0.8.1 libxxhash.so.0 ln -sf libxxhash.so.0.8.1 libxxhash.so creating pkgconfig make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/xxhash-0.8.1' >>> xxhash 0.8.1 Installing to staging directory PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/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" PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/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" AR="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar" AS="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-as" LD="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-ld" NM="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-nm" CC="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc" GCC="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc" CPP="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-cpp" CXX="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-g++" FC="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gfortran" F77="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gfortran" RANLIB="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-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/home/autobuild/autobuild/instance-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-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 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 " LDFLAGS="" FCFLAGS=" -O3 -g0" FFLAGS=" -O3 -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-1/output-1/build/xxhash-0.8.1 PREFIX=/usr DESTDIR=/home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot install_xxhsum install_libxxhash.a install_libxxhash install_libxxhash.pc make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/xxhash-0.8.1' Installing xxhsum Installing libxxhash.a Installing libxxhash Installing pkgconfig make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/xxhash-0.8.1' >>> xxhash 0.8.1 Fixing libtool files for la in $(find /home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-1/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> xxhash 0.8.1 Installing to target PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/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" PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/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" AR="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar" AS="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-as" LD="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-ld" NM="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-nm" CC="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc" GCC="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc" CPP="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-cpp" CXX="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-g++" FC="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gfortran" F77="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gfortran" RANLIB="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-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/home/autobuild/autobuild/instance-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-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 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 " LDFLAGS="" FCFLAGS=" -O3 -g0" FFLAGS=" -O3 -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-1/output-1/build/xxhash-0.8.1 PREFIX=/usr DESTDIR=/home/autobuild/autobuild/instance-1/output-1/target install_xxhsum install_libxxhash.a install_libxxhash install_libxxhash.pc make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/xxhash-0.8.1' Installing xxhsum Installing libxxhash.a Installing libxxhash Installing pkgconfig make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/xxhash-0.8.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@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'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-1/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-1/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-1/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-1/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-1/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-1/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/include /home/autobuild/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-1/output-1/target/usr/doc find /home/autobuild/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-1/output-1/target/lib/ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/man /home/autobuild/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/info /home/autobuild/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/doc /home/autobuild/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-1/output-1/target/lib/debug /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-1/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-1/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-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-952-g2a592f0b2a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-1/output-1/per-package /home/autobuild/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-1/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-1/output-1/host/or1k-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-1/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-1/buildroot' >>> Buildroot 2022.05-952-g2a592f0b2a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-skeleton Collecting legal info >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> haproxy 2.6.1 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> initscripts Collecting legal info >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libkcapi 1.1.5 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-lxml 4.9.1 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.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> host-rust-bin 1.62.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sentry-cli 1.59.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> jpeg Collecting legal info >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) 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: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot'