CCLD src/ztester_beacon CCLD src/zyre_selftest make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' >>> zyre 2.0.0 Installing to staging directory PATH="/data/buildroot/buildroot-test/instance-0/output/host/bin:/data/buildroot/buildroot-test/instance-0/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j12 DESTDIR=/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot install -C /data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0/ make[1]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' Making install in doc make[2]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[3]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0/doc' make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0/doc' make[2]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' make[3]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/zproject/zyre' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/zproject/zyre' /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 src/libzyre.pc '/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libzyre.so.2.0.0 libtool: install: (cd /data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so.2 || { rm -f libzyre.so.2 && ln -s libzyre.so.2.0.0 libzyre.so.2; }; }) libtool: install: (cd /data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so || { rm -f libzyre.so && ln -s libzyre.so.2.0.0 libzyre.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzyre.lai /data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c src/zpinger '/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/zpinger make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' >>> zyre 2.0.0 Fixing libtool files for la in $(find /data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/data/buildroot/buildroot-test/instance-0/output:@BASE_DIR@:g" \ -e "s:/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/data/buildroot/buildroot-test/instance-0/output/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/data/buildroot/buildroot-test/instance-0/output/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/data/buildroot/buildroot-test/instance-0/output:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zyre 2.0.0 Installing to target PATH="/data/buildroot/buildroot-test/instance-0/output/host/bin:/data/buildroot/buildroot-test/instance-0/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j12 DESTDIR=/data/buildroot/buildroot-test/instance-0/output/target install -C /data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0/ make[1]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' Making install in doc make[2]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[3]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0/doc' make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0/doc' make[2]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' make[3]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/lib' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/share/zproject/zyre' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/include' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/data/buildroot/buildroot-test/instance-0/output/target/usr/lib' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/data/buildroot/buildroot-test/instance-0/output/target/usr/share/zproject/zyre' /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/data/buildroot/buildroot-test/instance-0/output/target/usr/include' /usr/bin/install -c -m 644 src/libzyre.pc '/data/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/libzyre.so.2.0.0 libtool: install: (cd /data/buildroot/buildroot-test/instance-0/output/target/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so.2 || { rm -f libzyre.so.2 && ln -s libzyre.so.2.0.0 libzyre.so.2; }; }) libtool: install: (cd /data/buildroot/buildroot-test/instance-0/output/target/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so || { rm -f libzyre.so && ln -s libzyre.so.2.0.0 libzyre.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzyre.lai /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c src/zpinger '/data/buildroot/buildroot-test/instance-0/output/target/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /data/buildroot/buildroot-test/instance-0/output/target/usr/bin/zpinger make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/zyre-2.0.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'gmp', u'gnupg', u'libgpgme', u'msmtp'] Warning: target file "./usr/bin/xzcat" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./etc/fstab" is touched by more than one package: [u'skeleton-init-sysv', u'libselinux'] Warning: target file "./usr/bin/unlzma" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzcat" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/xz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzma" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/lib/libssl.a" is touched by more than one package: [u'libnss', u'libopenssl'] Warning: target file "./usr/bin/unxz" is touched by more than one package: [u'busybox', u'xz'] ./support/scripts/check-uniq-files -t staging /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'gmp', u'libgpgme'] Warning: staging file "./usr/lib/pkgconfig/glib-2.0.pc" is touched by more than one package: [u'libglib2', u'pixman'] Warning: staging file "./usr/lib/libssl.a" is touched by more than one package: [u'libnss', u'libopenssl'] Warning: staging file "./usr/lib/pkgconfig/gio-2.0.pc" is touched by more than one package: [u'libglib2', u'pixman'] ./support/scripts/check-uniq-files -t host /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list-host.txt Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/share/info/dir" is touched by more than one package: [u'host-gperf', u'host-libopenssl'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python3', u'host-python'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-m4', u'host-bison', u'host-libtool', u'host-autoconf', u'host-automake'] Warning: host file "./lib/python3.7/site-packages/pycparser/c_ast.pyc" is touched by more than one package: [u'host-python-pycparser', u'host-python-setuptools-scm'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /data/buildroot/buildroot-test/instance-0/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /data/buildroot/buildroot-test/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /data/buildroot/buildroot-test/instance-0/output/target/etc/shells || echo "/bin/ash" >> /data/buildroot/buildroot-test/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /data/buildroot/buildroot-test/instance-0/output/target/etc/shells || echo "/bin/hush" >> /data/buildroot/buildroot-test/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /data/buildroot/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /data/buildroot/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /data/buildroot/buildroot-test/instance-0/output/host/bin/glib-compile-schemas /data/buildroot/buildroot-test/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/data/buildroot/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /data/buildroot/buildroot-test/instance-0/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/data/buildroot/buildroot-test/instance-0/output/host/bin/aarch64-linux-gnu-%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@HOST_DIR@%/data/buildroot/buildroot-test/instance-0/output/host%g" package/meson//cross-compilation.conf.in > /data/buildroot/buildroot-test/instance-0/output/host/etc/meson/cross-compilation.conf.in sed -e "s%@PKG_TARGET_CFLAGS@%%g" -e "s%@PKG_TARGET_LDFLAGS@%%g" -e "s%@PKG_TARGET_CXXFLAGS@%%g" /data/buildroot/buildroot-test/instance-0/output/host/etc/meson/cross-compilation.conf.in > /data/buildroot/buildroot-test/instance-0/output/host/etc/meson/cross-compilation.conf PYTHONPATH="/data/buildroot/buildroot-test/instance-0/output/target/usr/lib/python3.7/" cd /data/buildroot/buildroot-test/instance-0/output/target && /data/buildroot/buildroot-test/instance-0/output/host/bin/python3.7 /data/buildroot/buildroot-test/instance-0/buildroot/support/scripts/pycompile.py usr/lib/python3.7 find /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/python3.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/python3.7 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /data/buildroot/buildroot-test/instance-0/output/target/etc echo "buildroot" > /data/buildroot/buildroot-test/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /data/buildroot/buildroot-test/instance-0/output/target/etc/hosts mkdir -p /data/buildroot/buildroot-test/instance-0/output/target/etc echo "Welcome to Buildroot" > /data/buildroot/buildroot-test/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /data/buildroot/buildroot-test/instance-0/output/target/etc/shadow rm -f /data/buildroot/buildroot-test/instance-0/output/target/bin/sh rm -f /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge; done for dir in /data/buildroot/buildroot-test/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/include /data/buildroot/buildroot-test/instance-0/output/target/usr/share/aclocal \ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig /data/buildroot/buildroot-test/instance-0/output/target/usr/share/pkgconfig \ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/cmake /data/buildroot/buildroot-test/instance-0/output/target/usr/share/cmake find /data/buildroot/buildroot-test/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /data/buildroot/buildroot-test/instance-0/output/target/lib/ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/ /data/buildroot/buildroot-test/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/gdb rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/bash-completion rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/man /data/buildroot/buildroot-test/instance-0/output/target/usr/share/man rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/info /data/buildroot/buildroot-test/instance-0/output/target/usr/share/info rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/doc /data/buildroot/buildroot-test/instance-0/output/target/usr/share/doc rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/gtk-doc rmdir /data/buildroot/buildroot-test/instance-0/output/target/usr/share 2>/dev/null || true find /data/buildroot/buildroot-test/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 /data/buildroot/buildroot-test/instance-0/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /data/buildroot/buildroot-test/instance-0/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /data/buildroot/buildroot-test/instance-0/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /data/buildroot/buildroot-test/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 /data/buildroot/buildroot-test/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 /data/buildroot/buildroot-test/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.08-git-00627-g2df5a4144b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.08-git\"" \ ) > /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /data/buildroot/buildroot-test/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /data/buildroot/buildroot-test/instance-0/buildroot/support/scripts/fix-rpath target touch /data/buildroot/buildroot-test/instance-0/output/target/usr make: Leaving directory '/data/buildroot/buildroot-test/instance-0/buildroot' make: Entering directory '/data/buildroot/buildroot-test/instance-0/buildroot' >>> Buildroot 2019.08-git-00627-g2df5a4144b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-linaro-aarch64 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> abootimg 7e127fee6a3981f6b0a50ce9910267cd501e09d4 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libselinux 2.9 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-swig 3.0.12 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> libsepol 2.9 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> python3 3.7.4 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> expat 2.2.7 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python3 3.7.4 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.7 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> acpid 2.0.30 Collecting legal info ERROR: No hash found for COPYING >>> at release_3.1.23 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> bdwgc 8.0.0 Collecting legal info README.QUICK: OK (sha256: aeeaabbf44e67d413e18719f0c6ac9c23387ab0b33e7a15ee46cf59ddef12cc7) >>> libatomic_ops 7.6.6 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bitstream 1.4 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> busybox 1.31.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> e2fsprogs 1.45.2 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> c-ares 1.15.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> cairo 1.15.12 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libglib2 2.60.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.60.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.51.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.9.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pixman 0.38.4 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.8.2 Collecting legal info Copyright.txt: OK (sha256: af3030e1bf1af2f534430fdfe3cfc5a617966648a2a7f0c06a631adc92be1e5f) >>> czmq 4.2.0 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> libsodium 1.0.17 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> duma 2.5.15 Collecting legal info ERROR: No hash found for COPYING-GPL ERROR: No hash found for COPYING-LGPL >>> ecryptfs-utils 111 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.44 Collecting legal info README: OK (sha256: a008c782e078102720266824c1e87875bafbf25ffae4b173dc135f9a4e1c672e) >>> keyutils 1.6 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> libnss 3.42.1 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libnspr 4.20 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> sqlite 3280000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> openssl Collecting legal info >>> libopenssl 1.1.1c Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> execline 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> fconfig 20080329 Collecting legal info ERROR: No hash found for fconfig.c >>> getent Collecting legal info >>> gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) >>> gettext Collecting legal info >>> giflib 5.1.4 Collecting legal info ERROR: No hash found for COPYING >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info ERROR: No hash found for COPYING >>> gnutls 3.6.8 Collecting legal info doc/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nettle 3.5.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> harfbuzz 2.5.2 Collecting legal info COPYING: OK (sha256: 1b32b6e2fea50440c128c5ba482f7691367c46fd0cd573b80fc863bf07964cea) >>> initscripts Collecting legal info >>> iptables 1.8.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> knock 258a27e5a47809f97c2b9f2751a88c2f94aae891 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> let-me-create 1.5.2 Collecting legal info ERROR: No hash found for LICENSE >>> libassuan 2.5.2 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.35 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libebml 1.3.6 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libevent 2.1.10 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgpgme 1.13.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libhttpparser 2.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libloki 0.1.7 Collecting legal info >>> libmatroska 1.4.9 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libostree 2018.9.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libroxml 3.0.1 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsigrokdecode 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libuv 1.29.1 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> msmtp 1.8.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> nghttp2 1.37.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> ngircd 25 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nload 0.7.4 Collecting legal info ERROR: No hash found for COPYING >>> nodejs 10.15.3 Collecting legal info LICENSE: OK (sha256: 7ab373b3671d57d91078f5345ea9486443c9ca498eb9f8cf87dee2641a6fa09d) >>> host-nodejs 10.15.3 Collecting legal info LICENSE: OK (sha256: 7ab373b3671d57d91078f5345ea9486443c9ca498eb9f8cf87dee2641a6fa09d) >>> host-libopenssl 1.1.1c Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python 2.7.16 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> noip 2.1.9 Collecting legal info ERROR: No hash found for COPYING >>> opencore-amr 0.1.5 Collecting legal info LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> openssh 8.0p1 Collecting legal info LICENCE: OK (sha256: 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f) >>> pango 1.40.14 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> python-bcrypt 3.1.6 Collecting legal info LICENSE: OK (sha256: 8173d5c29b4f956d532781d2b86e4e30f83e6b7878dce18c919451d6ba707c90) >>> host-python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-configshell-fb 1.1.fb18 Collecting legal info ERROR: No hash found for COPYING >>> python-pyparsing 2.1.10 Collecting legal info ERROR: No hash found for LICENSE >>> python-six 1.12.0 Collecting legal info LICENSE: OK (sha256: e732f54da58f3e9cf0c48e8b512948936fcf7361bd58afa63a9a3c392bf794ad) >>> python-urwid 1.3.1 Collecting legal info ERROR: No hash found for COPYING >>> python-dateutil 2.8.0 Collecting legal info LICENSE: OK (sha256: ba00f51a0d92823b5a1cde27d8b5b9d2321e67ed8da9bc163eff96d5e17e577e) >>> host-python-setuptools-scm 3.2.0 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> python-decorator 4.0.11 Collecting legal info LICENSE.txt: OK (sha256: c9fbbd46d5af040b2b26db2f693034c95de8e9faaaf1cd68af358b092a56d454) >>> python-iptables 0.13.0 Collecting legal info NOTICE: OK (sha256: b827789c74144d9bb92595ed3bc568aef767a7e8d930fba61c2cdd9f6ec27599) >>> python-jinja2 2.10.1 Collecting legal info LICENSE: OK (sha256: 26fcd436fdc8a39d44896ac03e6f1dfd25e38499c48f20d8bc1dd3bf0aaa8a5b) >>> python-jsonmodels 2.4 Collecting legal info LICENSE: OK (sha256: 3b1219763eec6924ddd4c4d61dee6a53c5fc9ab62707a9ad763ee363d3050cc5) >>> python-markupsafe 1.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> python-networkx 1.11 Collecting legal info LICENSE.txt: OK (sha256: f4c13bf0e83bef45116ebda6c360066df6fd99610efaea9790b998c5441b0c0d) >>> python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-rtslib-fb 2.1.fb57 Collecting legal info ERROR: No hash found for COPYING >>> python-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-qemu 3.1.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: 48ffe9fc7f1d5462dbd19340bc4dd1d8a9e37c61ed535813e614cbe4a5f0d4df) >>> host-pixman 0.38.4 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> rpi-wifi-firmware 8c1e2bff1da9850f68efcfff3da5d939ec27a2ee Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> s6 2.7.1.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> setools 4.1.1 Collecting legal info COPYING: OK (sha256: 2f7547e10f76a382c24c053595f38a5cc6dda9347f508f254ca490e0046a9624) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> sphinxbase 5prealpha Collecting legal info ERROR: No hash found for src/libsphinxbase/util/bio.c >>> targetcli-fb 2.1.fb41 Collecting legal info ERROR: No hash found for COPYING >>> taskd 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> tor 0.4.0.5 Collecting legal info LICENSE: OK (sha256: b4248f32f009d4f5cccb704b351e31a16590e0dd5fda2856382cc854d81f6234) >>> host-uboot-tools 2019.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wilc1000-firmware 14.1 Collecting legal info >>> xvisor 0.2.9 Collecting legal info ERROR: No hash found for COPYING >>> zyre 2.0.0 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-linaro-aarch64-2018.05: cannot save license (TOOLCHAIN_EXTERNAL_LINARO_AARCH64_LICENSE_FILES not defined) WARNING: libloki-0.1.7: cannot save license (LIBLOKI_LICENSE_FILES not defined) WARNING: wilc1000-firmware-14.1: cannot save license (WILC1000_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /data/buildroot/buildroot-test/instance-0/output/legal-info make: Leaving directory '/data/buildroot/buildroot-test/instance-0/buildroot'