libtool: install: /usr/bin/install -c src/.libs/libzmq.lai /tmp/instance-3/output-1/target/usr/lib/libzmq.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/tmp/instance-3/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c tools/curve_keygen '/tmp/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c tools/curve_keygen /tmp/instance-3/output-1/target/usr/bin/curve_keygen make[3]: Leaving directory '/tmp/instance-3/output-1/build/zeromq-4.3.2' make[2]: Leaving directory '/tmp/instance-3/output-1/build/zeromq-4.3.2' make[1]: Leaving directory '/tmp/instance-3/output-1/build/zeromq-4.3.2' >>> Finalizing host directory >>> Finalizing target directory grep -qsE '^/bin/bash$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/bash" >> /tmp/instance-3/output-1/target/etc/shells rm -f /tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-3/output-1/host/bin/glib-compile-schemas /tmp/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. PYTHONPATH="/tmp/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/python2.7/sysconfigdata/" cd /tmp/instance-3/output-1/target && /tmp/instance-3/output-1/host/bin/python2.7 /tmp/instance-3/buildroot/support/scripts/pycompile.py usr/lib/python2.7 Compiling usr/lib/python2.7/site-packages/pymodbus/client/asynchronous/asyncio/__init__.py ... File "usr/lib/python2.7/site-packages/pymodbus/client/asynchronous/asyncio/__init__.py", line 257 yield from self._connect() ^ SyntaxError: invalid syntax find /tmp/instance-3/output-1/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /tmp/instance-3/output-1/target/usr/lib/python2.7 -name '*.pyo' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /tmp/instance-3/output-1/target/etc echo "buildroot" > /tmp/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-3/output-1/target/etc/hosts mkdir -p /tmp/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-3/output-1/target/etc/shadow rm -f /tmp/instance-3/output-1/target/bin/sh rm -f /tmp/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /tmp/instance-3/output-1/build/locales.nopurge; done for dir in /tmp/instance-3/output-1/target/usr/share/locale /tmp/instance-3/output-1/target/usr/share/X11/locale /tmp/instance-3/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##*/}" /tmp/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-3/output-1/target/usr/include /tmp/instance-3/output-1/target/usr/share/aclocal \ /tmp/instance-3/output-1/target/usr/lib/pkgconfig /tmp/instance-3/output-1/target/usr/share/pkgconfig \ /tmp/instance-3/output-1/target/usr/lib/cmake /tmp/instance-3/output-1/target/usr/share/cmake \ /tmp/instance-3/output-1/target/usr/doc find /tmp/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-3/output-1/target/lib/ /tmp/instance-3/output-1/target/usr/lib/ /tmp/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-3/output-1/target/usr/share/gdb rm -rf /tmp/instance-3/output-1/target/usr/share/zsh rm -rf /tmp/instance-3/output-1/target/usr/man /tmp/instance-3/output-1/target/usr/share/man rm -rf /tmp/instance-3/output-1/target/usr/info /tmp/instance-3/output-1/target/usr/share/info rm -rf /tmp/instance-3/output-1/target/usr/doc /tmp/instance-3/output-1/target/usr/share/doc rm -rf /tmp/instance-3/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-3/output-1/target/usr/share 2>/dev/null || true find /tmp/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-3/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-3/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-3/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 /tmp/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-01081-ga5c711d671"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /tmp/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-3/output-1/per-package /tmp/instance-3/buildroot/support/scripts/fix-rpath target cat /tmp/instance-3/output-1/build/apr-1.7.0/.files-list.txt /tmp/instance-3/output-1/build/apr-util-1.6.1/.files-list.txt /tmp/instance-3/output-1/build/argp-standalone-1.3/.files-list.txt /tmp/instance-3/output-1/build/bash-5.0/.files-list.txt /tmp/instance-3/output-1/build/benejson-0.9.7/.files-list.txt /tmp/instance-3/output-1/build/boost-1.72.0/.files-list.txt /tmp/instance-3/output-1/build/cache-calibrator/.files-list.txt /tmp/instance-3/output-1/build/cairo-1.16.0/.files-list.txt /tmp/instance-3/output-1/build/cc-tool-0.26/.files-list.txt /tmp/instance-3/output-1/build/dbus-1.12.16/.files-list.txt /tmp/instance-3/output-1/build/dbus-glib-0.110/.files-list.txt /tmp/instance-3/output-1/build/ell-0.30/.files-list.txt /tmp/instance-3/output-1/build/expat-2.2.9/.files-list.txt /tmp/instance-3/output-1/build/fbv-1.0b/.files-list.txt /tmp/instance-3/output-1/build/flann-1.9.1/.files-list.txt /tmp/instance-3/output-1/build/flex-2.6.4/.files-list.txt /tmp/instance-3/output-1/build/fontconfig-2.13.1/.files-list.txt /tmp/instance-3/output-1/build/freetype-2.10.1/.files-list.txt /tmp/instance-3/output-1/build/gensio-2.0.1/.files-list.txt /tmp/instance-3/output-1/build/geoip-1.6.12/.files-list.txt /tmp/instance-3/output-1/build/gmp-6.1.2/.files-list.txt /tmp/instance-3/output-1/build/gnuradio-3.8.1.0/.files-list.txt /tmp/instance-3/output-1/build/harfbuzz-2.6.4/.files-list.txt /tmp/instance-3/output-1/build/jpeg/.files-list.txt /tmp/instance-3/output-1/build/json-c-0.13.1/.files-list.txt /tmp/instance-3/output-1/build/jsoncpp-1.9.2/.files-list.txt /tmp/instance-3/output-1/build/lcdproc-0.5.9/.files-list.txt /tmp/instance-3/output-1/build/libcap-ng-0.7.9/.files-list.txt /tmp/instance-3/output-1/build/libcurl-7.69.1/.files-list.txt /tmp/instance-3/output-1/build/libebml-1.3.10/.files-list.txt /tmp/instance-3/output-1/build/libedit-20190324-3.1/.files-list.txt /tmp/instance-3/output-1/build/libevent-2.1.11/.files-list.txt /tmp/instance-3/output-1/build/libfcgi-2.4.2/.files-list.txt /tmp/instance-3/output-1/build/libffi-3.3/.files-list.txt /tmp/instance-3/output-1/build/libfribidi-1.0.7/.files-list.txt /tmp/instance-3/output-1/build/libglib2-2.64.2/.files-list.txt /tmp/instance-3/output-1/build/libjpeg-9d/.files-list.txt /tmp/instance-3/output-1/build/libmhash-0.9.9.9/.files-list.txt /tmp/instance-3/output-1/build/libmicrohttpd-0.9.70/.files-list.txt /tmp/instance-3/output-1/build/libmodplug-0.8.9.0/.files-list.txt /tmp/instance-3/output-1/build/libmpdclient-2.18/.files-list.txt /tmp/instance-3/output-1/build/libnatpmp-20150609/.files-list.txt /tmp/instance-3/output-1/build/libogg-1.3.4/.files-list.txt /tmp/instance-3/output-1/build/libopenssl-1.1.1g/.files-list.txt /tmp/instance-3/output-1/build/libpcap-1.9.1/.files-list.txt /tmp/instance-3/output-1/build/libpthsem-2.0.8/.files-list.txt /tmp/instance-3/output-1/build/libserialport-0.1.1/.files-list.txt /tmp/instance-3/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list.txt /tmp/instance-3/output-1/build/libunistring-0.9.10/.files-list.txt /tmp/instance-3/output-1/build/libupnp18-1.8.7/.files-list.txt /tmp/instance-3/output-1/build/libupnpp-0.17.2/.files-list.txt /tmp/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /tmp/instance-3/output-1/build/libv4l-1.18.0/.files-list.txt /tmp/instance-3/output-1/build/libvorbis-1.3.6/.files-list.txt /tmp/instance-3/output-1/build/libwebsock-3c1615eeadb0b582b63851073bfe3e5132f31ebc/.files-list.txt /tmp/instance-3/output-1/build/libxml2-2.9.10/.files-list.txt /tmp/instance-3/output-1/build/libyaml-0.2.2/.files-list.txt /tmp/instance-3/output-1/build/libyuv-413a8d8041f1cc5a350a47c0d81cc721e64f9fd0/.files-list.txt /tmp/instance-3/output-1/build/libzlib-1.2.11/.files-list.txt /tmp/instance-3/output-1/build/linknx-0.0.1.37/.files-list.txt /tmp/instance-3/output-1/build/linux-pam-1.3.1/.files-list.txt /tmp/instance-3/output-1/build/lksctp-tools-1.0.17/.files-list.txt /tmp/instance-3/output-1/build/log4cpp-1.1.3/.files-list.txt /tmp/instance-3/output-1/build/log4cxx-0.10.0/.files-list.txt /tmp/instance-3/output-1/build/lsscsi-0.31/.files-list.txt /tmp/instance-3/output-1/build/macchanger-1.7.0/.files-list.txt /tmp/instance-3/output-1/build/memcached-1.5.19/.files-list.txt /tmp/instance-3/output-1/build/mobile-broadband-provider-info-20190618/.files-list.txt /tmp/instance-3/output-1/build/mpdecimal-2.4.2/.files-list.txt /tmp/instance-3/output-1/build/mtdev-1.1.6/.files-list.txt /tmp/instance-3/output-1/build/ncurses-6.1/.files-list.txt /tmp/instance-3/output-1/build/neardal-4143d130ed39299bfc59d08d2c7c77dbc7f809e9/.files-list.txt /tmp/instance-3/output-1/build/nghttp2-1.39.2/.files-list.txt /tmp/instance-3/output-1/build/ofono-1.31/.files-list.txt /tmp/instance-3/output-1/build/openssl/.files-list.txt /tmp/instance-3/output-1/build/orc-0.4.31/.files-list.txt /tmp/instance-3/output-1/build/pango-1.44.6/.files-list.txt /tmp/instance-3/output-1/build/pcre-8.44/.files-list.txt /tmp/instance-3/output-1/build/pixman-0.40.0/.files-list.txt /tmp/instance-3/output-1/build/python-2.7.17/.files-list.txt /tmp/instance-3/output-1/build/python-argh-0.26.2/.files-list.txt /tmp/instance-3/output-1/build/python-bunch-1.0.1/.files-list.txt /tmp/instance-3/output-1/build/python-cchardet-2.1.6/.files-list.txt /tmp/instance-3/output-1/build/python-certifi-2020.4.5.1/.files-list.txt /tmp/instance-3/output-1/build/python-chardet-3.0.4/.files-list.txt /tmp/instance-3/output-1/build/python-click-7.0/.files-list.txt /tmp/instance-3/output-1/build/python-cycler-0.10.0/.files-list.txt /tmp/instance-3/output-1/build/python-daemon-2.2.3/.files-list.txt /tmp/instance-3/output-1/build/python-daemonize-2.5.0/.files-list.txt /tmp/instance-3/output-1/build/python-docutils-0.15.2/.files-list.txt /tmp/instance-3/output-1/build/python-flask-1.1.2/.files-list.txt /tmp/instance-3/output-1/build/python-flask-cors-3.0.8/.files-list.txt /tmp/instance-3/output-1/build/python-html5lib-1.0.1/.files-list.txt /tmp/instance-3/output-1/build/python-idna-2.9/.files-list.txt /tmp/instance-3/output-1/build/python-iso8601-0.1.12/.files-list.txt /tmp/instance-3/output-1/build/python-itsdangerous-1.1.0/.files-list.txt /tmp/instance-3/output-1/build/python-jinja2-2.11.2/.files-list.txt /tmp/instance-3/output-1/build/python-lockfile-0.12.2/.files-list.txt /tmp/instance-3/output-1/build/python-markupsafe-1.1.1/.files-list.txt /tmp/instance-3/output-1/build/python-mwclient-0.10.0/.files-list.txt /tmp/instance-3/output-1/build/python-oauthlib-3.1.0/.files-list.txt /tmp/instance-3/output-1/build/python-pathtools-0.1.2/.files-list.txt /tmp/instance-3/output-1/build/python-pyasn1-0.4.8/.files-list.txt /tmp/instance-3/output-1/build/python-pymodbus-2.2.0/.files-list.txt /tmp/instance-3/output-1/build/python-pyparsing-2.4.2/.files-list.txt /tmp/instance-3/output-1/build/python-pysmb-1.1.19/.files-list.txt /tmp/instance-3/output-1/build/python-pyyaml-5.3.1/.files-list.txt /tmp/instance-3/output-1/build/python-remi-2019.9/.files-list.txt /tmp/instance-3/output-1/build/python-requests-2.23.0/.files-list.txt /tmp/instance-3/output-1/build/python-requests-oauthlib-1.2.0/.files-list.txt /tmp/instance-3/output-1/build/python-sdnotify-0.3.2/.files-list.txt /tmp/instance-3/output-1/build/python-serial-3.4/.files-list.txt /tmp/instance-3/output-1/build/python-setuptools-44.0.0/.files-list.txt /tmp/instance-3/output-1/build/python-six-1.14.0/.files-list.txt /tmp/instance-3/output-1/build/python-typing-3.7.4.1/.files-list.txt /tmp/instance-3/output-1/build/python-urllib3-1.25.6/.files-list.txt /tmp/instance-3/output-1/build/python-versiontools-1.9.1/.files-list.txt /tmp/instance-3/output-1/build/python-watchdog-0.9.0/.files-list.txt /tmp/instance-3/output-1/build/python-webencodings-0.5.1/.files-list.txt /tmp/instance-3/output-1/build/python-werkzeug-0.16.0/.files-list.txt /tmp/instance-3/output-1/build/python-xlwt-1.3.0/.files-list.txt /tmp/instance-3/output-1/build/readline-8.0/.files-list.txt /tmp/instance-3/output-1/build/reaver-1.6.5/.files-list.txt /tmp/instance-3/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a/.files-list.txt /tmp/instance-3/output-1/build/ser2net-4.1.6/.files-list.txt /tmp/instance-3/output-1/build/skeleton-init-common/.files-list.txt /tmp/instance-3/output-1/build/skeleton-init-none/.files-list.txt /tmp/instance-3/output-1/build/skeleton/.files-list.txt /tmp/instance-3/output-1/build/sofia-sip-1.12.11/.files-list.txt /tmp/instance-3/output-1/build/toolchain-external-custom/.files-list.txt /tmp/instance-3/output-1/build/toolchain-external/.files-list.txt /tmp/instance-3/output-1/build/toolchain/.files-list.txt /tmp/instance-3/output-1/build/ubus-34c6e818e431cc53478a0f7c7c1eca07d194d692/.files-list.txt /tmp/instance-3/output-1/build/uhubctl-2.1.0/.files-list.txt /tmp/instance-3/output-1/build/upmpdcli-1.4.6/.files-list.txt /tmp/instance-3/output-1/build/util-linux-2.35.1/.files-list.txt /tmp/instance-3/output-1/build/v4l2grab-f8d8844d52387b3db7b8736f5e86156d9374f781/.files-list.txt /tmp/instance-3/output-1/build/wayland-1.17.0/.files-list.txt /tmp/instance-3/output-1/build/wipe-2.3.1/.files-list.txt /tmp/instance-3/output-1/build/wolfssl-4.3.0-stable/.files-list.txt /tmp/instance-3/output-1/build/zd1211-firmware-1.4/.files-list.txt /tmp/instance-3/output-1/build/zeromq-4.3.2/.files-list.txt /tmp/instance-3/output-1/build/zlib/.files-list.txt > /tmp/instance-3/output-1/build/packages-file-list.txt cat /tmp/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /tmp/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-bison-3.4.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-btrfs-progs-5.6/.files-list-host.txt /tmp/instance-3/output-1/build/host-dbus-1.12.16/.files-list-host.txt /tmp/instance-3/output-1/build/host-dbus-glib-0.110/.files-list-host.txt /tmp/instance-3/output-1/build/host-expat-2.2.9/.files-list-host.txt /tmp/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /tmp/instance-3/output-1/build/host-gdb-8.2.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /tmp/instance-3/output-1/build/host-gettext/.files-list-host.txt /tmp/instance-3/output-1/build/host-go-1.13.8/.files-list-host.txt /tmp/instance-3/output-1/build/host-go-bootstrap-1.4.3/.files-list-host.txt /tmp/instance-3/output-1/build/host-gperf-3.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-libffi-3.3/.files-list-host.txt /tmp/instance-3/output-1/build/host-libglib2-2.64.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-libiberty-2.32/.files-list-host.txt /tmp/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /tmp/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /tmp/instance-3/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /tmp/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /tmp/instance-3/output-1/build/host-lzo-2.10/.files-list-host.txt /tmp/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /tmp/instance-3/output-1/build/host-mender-artifact-3.3.0/.files-list-host.txt /tmp/instance-3/output-1/build/host-meson-0.54.0/.files-list-host.txt /tmp/instance-3/output-1/build/host-ncurses-6.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-ninja-1.10.0/.files-list-host.txt /tmp/instance-3/output-1/build/host-orc-0.4.31/.files-list-host.txt /tmp/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /tmp/instance-3/output-1/build/host-pcre-8.44/.files-list-host.txt /tmp/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-python-2.7.17/.files-list-host.txt /tmp/instance-3/output-1/build/host-python-docutils-0.15.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-python-mako-1.1.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-python-markupsafe-1.1.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-python-pbr-5.4.3/.files-list-host.txt /tmp/instance-3/output-1/build/host-python-setuptools-44.0.0/.files-list-host.txt /tmp/instance-3/output-1/build/host-python-six-1.14.0/.files-list-host.txt /tmp/instance-3/output-1/build/host-python3-3.8.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /tmp/instance-3/output-1/build/host-scons-3.1.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-skeleton/.files-list-host.txt /tmp/instance-3/output-1/build/host-swig-4.0.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /tmp/instance-3/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-wayland-1.17.0/.files-list-host.txt /tmp/instance-3/output-1/build/host-xz-5.2.4/.files-list-host.txt /tmp/instance-3/output-1/build/host-zlib/.files-list-host.txt > /tmp/instance-3/output-1/build/packages-file-list-host.txt cat /tmp/instance-3/output-1/build/apr-1.7.0/.files-list-staging.txt /tmp/instance-3/output-1/build/apr-util-1.6.1/.files-list-staging.txt /tmp/instance-3/output-1/build/argp-standalone-1.3/.files-list-staging.txt /tmp/instance-3/output-1/build/benejson-0.9.7/.files-list-staging.txt /tmp/instance-3/output-1/build/boost-1.72.0/.files-list-staging.txt /tmp/instance-3/output-1/build/cairo-1.16.0/.files-list-staging.txt /tmp/instance-3/output-1/build/dbus-1.12.16/.files-list-staging.txt /tmp/instance-3/output-1/build/dbus-glib-0.110/.files-list-staging.txt /tmp/instance-3/output-1/build/ell-0.30/.files-list-staging.txt /tmp/instance-3/output-1/build/expat-2.2.9/.files-list-staging.txt /tmp/instance-3/output-1/build/flann-1.9.1/.files-list-staging.txt /tmp/instance-3/output-1/build/flex-2.6.4/.files-list-staging.txt /tmp/instance-3/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /tmp/instance-3/output-1/build/freetype-2.10.1/.files-list-staging.txt /tmp/instance-3/output-1/build/gensio-2.0.1/.files-list-staging.txt /tmp/instance-3/output-1/build/geoip-1.6.12/.files-list-staging.txt /tmp/instance-3/output-1/build/gmp-6.1.2/.files-list-staging.txt /tmp/instance-3/output-1/build/gnuradio-3.8.1.0/.files-list-staging.txt /tmp/instance-3/output-1/build/harfbuzz-2.6.4/.files-list-staging.txt /tmp/instance-3/output-1/build/json-c-0.13.1/.files-list-staging.txt /tmp/instance-3/output-1/build/jsoncpp-1.9.2/.files-list-staging.txt /tmp/instance-3/output-1/build/libcap-ng-0.7.9/.files-list-staging.txt /tmp/instance-3/output-1/build/libcurl-7.69.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libebml-1.3.10/.files-list-staging.txt /tmp/instance-3/output-1/build/libedit-20190324-3.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libevent-2.1.11/.files-list-staging.txt /tmp/instance-3/output-1/build/libfcgi-2.4.2/.files-list-staging.txt /tmp/instance-3/output-1/build/libffi-3.3/.files-list-staging.txt /tmp/instance-3/output-1/build/libfribidi-1.0.7/.files-list-staging.txt /tmp/instance-3/output-1/build/libglib2-2.64.2/.files-list-staging.txt /tmp/instance-3/output-1/build/libjpeg-9d/.files-list-staging.txt /tmp/instance-3/output-1/build/libmhash-0.9.9.9/.files-list-staging.txt /tmp/instance-3/output-1/build/libmicrohttpd-0.9.70/.files-list-staging.txt /tmp/instance-3/output-1/build/libmodplug-0.8.9.0/.files-list-staging.txt /tmp/instance-3/output-1/build/libmpdclient-2.18/.files-list-staging.txt /tmp/instance-3/output-1/build/libnatpmp-20150609/.files-list-staging.txt /tmp/instance-3/output-1/build/libogg-1.3.4/.files-list-staging.txt /tmp/instance-3/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /tmp/instance-3/output-1/build/libpcap-1.9.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libpthsem-2.0.8/.files-list-staging.txt /tmp/instance-3/output-1/build/libserialport-0.1.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list-staging.txt /tmp/instance-3/output-1/build/libunistring-0.9.10/.files-list-staging.txt /tmp/instance-3/output-1/build/libupnp18-1.8.7/.files-list-staging.txt /tmp/instance-3/output-1/build/libupnpp-0.17.2/.files-list-staging.txt /tmp/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /tmp/instance-3/output-1/build/libv4l-1.18.0/.files-list-staging.txt /tmp/instance-3/output-1/build/libvorbis-1.3.6/.files-list-staging.txt /tmp/instance-3/output-1/build/libwebsock-3c1615eeadb0b582b63851073bfe3e5132f31ebc/.files-list-staging.txt /tmp/instance-3/output-1/build/libxml2-2.9.10/.files-list-staging.txt /tmp/instance-3/output-1/build/libyaml-0.2.2/.files-list-staging.txt /tmp/instance-3/output-1/build/libyuv-413a8d8041f1cc5a350a47c0d81cc721e64f9fd0/.files-list-staging.txt /tmp/instance-3/output-1/build/libzlib-1.2.11/.files-list-staging.txt /tmp/instance-3/output-1/build/linknx-0.0.1.37/.files-list-staging.txt /tmp/instance-3/output-1/build/linux-pam-1.3.1/.files-list-staging.txt /tmp/instance-3/output-1/build/lksctp-tools-1.0.17/.files-list-staging.txt /tmp/instance-3/output-1/build/log4cpp-1.1.3/.files-list-staging.txt /tmp/instance-3/output-1/build/log4cxx-0.10.0/.files-list-staging.txt /tmp/instance-3/output-1/build/mobile-broadband-provider-info-20190618/.files-list-staging.txt /tmp/instance-3/output-1/build/mpdecimal-2.4.2/.files-list-staging.txt /tmp/instance-3/output-1/build/mtdev-1.1.6/.files-list-staging.txt /tmp/instance-3/output-1/build/ncurses-6.1/.files-list-staging.txt /tmp/instance-3/output-1/build/neardal-4143d130ed39299bfc59d08d2c7c77dbc7f809e9/.files-list-staging.txt /tmp/instance-3/output-1/build/nghttp2-1.39.2/.files-list-staging.txt /tmp/instance-3/output-1/build/orc-0.4.31/.files-list-staging.txt /tmp/instance-3/output-1/build/pango-1.44.6/.files-list-staging.txt /tmp/instance-3/output-1/build/pcre-8.44/.files-list-staging.txt /tmp/instance-3/output-1/build/pixman-0.40.0/.files-list-staging.txt /tmp/instance-3/output-1/build/python-2.7.17/.files-list-staging.txt /tmp/instance-3/output-1/build/readline-8.0/.files-list-staging.txt /tmp/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /tmp/instance-3/output-1/build/sofia-sip-1.12.11/.files-list-staging.txt /tmp/instance-3/output-1/build/toolchain-external-custom/.files-list-staging.txt /tmp/instance-3/output-1/build/toolchain/.files-list-staging.txt /tmp/instance-3/output-1/build/ubus-34c6e818e431cc53478a0f7c7c1eca07d194d692/.files-list-staging.txt /tmp/instance-3/output-1/build/util-linux-2.35.1/.files-list-staging.txt /tmp/instance-3/output-1/build/wayland-1.17.0/.files-list-staging.txt /tmp/instance-3/output-1/build/wolfssl-4.3.0-stable/.files-list-staging.txt /tmp/instance-3/output-1/build/zeromq-4.3.2/.files-list-staging.txt > /tmp/instance-3/output-1/build/packages-file-list-staging.txt touch /tmp/instance-3/output-1/target/usr ln -snf /tmp/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /tmp/instance-3/output-1/staging make: Leaving directory '/tmp/instance-3/buildroot' make: Entering directory '/tmp/instance-3/buildroot' >>> Buildroot 2020.05-git-01081-ga5c711d671 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 >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.35.1 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) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> linux-pam 1.3.1 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> 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) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> argp-standalone 1.3 Collecting legal info >>> bash 5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> benejson 0.9.7 Collecting legal info LICENSE: OK (sha256: d0b7dae881fcb18c4dddfd8b0c1643ae671d5f356d14ba5b4e95ca889cc9ec32) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> boost 1.72.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-btrfs-progs 5.6 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) libbtrfsutil/COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.35.1 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) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cairo 1.16.0 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.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.54.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cc-tool 0.26 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dbus-glib 0.110 Collecting legal info COPYING: OK (sha256: ef1634fc21d9112dca08f2557313584719d534d05213cf14f3c77938506266b4) >>> dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.110 Collecting legal info COPYING: OK (sha256: ef1634fc21d9112dca08f2557313584719d534d05213cf14f3c77938506266b4) >>> ell 0.30 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> flann 1.9.1 Collecting legal info COPYING: OK (sha256: 3993f339cc56506c62aa1eb2fb76f240ee93b738d857832899c1e207b1dc069a) >>> host-gdb 8.2.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gensio 2.0.1 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnuradio 3.8.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-mako 1.1.2 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 1.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python-six 1.14.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-swig 4.0.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> log4cpp 1.1.3 Collecting legal info log4cpp/COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> orc 0.4.31 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.31 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> harfbuzz 2.6.4 Collecting legal info COPYING: OK (sha256: 1b32b6e2fea50440c128c5ba482f7691367c46fd0cd573b80fc863bf07964cea) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> jsoncpp 1.9.2 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> libcurl 7.69.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> nghttp2 1.39.2 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> libebml 1.3.10 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libedit 20190324-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> libevent 2.1.11 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libfribidi 1.0.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmicrohttpd 0.9.70 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmodplug 0.8.9.0 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libmpdclient 2.18 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libupnp18 1.8.7 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libupnpp 0.17.2 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libv4l 1.18.0 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 34229b5aadfb768d0d083987cba54203a920904a3ec8320823c6125b9831acd1) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libyaml 0.2.2 Collecting legal info LICENSE: OK (sha256: a2adb9c959b797494a0ef80bdf60e22db2749ee3e0c0908556e3eb548f967c56) >>> libyuv 413a8d8041f1cc5a350a47c0d81cc721e64f9fd0 Collecting legal info LICENSE: OK (sha256: 2b2cc1180c7e6988328ad2033b04b80117419db9c4c584918bbb3cfec7e9364f) >>> linknx 0.0.1.37 Collecting legal info LICENSE: OK (sha256: c03cea027b4b40e4402fabd08557736727ec3d5bc54ad64ab6472de432198cad) >>> lksctp-tools 1.0.17 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> log4cxx 0.10.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> lsscsi 0.31 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> memcached 1.5.19 Collecting legal info COPYING: OK (sha256: bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c) >>> host-mender-artifact 3.3.0 Collecting legal info LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) LIC_FILES_CHKSUM.sha256: OK (sha256: be22e200d0826c94bfd71cc5c1d4995449a6e3bd527090c1cfe953bc81427573) vendor/github.com/mendersoftware/mendertesting/LICENSE: OK (sha256: beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: a284e538f3e5649ae6a8f32da2bbd18e9daabf2c1ebbfb99ed92e797b159be1a) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 3525392c6db3b804af76980b2c560ee9ec1abdadd907d76a26091df7c78f3a25) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: 402f39eed8a1851385d0703999aa9f23d067c2ea3e15c63c074e389cbf8f8f8f) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) >>> host-go 1.13.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-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) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mpdecimal 2.4.2 Collecting legal info LICENSE.txt: OK (sha256: e384413a13f061a50f6fadceefc0f326c22d83c13ae94978e1f86d0468332c19) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> neardal 4143d130ed39299bfc59d08d2c7c77dbc7f809e9 Collecting legal info COPYING: OK (sha256: 296a87e9098d3f2ce1ef80c73c53399dc2c7412f35d4175c45810ea15ed86406) >>> ofono 1.31 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> pango 1.44.6 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> python-argh 0.26.2 Collecting legal info README.rst: OK (sha256: 9c318783389a2e78735dc3d633e745e5648b826744521857045e84ed2e79ce2e) >>> python-bunch 1.0.1 Collecting legal info LICENSE.txt: OK (sha256: 57ca95c92059c8380625192462979bd32994aae3fcdf902ff6eb1e467eeb0469) >>> python-cchardet 2.1.6 Collecting legal info COPYING: OK (sha256: 107a29ccdd2d778aa2df5462f85dddfa099059abd22e064e07ec2cc9bafc37cd) >>> python-certifi 2020.4.5.1 Collecting legal info LICENSE: OK (sha256: 6a70a4bf6b010016d59a64b8ae4ad8dc7f5ef16f1fb453cc2ecd771c5a341131) >>> 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-cycler 0.10.0 Collecting legal info LICENSE: OK (sha256: f1218143d766da3fea66f13396b7f15df46a83303f29bf96ba6e98eb4d42f408) >>> python-daemon 2.2.3 Collecting legal info LICENSE.ASF-2: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.GPL-3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-docutils 0.15.2 Collecting legal info COPYING.txt: OK (sha256: efa0c85aa99ea5b4781240031b0d02af54d7b5554c87ad2b2bea9ba490f6663f) >>> python-daemonize 2.5.0 Collecting legal info LICENSE: OK (sha256: 248d0d3147d20a09bed8f03da8ed72f47009073606dcc1bab658f942d34b29f8) >>> python-docutils 0.15.2 Collecting legal info COPYING.txt: OK (sha256: efa0c85aa99ea5b4781240031b0d02af54d7b5554c87ad2b2bea9ba490f6663f) >>> 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-html5lib 1.0.1 Collecting legal info LICENSE: OK (sha256: 16a39991619e92f18680932da2a9199fdf7d95df3ecaedc52ea06218aabafd6f) >>> python-idna 2.9 Collecting legal info LICENSE.rst: OK (sha256: 412014420d2473dba06117c3d4d9e0eecaa6dde0ca30cd951f4ec2be39426f32) >>> 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-lockfile 0.12.2 Collecting legal info LICENSE: OK (sha256: a26276d53dacb369641f31aa0fe37216028a0d93753f862ae206ce04f54b7b29) >>> host-python-pbr 5.4.3 Collecting legal info LICENSE: OK (sha256: 5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320) pbr/tests/testpackage/LICENSE.txt: OK (sha256: eb4a8c8791f6caab1cf36df26db2b6f4e2ddda52657b060ff7f02abc63910aef) >>> python-markupsafe 1.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> python-mwclient 0.10.0 Collecting legal info LICENSE.md: OK (sha256: 0e713ce8e3e490bdc15ac1e59feba3009daef3fff10dd80d8baa6e5f9a294f32) >>> python-oauthlib 3.1.0 Collecting legal info LICENSE: OK (sha256: 3d1e12d8ac52c0b6c148af6d291f72400b8720ed16c0ac4a89868b6d14b1c939) >>> python-pathtools 0.1.2 Collecting legal info LICENSE: OK (sha256: b52d83fba08f61bd1e603fee1b44cbc7ead9fcb512a5ceb8c53fec90ba415ac4) >>> python-pyasn1 0.4.8 Collecting legal info LICENSE.rst: OK (sha256: 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5) >>> python-pymodbus 2.2.0 Collecting legal info doc/LICENSE: OK (sha256: 796a47993313691ea404d8af7e4c0f9daf1d2760e3900938985b59c9008eee2f) >>> python-pyparsing 2.4.2 Collecting legal info LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972) >>> python-pysmb 1.1.19 Collecting legal info LICENSE: OK (sha256: 2b1a0a56543c1bda07f5583dddaf544442c139d3f46747d4700c7031ef354c14) >>> python-pyyaml 5.3.1 Collecting legal info LICENSE: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> python-remi 2019.9 Collecting legal info LICENSE: OK (sha256: bc198f9846c1da3a1c1b1fa2b12909b021365d1e7fe9b4039245edfcec3b7f7f) >>> python-requests-oauthlib 1.2.0 Collecting legal info LICENSE: OK (sha256: ae01846afad8a8291fe6a08966f3015af9a8ff675d84b981f9793c122f7876e8) >>> python-requests 2.23.0 Collecting legal info LICENSE: OK (sha256: 8837a2f33a61bcee175c028ff16d1c160aba48a3aebe1495ace709be4e62636b) >>> python-sdnotify 0.3.2 Collecting legal info LICENSE.txt: OK (sha256: 038351c6f544a386576da41d5fe1320437ed211507565dd9c334c8290055b88e) >>> python-serial 3.4 Collecting legal info LICENSE.txt: OK (sha256: a89d951d157e2c199fbbe7ecf8d41bc3bc93de166db524aa6b9b610dbccc832d) >>> python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-six 1.14.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> python-typing 3.7.4.1 Collecting legal info LICENSE: OK (sha256: ff17ce94e102024deb68773eb1cc74ca76da4e658f373531f0ac22d68a6bb1ad) >>> python-urllib3 1.25.6 Collecting legal info LICENSE.txt: OK (sha256: 7c0d136ee0585389adf2d25671bb99687a1f75929f465b7f16ee3f01da37255e) >>> python-versiontools 1.9.1 Collecting legal info >>> python-watchdog 0.9.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) COPYING: OK (sha256: 14e636faf5889138a1bb7a8498ccbb0266aee31d2dc475201a10448e56ed3d96) >>> python-webencodings 0.5.1 Collecting legal info PKG-INFO: OK (sha256: c27693b0174d6d04dafd0242857ae72763f5404b675972c777fd865bc3c0abe1) >>> python-werkzeug 0.16.0 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> python-xlwt 1.3.0 Collecting legal info docs/licenses.rst: OK (sha256: 7f7b66f23fdac4f68fe3b342dd16b329d511017a901784a5ceb83f505f2de7c6) >>> reaver 1.6.5 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> ser2net 4.1.6 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> sofia-sip 1.12.11 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> ubus 34c6e818e431cc53478a0f7c7c1eca07d194d692 Collecting legal info ubusd_acl.h: OK (sha256: f53187f011575f6ec6c529136fd4658d67e674227c80b7b72c99b3654454ae7f) >>> uhubctl 2.1.0 Collecting legal info LICENSE: OK (sha256: 05d376f74b3b539e2758d2b8a4bef5b15e567350d19c8581b5344bf4ce84414a) >>> upmpdcli 1.4.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> v4l2grab f8d8844d52387b3db7b8736f5e86156d9374f781 Collecting legal info LICENSE.md: OK (sha256: 7fa0d45fe86fda646fada21ecfa7672e951b01c521aecd358f586facd65fb5b3) >>> wayland 1.17.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.17.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wolfssl 4.3.0-stable Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: 74adaaef40b96c71378b6daa3feb8ccd4a1bfd9b76debf3f3f29cf3a0e86c9a0) >>> zd1211-firmware 1.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: python-versiontools-1.9.1: cannot save license (PYTHON_VERSIONTOOLS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-3/output-1/legal-info make: Leaving directory '/tmp/instance-3/buildroot'