>>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list.txt Warning: target file "./usr/bin/import" is touched by more than one package: ['execline', 'imagemagick'] Warning: target file "./usr/lib/libssl.a" is touched by more than one package: ['libopenssl', 'libnss'] ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/bin/import" is touched by more than one package: ['execline', 'imagemagick'] Warning: staging file "./usr/lib/libssl.a" is touched by more than one package: ['libopenssl', 'libnss'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-host.txt Warning: host file "./lib/python2.7/site-packages/easy-install.pth" is touched by more than one package: ['host-python-setuptools', 'host-cxxtest'] rm -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-3/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-3/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/include /home/buildroot/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output/target/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/man /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/info /home/buildroot/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/doc /home/buildroot/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-3/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/buildroot/autobuild/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-rc3-00011-g0bf80e4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-rc3\"" \ ) > /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2018.02-rc3-00011-g0bf80e4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> avrdude f8893ccf0aceeff67c45f95ae4e86bc7fbe342aa Collecting legal info ERROR: No hash found for avrdude/COPYING >>> elfutils 0.169 Collecting legal info ERROR: No hash found for COPYING-GPLV2 ERROR: No hash found for COPYING-LGPLV3 >>> bzip2 1.0.6 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 COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libftdi 0.20 Collecting legal info >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> libusb-compat 0.1.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 >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> binutils 2.29.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> boost 1.66.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> bsdiff 4.3 Collecting legal info ERROR: No hash found for bsdiff.c >>> c-ares 1.13.0 Collecting legal info ERROR: No hash found for ares_mkquery.c >>> c-icap 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> cairo 1.14.10 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.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.8.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> clamav 0.99.3 Collecting legal info COPYING: OK (sha256: 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584) COPYING.bzip2: OK (sha256: d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed) COPYING.file: OK (sha256: dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6) COPYING.getopt: OK (sha256: 6dce638b76399e7521ad8e182d3e33e4496c85b3b69b6ff434b53017101e82ad) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.llvm: OK (sha256: e3a9b913515a42f8ff3ef1551c3a2cdba383c39ed959729e0e2911219496ad74) COPYING.lzma: OK (sha256: d96d71b66aa32c4a2d1619b9ca3347dafa9460bcf0fb5ac2408916067ad31dfc) COPYING.pcre: OK (sha256: accdcf2455c07b99abea59016b3663eaef926a92092d103bfaa25fed27cf6b24) COPYING.regex: OK (sha256: e2c1395a3d9fea6d5d25847c9d783db6e2cc8b085b4025861f459139c5dfd90b) COPYING.unrar: OK (sha256: 1faccc6b5c7b958fb807a3f573d5be9bf7889fe898f7e0617c544b05a81bfd00) COPYING.zlib: OK (sha256: c2f77553f8d870c5635b0dace0519253233f172b33ce1fdf6578610706294eee) >>> json-c 0.13 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> dbus-glib 0.108 Collecting legal info ERROR: No hash found for COPYING >>> dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.108 Collecting legal info ERROR: No hash found for COPYING >>> dcron 4.5 Collecting legal info >>> dhcp 4.3.6 Collecting legal info LICENSE: OK (sha256: dd7ae2201c0c11c3c1e2510d731c67b2f4bc8ba735707d7348ddd65f7b598562) >>> directfb 1.7.7 Collecting legal info ERROR: No hash found for COPYING >>> libsvg-cairo 0.1.6 Collecting legal info ERROR: No hash found for COPYING >>> libsvg 0.1.4 Collecting legal info ERROR: No hash found for COPYING >>> jpeg Collecting legal info >>> jpeg-turbo 1.5.2 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-nasm 2.13.02 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> dmidecode 3.1 Collecting legal info ERROR: No hash found for LICENSE >>> docker-containerd 9048e5e50717ea4497b757314bad98ea3763c145 Collecting legal info ERROR: No hash found for LICENSE.code >>> host-go 1.9 Collecting legal info ERROR: No hash found for LICENSE >>> host-go-bootstrap 1.4.3 Collecting legal info ERROR: No hash found for LICENSE >>> dropwatch 7c33d8a8ed105b07a46b55d71d93b36ed34c16db Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dvbsnoop 1.4.50 Collecting legal info ERROR: No hash found for COPYING >>> ecryptfs-utils 111 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> keyutils 1.5.10 Collecting legal info ERROR: No hash found for LICENCE.GPL ERROR: No hash found for LICENCE.LGPL >>> libnss 3.33 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libnspr 4.17 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> sqlite 3210000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> execline 2.3.0.4 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> skalibs 2.6.3.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> fbterm 1.7.0 Collecting legal info ERROR: No hash found for COPYING >>> liberation 2.00.1 Collecting legal info ERROR: No hash found for LICENSE >>> ffmpeg 3.4.2 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libvorbis 1.3.5 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> ficl 4.1.0 Collecting legal info ERROR: No hash found for ReadMe.txt >>> flac 1.3.2 Collecting legal info ERROR: No hash found for COPYING.Xiph ERROR: No hash found for COPYING.GPL ERROR: No hash found for COPYING.LGPL >>> flashrom 0.9.9 Collecting legal info ERROR: No hash found for COPYING >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fwts V16.11.00 Collecting legal info ERROR: No hash found for debian/copyright >>> fwup v0.15.4 Collecting legal info ERROR: No hash found for LICENSE >>> libarchive 3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> geoip 1.6.11 Collecting legal info ERROR: No hash found for COPYING >>> gesftpserver 0.2.2 Collecting legal info ERROR: No hash found for COPYING >>> getent Collecting legal info >>> gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> glm 0.9.8.4 Collecting legal info ERROR: No hash found for copying.txt >>> gnu-efi 3.0.6 Collecting legal info ERROR: No hash found for README.efilib >>> gsl 2.3 Collecting legal info ERROR: No hash found for COPYING >>> hwdata v0.308 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ibrcommon 1.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for README >>> igmpproxy f47644d8fa7266a784f3ec7b251e7d318bc2f0a9 Collecting legal info ERROR: No hash found for COPYING >>> imagemagick 7.0.7-10 Collecting legal info ERROR: No hash found for LICENSE >>> ipsec-tools 0.8.2 Collecting legal info >>> jasper version-2.0.13 Collecting legal info ERROR: No hash found for LICENSE >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> libcap 2.25 Collecting legal info ERROR: No hash found for License >>> host-libcap 2.25 Collecting legal info ERROR: No hash found for License >>> libcdaudio 0.99.12p2 Collecting legal info ERROR: No hash found for COPYING >>> libcec 4.0.2 Collecting legal info ERROR: No hash found for COPYING >>> libplatform 2d90f98620e25f47702c9e848380c0d93f29462b Collecting legal info ERROR: No hash found for src/os.h >>> lockdev 1.0.3 Collecting legal info ERROR: No hash found for LICENSE >>> libeXosip2 3.6.0 Collecting legal info ERROR: No hash found for COPYING >>> libosip2 3.6.0 Collecting legal info ERROR: No hash found for COPYING >>> libestr 0.1.10 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info ERROR: No hash found for LICENSE >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libexif 0.6.21 Collecting legal info ERROR: No hash found for COPYING >>> libfastjson v0.99.4 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> libite v1.9.2 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> liblogging 1.0.5 Collecting legal info ERROR: No hash found for COPYING >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libmpdclient 2.10 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_acct 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_conntrack 1.0.6 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_cthelper 1.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_log 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> librsync v2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> libsha1 0.3 Collecting legal info ERROR: No hash found for COPYING >>> libshout 2.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libsidplay2 2.1.1 Collecting legal info ERROR: No hash found for libsidplay/COPYING >>> libsocketcan 0.0.10 Collecting legal info >>> libsoup 2.56.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libsysfs 2.1.0 Collecting legal info ERROR: No hash found for cmd/GPL ERROR: No hash found for lib/LGPL >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info ERROR: No hash found for COPYING.lesser >>> libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> lrzsz 0.12.20 Collecting legal info ERROR: No hash found for COPYING >>> menu-cache 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> mjpg-streamer bbf32fddfd02a9e072e89e83a5b33e6ca0a7bd4b Collecting legal info ERROR: No hash found for LICENSE >>> ncmpc 0.27 Collecting legal info ERROR: No hash found for COPYING >>> neard 0.16 Collecting legal info ERROR: No hash found for COPYING >>> nmap 7.60 Collecting legal info ERROR: No hash found for COPYING >>> noip 2.1.9 Collecting legal info ERROR: No hash found for COPYING >>> numactl 2.0.11 Collecting legal info ERROR: No hash found for README >>> omniorb 4.2.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-omniorb 4.2.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> opencore-amr 0.1.5 Collecting legal info LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> qhull 7.2.0 Collecting legal info ERROR: No hash found for COPYING.txt >>> qpdf 7.0.0 Collecting legal info ERROR: No hash found for Artistic-2.0 >>> rabbitmq-c v0.8.0 Collecting legal info ERROR: No hash found for LICENSE-MIT >>> raptor 2.0.15 Collecting legal info ERROR: No hash found for LICENSE.txt >>> rpcbind 0.2.3 Collecting legal info ERROR: No hash found for COPYING >>> rsh-redone 85 Collecting legal info ERROR: No hash found for rsh.c >>> rsyslog 8.22.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER ERROR: No hash found for COPYING.ASL20 >>> runc 9c2d8d184e5da67c95d601382adf14862e4f2228 Collecting legal info ERROR: No hash found for LICENSE >>> s6-dns 2.3.0.0 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> s6-networking 2.3.0.2 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> s6 2.7.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> sispmctl 3.1 Collecting legal info ERROR: No hash found for LICENCE >>> sound-theme-borealis 0.9a Collecting legal info >>> squid 3.5.27 Collecting legal info COPYING: OK (sha256: 58f5d05257af1fb964fde20e134d660fac9afa86b6fd8c70d63ead63068378fa) >>> tcpdump 4.9.2 Collecting legal info LICENSE: OK (sha256: 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1) >>> tftpd 5.2 Collecting legal info >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info ERROR: No hash found for COPYING >>> tor 0.3.1.9 Collecting legal info LICENSE: OK (sha256: f9a4f724d8037711dde7d3f1d17094fb7d211545b3a3bbb1b03e769e13ca5608) >>> tzdata 2018c Collecting legal info >>> host-tzdata 2018c Collecting legal info >>> host-zic 2018c Collecting legal info >>> host-uboot-tools 2018.01 Collecting legal info ERROR: No hash found for Licenses/gpl-2.0.txt >>> ulogd 2.0.5 Collecting legal info ERROR: No hash found for COPYING >>> vo-aacenc 0.1.3 Collecting legal info ERROR: No hash found for COPYING >>> wireless-regdb 2017.03.07 Collecting legal info ERROR: No hash found for LICENSE >>> host-xorriso 1.4.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> yaml-cpp 0.5.2 Collecting legal info ERROR: No hash found for license.txt >>> zsh 5.4.2 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libftdi-0.20: cannot save license (LIBFTDI_LICENSE_FILES not defined) WARNING: dcron-4.5: cannot save license (DCRON_LICENSE_FILES not defined) WARNING: ipsec-tools-0.8.2: cannot save license (IPSEC_TOOLS_LICENSE_FILES not defined) WARNING: libsocketcan-0.0.10: cannot save license (LIBSOCKETCAN_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: tftpd-5.2: cannot save license (TFTPD_LICENSE_FILES not defined) WARNING: tzdata-2018c: cannot save license (TZDATA_LICENSE_FILES not defined) WARNING: tzdata-2018c: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018c: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-3/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'