Installing binaries Installing man pages zstd installation completed make[1]: Leaving directory `/home/test/autobuild/run/instance-0/output/build/zstd-v1.3.0/programs' >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/test/autobuild/run/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/test/autobuild/run/instance-0/output/target/etc/inittab rm -f /home/test/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/test/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/test/autobuild/run/instance-0/output/host/bin/glib-compile-schemas /home/test/autobuild/run/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/test/autobuild/run/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/test/autobuild/run/instance-0/output/target/etc echo "buildroot" > /home/test/autobuild/run/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/test/autobuild/run/instance-0/output/target/etc/hosts mkdir -p /home/test/autobuild/run/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/run/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/run/instance-0/output/target/etc/shadow rm -f /home/test/autobuild/run/instance-0/output/target/bin/sh rm -f /home/test/autobuild/run/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/test/autobuild/run/instance-0/output/build/locales.nopurge; done for dir in /home/test/autobuild/run/instance-0/output/target/usr/lib/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/run/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/run/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/run/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/run/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/run/instance-0/output/target/usr/include /home/test/autobuild/run/instance-0/output/target/usr/share/aclocal \ /home/test/autobuild/run/instance-0/output/target/usr/lib/pkgconfig /home/test/autobuild/run/instance-0/output/target/usr/share/pkgconfig \ /home/test/autobuild/run/instance-0/output/target/usr/lib/cmake /home/test/autobuild/run/instance-0/output/target/usr/share/cmake find /home/test/autobuild/run/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/run/instance-0/output/target/lib/ /home/test/autobuild/run/instance-0/output/target/usr/lib/ /home/test/autobuild/run/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/test/autobuild/run/instance-0/output/target/usr/share/gdb rm -rf /home/test/autobuild/run/instance-0/output/target/usr/share/bash-completion rm -rf /home/test/autobuild/run/instance-0/output/target/usr/share/zsh rm -rf /home/test/autobuild/run/instance-0/output/target/usr/man /home/test/autobuild/run/instance-0/output/target/usr/share/man rm -rf /home/test/autobuild/run/instance-0/output/target/usr/info /home/test/autobuild/run/instance-0/output/target/usr/share/info rm -rf /home/test/autobuild/run/instance-0/output/target/usr/doc /home/test/autobuild/run/instance-0/output/target/usr/share/doc rm -rf /home/test/autobuild/run/instance-0/output/target/usr/share/gtk-doc rmdir /home/test/autobuild/run/instance-0/output/target/usr/share 2>/dev/null || true find /home/test/autobuild/run/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/test/autobuild/run/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/run/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/test/autobuild/run/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/test/autobuild/run/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/test/autobuild/run/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/test/autobuild/run/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/test/autobuild/run/instance-0/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/test/autobuild/run/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.08.1-00002-g16796fa"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.08.1"; \ echo "PRETTY_NAME=\"Buildroot 2017.08.1\"" \ ) > /home/test/autobuild/run/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/test/autobuild/run/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/test/autobuild/run/instance-0/buildroot' make: Entering directory `/home/test/autobuild/run/instance-0/buildroot' >>> Buildroot 2017.08.1-00002-g16796fa Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.18 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external Collecting legal info >>> musl-compat-headers Collecting legal info >>> 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 >>> alljoyn-tcl-16.04.00a 16.04.00 Collecting legal info >>> alljoyn-tcl 16.04.00a Collecting legal info >>> host-scons 2.3.0 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-python 2.7.13 Collecting legal info ERROR: No hash found for LICENSE >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info ERROR: No hash found for COPYING >>> host-m4 1.4.18 Collecting legal info ERROR: No hash found for COPYING >>> host-automake 1.15 Collecting legal info ERROR: No hash found for COPYING >>> host-expat 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> alsa-lib 1.1.4.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for aserver/COPYING >>> alsa-utils 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-android-tools 4.2.2+git20130218 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl 1.0.2l Collecting legal info ERROR: No hash found for LICENSE >>> apr-util 1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> apr 1.6.2 Collecting legal info ERROR: No hash found for LICENSE >>> util-linux 2.30.1 Collecting legal info ERROR: No hash found for README.licensing ERROR: No hash found for Documentation/licenses/COPYING.GPLv2 ERROR: No hash found for Documentation/licenses/COPYING.UCB ERROR: No hash found for Documentation/licenses/COPYING.LGPLv2.1 ERROR: No hash found for Documentation/licenses/COPYING.BSD-3 >>> busybox 1.27.2 Collecting legal info ERROR: No hash found for LICENSE >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> berkeleydb 5.3.28 Collecting legal info ERROR: No hash found for LICENSE >>> expat 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> openssl 1.0.2l Collecting legal info ERROR: No hash found for LICENSE >>> argus 3.0.8 Collecting legal info ERROR: No hash found for README >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> bluez_utils 4.101 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> check 0.11.0 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> dbus 1.10.22 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.52.2 Collecting legal info ERROR: No hash found for COPYING >>> host-libglib2 2.52.2 Collecting legal info ERROR: No hash found for COPYING >>> host-libffi 3.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-pcre 8.41 Collecting legal info ERROR: No hash found for LICENCE >>> host-util-linux 2.30.1 Collecting legal info ERROR: No hash found for README.licensing ERROR: No hash found for Documentation/licenses/COPYING.GPLv2 ERROR: No hash found for Documentation/licenses/COPYING.UCB ERROR: No hash found for Documentation/licenses/COPYING.LGPLv2.1 ERROR: No hash found for Documentation/licenses/COPYING.BSD-3 >>> libffi 3.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> pcre 8.41 Collecting legal info ERROR: No hash found for LICENCE >>> host-bison 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> aubio 0.4.5 Collecting legal info ERROR: No hash found for COPYING >>> axel 2.4 Collecting legal info ERROR: No hash found for COPYING >>> bcm2835 1.48 Collecting legal info ERROR: No hash found for COPYING >>> benejson 0.9.7 Collecting legal info ERROR: No hash found for LICENSE >>> binutils 2.28.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cairo 1.14.8 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-LGPL-2.1 ERROR: No hash found for COPYING-MPL-1.1 >>> fontconfig 2.12.1 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.8 Collecting legal info ERROR: No hash found for docs/LICENSE.TXT ERROR: No hash found for docs/FTL.TXT ERROR: No hash found for docs/GPLv2.TXT >>> libpng 1.6.31 Collecting legal info ERROR: No hash found for LICENSE >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libgles Collecting legal info >>> mesa3d 17.1.5 Collecting legal info ERROR: No hash found for docs/license.html ERROR: No hash found for docs/patents.txt >>> libdrm 2.4.82 Collecting legal info >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cairomm 1.12.0 Collecting legal info ERROR: No hash found for COPYING >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> cannelloni 20160414 Collecting legal info ERROR: No hash found for gpl-2.0.txt >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> celt051 0.5.1.3 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> clapack 3.2.1 Collecting legal info ERROR: No hash found for F2CLIBS/libf2c/Notice ERROR: No hash found for COPYING >>> cpuload v0.3 Collecting legal info ERROR: No hash found for COPYING >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info ERROR: No hash found for COPYING >>> exim 4.89 Collecting legal info ERROR: No hash found for LICENCE >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info ERROR: No hash found for COPYING >>> libfcgi 2.4.0 Collecting legal info ERROR: No hash found for LICENSE.TERMS >>> ficl 4.1.0 Collecting legal info ERROR: No hash found for ReadMe.txt >>> flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> flot 0.8.3 Collecting legal info ERROR: No hash found for LICENSE.txt >>> freeradius-client 1.1.7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> gadgetfs-test Collecting legal info >>> gamin 0.1.10 Collecting legal info ERROR: No hash found for COPYING >>> glibmm 2.50.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> gnuchess 6.2.4 Collecting legal info ERROR: No hash found for COPYING >>> gpsd 3.16 Collecting legal info ERROR: No hash found for COPYING >>> harfbuzz 1.4.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/hb-ucdn/COPYING >>> inconsolata 001.010 Collecting legal info ERROR: No hash found for OFL.txt >>> initscripts Collecting legal info >>> ipset 6.32 Collecting legal info ERROR: No hash found for COPYING >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> jquery 1.11.2 Collecting legal info >>> json-c json-c-0.12.1-20160607 Collecting legal info ERROR: No hash found for COPYING >>> jsoncpp 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> kvazaar v1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> lbreakout2 2.6.5 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> leptonica 1.74.4 Collecting legal info ERROR: No hash found for leptonica-license.txt >>> let-me-create v1.5.2 Collecting legal info ERROR: No hash found for LICENSE >>> lft 3.79 Collecting legal info ERROR: No hash found for COPYING >>> libao 1.2.0 Collecting legal info ERROR: No hash found for COPYING >>> libcdio 0.94 Collecting legal info ERROR: No hash found for COPYING >>> libcroco 0.6.12 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> libcurl 7.56.1 Collecting legal info COPYING: OK (sha256: cbcf511f5702f7baf5424193a792bc9c18fab22bcbec2e6a587598389dc632c2) >>> libebml 1.3.3 Collecting legal info ERROR: No hash found for LICENSE.LGPL >>> libfm-extra 1.2.4 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/extra/fm-xml-file.c >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> libfreefare 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> libnfc 1.7.1 Collecting legal info ERROR: No hash found for COPYING >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libglob 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> libite v1.8.2 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for chomp.c ERROR: No hash found for pidfile.c >>> liblogging 1.0.5 Collecting legal info ERROR: No hash found for COPYING >>> libmaxminddb 1.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> libmicrohttpd 0.9.55 Collecting legal info ERROR: No hash found for COPYING >>> libminiupnpc 2.0 Collecting legal info ERROR: No hash found for LICENSE >>> libmodbus 3.0.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> libmodplug 0.8.8.5 Collecting legal info ERROR: No hash found for COPYING >>> libmpdclient 2.10 Collecting legal info ERROR: No hash found for COPYING >>> libmpeg2 0.5.1 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libopenh264 v1.6.0 Collecting legal info ERROR: No hash found for LICENSE >>> libosip2 3.6.0 Collecting legal info ERROR: No hash found for COPYING >>> libphidget 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> libsoc 0.8.2 Collecting legal info ERROR: No hash found for LICENCE >>> libsoxr 0.1.2 Collecting legal info ERROR: No hash found for LICENCE ERROR: No hash found for COPYING.LGPL >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info ERROR: No hash found for README >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info ERROR: No hash found for llvm/LICENSE.TXT >>> libtorrent 0.13.6 Collecting legal info ERROR: No hash found for COPYING >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> libucl 0.7.3 Collecting legal info ERROR: No hash found for COPYING >>> libupnp 1.6.22 Collecting legal info ERROR: No hash found for LICENSE >>> libupnpp 0.15.3 Collecting legal info ERROR: No hash found for COPYING >>> libva-utils 1.8.3 Collecting legal info ERROR: No hash found for COPYING >>> libva 1.8.3 Collecting legal info ERROR: No hash found for COPYING >>> log4cxx 0.10.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-lttng-babeltrace 1.5.2 Collecting legal info ERROR: No hash found for mit-license.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> host-elfutils 0.169 Collecting legal info ERROR: No hash found for COPYING-GPLV2 ERROR: No hash found for COPYING-LGPLV3 >>> host-bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> menu-cache 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> mesa3d-demos 8.3.0 Collecting legal info >>> minicom 2.7.1 Collecting legal info ERROR: No hash found for COPYING >>> mjpegtools 2.1.0 Collecting legal info ERROR: No hash found for COPYING >>> sdl_gfx 2.0.23 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE >>> modplugtools 0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> neon 0.30.2 Collecting legal info ERROR: No hash found for src/COPYING.LIB ERROR: No hash found for test/COPYING ERROR: No hash found for README >>> nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> nuttcp 6.1.2 Collecting legal info ERROR: No hash found for LICENSE >>> obsidian-cursors 1.0 Collecting legal info >>> openblas f04af36ad0e85b64f12a7c38095383192cc52345 Collecting legal info ERROR: No hash found for LICENSE >>> openssh 7.5p1 Collecting legal info ERROR: No hash found for LICENCE >>> pango 1.40.4 Collecting legal info ERROR: No hash found for COPYING >>> pangomm 2.40.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> host-parted 3.2 Collecting legal info ERROR: No hash found for COPYING >>> patch 2.7.5 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info ERROR: No hash found for COPYING >>> pcsc-lite 1.8.21 Collecting legal info ERROR: No hash found for COPYING >>> polkit 0.103 Collecting legal info ERROR: No hash found for COPYING >>> poppler 0.55.0 Collecting legal info ERROR: No hash found for COPYING >>> procps-ng 3.3.12 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> pure-ftpd 1.0.46 Collecting legal info ERROR: No hash found for COPYING >>> host-python-lxml 3.7.2 Collecting legal info ERROR: No hash found for LICENSES.txt ERROR: No hash found for doc/licenses/BSD.txt ERROR: No hash found for doc/licenses/elementtree.txt ERROR: No hash found for src/lxml/isoschematron/resources/rng/iso-schematron.rng >>> host-libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> host-python-setuptools v36.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> rauc 0.1.1 Collecting legal info >>> rpcbind 0.2.3 Collecting legal info ERROR: No hash found for COPYING >>> rpi-firmware 685b3ceb0a6d6d6da7b028ee409850e83fb7ede7 Collecting legal info ERROR: No hash found for boot/LICENCE.broadcom >>> rsh-redone 85 Collecting legal info ERROR: No hash found for rsh.c >>> rtorrent 0.9.6 Collecting legal info ERROR: No hash found for COPYING >>> s6-linux-utils 2.4.0.0 Collecting legal info ERROR: No hash found for COPYING >>> skalibs 2.5.1.1 Collecting legal info ERROR: No hash found for COPYING >>> scrub 2.6.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for DISCLAIMER >>> sdl2 2.0.5 Collecting legal info ERROR: No hash found for COPYING.txt >>> sdl_sound 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> sdparm 1.10 Collecting legal info ERROR: No hash found for COPYING >>> shapelib 1.3.0 Collecting legal info ERROR: No hash found for web/license.html ERROR: No hash found for LICENSE.LGPL >>> slirp 8c2da74c1385242f20799fec8c04f8378edc6550 Collecting legal info >>> smcroute 2.1.1 Collecting legal info ERROR: No hash found for COPYING >>> sredird 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> stm32flash 4ac0566f188f39eace0223d966d349cd2f2c5895 Collecting legal info WARNING: no hash file for gpl-2.0.txt >>> host-sunxi-tools v1.4.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> tcpdump 4.9.2 Collecting legal info LICENSE: OK (sha256: 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1) >>> tftpd 5.2 Collecting legal info >>> tpm-tools 1.3.8 Collecting legal info ERROR: No hash found for LICENSE >>> trousers 0.3.13 Collecting legal info ERROR: No hash found for LICENSE >>> host-uboot-tools 2017.07 Collecting legal info ERROR: No hash found for Licenses/gpl-2.0.txt >>> ubus 34c6e818e431cc53478a0f7c7c1eca07d194d692 Collecting legal info ERROR: No hash found for ubusd_acl.h >>> upmpdcli 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> ux500-firmware 1.1.3-6 Collecting legal info ERROR: No hash found for license.txt >>> vlc 2.2.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> vnstat 1.17 Collecting legal info ERROR: No hash found for COPYING >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Collecting legal info WARNING: no hash file for COPYING.GPL >>> zstd v1.3.0 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) PATENTS: OK (sha256: 3a508245dd3c486bb9d78a8269091322359443ea54612c3648327a0b3512f23f) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: alljoyn-tcl-base-16.04.00: cannot save license (ALLJOYN_TCL_BASE_LICENSE_FILES not defined) WARNING: alljoyn-tcl-16.04.00a: cannot save license (ALLJOYN_TCL_LICENSE_FILES not defined) WARNING: libdrm-2.4.82: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: gadgetfs-test: cannot save license (GADGETFS_TEST_LICENSE_FILES not defined) WARNING: jquery-1.11.2: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: mesa3d-demos-8.3.0: cannot save license (MESA3D_DEMOS_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: rauc-0.1.1: cannot save license (RAUC_LICENSE_FILES not defined) WARNING: slirp-8c2da74c1385242f20799fec8c04f8378edc6550: cannot save license (SLIRP_LICENSE_FILES not defined) WARNING: tftpd-5.2: cannot save license (TFTPD_LICENSE_FILES not defined) Legal info produced in /home/test/autobuild/run/instance-0/output/legal-info make: Leaving directory `/home/test/autobuild/run/instance-0/buildroot'