warning: "leapseconds", line 79: "#expires" is obsolescent; use "Expires" warning: -y is obsolescent warning: -y is obsolescent warning: "leapseconds", line 79: "#expires" is obsolescent; use "Expires" >>> host-tzdata 2020a Installing to host directory /usr/bin/install -d -m 0755 /home/naourr/work/instance-0/output-1/host/share/zoneinfo cp -a /home/naourr/work/instance-0/output-1/build/host-tzdata-2020a/_output/* /home/naourr/work/instance-0/output-1/build/host-tzdata-2020a/*.tab /home/naourr/work/instance-0/output-1/host/share/zoneinfo tzdata2020a.tar.gz: OK (sha512: 2a2fc2e3ad8a6e4c574242296c847ad582c2c1d86add9c556e65c812d19b9528522e3c4dddb5239017091825d2acc5a2ccaf21dc41b900b6c300ef4264cc5a9d) >>> tzdata 2020a Extracting gzip -d -c /home/naourr/work/instance-0/dl/tzdata/tzdata2020a.tar.gz | /home/naourr/work/instance-0/output-1/host/bin/tar --strip-components=0 -C /home/naourr/work/instance-0/output-1/build/tzdata-2020a -xf - >>> tzdata 2020a Patching >>> tzdata 2020a Configuring >>> tzdata 2020a Building >>> tzdata 2020a Installing to target /usr/bin/install -d -m 0755 /home/naourr/work/instance-0/output-1/target/usr/share/zoneinfo cp -a /home/naourr/work/instance-0/output-1/host/share/zoneinfo/* /home/naourr/work/instance-0/output-1/target/usr/share/zoneinfo cd /home/naourr/work/instance-0/output-1/target/usr/share/zoneinfo; for zone in posix/*; do ln -sfn "${zone}" "${zone##*/}"; done if [ ! -f /home/naourr/work/instance-0/output-1/target/usr/share/zoneinfo/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME setting\n" "Etc/UTC"; exit 1; fi ln -sf ../usr/share/zoneinfo/Etc/UTC /home/naourr/work/instance-0/output-1/target/etc/localtime echo "Etc/UTC" >/home/naourr/work/instance-0/output-1/target/etc/timezone >>> Finalizing host directory >>> Finalizing target directory rm -f /home/naourr/work/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-0/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. PYTHONPATH="/home/naourr/work/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/python3.8/" cd /home/naourr/work/instance-0/output-1/target && /home/naourr/work/instance-0/output-1/host/bin/python3.8 /home/naourr/work/instance-0/buildroot/support/scripts/pycompile.py usr/lib/python3.8 usr/lib/python3.8/site-packages/networkx/convert_matrix.py:500: SyntaxWarning: "is" with a literal. Did you mean "=="? if python_type is 'void': usr/lib/python3.8/site-packages/networkx/drawing/nx_pydot.py:185: SyntaxWarning: "is" with a literal. Did you mean "=="? if name is '': find /home/naourr/work/instance-0/output-1/target/usr/lib/python3.8 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/naourr/work/instance-0/output-1/target/usr/lib/python3.8 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/naourr/work/instance-0/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-0/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-0/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output-1/target/etc/shadow rm -f /home/naourr/work/instance-0/output-1/target/bin/sh rm -f /home/naourr/work/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-0/output-1/target/usr/share/locale /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale /home/naourr/work/instance-0/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-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output-1/target/usr/include /home/naourr/work/instance-0/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-0/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output-1/target/usr/lib/cmake /home/naourr/work/instance-0/output-1/target/usr/share/cmake \ /home/naourr/work/instance-0/output-1/target/usr/doc find /home/naourr/work/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output-1/target/lib/ /home/naourr/work/instance-0/output-1/target/usr/lib/ /home/naourr/work/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output-1/target/usr/man /home/naourr/work/instance-0/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-0/output-1/target/usr/info /home/naourr/work/instance-0/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-0/output-1/target/usr/doc /home/naourr/work/instance-0/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-0/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-0/output-1/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-0/output-1/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-rc2-07255-g26c32d933eb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-rc2\"" \ ) > /home/naourr/work/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-0/output-1/per-package /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-0/output-1/build/acpitool-0.5.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/alsa-lib-1.2.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/arp-scan-1.9.7/.files-list.txt /home/naourr/work/instance-0/output-1/build/audiofile-0.3.6/.files-list.txt /home/naourr/work/instance-0/output-1/build/berkeleydb-5.3.28/.files-list.txt /home/naourr/work/instance-0/output-1/build/bzip2-1.0.8/.files-list.txt /home/naourr/work/instance-0/output-1/build/chrony-3.5/.files-list.txt /home/naourr/work/instance-0/output-1/build/cjson-1.7.13/.files-list.txt /home/naourr/work/instance-0/output-1/build/collectd-5.11.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/darkhttpd-1.12/.files-list.txt /home/naourr/work/instance-0/output-1/build/dbus-1.12.16/.files-list.txt /home/naourr/work/instance-0/output-1/build/dstat-0.7.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/e2fsprogs-1.45.6/.files-list.txt /home/naourr/work/instance-0/output-1/build/e2tools-0.0.16.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/ed-1.16/.files-list.txt /home/naourr/work/instance-0/output-1/build/ell-0.30/.files-list.txt /home/naourr/work/instance-0/output-1/build/ethtool-5.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/fftw-single-3.3.8/.files-list.txt /home/naourr/work/instance-0/output-1/build/flare-engine-1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/gensio-2.0.3/.files-list.txt /home/naourr/work/instance-0/output-1/build/geoip-1.6.12/.files-list.txt /home/naourr/work/instance-0/output-1/build/gmp-6.1.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/gnutls-3.6.13/.files-list.txt /home/naourr/work/instance-0/output-1/build/jack1-0.125.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-0/output-1/build/leafnode2-2.0.0.alpha20140727b/.files-list.txt /home/naourr/work/instance-0/output-1/build/libaacs-0.9.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libeXosip2-5.1.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-0/output-1/build/libfm-extra-1.3.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libgcrypt-1.8.5/.files-list.txt /home/naourr/work/instance-0/output-1/build/libglib2-2.64.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/libglob-1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libgpg-error-1.37/.files-list.txt /home/naourr/work/instance-0/output-1/build/libjpeg-9d/.files-list.txt /home/naourr/work/instance-0/output-1/build/libjson-7.6.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libmodbus-3.1.6/.files-list.txt /home/naourr/work/instance-0/output-1/build/libnet-1.1.6/.files-list.txt /home/naourr/work/instance-0/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-0/output-1/build/liboping-1.10.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libosip2-5.1.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsamplerate-0.1.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/libselinux-3.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsepol-3.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsndfile-1.0.28/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsodium-1.0.18/.files-list.txt /home/naourr/work/instance-0/output-1/build/libtasn1-4.16.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-0/output-1/build/libuv-1.37.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libvorbis-1.3.6/.files-list.txt /home/naourr/work/instance-0/output-1/build/libyaml-0.2.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-0/output-1/build/linuxptp-2.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/lockdev-1.0.3/.files-list.txt /home/naourr/work/instance-0/output-1/build/lrzip-8781292dd5833c04eeead51d4a5bd02dc6432dc7/.files-list.txt /home/naourr/work/instance-0/output-1/build/lzo-2.10/.files-list.txt /home/naourr/work/instance-0/output-1/build/minimodem-0.24/.files-list.txt /home/naourr/work/instance-0/output-1/build/mongrel2-1.9.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/mosquitto-1.6.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/mp4v2-2.0.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/neard-0.16/.files-list.txt /home/naourr/work/instance-0/output-1/build/netdata-1.21.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/nettle-3.5.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/nghttp2-1.39.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/odhcp6c-f575351cbb3defc0bf52680c9082912a6c264374/.files-list.txt /home/naourr/work/instance-0/output-1/build/opencv-2.4.13.7/.files-list.txt /home/naourr/work/instance-0/output-1/build/openipmi-2.0.28/.files-list.txt /home/naourr/work/instance-0/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-0/output-1/build/p7zip-16.02/.files-list.txt /home/naourr/work/instance-0/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-0/output-1/build/picocom-3.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/popt-1.16/.files-list.txt /home/naourr/work/instance-0/output-1/build/pure-ftpd-1.0.49/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-aiodns-2.0.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-aiohttp-3.6.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-aiohttp-debugtoolbar-0.6.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-aiohttp-jinja2-1.2.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-asn1crypto-1.3.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-async-timeout-3.0.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-attrs-19.3.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-bcrypt-3.1.7/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-cchardet-2.1.6/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-cffi-1.14.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-chardet-3.0.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-click-7.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-cryptography-2.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-cssselect-1.1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-dateutil-2.8.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-decorator-4.4.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-docopt-0.6.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-flask-1.1.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-flask-login-0.5.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-idna-2.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-itsdangerous-1.1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-jaraco-classes-2.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-jinja2-2.11.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-markupsafe-1.1.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-multidict-4.7.5/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-nested-dict-1.61/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-networkx-1.11/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-paramiko-2.7.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-pyasn1-0.4.8/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-pycares-3.1.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-pycparser-2.20/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-pynacl-1.3.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-pysftp-0.2.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-pyusb-1.0.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-scapy-2.4.3/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-serial-3.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-setuptools-44.0.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-six-1.14.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-txaio-20.3.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-wcwidth-0.1.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-werkzeug-0.16.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-ws4py-0.5.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/python-yarl-1.4.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/python3-3.8.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/readline-8.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/rrdtool-1.7.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/rsh-redone-85/.files-list.txt /home/naourr/work/instance-0/output-1/build/sdl2-2.0.12/.files-list.txt /home/naourr/work/instance-0/output-1/build/sdl2_image-2.0.5/.files-list.txt /home/naourr/work/instance-0/output-1/build/sdl2_mixer-2.0.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/sdl2_ttf-2.0.15/.files-list.txt /home/naourr/work/instance-0/output-1/build/ser2net-4.1.7/.files-list.txt /home/naourr/work/instance-0/output-1/build/setools-4.1.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-0/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-0/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-0/output-1/build/sqlite-3310100/.files-list.txt /home/naourr/work/instance-0/output-1/build/toolchain-external-codesourcery-niosII-2018.05-5/.files-list.txt /home/naourr/work/instance-0/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-0/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-0/output-1/build/tpm-tools-1.3.9.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/trousers-0.3.14/.files-list.txt /home/naourr/work/instance-0/output-1/build/tzdata-2020a/.files-list.txt /home/naourr/work/instance-0/output-1/build/util-linux-2.35.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/zeromq-4.3.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-0/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-0/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-checksec-2.1.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-f2fs-tools-1.13.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-gettext-gnu-0.20.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-imx-mkimage-rel_imx_4.19.35_1.1.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-jimtcl-0.79/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libftdi-0.20/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libglib2-2.64.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libtextstyle-0.20.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libusb-1.0.23/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libusb-compat-0.1.7/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-lzip-1.21/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-meson-0.54.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-openocd-0.10.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-python-cffi-1.14.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-python-pycparser-2.20/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-python-setuptools-scm-3.5.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-python3-3.8.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-swig-4.0.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-tzdata-2020a/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-zic-2020a/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-zlib/.files-list-host.txt > /home/naourr/work/instance-0/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-0/output-1/build/alsa-lib-1.2.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/audiofile-0.3.6/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/berkeleydb-5.3.28/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/bzip2-1.0.8/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/cjson-1.7.13/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/collectd-5.11.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/dbus-1.12.16/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/e2fsprogs-1.45.6/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/ell-0.30/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/fftw-single-3.3.8/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/gensio-2.0.3/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/geoip-1.6.12/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/glm-0.9.9.5/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/gmp-6.1.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/gnutls-3.6.13/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/jack1-0.125.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libaacs-0.9.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libeXosip2-5.1.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libfm-extra-1.3.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libgcrypt-1.8.5/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libglib2-2.64.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libglob-1.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libgpg-error-1.37/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libjpeg-9d/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libjson-7.6.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libmodbus-3.1.6/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libnet-1.1.6/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/liboping-1.10.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libosip2-5.1.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsamplerate-0.1.9/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libselinux-3.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsepol-3.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsodium-1.0.18/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libtasn1-4.16.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libuv-1.37.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libvorbis-1.3.6/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libyaml-0.2.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/lockdev-1.0.3/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/mosquitto-1.6.9/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/mp4v2-2.0.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/nettle-3.5.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/nghttp2-1.39.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/opencv-2.4.13.7/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/openipmi-2.0.28/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/popt-1.16/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/python3-3.8.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/readline-8.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/rrdtool-1.7.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/sdl2-2.0.12/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/sdl2_image-2.0.5/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/sdl2_mixer-2.0.4/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/sdl2_ttf-2.0.15/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/setools-4.1.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/sqlite-3310100/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/toolchain-external-codesourcery-niosII-2018.05-5/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/trousers-0.3.14/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/util-linux-2.35.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/zeromq-4.3.2/.files-list-staging.txt > /home/naourr/work/instance-0/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-0/output-1/target/usr ln -snf /home/naourr/work/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot /home/naourr/work/instance-0/output-1/staging make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2020.05-rc2-07255-g26c32d933eb 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 sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (md5: be42ab83da2e8db7b73dc890c2549570) sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (sha256: d73a6364106dd62352711f932d3be8e97fdaaa548995678b5d38d9f21e22437a) >>> toolchain-external-codesourcery-niosII 2018.05-5 Collecting legal info >>> toolchain Collecting legal info >>> acpitool 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> alsa-lib 1.2.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> arp-scan 1.9.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> audiofile 0.3.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-checksec 2.1.0 Collecting legal info LICENSE.txt: OK (sha256: c5e2a8e188040fc34eb9362084778a2e25f8d1f888e47a2be09efa7cecd9c70d) >>> chrony 3.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cjson 1.7.13 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> collectd 5.11.0 Collecting legal info COPYING: OK (sha256: ed0409b2b1c30566dab5fcdaf46ee70e140c99788e22f0267645a9357b476ae4) >>> libgcrypt 1.8.5 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> darkhttpd 1.12 Collecting legal info >>> dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libselinux 3.0 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-swig 4.0.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libsepol 3.0 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> 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) >>> dstat 0.7.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> 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) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> ed 1.16 Collecting legal info COPYING: OK (sha256: f03a12bef9dfb7281864a0dd965166d4f4ec7a66633df2bc72fa4363e57de02c) >>> host-lzip 1.21 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> ell 0.30 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> ethtool 5.4 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-f2fs-tools 1.13.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> 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) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flare-engine 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl2 2.0.12 Collecting legal info COPYING.txt: OK (sha256: ae4df3759a726538607b84c00ab8f8a5567d9f38ad5397486eb9b5c5f626caef) >>> sdl2_image 2.0.5 Collecting legal info COPYING.txt: OK (sha256: 45079362e2230154205413a6940544ca94e3479ccf76205c71c4f542a6815d25) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> sdl2_ttf 2.0.15 Collecting legal info COPYING.txt: OK (sha256: f6370809c9f644760920d9945c5be07aed17664975f2e4741013d4d9a2ec696f) >>> 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) >>> gensio 2.0.3 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> glm 0.9.9.5 Collecting legal info manual.md: OK (sha256: 337130631a714eeae017556cad101d5324c2961214120b6214741d3d43667086) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnutls 3.6.13 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.5.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-imx-mkimage rel_imx_4.19.35_1.1.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> jack1 0.125.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> libaacs 0.9.0 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libeXosip2 5.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.1.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libfm-extra 1.3.1 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> 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) >>> 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.2 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) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libjson 7.6.1 Collecting legal info License.txt: OK (sha256: bd62d605bef39ab7ae39f6fa333ba513edb93cfcd56c9c966f1d34e31ff7c69b) >>> libmodbus 3.1.6 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.1.6 Collecting legal info doc/COPYING: OK (sha256: 961355c8bac6de11ecb8f634111986712e80a88272c0bb0954fd1810e6f47cab) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libuv 1.37.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libyaml 0.2.2 Collecting legal info LICENSE: OK (sha256: a2adb9c959b797494a0ef80bdf60e22db2749ee3e0c0908556e3eb548f967c56) >>> linuxptp 2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lrzip 8781292dd5833c04eeead51d4a5bd02dc6432dc7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mongrel2 1.9.2 Collecting legal info LICENSE: OK (sha256: eb6e2a2baa637d06f6aa762886fbc8939934eb5fdb0b3a5b3882f2a61e9a4357) >>> sqlite 3310100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> mosquitto 1.6.9 Collecting legal info LICENSE.txt: OK (sha256: cc77e25bafd40637b7084f04086d606f0a200051b61806f97c93405926670bc1) epl-v10: OK (sha256: 3b9be6b894d0769de796e653571ff6cef494913c0ce78c35a97db939e7d9087c) edl-v10: OK (sha256: e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c) >>> mp4v2 2.0.0 Collecting legal info COPYING: OK (sha256: 15e38684c940176e2fc76331a2299d2ab5115ac997078f768ef31b896af69fc5) >>> neard 0.16 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> netdata 1.21.0 Collecting legal info LICENSE: OK (sha256: 0e5fd9d833efe9b79f784d1903281554af82d1b4261af67d35455728e5572aa6) >>> nghttp2 1.39.2 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> odhcp6c f575351cbb3defc0bf52680c9082912a6c264374 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> opencv 2.4.13.7 Collecting legal info LICENSE: OK (sha256: 46e42877dfc3ac65769292cb4dc1a04b204ad9e40859a390f4c035d6179fbcc4) >>> openipmi 2.0.28 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.BSD: OK (sha256: 185323a62589e7ee80f86bf2ea29caad9a09fdda0ea3f1c00db8b778c7edf60e) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> p7zip 16.02 Collecting legal info DOC/License.txt: OK (sha256: 555806657dcf0f1e720b581c52643c195ec86ae3f00bd18cc66d2e0f88ffa210) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pure-ftpd 1.0.49 Collecting legal info COPYING: OK (sha256: 3a9e94382a69d04aa434d69b20ff2c01dbbfcb7191f05f69a7109c0ee1559c19) >>> python-aiodns 2.0.0 Collecting legal info LICENSE: OK (sha256: eb0455d35129425ed399883cd710923de3e246a510e2eb84d9f00032d0bbec97) >>> python-aiohttp-debugtoolbar 0.6.0 Collecting legal info LICENSE: OK (sha256: 94d638be2cb4f186cc62bb567455837757547c15f1b350863aaf05a38843b542) >>> python-aiohttp-jinja2 1.2.0 Collecting legal info LICENSE: OK (sha256: 2a86817fedf0c52baaa47d7dd975073639dfaaebd37312bd279de54d7f841791) >>> python-aiohttp 3.6.2 Collecting legal info LICENSE.txt: OK (sha256: 6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6) >>> python-asn1crypto 1.3.0 Collecting legal info LICENSE: OK (sha256: a88480656ec98943fb04344f6a477ee74062896f3ddb1a6f99e5f05f0109a286) >>> python-async-timeout 3.0.1 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> python-attrs 19.3.0 Collecting legal info LICENSE: OK (sha256: bf659a28b49240602f56bbdf490cbe2ec509b15b98f99d7b19a52c740e327863) >>> python-bcrypt 3.1.7 Collecting legal info LICENSE: OK (sha256: 8173d5c29b4f956d532781d2b86e4e30f83e6b7878dce18c919451d6ba707c90) >>> host-python-cffi 1.14.0 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.20 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-cchardet 2.1.6 Collecting legal info COPYING: OK (sha256: 107a29ccdd2d778aa2df5462f85dddfa099059abd22e064e07ec2cc9bafc37cd) >>> python-cffi 1.14.0 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> 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-cryptography 2.9 Collecting legal info LICENSE: OK (sha256: 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d) LICENSE.APACHE: OK (sha256: aac73b3148f6d1d7111dbca32099f68d26c644c6813ae1e4f05f6579aa2663fe) LICENSE.BSD: OK (sha256: 602c4c7482de6479dd2e9793cda275e5e63d773dacd1eca689232ab7008fb4fb) >>> python-cssselect 1.1.0 Collecting legal info LICENSE: OK (sha256: 5c8da9f744e0afba81a48c9b5dbe73048f798b3287d6f1af8a05ee08ebb10892) >>> python-dateutil 2.8.1 Collecting legal info LICENSE: OK (sha256: ba00f51a0d92823b5a1cde27d8b5b9d2321e67ed8da9bc163eff96d5e17e577e) >>> host-python-setuptools-scm 3.5.0 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> python-decorator 4.4.1 Collecting legal info LICENSE.txt: OK (sha256: fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782e) >>> python-docopt 0.6.2 Collecting legal info LICENSE-MIT: OK (sha256: 3d5df78f592ff2433c3c6ce4984091b7f497059ddb8c6b08a061ba48e37b67f2) >>> python-flask-login 0.5.0 Collecting legal info LICENSE: OK (sha256: 7a9dfb9c5da204ed1370f3b62c13e2992a12da1da707f47e156897eeb4344e5b) >>> python-flask 1.1.2 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) docs/license.rst: OK (sha256: 0ef3ae025f4a398761079f0d687ff3d66f4fef3a32ac2607318e909c0cba9150) >>> python-idna 2.9 Collecting legal info LICENSE.rst: OK (sha256: 412014420d2473dba06117c3d4d9e0eecaa6dde0ca30cd951f4ec2be39426f32) >>> python-itsdangerous 1.1.0 Collecting legal info LICENSE.rst: OK (sha256: feb28bfa348d816b0e7dbaeddf18499ee7e8007c67813db8d6ab37c65e046cd4) >>> python-jaraco-classes 2.0 Collecting legal info LICENSE: OK (sha256: a55e2ffe9b44998e621d51d8c094bed09acc4b5236ee73d7df395a33ba3c18fd) >>> 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-multidict 4.7.5 Collecting legal info LICENSE: OK (sha256: a1c5825513279d3085a0ba46880e148ea3710c149bbaedcf2d11605a5ed3c4ad) >>> python-nested-dict 1.61 Collecting legal info LICENSE.TXT: OK (sha256: c84eb6b667b91fd9b8991f500c168354eb51af5b2dd970d8ee51ce336d9aeed1) >>> python-networkx 1.11 Collecting legal info LICENSE.txt: OK (sha256: f4c13bf0e83bef45116ebda6c360066df6fd99610efaea9790b998c5441b0c0d) >>> python-paramiko 2.7.1 Collecting legal info LICENSE: OK (sha256: 5fa25bf5f395fd26e701c2e1de4ca7d162816986dc791c22f8f4226857ad1bb2) >>> python-pyasn1 0.4.8 Collecting legal info LICENSE.rst: OK (sha256: 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5) >>> python-pycares 3.1.1 Collecting legal info LICENSE: OK (sha256: 427bb3a5372024a26e2c290b24382512bcc7ca123431c4dd178dd613beea7eee) >>> python-pycparser 2.20 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-pynacl 1.3.0 Collecting legal info LICENSE: OK (sha256: d3174ad63e721d4c9dccb8ad4320848992d314369bc46319720b5802c9153fe9) >>> python-pysftp 0.2.9 Collecting legal info LICENSE.txt: OK (sha256: e648e3c7f439b52222a785a590223a0f7bad1a8a5fb89157d80d13123c7dcd25) >>> python-pyusb 1.0.0 Collecting legal info LICENSE: OK (sha256: de177fb928a0eed8d209fddbfa3861379e08b3b41f34ad17a329c2f78199371d) >>> python-scapy 2.4.3 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-txaio 20.3.1 Collecting legal info LICENSE: OK (sha256: 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef) >>> python-wcwidth 0.1.9 Collecting legal info LICENSE.txt: OK (sha256: 0eddcc52cd3ef5d30798b8d43a14d3f0f1dcf0a6e4c1d0f2e177c44ce85bb69c) >>> python-werkzeug 0.16.0 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> python-ws4py 0.5.1 Collecting legal info LICENSE: OK (sha256: 3c98d9e820de01b1ae3be846419700ab9cefa22b09aa0ef441b3bfd5613c3ba1) >>> python-yarl 1.4.2 Collecting legal info LICENSE: OK (sha256: 14c0820503ceef15e814a89b037d9efc066870087018294b6ae0f27163872cc5) >>> rrdtool 1.7.2 Collecting legal info COPYRIGHT: OK (sha256: ab6b4646e9e01f1ec287c29c351c886c4cb7f945c11efc0a1be9f6e5e6cc5320) LICENSE: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> ser2net 4.1.7 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> setools 4.1.1 Collecting legal info COPYING: OK (sha256: 2f7547e10f76a382c24c053595f38a5cc6dda9347f508f254ca490e0046a9624) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.14 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> 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) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-niosII-2018.05-5: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII_LICENSE_FILES not defined) WARNING: darkhttpd-1.12: cannot save license (DARKHTTPD_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'