Building module route_replies... Building module sample... Building module sasl... Building module savebuff... Building module schat... Building module send_raw... Building module shell... Building module simple_away... Building module stickychan... Building module watch... Building module webadmin... Linking module modpython... Linking module adminlog... Linking module alias... Linking module autoattach... Linking module autocycle... Linking module autoop... Linking module autoreply... Linking module autovoice... Linking module awaynick... Linking module awaystore... Linking module block_motd... Linking module blockuser... Linking module bouncedcc... Linking module buffextras... Linking module cert... Linking module certauth... Linking module chansaver... Linking module clearbufferonmsg... Linking module clientnotify... Linking module controlpanel... Linking module crypt... Linking module ctcpflood... Linking module dcc... Linking module disconkick... Linking module fail2ban... Linking module flooddetach... Linking module identfile... Linking module imapauth... Linking module keepnick... Linking module kickrejoin... Linking module lastseen... Linking module listsockets... Linking module log... Linking module missingmotd... Linking module modules_online... Linking module nickserv... Linking module notes... Linking module notify_connect... Linking module partyline... Linking module perform... Linking module q... Linking module raw... Linking module route_replies... Linking module sample... Linking module sasl... Linking module savebuff... Linking module schat... Linking module send_raw... Linking module shell... Linking module simple_away... Linking module stickychan... Linking module watch... Linking ZNC python bindings library... Linking module webadmin... make[2]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/modules' ZNC was successfully compiled. Use '/usr/bin/make install' to install ZNC to '/usr'. make[1]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5' >>> znc 1.6.5 Installing to target PATH="/home/test/autobuild/run/instance-1/output/host/bin:/home/test/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/test/autobuild/run/instance-1/output/target install -C /home/test/autobuild/run/instance-1/output/build/znc-1.6.5/ make[1]: Entering directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5' test -d /home/test/autobuild/run/instance-1/output/target/usr/bin || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/bin test -d /home/test/autobuild/run/instance-1/output/target/usr/include/znc || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/include/znc test -d /home/test/autobuild/run/instance-1/output/target/usr/lib/pkgconfig || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/lib/pkgconfig test -d /home/test/autobuild/run/instance-1/output/target/usr/lib/znc || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/lib/znc test -d /home/test/autobuild/run/instance-1/output/target/usr/share/znc || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/share/znc cp -R ./webskins /home/test/autobuild/run/instance-1/output/target/usr/share/znc find /home/test/autobuild/run/instance-1/output/target/usr/share/znc/webskins -type d -exec chmod 0755 '{}' \; find /home/test/autobuild/run/instance-1/output/target/usr/share/znc/webskins -type f -exec chmod 0644 '{}' \; /usr/bin/install -c znc /home/test/autobuild/run/instance-1/output/target/usr/bin /usr/bin/install -c znc-buildmod /home/test/autobuild/run/instance-1/output/target/usr/bin /usr/bin/install -c -m 644 ./include/znc/*.h /home/test/autobuild/run/instance-1/output/target/usr/include/znc /usr/bin/install -c -m 644 include/znc/zncconfig.h /home/test/autobuild/run/instance-1/output/target/usr/include/znc /usr/bin/install -c -m 644 znc.pc /home/test/autobuild/run/instance-1/output/target/usr/lib/pkgconfig make[2]: Entering directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/modules' rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules test -d /home/test/autobuild/run/instance-1/output/target/usr/lib/znc || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/lib/znc test -d /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules rm -rf /home/test/autobuild/run/instance-1/output/target/usr/lib/znc/*.so cp -R ./data/* /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules find /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules -type d -exec chmod 0755 '{}' \; find /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules -type f -exec chmod 0644 '{}' \; for i in ./*.py; do \ /usr/bin/install -c -m 644 $i /home/test/autobuild/run/instance-1/output/target/usr/lib/znc; \ done /usr/bin/install: cannot stat `./*.py': No such file or directory make[2]: [modpython_install] Error 1 (ignored) mkdir -p /home/test/autobuild/run/instance-1/output/target/usr/lib/znc/modpython /usr/bin/install -c modpython/_znc_core.so /home/test/autobuild/run/instance-1/output/target/usr/lib/znc/modpython if test -r modpython/znc_core.py;\ then /usr/bin/install -c -m 644 modpython/znc_core.py /home/test/autobuild/run/instance-1/output/target/usr/lib/znc/modpython;\ else /usr/bin/install -c -m 644 ./modpython/znc_core.py /home/test/autobuild/run/instance-1/output/target/usr/lib/znc/modpython;\ fi /usr/bin/install -c -m 644 ./modpython/znc.py /home/test/autobuild/run/instance-1/output/target/usr/lib/znc/modpython /usr/bin/install -c adminlog.so alias.so autoattach.so autocycle.so autoop.so autoreply.so autovoice.so awaynick.so awaystore.so block_motd.so blockuser.so bouncedcc.so buffextras.so cert.so certauth.so chansaver.so clearbufferonmsg.so clientnotify.so controlpanel.so crypt.so ctcpflood.so dcc.so disconkick.so fail2ban.so flooddetach.so identfile.so imapauth.so keepnick.so kickrejoin.so lastseen.so listsockets.so log.so missingmotd.so modpython.so modules_online.so nickserv.so notes.so notify_connect.so partyline.so perform.so q.so raw.so route_replies.so sample.so sasl.so savebuff.so schat.so send_raw.so shell.so simple_away.so stickychan.so watch.so webadmin.so /home/test/autobuild/run/instance-1/output/target/usr/lib/znc make[2]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/modules' if test -n ""; then \ test -d /home/test/autobuild/run/instance-1/output/target || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target || exit 1 ; \ /usr/bin/install -c /home/test/autobuild/run/instance-1/output/target || exit 1 ; \ fi make[2]: Entering directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/man' test -d /home/test/autobuild/run/instance-1/output/target/usr/share/man/man1 || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/share/man/man1 /usr/bin/install -c -m 644 znc.1.gz znc-buildmod.1.gz /home/test/autobuild/run/instance-1/output/target/usr/share/man/man1 make[2]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/man' #test -d /home/test/autobuild/run/instance-1/output/target || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target #/usr/bin/install -c -m 644 ./znc.service /home/test/autobuild/run/instance-1/output/target ****************************************************************** ZNC was successfully installed. You can use '/usr/bin/znc --makeconf' to generate a config file. If you need help with using ZNC, please visit our wiki at: http://znc.in make[1]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5' >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/test/autobuild/run/instance-1/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/test/autobuild/run/instance-1/output/target/etc/inittab rm -f /home/test/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/test/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/test/autobuild/run/instance-1/output/host/bin/glib-compile-schemas /home/test/autobuild/run/instance-1/output/host/sparc64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/test/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/lua/5.3/doc rm -rf /home/test/autobuild/run/instance-1/output/target/usr/lib/luarocks PYTHONPATH="/home/test/autobuild/run/instance-1/output/target/usr/lib/python3.6/" cd /home/test/autobuild/run/instance-1/output/target && /home/test/autobuild/run/instance-1/output/host/bin/python3.6 /home/test/autobuild/run/instance-1/buildroot/support/scripts/pycompile.py usr/lib/python3.6 find /home/test/autobuild/run/instance-1/output/target/usr/lib/python3.6 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/test/autobuild/run/instance-1/output/target/usr/lib/python3.6 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -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/sparc64-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/sparc64-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/sparc64-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"; \ 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 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 >>> alsa-lib 1.1.4.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for aserver/COPYING >>> 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 >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info ERROR: No hash found for LICENSE >>> busybox 1.27.2 Collecting legal info ERROR: No hash found for LICENSE >>> collectd 5.7.1 Collecting legal info ERROR: No hash found for COPYING >>> dbus-cpp 0.9.0 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> host-dbus-cpp 0.9.0 Collecting legal info ERROR: No hash found for COPYING >>> host-dbus 1.10.22 Collecting legal info ERROR: No hash found for COPYING >>> host-expat 2.2.2 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-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-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 >>> host-zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> 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 >>> python3 3.6.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-python3 3.6.1 Collecting legal info ERROR: No hash found for LICENSE >>> openssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> zlib 1.2.11 Collecting legal info ERROR: No hash found for README >>> dbus-triggerd ba3dbec805cb707c94c54de21666bf18b79bcc09 Collecting legal info ERROR: No hash found for dbus-triggerd.c >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info WARNING: no hash file for COPYING WARNING: no hash file for COPYING.LGPL >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> libxml2 2.9.5 Collecting legal info ERROR: No hash found for COPYING >>> ethtool 4.10 Collecting legal info ERROR: No hash found for COPYING >>> flann 1.9.1 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.56.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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 >>> sqlite 3190300 Collecting legal info ERROR: No hash found for tea/license.terms >>> libedit 20150325-3.1 Collecting legal info ERROR: No hash found for COPYING >>> gupnp-av 0.12.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> gupnp 1.0.1 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> gvfs 1.30.3 Collecting legal info ERROR: No hash found for COPYING >>> libarchive 3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> lzo 2.09 Collecting legal info ERROR: No hash found for COPYING >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> igd2-for-linux v1.2 Collecting legal info ERROR: No hash found for linuxigd2/doc/LICENSE >>> libupnp 1.6.22 Collecting legal info ERROR: No hash found for LICENSE >>> initscripts Collecting legal info >>> inotify-tools 1df9af4d6cd0f4af4b1b19254bcf056aed4ae395 Collecting legal info ERROR: No hash found for COPYING >>> iptables 1.6.1 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libnftnl 1.0.7 Collecting legal info ERROR: No hash found for COPYING >>> mxml 2.10 Collecting legal info ERROR: No hash found for COPYING >>> iptraf-ng 1.1.4 Collecting legal info ERROR: No hash found for LICENSE >>> kmod 24 Collecting legal info ERROR: No hash found for libkmod/COPYING >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 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 >>> libldns 1.7.0 Collecting legal info ERROR: No hash found for LICENSE >>> libnl 3.3.0 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libpjsip 2.7.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> libqrencode 3.4.2 Collecting legal info ERROR: No hash found for COPYING >>> libsigrokdecode 0.5.0 Collecting legal info ERROR: No hash found for COPYING >>> libspatialindex 1.8.5 Collecting legal info ERROR: No hash found for COPYING >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> libuv v1.12.0 Collecting legal info ERROR: No hash found for LICENSE >>> libvpx 1.6.1 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for PATENTS >>> libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> linuxconsoletools 1.6.0 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> lua 5.3.4 Collecting legal info ERROR: No hash found for doc/readme.html >>> mongoose 6.7 Collecting legal info ERROR: No hash found for LICENSE >>> msgpack 0.5.4 Collecting legal info ERROR: No hash found for COPYING >>> opkg v0.3.1 Collecting legal info ERROR: No hash found for COPYING >>> opus-tools 0.1.9 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 >>> poco poco-1.7.2-release Collecting legal info ERROR: No hash found for LICENSE >>> poppler 0.55.0 Collecting legal info ERROR: No hash found for COPYING >>> python-certifi 2017.4.17 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-cffi 1.10.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-chardet 3.0.4 Collecting legal info ERROR: No hash found for LICENSE >>> python-couchdb 1.1 Collecting legal info ERROR: No hash found for COPYING >>> python-docutils 0.13.1 Collecting legal info ERROR: No hash found for COPYING.txt >>> python-dominate 2.3.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-engineio 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-humanize 0.5.1 Collecting legal info ERROR: No hash found for LICENCE >>> python-idna 2.5 Collecting legal info ERROR: No hash found for LICENSE.rst >>> python-msgpack 0.4.7 Collecting legal info ERROR: No hash found for COPYING >>> python-pyratemp 0.3.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-requests-toolbelt 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> python-requests 2.18.1 Collecting legal info ERROR: No hash found for LICENSE >>> python-setuptools v36.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> python-six 1.10.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-smbus-cffi 0.5.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-cffi 1.10.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-pycparser 2.17 Collecting legal info ERROR: No hash found for LICENSE >>> python-socketio 1.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> python-urllib3 1.21.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> qlibc v2.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> raptor 2.0.15 Collecting legal info ERROR: No hash found for LICENSE.txt >>> scrypt 1.2.0 Collecting legal info ERROR: No hash found for main.c >>> smstools3 3.1.15 Collecting legal info ERROR: No hash found for doc/license.html ERROR: No hash found for LICENSE >>> socketcand df7fb4ff8a4439d7737fe2df3540e1ab7465721a Collecting legal info ERROR: No hash found for socketcand.c >>> sound-theme-freedesktop 0.7 Collecting legal info >>> strongswan 5.4.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> tree 1.7.0 Collecting legal info ERROR: No hash found for LICENSE >>> ustream-ssl 45ac93088bc6f2d8ef3b0512d8e1ddfd9c4ee9e5 Collecting legal info WARNING: no hash file for ustream-ssl.h >>> vtun 3.0.3 Collecting legal info ERROR: No hash found for README.OpenSSL >>> wipe 2.3.1 Collecting legal info ERROR: No hash found for LICENSE >>> wiringpi 2.44 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> wpan-tools 0.7 Collecting legal info ERROR: No hash found for COPYING >>> x264 df79067c0cf33da712d344b5f8869be7eaf326f3 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 >>> znc 1.6.5 Collecting legal info ERROR: No hash found for LICENSE >>> 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 WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libdrm-2.4.82: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_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'