No schema files found: doing nothing. PYTHONPATH="/home/test/autobuild/run/instance-1/output/target/usr/lib/python2.7/sysconfigdata/" cd /home/test/autobuild/run/instance-1/output/target && /home/test/autobuild/run/instance-1/output/host/bin/python2.7 /home/test/autobuild/run/instance-1/buildroot/support/scripts/pycompile.py usr/lib/python2.7 find /home/test/autobuild/run/instance-1/output/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/test/autobuild/run/instance-1/output/target/usr/lib/python2.7 -name '*.pyo' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/test/autobuild/run/instance-1/output/target/etc echo "buildroot" > /home/test/autobuild/run/instance-1/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-1/output/target/etc/hosts mkdir -p /home/test/autobuild/run/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/run/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/run/instance-1/output/target/etc/shadow rm -f /home/test/autobuild/run/instance-1/output/target/bin/sh rm -f /home/test/autobuild/run/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/test/autobuild/run/instance-1/output/build/locales.nopurge; done for dir in /home/test/autobuild/run/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/run/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/run/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/run/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/run/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/run/instance-1/output/target/usr/include /home/test/autobuild/run/instance-1/output/target/usr/share/aclocal \ /home/test/autobuild/run/instance-1/output/target/usr/lib/pkgconfig /home/test/autobuild/run/instance-1/output/target/usr/share/pkgconfig \ /home/test/autobuild/run/instance-1/output/target/usr/lib/cmake /home/test/autobuild/run/instance-1/output/target/usr/share/cmake find /home/test/autobuild/run/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/run/instance-1/output/target/lib/ /home/test/autobuild/run/instance-1/output/target/usr/lib/ /home/test/autobuild/run/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/gdb rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/bash-completion rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/zsh rm -rf /home/test/autobuild/run/instance-1/output/target/usr/man /home/test/autobuild/run/instance-1/output/target/usr/share/man rm -rf /home/test/autobuild/run/instance-1/output/target/usr/info /home/test/autobuild/run/instance-1/output/target/usr/share/info rm -rf /home/test/autobuild/run/instance-1/output/target/usr/doc /home/test/autobuild/run/instance-1/output/target/usr/share/doc rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/gtk-doc rmdir /home/test/autobuild/run/instance-1/output/target/usr/share 2>/dev/null || true find /home/test/autobuild/run/instance-1/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-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/run/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/test/autobuild/run/instance-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/test/autobuild/run/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/test/autobuild/run/instance-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/test/autobuild/run/instance-1/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-1/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-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.08.2-00001-ga2493ca"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.08.2"; \ echo "PRETTY_NAME=\"Buildroot 2017.08.2\"" \ ) > /home/test/autobuild/run/instance-1/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/test/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/test/autobuild/run/instance-1/buildroot' make: Entering directory `/home/test/autobuild/run/instance-1/buildroot' >>> Buildroot 2017.08.2-00001-ga2493ca 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 >>> 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 >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info ERROR: No hash found for README >>> host-bison 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-m4 1.4.18 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> 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-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 >>> babeld 1.7.1 Collecting legal info ERROR: No hash found for LICENCE >>> bandwidthd v2.0.1-auto-r11 Collecting legal info >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> jpeg Collecting legal info >>> jpeg-turbo 1.5.2 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-nasm 2.13.01 Collecting legal info ERROR: No hash found for LICENSE >>> libpng 1.6.31 Collecting legal info ERROR: No hash found for LICENSE >>> zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> dbus 1.10.22 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> bitstream 1.2 Collecting legal info ERROR: No hash found for COPYING >>> boost 1.64.0 Collecting legal info ERROR: No hash found for LICENSE_1_0.txt >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> 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 >>> host-checkpolicy 2.6 Collecting legal info ERROR: No hash found for COPYING >>> host-libselinux 2.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-libsepol 2.6 Collecting legal info ERROR: No hash found for COPYING >>> host-pcre 8.41 Collecting legal info ERROR: No hash found for LICENCE >>> host-swig 3.0.12 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE-GPL ERROR: No hash found for LICENSE-UNIVERSITIES >>> cjson v1.5.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> dbus-glib 0.108 Collecting legal info ERROR: No hash found for COPYING >>> host-dbus 1.10.22 Collecting legal info ERROR: No hash found for COPYING >>> host-dbus-glib 0.108 Collecting legal info ERROR: No hash found for COPYING >>> host-libglib2 2.52.2 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 >>> host-libffi 3.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> 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 >>> libglib2 2.52.2 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> 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 >>> 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 >>> python 2.7.13 Collecting legal info ERROR: No hash found for LICENSE >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> dc3dd 7.2.641 Collecting legal info ERROR: No hash found for COPYING >>> dmalloc 5.5.2 Collecting legal info ERROR: No hash found for dmalloc.h.1 >>> dropbear 2017.75 Collecting legal info ERROR: No hash found for LICENSE >>> dt v18.32 Collecting legal info ERROR: No hash found for LICENSE >>> dvblast 3.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.WTFPL >>> libev 4.24 Collecting legal info ERROR: No hash found for LICENSE >>> e2fsprogs 1.43.4 Collecting legal info ERROR: No hash found for NOTICE ERROR: No hash found for lib/ss/mit-sipb-copyright.h ERROR: No hash found for lib/et/internal.h >>> exiv2 910f3507795e1930ae216c9febee0bf9a88e99c0 Collecting legal info ERROR: No hash found for COPYING >>> host-faketime v0.9.6 Collecting legal info ERROR: No hash found for COPYING >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info ERROR: No hash found for COPYING >>> flex 2.6.4 Collecting legal info ERROR: No hash found for COPYING >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> freeradius-client 1.1.7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> fwup v0.14.3 Collecting legal info ERROR: No hash found for LICENSE >>> libarchive 3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> lzo 2.09 Collecting legal info ERROR: No hash found for COPYING >>> openssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libsodium 1.0.12 Collecting legal info ERROR: No hash found for LICENSE >>> gauche 0.9.5 Collecting legal info ERROR: No hash found for COPYING >>> host-gauche 0.9.5 Collecting legal info ERROR: No hash found for COPYING >>> gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libjpeg 9b Collecting legal info ERROR: No hash found for README >>> host-libpng 1.6.31 Collecting legal info ERROR: No hash found for LICENSE >>> genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> gettext 0.19.8.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> glog v0.3.5 Collecting legal info COPYING: OK (sha256: 0fc497129c5c69ff6f22da6933c7e4aaef082fde8437fd57680c2780100772a4) >>> gnuchess 6.2.4 Collecting legal info ERROR: No hash found for COPYING >>> google-material-design-icons 2.2.3 Collecting legal info ERROR: No hash found for LICENSE >>> googlefontdirectory Collecting legal info >>> ibrcommon 1.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for README >>> ibrdtn-tools 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> ipmitool 1.8.18 Collecting legal info ERROR: No hash found for COPYING >>> jansson 2.10 Collecting legal info ERROR: No hash found for LICENSE >>> jq 1.5 Collecting legal info ERROR: No hash found for COPYING >>> json-glib 1.2.8 Collecting legal info ERROR: No hash found for COPYING >>> leptonica 1.74.4 Collecting legal info ERROR: No hash found for leptonica-license.txt >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info ERROR: No hash found for LICENSE >>> libatomic_ops libatomic_ops-7_4_4 Collecting legal info ERROR: No hash found for doc/LICENSING.txt ERROR: No hash found for COPYING >>> libbluray 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libcddb 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libcodec2 0.7 Collecting legal info ERROR: No hash found for COPYING >>> libdrm 2.4.82 Collecting legal info >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> valgrind 3.12.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.DOCS >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libgphoto2 2.5.13 Collecting legal info ERROR: No hash found for COPYING >>> libtool 2.4.6 Collecting legal info ERROR: No hash found for COPYING >>> libidn 1.33 Collecting legal info ERROR: No hash found for COPYINGv2 ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.LESSERv3 >>> libjson 7.6.1 Collecting legal info ERROR: No hash found for License.txt >>> liblinear 2.1 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_acct 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libphidget 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> libraw1394 2.1.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> librtlsdr v0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libsoundtouch 010a91a59071c7fefd316fca62c0d980ec85b4b1 Collecting legal info ERROR: No hash found for COPYING.TXT >>> libstrophe 0.8.8 Collecting legal info ERROR: No hash found for MIT-LICENSE.txt ERROR: No hash found for GPL-LICENSE.txt >>> libupnp 1.6.22 Collecting legal info ERROR: No hash found for LICENSE >>> 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 >>> libxkbcommon 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> lightning 2.1.0 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> logsurfer 1.8 Collecting legal info >>> ltris 1.0.19 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> lzop 1.03 Collecting legal info ERROR: No hash found for COPYING >>> mcelog v152 Collecting legal info ERROR: No hash found for README.md >>> mdadm 3.3.4 Collecting legal info ERROR: No hash found for COPYING >>> mimic 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> mksh R54 Collecting legal info ERROR: No hash found for mksh.1 >>> neardal 33b54a55032b047fd885a5eb3592c169c0056c49 Collecting legal info ERROR: No hash found for COPYING >>> ngircd 20.3 Collecting legal info ERROR: No hash found for COPYING >>> nload 0.7.4 Collecting legal info ERROR: No hash found for COPYING >>> ntp 4.2.8p10 Collecting legal info ERROR: No hash found for COPYRIGHT >>> nvme v1.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-opkg-utils 0.3.4 Collecting legal info ERROR: No hash found for COPYING >>> opus 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info ERROR: No hash found for COPYING >>> phidgetwebservice 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> prboom 2.5.0 Collecting legal info ERROR: No hash found for COPYING >>> sdl_mixer 1.2.12 Collecting legal info ERROR: No hash found for COPYING >>> sdl_net 1.2.8 Collecting legal info ERROR: No hash found for COPYING >>> python-constantly 15.1.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-setuptools v36.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> python-cssutils 1.0.1 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> python-decorator 4.0.11 Collecting legal info >>> python-enum34 1.1.6 Collecting legal info ERROR: No hash found for enum/LICENSE >>> python-hpack 3.0.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-humanize 0.5.1 Collecting legal info ERROR: No hash found for LICENCE >>> python-ipython-genutils 0.2.0 Collecting legal info ERROR: No hash found for COPYING.md >>> python-jinja2 2.9.5 Collecting legal info ERROR: No hash found for LICENSE >>> python-logbook 1.0.0 Collecting legal info >>> python-mako 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> python-markupsafe 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-mbstrdecoder 0.2.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-prompt-toolkit 1.0.13 Collecting legal info ERROR: No hash found for LICENSE >>> python-pyasn 0.1.9 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-pygments 2.2.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-pysmb 1.1.19 Collecting legal info ERROR: No hash found for LICENSE >>> python-pytz 2016.10 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-six 1.10.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-tempora 1.7 Collecting legal info >>> host-python-setuptools-scm 1.15.6 Collecting legal info ERROR: No hash found for LICENSE >>> python-toml 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-traitlets 4.3.2 Collecting legal info >>> python-txaio 2.8.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-urwid 1.3.1 Collecting legal info ERROR: No hash found for COPYING >>> python-wcwidth 0.1.7 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-xlrd 1.0.0 Collecting legal info ERROR: No hash found for xlrd/licences.py >>> python-xlutils 2.0.0 Collecting legal info ERROR: No hash found for xlutils/license.txt >>> python-xlwt 1.2.0 Collecting legal info ERROR: No hash found for docs/licenses.rst >>> rauc 0.1.1 Collecting legal info >>> redis 3.2.11 Collecting legal info COPYING: OK (sha256: cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063) >>> rhash 1.3.4 Collecting legal info ERROR: No hash found for COPYING >>> ruby 2.4.2 Collecting legal info LEGAL: OK (sha256: 5cda9584acd5e1096276a375085b7e659fa67a072fd69ec2c3931e54f7f563bb) COPYING: OK (sha256: f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864) BSDL: OK (sha256: a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4) >>> host-ruby 2.4.2 Collecting legal info LEGAL: OK (sha256: 5cda9584acd5e1096276a375085b7e659fa67a072fd69ec2c3931e54f7f563bb) COPYING: OK (sha256: f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864) BSDL: OK (sha256: a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4) >>> samba4 4.6.11 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-e2fsprogs 1.43.4 Collecting legal info ERROR: No hash found for NOTICE ERROR: No hash found for lib/ss/mit-sipb-copyright.h ERROR: No hash found for lib/et/internal.h >>> host-heimdal 7.4.0 Collecting legal info ERROR: No hash found for LICENSE >>> sngrep v1.4.3 Collecting legal info ERROR: No hash found for LICENSE >>> speex 1.2rc1 Collecting legal info ERROR: No hash found for COPYING >>> spi-tools 0.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> spice-protocol 0.12.10 Collecting legal info ERROR: No hash found for COPYING >>> spice 0.12.8 Collecting legal info ERROR: No hash found for COPYING >>> sqlite 3190300 Collecting legal info ERROR: No hash found for tea/license.terms >>> stunnel 5.36 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT.GPL >>> tesseract-ocr 3.05.00 Collecting legal info ERROR: No hash found for COPYING >>> thrift 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-autoconf-archive 2017.03.21 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.EXCEPTION >>> host-thrift 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-boost 1.64.0 Collecting legal info ERROR: No hash found for LICENSE_1_0.txt >>> host-libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> uclibc-ng-test c9b9876cefc142a23aa622b821290ed16af80058 Collecting legal info WARNING: no hash file for COPYING.LIB >>> wavpack 5.1.0 Collecting legal info ERROR: No hash found for COPYING >>> xxhash r40 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for xxhsum.c >>> zd1211-firmware 1.4 Collecting legal info ERROR: No hash found for COPYING >>> zeromq 4.1.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER 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: bandwidthd-v2.0.1-auto-r11: cannot save license (BANDWIDTHD_LICENSE_FILES not defined) WARNING: googlefontdirectory: cannot save license (GOOGLEFONTDIRECTORY_LICENSE_FILES not defined) WARNING: libdrm-2.4.82: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: python-decorator-4.0.11: cannot save license (PYTHON_DECORATOR_LICENSE_FILES not defined) WARNING: python-logbook-1.0.0: cannot save license (PYTHON_LOGBOOK_LICENSE_FILES not defined) WARNING: python-tempora-1.7: cannot save license (PYTHON_TEMPORA_LICENSE_FILES not defined) WARNING: python-traitlets-4.3.2: cannot save license (PYTHON_TRAITLETS_LICENSE_FILES not defined) WARNING: rauc-0.1.1: cannot save license (RAUC_LICENSE_FILES not defined) Legal info produced in /home/test/autobuild/run/instance-1/output/legal-info make: Leaving directory `/home/test/autobuild/run/instance-1/buildroot'