configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for xtensa-buildroot-linux-uclibc-strip... /tmp/instance-3/output-1/host/bin/xtensa-linux-strip checking for a thread-safe mkdir -p... /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... x86_64-pc-linux-gnu checking host system type... xtensa-buildroot-linux-uclibc checking for xtensa-buildroot-linux-uclibc-gcc... /tmp/instance-3/output-1/host/bin/xtensa-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 /tmp/instance-3/output-1/host/bin/xtensa-linux-gcc accepts -g... yes checking for /tmp/instance-3/output-1/host/bin/xtensa-linux-gcc option to accept ISO C89... none needed checking whether /tmp/instance-3/output-1/host/bin/xtensa-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /tmp/instance-3/output-1/host/bin/xtensa-linux-gcc... none checking for a sed that does not truncate output... /bin/sed checking for gawk... (cached) gawk checking for xml2-config... /tmp/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/bin/xml2-config configure: using libxml-2.9.10 checking for xslt-config... /tmp/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/bin/xslt-config configure: using libxslt-1.1.34 checking how to run the C preprocessor... /tmp/instance-3/output-1/host/bin/xtensa-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, --enable-nls, --disable-static, --enable-shared >>> xmlstarlet 1.6.1 Building PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-3/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/tmp/instance-3/output-1/build/xmlstarlet-1.6.1' /usr/bin/make all-am make[2]: Entering directory '/tmp/instance-3/output-1/build/xmlstarlet-1.6.1' GEN src/usage.c GEN src/c14n-usage.c GEN src/depyx-usage.c GEN src/edit-usage.c GEN src/elem-usage.c GEN src/escape-usage.c GEN src/format-usage.c GEN src/ls-usage.c GEN src/pyx-usage.c GEN src/select-usage.c GEN src/trans-usage.c GEN src/unescape-usage.c GEN src/validate-usage.c CC src/trans.o CC src/xml.o CC src/xml_C14N.o CC src/xml_depyx.o CC src/xml_edit.o CC src/xml_escape.o CC src/xml_elem.o CC src/xml_format.o CC src/xml_ls.o CC src/xml_select.o CC src/xml_pyx.o CC src/xml_trans.o CC src/usage.o CC src/xml_validate.o CC src/c14n-usage.o CC src/depyx-usage.o CC src/elem-usage.o CC src/edit-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/ls-usage.o CC src/pyx-usage.o CC src/trans-usage.o CC src/unescape-usage.o CC src/validate-usage.o CC src/select-usage.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: /tmp/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/hash.h:213:22: 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 *)'} xmlHashScanner f, ~~~~~~~~~~~~~~~^ In file included from /tmp/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/tree.h:18, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /tmp/instance-3/output-1/host/xtensa-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] #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); ^~~~~~~~ /tmp/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/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, ^~~~~~~~~~~~ src/xml_edit.c: In function 'edInsert': src/xml_edit.c:371:9: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] xmlXPathNodeSetAdd(previous_insertion, node); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD xml make[2]: Leaving directory '/tmp/instance-3/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/tmp/instance-3/output-1/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 Installing to target PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-3/output-1/target install -C /tmp/instance-3/output-1/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/tmp/instance-3/output-1/build/xmlstarlet-1.6.1' make[2]: Entering directory '/tmp/instance-3/output-1/build/xmlstarlet-1.6.1' /bin/mkdir -p '/tmp/instance-3/output-1/target/usr/share/doc/xmlstarlet' /bin/mkdir -p '/tmp/instance-3/output-1/target/usr/share/man/man1' /bin/mkdir -p '/tmp/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/tmp/instance-3/output-1/target/usr/share/doc/xmlstarlet' /usr/bin/install -c xml '/tmp/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/tmp/instance-3/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/tmp/instance-3/output-1/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/tmp/instance-3/output-1/build/xmlstarlet-1.6.1' >>> Finalizing host directory >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-3/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-3/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-3/output-1/target/etc/shells; fi rm -f /tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-3/output-1/host/bin/glib-compile-schemas /tmp/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-3/output-1/target/etc echo "buildroot" > /tmp/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-3/output-1/target/etc/hosts mkdir -p /tmp/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-3/output-1/target/etc/shadow rm -f /tmp/instance-3/output-1/target/bin/sh if [ -x /tmp/instance-3/output-1/target/sbin/swapon -a -x /tmp/instance-3/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-3/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-3/output-1/target/etc/inittab; fi rm -f /tmp/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /tmp/instance-3/output-1/build/locales.nopurge; done for dir in /tmp/instance-3/output-1/target/usr/share/locale /tmp/instance-3/output-1/target/usr/share/X11/locale /tmp/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-3/output-1/target/usr/include /tmp/instance-3/output-1/target/usr/share/aclocal \ /tmp/instance-3/output-1/target/usr/lib/pkgconfig /tmp/instance-3/output-1/target/usr/share/pkgconfig \ /tmp/instance-3/output-1/target/usr/lib/cmake /tmp/instance-3/output-1/target/usr/share/cmake \ /tmp/instance-3/output-1/target/usr/doc find /tmp/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-3/output-1/target/lib/ /tmp/instance-3/output-1/target/usr/lib/ /tmp/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-3/output-1/target/usr/share/gdb rm -rf /tmp/instance-3/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-3/output-1/target/usr/share/zsh rm -rf /tmp/instance-3/output-1/target/usr/man /tmp/instance-3/output-1/target/usr/share/man rm -rf /tmp/instance-3/output-1/target/usr/info /tmp/instance-3/output-1/target/usr/share/info rm -rf /tmp/instance-3/output-1/target/usr/doc /tmp/instance-3/output-1/target/usr/share/doc rm -rf /tmp/instance-3/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-3/output-1/target/usr/share 2>/dev/null || true find /tmp/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-3/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-3/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-rc1-00056-g39a7f1e973"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-rc1\"" \ ) > /tmp/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-3/output-1/per-package /tmp/instance-3/buildroot/support/scripts/fix-rpath target cat /tmp/instance-3/output-1/build/18xx-ti-utils-R8.7_SP3/.files-list.txt /tmp/instance-3/output-1/build/alure-14beed2a86d5a36030e907b21c46614d505f07cd/.files-list.txt /tmp/instance-3/output-1/build/argp-standalone-1.3/.files-list.txt /tmp/instance-3/output-1/build/avrdude-f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa/.files-list.txt /tmp/instance-3/output-1/build/bonnie-1.03e/.files-list.txt /tmp/instance-3/output-1/build/boost-1.72.0/.files-list.txt /tmp/instance-3/output-1/build/busybox-1.31.1/.files-list.txt /tmp/instance-3/output-1/build/cache-calibrator/.files-list.txt /tmp/instance-3/output-1/build/cracklib-2.9.7/.files-list.txt /tmp/instance-3/output-1/build/cryptsetup-2.2.2/.files-list.txt /tmp/instance-3/output-1/build/dialog-1.3-20200327/.files-list.txt /tmp/instance-3/output-1/build/elfutils-0.177/.files-list.txt /tmp/instance-3/output-1/build/exfatprogs-1.0.2/.files-list.txt /tmp/instance-3/output-1/build/fconfig-20080329/.files-list.txt /tmp/instance-3/output-1/build/flex-2.6.4/.files-list.txt /tmp/instance-3/output-1/build/fmt-6.2.0/.files-list.txt /tmp/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list.txt /tmp/instance-3/output-1/build/gettext/.files-list.txt /tmp/instance-3/output-1/build/hwdata-0.326/.files-list.txt /tmp/instance-3/output-1/build/igd2-for-linux-1.2/.files-list.txt /tmp/instance-3/output-1/build/initscripts/.files-list.txt /tmp/instance-3/output-1/build/iptables-1.8.3/.files-list.txt /tmp/instance-3/output-1/build/iw-5.4/.files-list.txt /tmp/instance-3/output-1/build/jansson-2.12/.files-list.txt /tmp/instance-3/output-1/build/jasper-2.0.16/.files-list.txt /tmp/instance-3/output-1/build/jimtcl-0.79/.files-list.txt /tmp/instance-3/output-1/build/jq-a97638713ad30653d424f136018098c4b0e5c71b/.files-list.txt /tmp/instance-3/output-1/build/json-c-0.13.1/.files-list.txt /tmp/instance-3/output-1/build/libaio-0.3.111/.files-list.txt /tmp/instance-3/output-1/build/libargon2-20190702/.files-list.txt /tmp/instance-3/output-1/build/libcurl-7.69.1/.files-list.txt /tmp/instance-3/output-1/build/libev-4.27/.files-list.txt /tmp/instance-3/output-1/build/libffi-3.3/.files-list.txt /tmp/instance-3/output-1/build/libglib2-2.64.2/.files-list.txt /tmp/instance-3/output-1/build/libldns-1.7.1/.files-list.txt /tmp/instance-3/output-1/build/liblinear-2.30/.files-list.txt /tmp/instance-3/output-1/build/liblo-0.30/.files-list.txt /tmp/instance-3/output-1/build/libmnl-1.0.4/.files-list.txt /tmp/instance-3/output-1/build/libmpdclient-2.18/.files-list.txt /tmp/instance-3/output-1/build/libmspack-0.10.1alpha/.files-list.txt /tmp/instance-3/output-1/build/libnetconf2-1.1.7/.files-list.txt /tmp/instance-3/output-1/build/libnetfilter_acct-1.0.3/.files-list.txt /tmp/instance-3/output-1/build/libnl-3.5.0/.files-list.txt /tmp/instance-3/output-1/build/libogg-1.3.4/.files-list.txt /tmp/instance-3/output-1/build/libopenssl-1.1.1g/.files-list.txt /tmp/instance-3/output-1/build/libpcap-1.9.1/.files-list.txt /tmp/instance-3/output-1/build/libsigrok-0.5.2/.files-list.txt /tmp/instance-3/output-1/build/libtheora-1.1.1/.files-list.txt /tmp/instance-3/output-1/build/libupnp-1.6.25/.files-list.txt /tmp/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /tmp/instance-3/output-1/build/libusb-compat-0.1.7/.files-list.txt /tmp/instance-3/output-1/build/libuv-1.37.0/.files-list.txt /tmp/instance-3/output-1/build/libuwsc-3.3.5/.files-list.txt /tmp/instance-3/output-1/build/libv4l-1.18.0/.files-list.txt /tmp/instance-3/output-1/build/libvorbis-1.3.6/.files-list.txt /tmp/instance-3/output-1/build/libxml2-2.9.10/.files-list.txt /tmp/instance-3/output-1/build/libxslt-1.1.34/.files-list.txt /tmp/instance-3/output-1/build/libyang-1.0.130/.files-list.txt /tmp/instance-3/output-1/build/libzip-1.6.1/.files-list.txt /tmp/instance-3/output-1/build/libzlib-1.2.11/.files-list.txt /tmp/instance-3/output-1/build/log4cpp-1.1.3/.files-list.txt /tmp/instance-3/output-1/build/lshw-02.18/.files-list.txt /tmp/instance-3/output-1/build/luksmeta-9/.files-list.txt /tmp/instance-3/output-1/build/lvm2-2.02.185/.files-list.txt /tmp/instance-3/output-1/build/msmtp-1.8.7/.files-list.txt /tmp/instance-3/output-1/build/musl-fts-1.2.7/.files-list.txt /tmp/instance-3/output-1/build/ncmpc-0.37/.files-list.txt /tmp/instance-3/output-1/build/ncurses-6.1/.files-list.txt /tmp/instance-3/output-1/build/nmap-7.80/.files-list.txt /tmp/instance-3/output-1/build/openal-1.19.1/.files-list.txt /tmp/instance-3/output-1/build/opencv3-3.4.9/.files-list.txt /tmp/instance-3/output-1/build/openssl/.files-list.txt /tmp/instance-3/output-1/build/pcre-8.44/.files-list.txt /tmp/instance-3/output-1/build/popt-1.16/.files-list.txt /tmp/instance-3/output-1/build/portaudio-v190600_20161030/.files-list.txt /tmp/instance-3/output-1/build/restclient-cpp-0.5.2/.files-list.txt /tmp/instance-3/output-1/build/sane-backends-1.0.27/.files-list.txt /tmp/instance-3/output-1/build/sigrok-cli-0.7.0/.files-list.txt /tmp/instance-3/output-1/build/skeleton-init-common/.files-list.txt /tmp/instance-3/output-1/build/skeleton-init-sysv/.files-list.txt /tmp/instance-3/output-1/build/skeleton/.files-list.txt /tmp/instance-3/output-1/build/smack-1.3.1/.files-list.txt /tmp/instance-3/output-1/build/statserial-1.1/.files-list.txt /tmp/instance-3/output-1/build/strace-5.6/.files-list.txt /tmp/instance-3/output-1/build/toolchain-external-custom/.files-list.txt /tmp/instance-3/output-1/build/toolchain-external/.files-list.txt /tmp/instance-3/output-1/build/toolchain/.files-list.txt /tmp/instance-3/output-1/build/tree-1.8.0/.files-list.txt /tmp/instance-3/output-1/build/uboot-tools-2020.04/.files-list.txt /tmp/instance-3/output-1/build/umtprd-1.0.0/.files-list.txt /tmp/instance-3/output-1/build/usb_modeswitch-2.6.0/.files-list.txt /tmp/instance-3/output-1/build/usb_modeswitch_data-20191128/.files-list.txt /tmp/instance-3/output-1/build/util-linux-2.35.1/.files-list.txt /tmp/instance-3/output-1/build/wampcc-1.6/.files-list.txt /tmp/instance-3/output-1/build/xmlstarlet-1.6.1/.files-list.txt /tmp/instance-3/output-1/build/zeromq-4.3.2/.files-list.txt /tmp/instance-3/output-1/build/zlib/.files-list.txt > /tmp/instance-3/output-1/build/packages-file-list.txt cat /tmp/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /tmp/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-bison-3.4.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-cracklib-2.9.7/.files-list-host.txt /tmp/instance-3/output-1/build/host-expat-2.2.9/.files-list-host.txt /tmp/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /tmp/instance-3/output-1/build/host-gettext-gnu-0.20.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-gettext/.files-list-host.txt /tmp/instance-3/output-1/build/host-libffi-3.3/.files-list-host.txt /tmp/instance-3/output-1/build/host-libglib2-2.64.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /tmp/instance-3/output-1/build/host-libtextstyle-0.20.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /tmp/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /tmp/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /tmp/instance-3/output-1/build/host-lz4-1.9.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-lzo-2.10/.files-list-host.txt /tmp/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /tmp/instance-3/output-1/build/host-meson-0.54.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-ncurses-6.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-ninja-1.10.0/.files-list-host.txt /tmp/instance-3/output-1/build/host-openssl/.files-list-host.txt /tmp/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /tmp/instance-3/output-1/build/host-pcre-8.44/.files-list-host.txt /tmp/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-python3-3.8.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /tmp/instance-3/output-1/build/host-rauc-1.3/.files-list-host.txt /tmp/instance-3/output-1/build/host-skeleton/.files-list-host.txt /tmp/instance-3/output-1/build/host-squashfs-4.4/.files-list-host.txt /tmp/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /tmp/instance-3/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-xz-5.2.4/.files-list-host.txt /tmp/instance-3/output-1/build/host-zlib/.files-list-host.txt /tmp/instance-3/output-1/build/host-zstd-1.4.3/.files-list-host.txt > /tmp/instance-3/output-1/build/packages-file-list-host.txt cat /tmp/instance-3/output-1/build/alure-14beed2a86d5a36030e907b21c46614d505f07cd/.files-list-staging.txt /tmp/instance-3/output-1/build/argp-standalone-1.3/.files-list-staging.txt /tmp/instance-3/output-1/build/azmq-1.0.2/.files-list-staging.txt /tmp/instance-3/output-1/build/boost-1.72.0/.files-list-staging.txt /tmp/instance-3/output-1/build/cracklib-2.9.7/.files-list-staging.txt /tmp/instance-3/output-1/build/cryptsetup-2.2.2/.files-list-staging.txt /tmp/instance-3/output-1/build/elfutils-0.177/.files-list-staging.txt /tmp/instance-3/output-1/build/flex-2.6.4/.files-list-staging.txt /tmp/instance-3/output-1/build/fmt-6.2.0/.files-list-staging.txt /tmp/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list-staging.txt /tmp/instance-3/output-1/build/iptables-1.8.3/.files-list-staging.txt /tmp/instance-3/output-1/build/jansson-2.12/.files-list-staging.txt /tmp/instance-3/output-1/build/jasper-2.0.16/.files-list-staging.txt /tmp/instance-3/output-1/build/jimtcl-0.79/.files-list-staging.txt /tmp/instance-3/output-1/build/jq-a97638713ad30653d424f136018098c4b0e5c71b/.files-list-staging.txt /tmp/instance-3/output-1/build/jsmn-1.1.0/.files-list-staging.txt /tmp/instance-3/output-1/build/json-c-0.13.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libaio-0.3.111/.files-list-staging.txt /tmp/instance-3/output-1/build/libargon2-20190702/.files-list-staging.txt /tmp/instance-3/output-1/build/libcurl-7.69.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libev-4.27/.files-list-staging.txt /tmp/instance-3/output-1/build/libffi-3.3/.files-list-staging.txt /tmp/instance-3/output-1/build/libglib2-2.64.2/.files-list-staging.txt /tmp/instance-3/output-1/build/libldns-1.7.1/.files-list-staging.txt /tmp/instance-3/output-1/build/liblinear-2.30/.files-list-staging.txt /tmp/instance-3/output-1/build/liblo-0.30/.files-list-staging.txt /tmp/instance-3/output-1/build/libmnl-1.0.4/.files-list-staging.txt /tmp/instance-3/output-1/build/libmpdclient-2.18/.files-list-staging.txt /tmp/instance-3/output-1/build/libmspack-0.10.1alpha/.files-list-staging.txt /tmp/instance-3/output-1/build/libnetconf2-1.1.7/.files-list-staging.txt /tmp/instance-3/output-1/build/libnetfilter_acct-1.0.3/.files-list-staging.txt /tmp/instance-3/output-1/build/libnl-3.5.0/.files-list-staging.txt /tmp/instance-3/output-1/build/libogg-1.3.4/.files-list-staging.txt /tmp/instance-3/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /tmp/instance-3/output-1/build/libpcap-1.9.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libsigrok-0.5.2/.files-list-staging.txt /tmp/instance-3/output-1/build/libtheora-1.1.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libupnp-1.6.25/.files-list-staging.txt /tmp/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /tmp/instance-3/output-1/build/libusb-compat-0.1.7/.files-list-staging.txt /tmp/instance-3/output-1/build/libuv-1.37.0/.files-list-staging.txt /tmp/instance-3/output-1/build/libuwsc-3.3.5/.files-list-staging.txt /tmp/instance-3/output-1/build/libv4l-1.18.0/.files-list-staging.txt /tmp/instance-3/output-1/build/libvorbis-1.3.6/.files-list-staging.txt /tmp/instance-3/output-1/build/libxml2-2.9.10/.files-list-staging.txt /tmp/instance-3/output-1/build/libxslt-1.1.34/.files-list-staging.txt /tmp/instance-3/output-1/build/libyang-1.0.130/.files-list-staging.txt /tmp/instance-3/output-1/build/libzip-1.6.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libzlib-1.2.11/.files-list-staging.txt /tmp/instance-3/output-1/build/log4cpp-1.1.3/.files-list-staging.txt /tmp/instance-3/output-1/build/luksmeta-9/.files-list-staging.txt /tmp/instance-3/output-1/build/lvm2-2.02.185/.files-list-staging.txt /tmp/instance-3/output-1/build/musl-fts-1.2.7/.files-list-staging.txt /tmp/instance-3/output-1/build/ncurses-6.1/.files-list-staging.txt /tmp/instance-3/output-1/build/openal-1.19.1/.files-list-staging.txt /tmp/instance-3/output-1/build/opencv3-3.4.9/.files-list-staging.txt /tmp/instance-3/output-1/build/pcre-8.44/.files-list-staging.txt /tmp/instance-3/output-1/build/popt-1.16/.files-list-staging.txt /tmp/instance-3/output-1/build/portaudio-v190600_20161030/.files-list-staging.txt /tmp/instance-3/output-1/build/restclient-cpp-0.5.2/.files-list-staging.txt /tmp/instance-3/output-1/build/sane-backends-1.0.27/.files-list-staging.txt /tmp/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /tmp/instance-3/output-1/build/smack-1.3.1/.files-list-staging.txt /tmp/instance-3/output-1/build/spdlog-1.5.0/.files-list-staging.txt /tmp/instance-3/output-1/build/toolchain-external-custom/.files-list-staging.txt /tmp/instance-3/output-1/build/toolchain/.files-list-staging.txt /tmp/instance-3/output-1/build/uboot-tools-2020.04/.files-list-staging.txt /tmp/instance-3/output-1/build/util-linux-2.35.1/.files-list-staging.txt /tmp/instance-3/output-1/build/wampcc-1.6/.files-list-staging.txt /tmp/instance-3/output-1/build/websocketpp-0.8.2/.files-list-staging.txt /tmp/instance-3/output-1/build/zeromq-4.3.2/.files-list-staging.txt > /tmp/instance-3/output-1/build/packages-file-list-staging.txt touch /tmp/instance-3/output-1/target/usr ln -snf /tmp/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /tmp/instance-3/output-1/staging make: Leaving directory '/tmp/instance-3/buildroot' make: Entering directory '/tmp/instance-3/buildroot' >>> Buildroot 2020.05-rc1-00056-g39a7f1e973 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils R8.7_SP3 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> alure 14beed2a86d5a36030e907b21c46614d505f07cd Collecting legal info LICENSE: OK (sha256: 7331ddc67daaf1a283c81e8dc17bac8dc40f54ed3fab3d3964616f4bd502a0a3) >>> openal 1.19.1 Collecting legal info COPYING: OK (sha256: d808ce217e5b611854da622b57ec29fe545584c48bc5352fae72a4b6e5074a15) >>> portaudio v190600_20161030 Collecting legal info LICENSE.txt: OK (sha256: ec52a1952d701f94e5135719a47376da4ee0b4a0201f1cafb49f61db6480ac3d) >>> argp-standalone 1.3 Collecting legal info >>> avrdude f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa Collecting legal info avrdude/COPYING: OK (sha256: 201babc7da198873304a77a30dbfc7ca449c9bba52df2dffa4cca0009dbdfcb2) >>> elfutils 0.177 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> gettext Collecting legal info >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> azmq 1.0.2 Collecting legal info LICENSE-BOOST_1_0: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> boost 1.72.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> util-linux 2.35.1 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) >>> bonnie 1.03e Collecting legal info copyright.txt: OK (sha256: bdfeef85436885bc317fdbae3732b17a39e7910eb855553a83b4d2cf9032e773) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> nmap 7.80 Collecting legal info COPYING: OK (sha256: a6afaad36c803dc602734451d9421ed363b48d1ca0faadf0907fc2d91a000284) >>> liblinear 2.30 Collecting legal info COPYRIGHT: OK (sha256: c366abf1cb3a003d8c6e6d9c111a23c432db1d001294f88d479b70b60d7c0af2) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cryptsetup 2.2.2 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> dialog 1.3-20200327 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> exfatprogs 1.0.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fmt 6.2.0 Collecting legal info LICENSE.rst: OK (sha256: 825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8) >>> hwdata 0.326 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> igd2-for-linux 1.2 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> initscripts Collecting legal info >>> iptables 1.8.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iw 5.4 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jasper 2.0.16 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jq a97638713ad30653d424f136018098c4b0e5c71b Collecting legal info COPYING: OK (sha256: 111136aebcbfa68b6b0084e582b30e981da76adcff84eab6f9be32a1f38c5bf1) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libcurl 7.69.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.54.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 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-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.1 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) >>> libldns 1.7.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> liblo 0.30 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.18 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetconf2 1.1.7 Collecting legal info LICENSE: OK (sha256: 085122ea91161812dda9cd2f42d8c50ecc3a48cc1a4f15044d86cfc5aa887577) >>> libyang 1.0.130 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.6.1 Collecting legal info LICENSE: OK (sha256: af6d9141427cf40b7d1fa6d7f5473b06a7faa9f9b0a2ea588eb6ba7b2e1c8a9e) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libuv 1.37.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libv4l 1.18.0 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 34229b5aadfb768d0d083987cba54203a920904a3ec8320823c6125b9831acd1) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> log4cpp 1.1.3 Collecting legal info log4cpp/COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> lshw 02.18 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> luksmeta 9 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> msmtp 1.8.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncmpc 0.37 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> opencv3 3.4.9 Collecting legal info LICENSE: OK (sha256: c3596f2f886631ac49af2c9a201ca559f850bb5726bdc25eacbe2369a70caad9) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-rauc 1.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-squashfs 4.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.4.3 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> restclient-cpp 0.5.2 Collecting legal info LICENSE: OK (sha256: 1c2f79e825a39eb61d8919044776627f4d079ff38975410a3bde340154fc94a4) >>> sane-backends 1.0.27 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> sigrok-cli 0.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> smack 1.3.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> spdlog 1.5.0 Collecting legal info LICENSE: OK (sha256: 7d40b1967fca203d22b0eaf75f54566167ded823863abedf4de869fcea057038) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> strace 5.6 Collecting legal info COPYING: OK (sha256: 6370eb67db918210944a8511a6995ebe9567852f26b4f15a01e5c8cf2aef7c46) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> tree 1.8.0 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> uboot-tools 2020.04 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> umtprd 1.0.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> usb_modeswitch 2.6.0 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wampcc 1.6 Collecting legal info LICENSE: OK (sha256: bd185b1ec8a292d42b42346757ff6e198073e13c1e080e9ea548d34dd42d30d8) >>> websocketpp 0.8.2 Collecting legal info COPYING: OK (sha256: b31e597bc777d884a39663c11d0557a0af40780e1f451de11ea5103924a69667) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-3/output-1/legal-info make: Leaving directory '/tmp/instance-3/buildroot'