checking build system type... x86_64-pc-linux-gnu checking host system type... nios2-buildroot-linux-gnu checking for nios2-buildroot-linux-gnu-gcc... /home/br-user/autobuild/run/instance-2/output/host/bin/nios2-linux-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/br-user/autobuild/run/instance-2/output/host/bin/nios2-linux-gcc accepts -g... yes checking for /home/br-user/autobuild/run/instance-2/output/host/bin/nios2-linux-gcc option to accept ISO C89... none needed checking whether /home/br-user/autobuild/run/instance-2/output/host/bin/nios2-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/br-user/autobuild/run/instance-2/output/host/bin/nios2-linux-gcc... none checking for a sed that does not truncate output... /bin/sed checking for gawk... (cached) mawk checking for xml2-config... /home/br-user/autobuild/run/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot/usr/bin/xml2-config configure: using libxml-2.9.9 checking for xslt-config... /home/br-user/autobuild/run/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot/usr/bin/xslt-config configure: using libxslt-1.1.32 checking how to run the C preprocessor... /home/br-user/autobuild/run/instance-2/output/host/bin/nios2-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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, --disable-static, --enable-shared >>> xmlstarlet 1.6.1 Building PATH="/home/br-user/autobuild/run/instance-2/output/host/bin:/home/br-user/autobuild/run/instance-2/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j8 -C /home/br-user/autobuild/run/instance-2/output/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/br-user/autobuild/run/instance-2/output/build/xmlstarlet-1.6.1' /usr/bin/make all-am make[2]: Entering directory '/home/br-user/autobuild/run/instance-2/output/build/xmlstarlet-1.6.1' GEN src/c14n-usage.c GEN src/elem-usage.c GEN src/edit-usage.c GEN src/depyx-usage.c GEN src/usage.c GEN src/escape-usage.c GEN src/pyx-usage.c GEN src/format-usage.c GEN src/select-usage.c GEN src/ls-usage.c GEN src/trans-usage.c GEN src/validate-usage.c GEN src/unescape-usage.c CC src/xml_elem.o CC src/xml_C14N.o CC src/xml_edit.o CC src/xml_escape.o CC src/trans.o CC src/xml_depyx.o CC src/xml_format.o CC src/xml.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] xmlHashScan(uniq, hash_key_put, &lines); ^~~~~~~~~~~~ In file included from src/xml_elem.c:32:0: /home/br-user/autobuild/run/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/hash.h:212:4: 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 *)}' xmlHashScan (xmlHashTablePtr table, ^~~~~~~~~~~ CC src/xml_ls.o CC src/xml_pyx.o CC src/xml_select.o src/xml_edit.c: In function 'edInsert.isra.6': src/xml_edit.c:371:9: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] xmlXPathNodeSetAdd(previous_insertion, node); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/xml_trans.o CC src/xml_validate.o In file included from /home/br-user/autobuild/run/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/tree.h:18:0, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /home/br-user/autobuild/run/instance-2/output/host/nios2-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] #define BAD_CAST (xmlChar *) ^ src/xml_select.c:552:55: note: in expansion of macro 'BAD_CAST' xmlStrPrintf(num_buf, sizeof num_buf, BAD_CAST "t%d", t); ^~~~~~~~ /home/br-user/autobuild/run/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libxml2/libxml/xmlstring.h:98:17: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' xmlStrPrintf (xmlChar *buf, ^~~~~~~~~~~~ CC src/c14n-usage.o CC src/usage.o CC src/depyx-usage.o CC src/edit-usage.o CC src/elem-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/ls-usage.o CC src/pyx-usage.o CC src/select-usage.o CC src/trans-usage.o CC src/unescape-usage.o CC src/validate-usage.o CCLD xml make[2]: Leaving directory '/home/br-user/autobuild/run/instance-2/output/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/br-user/autobuild/run/instance-2/output/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/home/br-user/autobuild/run/instance-2/output/host/bin:/home/br-user/autobuild/run/instance-2/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j8 DESTDIR=/home/br-user/autobuild/run/instance-2/output/target install -C /home/br-user/autobuild/run/instance-2/output/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/home/br-user/autobuild/run/instance-2/output/build/xmlstarlet-1.6.1' make[2]: Entering directory '/home/br-user/autobuild/run/instance-2/output/build/xmlstarlet-1.6.1' /bin/mkdir -p '/home/br-user/autobuild/run/instance-2/output/target/usr/share/doc/xmlstarlet' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/home/br-user/autobuild/run/instance-2/output/target/usr/share/doc/xmlstarlet' /bin/mkdir -p '/home/br-user/autobuild/run/instance-2/output/target/usr/share/man/man1' /bin/mkdir -p '/home/br-user/autobuild/run/instance-2/output/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/home/br-user/autobuild/run/instance-2/output/target/usr/share/man/man1' /usr/bin/install -c xml '/home/br-user/autobuild/run/instance-2/output/target/usr/bin' make[2]: Leaving directory '/home/br-user/autobuild/run/instance-2/output/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/home/br-user/autobuild/run/instance-2/output/build/xmlstarlet-1.6.1' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/br-user/autobuild/run/instance-2/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/br-user/autobuild/run/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] ./support/scripts/check-uniq-files -t host /home/br-user/autobuild/run/instance-2/output/build/packages-file-list-host.txt Warning: host file "./lib/scons-3.0.5/SCons/Tool/gdc.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Node/Python.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Action.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Util.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/filesystem.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/DCommon.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/CacheDir.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Executor.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/link.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Dir.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/BoolVariable.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gs.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Debug.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/SConsign.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gas.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f95.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/g++.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/SWIG.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Defaults.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Subst.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/mingw.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/jar.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ifort.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/cpp.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Node/Alias.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Conftest.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/cxx.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Fortran.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rpm.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdflatex.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/g77.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/posix.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/m4.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Script/SConsOptions.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Taskmaster.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Script/Main.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f77.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/JavaCommon.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Builder.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gxx.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Job.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/SConf.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/cc.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gfortran.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Script/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ldc.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gnulink.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f90.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdf.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Memoize.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Errors.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/D.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/fortran.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/PackageVariable.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dvipdf.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/javac.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/yacc.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/install.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dmd.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/EnumVariable.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/PathVariable.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ar.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/as.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Node/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/textfile.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/virtualenv.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gcc.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/default.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Script/SConscript.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Prog.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/compat/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rpcgen.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Node/FS.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/cygwin.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/FortranCommon.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/tar.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/tex.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/win32.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/PathList.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/C.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/LaTeX.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/wix.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rmic.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Warnings.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/javah.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Environment.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/dblite.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dvips.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdftex.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/latex.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/zip.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/swig.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Script/Interactive.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ifl.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/ListVariable.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/lex.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] rm -f /home/br-user/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/br-user/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/br-user/autobuild/run/instance-2/output/host/bin/glib-compile-schemas /home/br-user/autobuild/run/instance-2/output/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/br-user/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/br-user/autobuild/run/instance-2/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/br-user/autobuild/run/instance-2/output/host/bin/nios2-linux-%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 `%g" -e "s%@HOST_DIR@%/home/br-user/autobuild/run/instance-2/output/host%g" package/meson//cross-compilation.conf.in > /home/br-user/autobuild/run/instance-2/output/host/etc/meson/cross-compilation.conf PYTHONPATH="/home/br-user/autobuild/run/instance-2/output/target/usr/lib/python3.7/" cd /home/br-user/autobuild/run/instance-2/output/target && /home/br-user/autobuild/run/instance-2/output/host/bin/python3.7 /home/br-user/autobuild/run/instance-2/buildroot/support/scripts/pycompile.py usr/lib/python3.7 find /home/br-user/autobuild/run/instance-2/output/target/usr/lib/python3.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/br-user/autobuild/run/instance-2/output/target/usr/lib/python3.7 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/br-user/autobuild/run/instance-2/output/target/etc echo "buildroot" > /home/br-user/autobuild/run/instance-2/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/br-user/autobuild/run/instance-2/output/target/etc/hosts mkdir -p /home/br-user/autobuild/run/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/br-user/autobuild/run/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/br-user/autobuild/run/instance-2/output/target/etc/shadow rm -f /home/br-user/autobuild/run/instance-2/output/target/bin/sh rm -f /home/br-user/autobuild/run/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/br-user/autobuild/run/instance-2/output/build/locales.nopurge; done for dir in /home/br-user/autobuild/run/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/br-user/autobuild/run/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/br-user/autobuild/run/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/br-user/autobuild/run/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/br-user/autobuild/run/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/br-user/autobuild/run/instance-2/output/target/usr/include /home/br-user/autobuild/run/instance-2/output/target/usr/share/aclocal \ /home/br-user/autobuild/run/instance-2/output/target/usr/lib/pkgconfig /home/br-user/autobuild/run/instance-2/output/target/usr/share/pkgconfig \ /home/br-user/autobuild/run/instance-2/output/target/usr/lib/cmake /home/br-user/autobuild/run/instance-2/output/target/usr/share/cmake find /home/br-user/autobuild/run/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/br-user/autobuild/run/instance-2/output/target/lib/ /home/br-user/autobuild/run/instance-2/output/target/usr/lib/ /home/br-user/autobuild/run/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/br-user/autobuild/run/instance-2/output/target/usr/libexec/': No such file or directory rm -rf /home/br-user/autobuild/run/instance-2/output/target/usr/share/gdb rm -rf /home/br-user/autobuild/run/instance-2/output/target/usr/share/bash-completion rm -rf /home/br-user/autobuild/run/instance-2/output/target/usr/share/zsh rm -rf /home/br-user/autobuild/run/instance-2/output/target/usr/man /home/br-user/autobuild/run/instance-2/output/target/usr/share/man rm -rf /home/br-user/autobuild/run/instance-2/output/target/usr/info /home/br-user/autobuild/run/instance-2/output/target/usr/share/info rm -rf /home/br-user/autobuild/run/instance-2/output/target/usr/doc /home/br-user/autobuild/run/instance-2/output/target/usr/share/doc rm -rf /home/br-user/autobuild/run/instance-2/output/target/usr/share/gtk-doc rmdir /home/br-user/autobuild/run/instance-2/output/target/usr/share 2>/dev/null || true find /home/br-user/autobuild/run/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/br-user/autobuild/run/instance-2/output/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/br-user/autobuild/run/instance-2/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/br-user/autobuild/run/instance-2/output/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/br-user/autobuild/run/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/br-user/autobuild/run/instance-2/output/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/br-user/autobuild/run/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-00006-gaa1a18051e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05"; \ echo "PRETTY_NAME=\"Buildroot 2019.05\"" \ ) > /home/br-user/autobuild/run/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/br-user/autobuild/run/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/br-user/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target touch /home/br-user/autobuild/run/instance-2/output/target/usr make: Leaving directory '/home/br-user/autobuild/run/instance-2/buildroot' make: Entering directory '/home/br-user/autobuild/run/instance-2/buildroot' >>> Buildroot 2019.05-00006-gaa1a18051e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream-vera 1.10 Collecting legal info ERROR: No hash found for COPYRIGHT.TXT >>> dc3dd 7.2.641 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropbear 2019.78 Collecting legal info LICENSE: OK (sha256: cfa32d49e9022265375e533a4a5ef9e37d4aaa604119d612c46816aa1e59fe52) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.1.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> ficl 4.1.0 Collecting legal info ERROR: No hash found for ReadMe.txt >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> gpsd 3.18 Collecting legal info COPYING: OK (sha256: 71ff85d18bf063954cfc4251678d0e772223e21f80febbd99d5524c90f73f832) >>> host-python 2.7.16 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-scons 3.0.5 Collecting legal info LICENSE.txt: OK (sha256: c4248451b6a4cd09870de4fb82a857feb9f98174167b07500c19ed0263fd4db7) >>> host-python3 3.7.3 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> haveged 1.9.1 Collecting legal info ERROR: No hash found for COPYING >>> kmod 25 Collecting legal info ERROR: No hash found for libkmod/COPYING >>> python3 3.7.3 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> openssl Collecting legal info >>> libopenssl 1.1.1c Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libdrm 2.4.98 Collecting legal info >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libedit 20180525-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libftdi1 1.4 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libgcrypt 1.8.4 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.35 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libglib2 2.56.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> libmediaart 1.9.4 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> netatalk 3.1.12 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> newt 0.52.20 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> ntfs-3g 2017.3.23 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python3-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-gunicorn 19.9.0 Collecting legal info LICENSE: OK (sha256: 789fe11b92e1cabfbcf744b5fcc392c9bd5c6798603a4e89f925b6337984d1df) >>> python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-pyzmq 18.0.0 Collecting legal info ERROR: No hash found for COPYING.LESSER ERROR: No hash found for COPYING.BSD >>> zeromq 4.3.1 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> python-scapy3k v0.18 Collecting legal info >>> python-smbus-cffi 0.5.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-texttable 0.9.1 Collecting legal info LICENSE: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> python-u-msgpack 2.5.0 Collecting legal info LICENSE: OK (sha256: 0603a3e697a80b13640e3023bb534727f683ada5c4b0b0149d001ec5272d64f4) >>> python-wcwidth 0.1.7 Collecting legal info ERROR: No hash found for LICENSE.txt >>> ranger 1.7.2 Collecting legal info ERROR: No hash found for AUTHORS >>> reaver v1.6.5 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> s6-dns 2.3.0.0 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> tcpdump 4.9.2 Collecting legal info LICENSE: OK (sha256: 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1) >>> tslib 1.20 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> uhubctl v2.0.0 Collecting legal info LICENSE: OK (sha256: 3260a6cd23e2677be1fa0815785cd5fa499d363a033f58cc299e12220662d486) >>> websocketpp 0.8.1 Collecting legal info COPYING: OK (sha256: b31e597bc777d884a39663c11d0557a0af40780e1f451de11ea5103924a69667) >>> xmlstarlet 1.6.1 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libdrm-2.4.98: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: python-scapy3k-v0.18: cannot save license (PYTHON_SCAPY3K_LICENSE_FILES not defined) Legal info produced in /home/br-user/autobuild/run/instance-2/output/legal-info make: Leaving directory '/home/br-user/autobuild/run/instance-2/buildroot'