>>> Finalizing target directory rm -f /home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-1/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/lua/5.3/doc rm -rf /home/naourr/work/instance-1/output-1/target/usr/lib/luarocks PYTHONPATH="/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/python2.7/sysconfigdata/" cd /home/naourr/work/instance-1/output-1/target && /home/naourr/work/instance-1/output-1/host/bin/python2.7 /home/naourr/work/instance-1/buildroot/support/scripts/pycompile.py usr/lib/python2.7 find /home/naourr/work/instance-1/output-1/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/naourr/work/instance-1/output-1/target/usr/lib/python2.7 -name '*.pyo' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-1/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output-1/target/etc/shadow rm -f /home/naourr/work/instance-1/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/naourr/work/instance-1/output-1/build/locales.nopurge for dir in /home/naourr/work/instance-1/output-1/target/usr/share/locale /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale /home/naourr/work/instance-1/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output-1/target/usr/include /home/naourr/work/instance-1/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output-1/target/usr/lib/cmake /home/naourr/work/instance-1/output-1/target/usr/share/cmake \ /home/naourr/work/instance-1/output-1/target/usr/doc find /home/naourr/work/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/lib/ /home/naourr/work/instance-1/output-1/target/usr/lib/ /home/naourr/work/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output-1/target/usr/man /home/naourr/work/instance-1/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-1/output-1/target/usr/info /home/naourr/work/instance-1/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-1/output-1/target/usr/doc /home/naourr/work/instance-1/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/naourr/work/instance-1/output-1/target/lib/debug /home/naourr/work/instance-1/output-1/target/usr/lib/debug find /home/naourr/work/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-1/output-1/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-1/output-1/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-1/output-1/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/naourr/work/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-8221-g30a73893f5b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-1/output-1/per-package /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-1/output-1/build/acl-2.2.53/.files-list.txt /home/naourr/work/instance-1/output-1/build/arptables-0.0.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/attr-2.4.48/.files-list.txt /home/naourr/work/instance-1/output-1/build/bind-9.11.20/.files-list.txt /home/naourr/work/instance-1/output-1/build/bitstream-vera-1.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/bluez5_utils-5.54/.files-list.txt /home/naourr/work/instance-1/output-1/build/bluez5_utils-headers-5.54/.files-list.txt /home/naourr/work/instance-1/output-1/build/boost-1.73.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/c-periphery-2.2.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/ca-certificates-20190110/.files-list.txt /home/naourr/work/instance-1/output-1/build/cache-calibrator/.files-list.txt /home/naourr/work/instance-1/output-1/build/can-utils-2020.02.04/.files-list.txt /home/naourr/work/instance-1/output-1/build/cc-tool-0.26/.files-list.txt /home/naourr/work/instance-1/output-1/build/cpuload-0.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/curlftpfs-0.9.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/cwiid-fadf11e89b579bcc0336a0692ac15c93785f3f82/.files-list.txt /home/naourr/work/instance-1/output-1/build/czmq-4.2.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/dbus-1.12.18/.files-list.txt /home/naourr/work/instance-1/output-1/build/dhrystone-2/.files-list.txt /home/naourr/work/instance-1/output-1/build/dialog-1.3-20200327/.files-list.txt /home/naourr/work/instance-1/output-1/build/dnsmasq-2.81/.files-list.txt /home/naourr/work/instance-1/output-1/build/dropwatch-1.5.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/dvbsnoop-1.4.50/.files-list.txt /home/naourr/work/instance-1/output-1/build/eudev-3.2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/execline-2.6.1.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/exempi-2.5.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/fbterm-1.7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/ffmpeg-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/flickcurl-1.26/.files-list.txt /home/naourr/work/instance-1/output-1/build/fontconfig-2.13.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/fswebcam-e9f8094b6a3d1a49f99b2abec4e6ab4df33e2e33/.files-list.txt /home/naourr/work/instance-1/output-1/build/gd-2.2.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/gmp-6.1.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/gnu-efi-3.0.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/gnupg-1.4.23/.files-list.txt /home/naourr/work/instance-1/output-1/build/gnutls-3.6.14/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-bison-3.6.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-e2fsprogs-1.45.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-expat-2.2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-flex-2.6.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-gettext-tiny-0.3.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-gettext/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-gperf-3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-imx-usb-loader-30b43d69770cd69e84c045dc9dcabb1f3e9d975a/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-intltool-0.51.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-libffi-3.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-libglib2-2.64.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-libp11-0.4.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-libusb-1.0.23/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-libxml-parser-perl-2.46/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-lua-5.3.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-luainterpreter/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-luarocks-3.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-meson-0.55.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-ncurses-6.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-ninja-1.10.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-openssl/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-pcre-8.44/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-python-2.7.18/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-python-setuptools-44.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-python-six-1.14.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-python3-3.8.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-python3-setuptools-44.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-swig-4.0.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-tzdata-2020a/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-waf-2.0.20/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-zic-2020a/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-zip-3.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/host-zlib/.files-list.txt /home/naourr/work/instance-1/output-1/build/imx-kobs-a0e9adce2fb7fcd57e794d7f9a5deba0f94f521b/.files-list.txt /home/naourr/work/instance-1/output-1/build/irssi-1.0.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/jbig2dec-0.18/.files-list.txt /home/naourr/work/instance-1/output-1/build/jitterentropy-library-2.2.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/jpeg-turbo-2.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-1/output-1/build/jsoncpp-1.9.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/kmod-27/.files-list.txt /home/naourr/work/instance-1/output-1/build/lame-3.100/.files-list.txt /home/naourr/work/instance-1/output-1/build/lcms2-2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/libcdio-2.1.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libcdio-paranoia-10.2+2.0.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libcurl-7.71.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libebml-1.4.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/liberation-2.00.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/libev-4.27/.files-list.txt /home/naourr/work/instance-1/output-1/build/libevent-2.1.12/.files-list.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libfuse-2.9.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/libgcrypt-1.8.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libgpg-error-1.37/.files-list.txt /home/naourr/work/instance-1/output-1/build/libical-1.0.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmpd-11.8.17/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnids-1.24/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libphidget-2.1.8.20170607/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsoup-2.62.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsysfs-2.1.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libtasn1-4.16.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/liburiparser-0.9.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-1/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/libxslt-1.1.34/.files-list.txt /home/naourr/work/instance-1/output-1/build/libyaml-0.2.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/lsscsi-0.31/.files-list.txt /home/naourr/work/instance-1/output-1/build/lsuio-0.2.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/lua-5.3.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/lua-ev-339426fbe528f11cb3cd1af69a88f06bba367981/.files-list.txt /home/naourr/work/instance-1/output-1/build/lua-lyaml-6.2.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/lua-rotas-0.2.0-1/.files-list.txt /home/naourr/work/instance-1/output-1/build/luaexpat-1.3.3-1/.files-list.txt /home/naourr/work/instance-1/output-1/build/luainterpreter/.files-list.txt /home/naourr/work/instance-1/output-1/build/memcached-1.5.19/.files-list.txt /home/naourr/work/instance-1/output-1/build/mpv-0.29.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/msgpack-3.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a/.files-list.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/nettle-3.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/odhcploc-20111021/.files-list.txt /home/naourr/work/instance-1/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-1/output-1/build/owfs-3.2p3/.files-list.txt /home/naourr/work/instance-1/output-1/build/patch-2.7.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-1/output-1/build/phidgetwebservice-2.1.8.20170607/.files-list.txt /home/naourr/work/instance-1/output-1/build/pound-2.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/pv-1.6.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-2.7.18/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-certifi-2020.4.5.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-chardet-3.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-click-7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-colorzero-1.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-couchdb-1.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-decorator-4.4.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-flask-1.1.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-flask-cors-3.0.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-gpiozero-1.5.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-hiredis-1.0.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-ibmiotf-0.4.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-idna-2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-ipy-1.00/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-iso8601-0.1.12/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-itsdangerous-1.1.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-jinja2-2.11.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-markupsafe-1.1.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-msgpack-1.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-paho-mqtt-1.4.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-pycryptodomex-3.9.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-pytz-2019.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-requests-2.23.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-requests-toolbelt-0.9.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-rpi-gpio-0.7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-setproctitle-1.1.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-setuptools-44.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-six-1.14.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-snappy-0.5.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-sortedcontainers-2.1.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-urllib3-1.25.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-werkzeug-0.16.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/readline-8.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/rng-tools-6.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/rpi-bt-firmware-d4f7087ecbc8eff9cb64a4650765697157821d64/.files-list.txt /home/naourr/work/instance-1/output-1/build/s6-2.9.0.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/s6-dns-2.3.1.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/shapelib-1.5.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/skalibs-2.9.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-1/output-1/build/snappy-1.1.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/sqlite-3320300/.files-list.txt /home/naourr/work/instance-1/output-1/build/strace-5.7/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-codesourcery-arm-2014.05-29/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-1/output-1/build/tpm2-tss-2.3.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/tzdata-2020a/.files-list.txt /home/naourr/work/instance-1/output-1/build/udev/.files-list.txt /home/naourr/work/instance-1/output-1/build/unionfs-2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/vpnc-0.5.3r550-2jnpr1/.files-list.txt /home/naourr/work/instance-1/output-1/build/zeromq-4.3.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-1/output-1/build/acl-2.2.53/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/arptables-0.0.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/attr-2.4.48/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/bind-9.11.20/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/bitstream-vera-1.10/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/bluez5_utils-5.54/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/bluez5_utils-headers-5.54/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/boost-1.73.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/c-periphery-2.2.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/ca-certificates-20190110/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/cache-calibrator/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/can-utils-2020.02.04/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/cc-tool-0.26/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/cpuload-0.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/curlftpfs-0.9.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/cwiid-fadf11e89b579bcc0336a0692ac15c93785f3f82/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/czmq-4.2.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/dbus-1.12.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/dhrystone-2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/dialog-1.3-20200327/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/dnsmasq-2.81/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/dropwatch-1.5.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/dvbsnoop-1.4.50/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/eudev-3.2.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/execline-2.6.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/exempi-2.5.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/fbterm-1.7.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/ffmpeg-4.3.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/flickcurl-1.26/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/fontconfig-2.13.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/fswebcam-e9f8094b6a3d1a49f99b2abec4e6ab4df33e2e33/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/gd-2.2.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/gnu-efi-3.0.10/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/gnupg-1.4.23/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/gnutls-3.6.14/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-bison-3.6.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-e2fsprogs-1.45.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext-tiny-0.3.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-imx-usb-loader-30b43d69770cd69e84c045dc9dcabb1f3e9d975a/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libglib2-2.64.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libp11-0.4.10/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libusb-1.0.23/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-lua-5.3.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-luainterpreter/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-luarocks-3.3.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-meson-0.55.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python-2.7.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python-six-1.14.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-3.8.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-swig-4.0.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-tzdata-2020a/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-waf-2.0.20/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-zic-2020a/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-zip-3.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-zlib/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/imx-kobs-a0e9adce2fb7fcd57e794d7f9a5deba0f94f521b/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/irssi-1.0.8/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/jbig2dec-0.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/jitterentropy-library-2.2.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/jpeg-turbo-2.0.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/jpeg/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/jsoncpp-1.9.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/kmod-27/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/lame-3.100/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/lcms2-2.11/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libcdio-2.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libcdio-paranoia-10.2+2.0.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libcurl-7.71.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libebml-1.4.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/liberation-2.00.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libev-4.27/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libevent-2.1.12/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libfuse-2.9.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libgcrypt-1.8.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libgpg-error-1.37/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libical-1.0.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libmpd-11.8.17/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libnids-1.24/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libnl-3.5.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libpcap-1.9.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libphidget-2.1.8.20170607/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libsoup-2.62.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libsysfs-2.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libtasn1-4.16.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/liburiparser-0.9.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libusb-1.0.23/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libxslt-1.1.34/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libyaml-0.2.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/lsscsi-0.31/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/lsuio-0.2.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/lua-5.3.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/lua-ev-339426fbe528f11cb3cd1af69a88f06bba367981/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/lua-lyaml-6.2.5/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/lua-rotas-0.2.0-1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/luaexpat-1.3.3-1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/luainterpreter/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/memcached-1.5.19/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/mpv-0.29.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/msgpack-3.2.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/nettle-3.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/odhcploc-20111021/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/openssl/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/owfs-3.2p3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/patch-2.7.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/phidgetwebservice-2.1.8.20170607/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/pound-2.8/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/pv-1.6.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-2.7.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-certifi-2020.4.5.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-chardet-3.0.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-click-7.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-colorzero-1.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-couchdb-1.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-decorator-4.4.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-flask-1.1.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-flask-cors-3.0.8/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-gpiozero-1.5.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-hiredis-1.0.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-ibmiotf-0.4.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-idna-2.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-ipy-1.00/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-iso8601-0.1.12/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-itsdangerous-1.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-jinja2-2.11.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-markupsafe-1.1.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-msgpack-1.0.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-paho-mqtt-1.4.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-pycryptodomex-3.9.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-pytz-2019.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-requests-2.23.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-requests-toolbelt-0.9.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-rpi-gpio-0.7.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-setproctitle-1.1.10/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-six-1.14.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-snappy-0.5.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-sortedcontainers-2.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-urllib3-1.25.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/python-werkzeug-0.16.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/readline-8.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/rng-tools-6.10/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/rpi-bt-firmware-d4f7087ecbc8eff9cb64a4650765697157821d64/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/s6-2.9.0.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/s6-dns-2.3.1.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/shapelib-1.5.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/skalibs-2.9.2.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-none/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/snappy-1.1.8/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/sqlite-3320300/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/strace-5.7/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-codesourcery-arm-2014.05-29/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/toolchain-external/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/tpm2-tss-2.3.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/tzdata-2020a/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/udev/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/unionfs-2.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/vpnc-0.5.3r550-2jnpr1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/zeromq-4.3.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list-host.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-1/output-1/build/acl-2.2.53/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/arptables-0.0.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/attr-2.4.48/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bind-9.11.20/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bitstream-vera-1.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bluez5_utils-5.54/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bluez5_utils-headers-5.54/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/boost-1.73.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/c-periphery-2.2.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ca-certificates-20190110/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/cache-calibrator/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/can-utils-2020.02.04/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/cc-tool-0.26/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/cpuload-0.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/curlftpfs-0.9.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/cwiid-fadf11e89b579bcc0336a0692ac15c93785f3f82/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/czmq-4.2.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/dbus-1.12.18/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/dhrystone-2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/dialog-1.3-20200327/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/dnsmasq-2.81/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/dropwatch-1.5.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/dvbsnoop-1.4.50/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/eudev-3.2.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/execline-2.6.1.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/exempi-2.5.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/fbterm-1.7.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ffmpeg-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/flickcurl-1.26/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/fswebcam-e9f8094b6a3d1a49f99b2abec4e6ab4df33e2e33/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gd-2.2.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gmp-6.1.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gnu-efi-3.0.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gnupg-1.4.23/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gnutls-3.6.14/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-bison-3.6.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-e2fsprogs-1.45.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-gettext-tiny-0.3.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-gettext/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-gperf-3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-imx-usb-loader-30b43d69770cd69e84c045dc9dcabb1f3e9d975a/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-intltool-0.51.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-libglib2-2.64.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-libp11-0.4.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-libxml-parser-perl-2.46/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-lua-5.3.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-luainterpreter/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-luarocks-3.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-meson-0.55.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-ninja-1.10.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-openssl/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-python-2.7.18/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-python-setuptools-44.0.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-python-six-1.14.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-python3-3.8.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-python3-setuptools-44.0.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-swig-4.0.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-tzdata-2020a/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-waf-2.0.20/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-zic-2020a/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-zip-3.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/host-zlib/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/imx-kobs-a0e9adce2fb7fcd57e794d7f9a5deba0f94f521b/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/irssi-1.0.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jbig2dec-0.18/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jitterentropy-library-2.2.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jpeg-turbo-2.0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jpeg/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jsoncpp-1.9.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/kmod-27/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lame-3.100/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lcms2-2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcdio-2.1.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcdio-paranoia-10.2+2.0.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcurl-7.71.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libebml-1.4.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/liberation-2.00.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libev-4.27/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libevent-2.1.12/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libfuse-2.9.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libgcrypt-1.8.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libgpg-error-1.37/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libical-1.0.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmpd-11.8.17/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnids-1.24/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libphidget-2.1.8.20170607/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsoup-2.62.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsysfs-2.1.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libtasn1-4.16.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/liburiparser-0.9.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libxslt-1.1.34/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libyaml-0.2.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lsscsi-0.31/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lsuio-0.2.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lua-5.3.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lua-ev-339426fbe528f11cb3cd1af69a88f06bba367981/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lua-lyaml-6.2.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lua-rotas-0.2.0-1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/luaexpat-1.3.3-1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/luainterpreter/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/memcached-1.5.19/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/mpv-0.29.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/msgpack-3.2.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/nettle-3.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/odhcploc-20111021/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/openssl/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/owfs-3.2p3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/patch-2.7.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/phidgetwebservice-2.1.8.20170607/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pound-2.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pv-1.6.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-2.7.18/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-certifi-2020.4.5.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-chardet-3.0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-click-7.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-colorzero-1.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-couchdb-1.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-decorator-4.4.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-flask-1.1.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-flask-cors-3.0.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-gpiozero-1.5.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-hiredis-1.0.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-ibmiotf-0.4.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-idna-2.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-ipy-1.00/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-iso8601-0.1.12/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-itsdangerous-1.1.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-jinja2-2.11.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-markupsafe-1.1.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-msgpack-1.0.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-paho-mqtt-1.4.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-pycryptodomex-3.9.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-pytz-2019.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-requests-2.23.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-requests-toolbelt-0.9.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-rpi-gpio-0.7.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-setproctitle-1.1.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-setuptools-44.0.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-six-1.14.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-snappy-0.5.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-sortedcontainers-2.1.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-urllib3-1.25.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python-werkzeug-0.16.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/readline-8.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/rng-tools-6.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/rpi-bt-firmware-d4f7087ecbc8eff9cb64a4650765697157821d64/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/s6-2.9.0.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/s6-dns-2.3.1.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/shapelib-1.5.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skalibs-2.9.2.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-none/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/snappy-1.1.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sqlite-3320300/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/strace-5.7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-codesourcery-arm-2014.05-29/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain-external/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/tpm2-tss-2.3.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/tzdata-2020a/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/udev/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/unionfs-2.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/vpnc-0.5.3r550-2jnpr1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/zeromq-4.3.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list-staging.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-1/output-1/target/usr ln -snf /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot /home/naourr/work/instance-1/output-1/staging make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2019.02-8221-g30a73893f5b 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-none Collecting legal info >>> skeleton-init-common Collecting legal info arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> acl 2.2.53 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.4.48 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> bind 9.11.20 Collecting legal info COPYRIGHT: OK (sha256: da2aec2b7f6f0feb16bcb080e2c587375fd3195145f047e4d92d112f5b9db501) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bluez5_utils-headers 5.54 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> bluez5_utils 5.54 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-meson 0.55.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.5 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libical 1.0.1 Collecting legal info LICENSE: OK (sha256: c393726f82e6f21df5262110215f6a4382b32046d10afdcfcc49338aa7a191f2) >>> udev Collecting legal info >>> eudev 3.2.9 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 27 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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) >>> boost 1.73.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> c-periphery 2.2.2 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> ca-certificates 20190110 Collecting legal info debian/copyright: OK (sha256: 80fd11117df5543d5cf17bfd951b0ead213f7867d0b09f09c6d5a5eca3ff7422) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> can-utils 2020.02.04 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cc-tool 0.26 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> curlftpfs 0.9.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libcurl 7.71.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-bison 3.6.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> czmq 4.2.0 Collecting legal info LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> dhrystone 2 Collecting legal info >>> dialog 1.3-20200327 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> dnsmasq 2.81 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropwatch 1.5.3 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-e2fsprogs 1.45.6 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> execline 2.6.1.0 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> skalibs 2.9.2.1 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> exempi 2.5.2 Collecting legal info COPYING: OK (sha256: 3d3c3593c15e0d35bdae0df7c642106250f6be3adc61477419413900f23ae607) >>> fbterm 1.7.0 Collecting legal info COPYING: OK (sha256: b2b961f07e97c4fb78074276da304ea36b85dc299aae5efb79080cedaea3d5ac) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.10.2 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> liberation 2.00.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> ffmpeg 4.3.1 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> gnutls 3.6.14 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.16.0 Collecting legal info LICENSE: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nettle 3.6 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> imx-kobs a0e9adce2fb7fcd57e794d7f9a5deba0f94f521b Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> fswebcam e9f8094b6a3d1a49f99b2abec4e6ab4df33e2e33 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> jpeg Collecting legal info >>> jpeg-turbo 2.0.4 Collecting legal info LICENSE.md: OK (sha256: 69e570a251515ced17d4492256d57c89db77ed949652f88a44c80c1ca9607920) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> gnu-efi 3.0.10 Collecting legal info README.efilib: OK (sha256: 42d352e9c28dd446fd0209cd6f75588c8e41f0934540bb382bbd61c752360265) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> irssi 1.0.8 Collecting legal info COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b) >>> jbig2dec 0.18 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jitterentropy-library 2.2.0 Collecting legal info COPYING: OK (sha256: 96b5a6b49aaeeba9036f9b80e6e299d613a8eca158741a25a67dc78792413e23) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> jsoncpp 1.9.3 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> lcms2 2.11 Collecting legal info COPYING: OK (sha256: 53ad5ca11b8f4079e9c9bfa61575927a33f53526d6d414287149ec3ab61e8e4d) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libebml 1.4.0 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgcrypt 1.8.6 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libmpd 11.8.17 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libnids 1.24 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-libp11 0.4.10 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libphidget 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> sqlite 3320300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libsysfs 2.1.0 Collecting legal info cmd/GPL: OK (sha256: 88ced477f0659c5a4df22df3b65de2f12ea3a9c7b5e4750fdc757bc11e97aa79) lib/LGPL: OK (sha256: 4eb1c0ea980e7e4c7fac34e025be0423f5e7ca7df501e1da7ef31f32f14d6cf9) >>> liburiparser 0.9.4 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lsscsi 0.31 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lua-ev 339426fbe528f11cb3cd1af69a88f06bba367981 Collecting legal info README: OK (sha256: c224cc31feec52e33b621ccdbc245e21316a20a134a4cd8706438a3b3382e8ac) >>> luainterpreter Collecting legal info >>> lua 5.3.5 Collecting legal info ERROR: No hash found for doc/readme.html >>> lua-lyaml 6.2.5 Collecting legal info LICENSE: OK (sha256: 81e4ea1d897e259b31111adc2d3c185fe23e435942ff3e9de8c8c9c5d01247d0) >>> host-lua 5.3.5 Collecting legal info ERROR: No hash found for doc/readme.html >>> lua-rotas 0.2.0-1 Collecting legal info lua-Rotas-0.2.0/COPYRIGHT: OK (sha256: 4a7fdc0e44509d79c9bf18560cfb98368f70bb3832abe07e3cdba5c06466b0bb) >>> host-luarocks 3.3.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> luaexpat 1.3.3-1 Collecting legal info luaexpat-1.3.3/LICENSE: OK (sha256: 7f5cb0c1750babcbb09637b7f0ff34972d51cf23b7f413bef902b47aa65febcd) >>> memcached 1.5.19 Collecting legal info COPYING: OK (sha256: bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c) >>> mpv 0.29.1 Collecting legal info LICENSE.GPL: OK (sha256: a99d7b0625a0566271aad6de694e52eafd566db024f9516720d526c680d3ee30) >>> host-waf 2.0.20 Collecting legal info >>> msgpack 3.2.1 Collecting legal info COPYING: OK (sha256: 664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee22) LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> owfs 3.2p3 Collecting legal info COPYING: OK (sha256: 1f0527ab035eefb5197c68633d06f50f5077c719d82a99344702ceaca29150b9) COPYING.LIB: OK (sha256: 8a6601b893d5784d931b2ede64a406fac463acfbb7014914e27de4d6e68457c3) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> patch 2.7.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pv 1.6.6 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> python-certifi 2020.4.5.1 Collecting legal info LICENSE: OK (sha256: 6a70a4bf6b010016d59a64b8ae4ad8dc7f5ef16f1fb453cc2ecd771c5a341131) >>> host-python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-chardet 3.0.4 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> python-click 7.0 Collecting legal info LICENSE.rst: OK (sha256: e212319faefa4f459c8ac937fdc8557040a3cab8af29366ca2a48d239025225c) >>> python-colorzero 1.1 Collecting legal info LICENSE.txt: OK (sha256: 47778d78e05bb6c39c022814e3712a0327c6418c7251757e72167ab8ff12bb4d) >>> python-couchdb 1.2 Collecting legal info COPYING: OK (sha256: c538da1ae16b6d75f6fa65852bb158dbf9e556b01681be5b692692906d244241) >>> python-decorator 4.4.1 Collecting legal info LICENSE.txt: OK (sha256: fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782e) >>> python-flask-cors 3.0.8 Collecting legal info LICENSE: OK (sha256: 6e1a1bdc54834c1e0740cbce5d5f6f2cae1c846fd2a7f482b11649594fafbd5d) >>> python-flask 1.1.2 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) docs/license.rst: OK (sha256: 0ef3ae025f4a398761079f0d687ff3d66f4fef3a32ac2607318e909c0cba9150) >>> python-gpiozero 1.5.1 Collecting legal info LICENSE.rst: OK (sha256: b6e26763b79d7904d6eaa66f7f53ae374cf30431bb6ba8bcb0d9d5ff56dc69e3) >>> python-hiredis 1.0.1 Collecting legal info COPYING: OK (sha256: 70edfa6d3e11f9d7497c2c2f298d06f33b11d10f37f76605102c5ab3b1f28262) vendor/hiredis/COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> python-ibmiotf 0.4.0 Collecting legal info LICENSE: OK (sha256: 2c153c48f67e56031036fc28d12f76238a5151494bdfc24b6b81ec734c387a2d) >>> python-idna 2.9 Collecting legal info LICENSE.rst: OK (sha256: 412014420d2473dba06117c3d4d9e0eecaa6dde0ca30cd951f4ec2be39426f32) >>> python-ipy 1.00 Collecting legal info COPYING: OK (sha256: 078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61) >>> python-iso8601 0.1.12 Collecting legal info LICENSE: OK (sha256: 116d368d14a8cf0061027c944c60ee20b476ce42814818a7d627396906761f16) >>> python-itsdangerous 1.1.0 Collecting legal info LICENSE.rst: OK (sha256: feb28bfa348d816b0e7dbaeddf18499ee7e8007c67813db8d6ab37c65e046cd4) >>> python-jinja2 2.11.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> python-markupsafe 1.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> python-msgpack 1.0.0 Collecting legal info COPYING: OK (sha256: 492dedba85da5872f78e6091bcd1fea474d660d35acb4dee964b8aab3f007427) >>> python-paho-mqtt 1.4.0 Collecting legal info LICENSE.txt: OK (sha256: 76f13729e84e9222e543303df00f87d1b2c0995b6a505cd859a285667e44babb) edl-v10: OK (sha256: e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c) epl-v10: OK (sha256: 3b9be6b894d0769de796e653571ff6cef494913c0ce78c35a97db939e7d9087c) >>> python-pycryptodomex 3.9.6 Collecting legal info LICENSE.rst: OK (sha256: d1af3fab2ef8cc53b6c7f48bdeb178ac874b04faf4ba0159a96b6109f1d393e2) Doc/LEGAL/COPYRIGHT.pycrypto: OK (sha256: 8e563c767164faa0831a333b57d23d4311cf566eb1b15d93250f4606be4eb549) >>> python-pytz 2019.3 Collecting legal info LICENSE.txt: OK (sha256: 39f07c72a1bfda349cbd27bac9bcb1e6f8c5b4e5cc3fadf56900406e8cc0b792) >>> python-requests-toolbelt 0.9.1 Collecting legal info LICENSE: OK (sha256: 3a1a3cffa7abc000cbd726a664f56c33c532a55480f9e056dfe941cf93b7c37f) >>> python-requests 2.23.0 Collecting legal info LICENSE: OK (sha256: 8837a2f33a61bcee175c028ff16d1c160aba48a3aebe1495ace709be4e62636b) >>> python-rpi-gpio 0.7.0 Collecting legal info LICENCE.txt: OK (sha256: a668b3edecb3e69e81ec25987257008208ffcba9d6c43682033b8060c5f2f994) >>> python-setproctitle 1.1.10 Collecting legal info COPYRIGHT: OK (sha256: 40e85df0511ccacd29b6b5898e7e09b76889fc2f5d94b2670ece847977d3bbed) >>> python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-six 1.14.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-six 1.14.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> python-snappy 0.5.4 Collecting legal info LICENSE: OK (sha256: d007cb05f143d99d16d5cd0d1bf291daf037adb36800344e440ec26edb938f9a) >>> snappy 1.1.8 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> python-sortedcontainers 2.1.0 Collecting legal info LICENSE: OK (sha256: 7dcf4a5137118a925727b8a1690bc6ea70b156ee6739dbb51fd4d386718d6ce5) >>> python-urllib3 1.25.9 Collecting legal info LICENSE.txt: OK (sha256: 7c0d136ee0585389adf2d25671bb99687a1f75929f465b7f16ee3f01da37255e) >>> python-werkzeug 0.16.0 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> rng-tools 6.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rpi-bt-firmware d4f7087ecbc8eff9cb64a4650765697157821d64 Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> s6-dns 2.3.1.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> s6 2.9.0.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> shapelib 1.5.0 Collecting legal info web/license.html: OK (sha256: a638278f7f1cb7d0cdc73b47a6c87261b882e356a8e79922e90d44d7ef1dd2c7) COPYING: OK (sha256: 7eb803a70990017a1c4e38a8342d7413c5dfeec3ed1ac407e15ae2c274e560ff) >>> strace 5.7 Collecting legal info COPYING: OK (sha256: 6370eb67db918210944a8511a6995ebe9567852f26b4f15a01e5c8cf2aef7c46) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> tpm2-tss 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tzdata 2020a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2020a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2020a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> unionfs 2.1 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> vpnc 0.5.3r550-2jnpr1 Collecting legal info COPYING: OK (sha256: bf3ec1bd1dec31a6ab8980bfd04569f506432f35ee01e88a3910847784bc2de1) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: waf-2.0.20: cannot save license (HOST_WAF_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'