echo "buildroot" > /home/naourr/work/instance-3/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-3/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output-1/target/etc/shadow rm -f /home/naourr/work/instance-3/output-1/target/bin/sh rm -f /home/naourr/work/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output-1/target/usr/share/locale /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale /home/naourr/work/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##*/}" /home/naourr/work/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output-1/target/usr/lib/cmake /home/naourr/work/instance-3/output-1/target/usr/share/cmake \ /home/naourr/work/instance-3/output-1/target/usr/doc find /home/naourr/work/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/lib/ /home/naourr/work/instance-3/output-1/target/usr/lib/ /home/naourr/work/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output-1/target/usr/man /home/naourr/work/instance-3/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-3/output-1/target/usr/info /home/naourr/work/instance-3/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-3/output-1/target/usr/doc /home/naourr/work/instance-3/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/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 /home/naourr/work/instance-3/output-1/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-3/output-1/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/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 /home/naourr/work/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 /home/naourr/work/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-06266-g978d835640e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /home/naourr/work/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-3/output-1/per-package /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-3/output-1/build/alure-14beed2a86d5a36030e907b21c46614d505f07cd/.files-list.txt /home/naourr/work/instance-3/output-1/build/armadillo-9.850.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/boost-1.72.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/c-ares-1.16.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/cache-calibrator/.files-list.txt /home/naourr/work/instance-3/output-1/build/cairo-1.16.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/cannelloni-20160414/.files-list.txt /home/naourr/work/instance-3/output-1/build/ccid-1.4.31/.files-list.txt /home/naourr/work/instance-3/output-1/build/clapack-3.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/dawgdic-16ac537ba9883ff01b63b6d1fdc3072150c68fee/.files-list.txt /home/naourr/work/instance-3/output-1/build/dbus-1.12.16/.files-list.txt /home/naourr/work/instance-3/output-1/build/dhcpcd-8.0.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/dvbsnoop-1.4.50/.files-list.txt /home/naourr/work/instance-3/output-1/build/ell-0.28/.files-list.txt /home/naourr/work/instance-3/output-1/build/eudev-3.2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/fail2ban-0.11.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/flatbuffers-1.11.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/flex-2.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/font-awesome-4.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/fontconfig-2.13.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gdbm-1.18.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gdk-pixbuf-2.36.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/glog-0.4.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/grpc-1.25.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/gssdp-1.0.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/harfbuzz-2.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/hdparm-9.58/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrcommon-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-tools-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/icu-65-1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ijs-0.35/.files-list.txt /home/naourr/work/instance-3/output-1/build/imlib2-1.5.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/iotop-0.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/iwd-1.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-3/output-1/build/json-c-0.13.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/keyutils-1.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/kmod-27/.files-list.txt /home/naourr/work/instance-3/output-1/build/lame-3.100/.files-list.txt /home/naourr/work/instance-3/output-1/build/libarchive-3.4.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcamera-448393f77ec9e37cb807e8e8d35c1a4877d253d4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcap-ng-0.7.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcroco-0.6.13/.files-list.txt /home/naourr/work/instance-3/output-1/build/libdrm-2.4.100/.files-list.txt /home/naourr/work/instance-3/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libfribidi-1.0.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34/.files-list.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libgpg-error-1.37/.files-list.txt /home/naourr/work/instance-3/output-1/build/libjpeg-9d/.files-list.txt /home/naourr/work/instance-3/output-1/build/libksba-1.3.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/liblo-0.30/.files-list.txt /home/naourr/work/instance-3/output-1/build/libminiupnpc-2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmng-2.0.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnet-1.1.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1d/.files-list.txt /home/naourr/work/instance-3/output-1/build/libplist-2.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpthread-stubs-0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpthsem-2.0.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/librsvg-2.40.20/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsndfile-1.0.28/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsoup-2.62.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list.txt /home/naourr/work/instance-3/output-1/build/liburiparser-0.9.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/linknx-0.0.1.37/.files-list.txt /home/naourr/work/instance-3/output-1/build/linux-pam-1.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/memstat-1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/minissdpd-1.5.20190824/.files-list.txt /home/naourr/work/instance-3/output-1/build/mobile-broadband-provider-info-20190618/.files-list.txt /home/naourr/work/instance-3/output-1/build/mpd-0.21.20/.files-list.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ofono-1.31/.files-list.txt /home/naourr/work/instance-3/output-1/build/oniguruma-6.9.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/openal-1.19.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/openldap-2.4.48/.files-list.txt /home/naourr/work/instance-3/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-3/output-1/build/opus-1.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/paho-mqtt-c-1.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/paho-mqtt-cpp-1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/pango-1.44.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/parted-3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-3/output-1/build/pcsc-lite-1.8.26/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-5.30.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-appconfig-1.71/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-class-std-0.013/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-class-std-fast-0.0.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-crypt-openssl-random-0.15/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-crypt-openssl-rsa-0.31/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-encode-detect-1.01/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-encode-locale-1.05/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-stream-buffered-0.03/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-sys-meminfo-0.99/.files-list.txt /home/naourr/work/instance-3/output-1/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59/.files-list.txt /home/naourr/work/instance-3/output-1/build/pixman-0.38.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/pixz-1.0.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/protobuf-3.11.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/ptpd-1.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-2.7.17/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-cheetah-3.2.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-dpkt-1.9.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-engineio-3.10.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-msgfy-0.0.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-numpy-1.16.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-pam-0.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-pathlib2-2.3.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-ply-3.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-pyelftools-0.25/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-pyinotify-0.9.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-pysmi-0.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-raven-6.10.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-six-1.14.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/python-socketio-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/readline-8.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/.files-list.txt /home/naourr/work/instance-3/output-1/build/sconeserver-6b932d7d8dbb700b830205e7111e469cefff490c/.files-list.txt /home/naourr/work/instance-3/output-1/build/shapelib-1.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/shared-mime-info-1.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/socketcand-69e2201222f015a1abe7a58ecf61325012cd91b1/.files-list.txt /home/naourr/work/instance-3/output-1/build/softether-4.30-9700-beta/.files-list.txt /home/naourr/work/instance-3/output-1/build/sqlite-3300100/.files-list.txt /home/naourr/work/instance-3/output-1/build/tinymembench-0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-3/output-1/build/traceroute-2.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/ubus-34c6e818e431cc53478a0f7c7c1eca07d194d692/.files-list.txt /home/naourr/work/instance-3/output-1/build/udev/.files-list.txt /home/naourr/work/instance-3/output-1/build/unzip-60/.files-list.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/wolfssl-4.3.0-stable/.files-list.txt /home/naourr/work/instance-3/output-1/build/wpan-tools-0.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/xerces-3.2.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/xz-5.2.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list.txt /home/naourr/work/instance-3/output-1/build/znc-1.7.5/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-c-ares-1.16.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-cryptsetup-2.2.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gdk-pixbuf-2.36.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-grpc-1.25.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-icu-65-1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-json-c-0.13.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libaio-0.3.111/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libglib2-2.64.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libjpeg-9d/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libopenssl-1.1.1d/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libpng-1.6.37/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lvm2-2.02.185/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-meson-0.53.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-parted-3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-perl-5.30.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-perl-crypt-openssl-guess-0.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-perl-module-build-0.4231/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-popt-1.16/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-protobuf-3.11.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-2.7.17/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-setuptools-41.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-setuptools-41.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-readline-8.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-sam-ba-2.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-shared-mime-info-1.12/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-softether-4.30-9700-beta/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/alure-14beed2a86d5a36030e907b21c46614d505f07cd/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/armadillo-9.850.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/boost-1.72.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/c-ares-1.16.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cairo-1.16.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ccid-1.4.31/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/clapack-3.2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/dawgdic-16ac537ba9883ff01b63b6d1fdc3072150c68fee/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/dbus-1.12.16/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ell-0.28/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/eudev-3.2.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/flatbuffers-1.11.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gdbm-1.18.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gdk-pixbuf-2.36.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/glog-0.4.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/grpc-1.25.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gssdp-1.0.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/harfbuzz-2.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ibrcommon-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/icu-65-1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ijs-0.35/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/imlib2-1.5.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/json-c-0.13.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/json-for-modern-cpp-3.7.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/keyutils-1.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/kmod-27/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lame-3.100/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libarchive-3.4.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcap-ng-0.7.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcroco-0.6.13/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libdrm-2.4.100/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libfribidi-1.0.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libgpg-error-1.37/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libjpeg-9d/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libksba-1.3.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liblo-0.30/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libminiupnpc-2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmng-2.0.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnet-1.1.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1d/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libplist-2.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpthread-stubs-0.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpthsem-2.0.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/librsvg-2.40.20/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsoup-2.62.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liburiparser-0.9.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/linknx-0.0.1.37/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/linux-pam-1.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mobile-broadband-provider-info-20190618/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/oniguruma-6.9.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/openal-1.19.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/openldap-2.4.48/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/opus-1.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/paho-mqtt-c-1.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/paho-mqtt-cpp-1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pango-1.44.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/parted-3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pcsc-lite-1.8.26/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/perl-5.30.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pixman-0.38.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/protobuf-3.11.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/python-2.7.17/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/python-numpy-1.16.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/readline-8.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/shapelib-1.5.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/shared-mime-info-1.12/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sqlite-3300100/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ubus-34c6e818e431cc53478a0f7c7c1eca07d194d692/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/valijson-0.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/wolfssl-4.3.0-stable/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/xerces-3.2.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/xz-5.2.4/.files-list-staging.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-3/output-1/target/usr ln -snf /home/naourr/work/instance-3/output-1/host/mipsel-buildroot-linux-gnu/sysroot /home/naourr/work/instance-3/output-1/staging make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2020.05-git-06266-g978d835640e 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 >>> alure 14beed2a86d5a36030e907b21c46614d505f07cd Collecting legal info LICENSE: OK (sha256: 7331ddc67daaf1a283c81e8dc17bac8dc40f54ed3fab3d3964616f4bd502a0a3) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openal 1.19.1 Collecting legal info COPYING: OK (sha256: d808ce217e5b611854da622b57ec29fe545584c48bc5352fae72a4b6e5074a15) >>> armadillo 9.850.1 Collecting legal info LICENSE.txt: OK (sha256: 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> boost 1.72.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> icu 65-1 Collecting legal info LICENSE: OK (sha256: 6a18c5fac70d7860b57f5b72b4e2c9a1ba6b3d2741eef7ff9767c5379364f10d) >>> host-icu 65-1 Collecting legal info LICENSE: OK (sha256: 6a18c5fac70d7860b57f5b72b4e2c9a1ba6b3d2741eef7ff9767c5379364f10d) >>> c-ares 1.16.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> 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) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> 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) >>> 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) >>> 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.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.53.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> 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) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> pixman 0.38.4 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cannelloni 20160414 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ccid 1.4.31 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> udev Collecting legal info >>> eudev 3.2.9 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> kmod 27 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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) >>> pcsc-lite 1.8.26 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-cryptsetup 2.2.2 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> dawgdic 16ac537ba9883ff01b63b6d1fdc3072150c68fee Collecting legal info COPYING: OK (sha256: 3059f68686f1c5bc6ed0e9db415fc257c4e7618b6ac58ecce83986eb8a7cf501) >>> dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dhcpcd 8.0.3 Collecting legal info LICENSE: OK (sha256: 213fc1a704cecdb322276fa7c95891fd1c23137d9ab572af1fc5e91b48762303) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ell 0.28 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> fail2ban 0.11.1 Collecting legal info COPYING: OK (sha256: a75fec0260742fe6275d63ff6a5d97b924b28766558306b3fa4069763096929b) >>> flatbuffers 1.11.0 Collecting legal info LICENSE.txt: OK (sha256: 7ec9661a8afafab1eee3523d6f1a193eff76314a5ab10b4ce96aefd87621b0c3) >>> font-awesome 4.7.0 Collecting legal info >>> gdbm 1.18.1 Collecting legal info COPYING: OK (sha256: 690d762f2e8e149ab1e2d6a409a3853b6151a2533b2382fae549a176d6bedecf) >>> gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> glog 0.4.0 Collecting legal info COPYING: OK (sha256: 0fc497129c5c69ff6f22da6933c7e4aaef082fde8437fd57680c2780100772a4) >>> grpc 1.25.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-grpc 1.25.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-c-ares 1.16.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> host-protobuf 3.11.3 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> protobuf 3.11.3 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> gssdp 1.0.3 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3300100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> harfbuzz 2.6.4 Collecting legal info COPYING: OK (sha256: 1b32b6e2fea50440c128c5ba482f7691367c46fd0cd573b80fc863bf07964cea) >>> hdparm 9.58 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ibrdtn-tools 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> libarchive 3.4.2 Collecting legal info COPYING: OK (sha256: e1e3d4ba9d0b0ccba333b5f5539f7c6c9a3ef3d57a96cd165d2c45eaa1cd026d) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> imlib2 1.5.1 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> iotop 0.6 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> iwd 1.5 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> json-for-modern-cpp 3.7.3 Collecting legal info LICENSE.MIT: OK (sha256: 7400586ce89c6a2cc65f6ca46997da5d356a230673d3a211e040b783f23578a1) >>> keyutils 1.6 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libcamera 448393f77ec9e37cb807e8e8d35c1a4877d253d4 Collecting legal info licenses/gnu-gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/gnu-lgpl-2.1.txt: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libcroco 0.6.13 Collecting legal info COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) >>> libdrm 2.4.100 Collecting legal info >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libfribidi 1.0.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libksba 1.3.5 Collecting legal info AUTHORS: OK (sha256: 240908e1356ffeb5d0730227b6198dcc8e878375d28632fd813e0ed75b35ccc2) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblo 0.30 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libminiupnpc 2.1 Collecting legal info LICENSE: OK (sha256: e2df21b3d4b1a84a0ac31d808a3ff330fdf3602e0839a526d3df2fcfba287ac4) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libnet 1.1.6 Collecting legal info doc/COPYING: OK (sha256: 961355c8bac6de11ecb8f634111986712e80a88272c0bb0954fd1810e6f47cab) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libplist 2.1.0 Collecting legal info COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> librsvg 2.40.20 Collecting legal info COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> pango 1.44.6 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> liburiparser 0.9.3 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> linknx 0.0.1.37 Collecting legal info LICENSE: OK (sha256: c03cea027b4b40e4402fabd08557736727ec3d5bc54ad64ab6472de432198cad) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> minissdpd 1.5.20190824 Collecting legal info LICENSE: OK (sha256: 00c8368dd1574b025df65f24f61c32d1297ff9b6dc695fda964b1b1efc7a53d3) >>> 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) >>> mpd 0.21.20 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> ofono 1.31 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> oniguruma 6.9.4 Collecting legal info COPYING: OK (sha256: ae266a1ad1c2ef50baf14a1a2993e926cd46d09c6cc8b0b3a8498e44da2746b8) >>> openldap 2.4.48 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> paho-mqtt-c 1.3.1 Collecting legal info epl-v10: OK (sha256: 44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) >>> paho-mqtt-cpp 1.1 Collecting legal info epl-v10: OK (sha256: 44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) >>> parted 3.3 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-parted 3.3 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-appconfig 1.71 Collecting legal info LICENSE: OK (sha256: 0b22dd532e4123a511d14989c4169ed56b7316cf844c29c7897a1638a4616868) >>> host-perl 5.30.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> perl 5.30.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> perl-class-std-fast 0.0.8 Collecting legal info README: OK (sha256: aa1ab90c498aee078076e9a1f83e5f14bbfd841509582795ab5a9571428c0c38) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-class-std 0.013 Collecting legal info README: OK (sha256: b8175bf3750dc54096bf1506c681b4f13262e5b82e40244e9a77730c6b72e4d6) >>> perl-crypt-openssl-random 0.15 Collecting legal info LICENSE: OK (sha256: fdaba2134145d3e252c5930180b2bcb13b5367ad5a8713d6868f014cd25c496f) >>> host-perl-crypt-openssl-guess 0.11 Collecting legal info LICENSE: OK (sha256: 5c739f181ce7aa31d739277996ff230067dad39332e5597c0dffd36e5d784072) >>> perl-crypt-openssl-rsa 0.31 Collecting legal info LICENSE: OK (sha256: 8a693ad3f52daeeb5ac5deceb1e1109c9c87095ed5ba6506d6d5c106e4066f5a) >>> perl-encode-detect 1.01 Collecting legal info LICENSE: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-stream-buffered 0.03 Collecting legal info LICENSE: OK (sha256: 68e8c38e6d2f2b0570a908411f8321b80a7e35ea44f43729807c9ac9a025f591) >>> perl-sys-meminfo 0.99 Collecting legal info LICENSE: OK (sha256: 62854ade112a6782f476bdc7dc9603776c4e064782623d999f966dba131a15de) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> pixz 1.0.6 Collecting legal info LICENSE: OK (sha256: d036806b4d1efee7c6d86276451c4d833e9798751417e25daae62dfbe348641b) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> python-cheetah 3.2.4 Collecting legal info LICENSE: OK (sha256: 635349ae512fafc2e60eb74a50d0a5276fa06c00b5ecb20da53546449ddc45ea) >>> host-python-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-dpkt 1.9.2 Collecting legal info LICENSE: OK (sha256: 4c5ffde575425591cbd51410219a6b98bbbb717e0c5784187e356653da8e5095) >>> python-engineio 3.10.0 Collecting legal info LICENSE: OK (sha256: c9e97d3dbc1fbbcdb4f7808b282cd646db887aff4f5313fe6bbe8d4c31405a9c) >>> python-msgfy 0.0.7 Collecting legal info LICENSE: OK (sha256: fcfe96f8fb1bf3478a51c828e7f7afee01500ce1c2d4345d052edb858be05227) >>> python-numpy 1.16.4 Collecting legal info LICENSE.txt: OK (sha256: 6b5086f61fe0c71564a79304ecbaa60f11fa3f3debf82f73d16a611cab102adc) doc/sphinxext/LICENSE.txt: OK (sha256: 426a5a484480f57a295db48c2c04f47bb3274752dd82a7fd6541dfa2cb90f641) doc/scipy-sphinx-theme/LICENSE.txt: OK (sha256: 154a8706fa0fdeff1073bf6239c4ecf51f562ab107066eef839dade1a45c824c) numpy/linalg/lapack_lite/LICENSE.txt: OK (sha256: a14cc25e10d40a3aa705b7de2fb764a6535d8ee9b2db4e1724900585457dfd55) tools/npy_tempita/license.txt: OK (sha256: badf51c7e3e7de9c7630bd069780f5c197b846ef7660b342a1e58d5553592d8e) numpy/core/src/multiarray/dragon4.c: OK (sha256: d37526b4a34c0aa859afe6f9b7e64ca7c306b7430df8113dd5ac6fcb246bd2d4) >>> python-pam 0.5.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> python-pathlib2 2.3.5 Collecting legal info LICENSE.rst: OK (sha256: f8e02f1a07e4c6fc59a4bee831ddde26b97064105c423b9e24340f35aaa80262) >>> python-ply 3.11 Collecting legal info README.md: OK (sha256: 1095b93b81d2043c5c55e0859875b416f75edb6d5eccb4bf2ace1b5445d1c84f) >>> python-pyelftools 0.25 Collecting legal info LICENSE: OK (sha256: ae18bf4cb82f92af7547259177bc28bc48e4fc732518bcedfe690226288d3445) >>> python-pyinotify 0.9.6 Collecting legal info COPYING: OK (sha256: 97c96d577f761e23c7778bda2b163dba7b94e4defdd7873b7155bed252820608) >>> python-pysmi 0.3.4 Collecting legal info LICENSE.rst: OK (sha256: c43704eafcfa2bc33e56168f2b498c3c34a1d7865855626a52b5af411fc5837f) >>> python-raven 6.10.0 Collecting legal info LICENSE: OK (sha256: 5ce9459bc19ced99cc9eb135d4f559ed01e336354bdf16dd998be85aa688c233) >>> python-six 1.14.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> python-socketio 4.3.1 Collecting legal info LICENSE: OK (sha256: c9e97d3dbc1fbbcdb4f7808b282cd646db887aff4f5313fe6bbe8d4c31405a9c) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> host-sam-ba 2.18 Collecting legal info doc/license.txt: OK (sha256: f9cac240acadbfd8f4f1c0d65132f85427384697bd6337da6444c531138d56ee) tcl_lib/boards.tcl: OK (sha256: 255564ff8953ea95c11a4ab1d56f1edf332298faad209ca80daf745c7ed95124) applets/sam4c/libraries/libchip_sam4c/include/sam4c/sam4c32e-1.h: OK (sha256: 74ae62858139cb4e18acc3448483be80ea6b36fdb87260b665f43762ca354ede) >>> sconeserver 6b932d7d8dbb700b830205e7111e469cefff490c Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> shapelib 1.5.0 Collecting legal info web/license.html: OK (sha256: a638278f7f1cb7d0cdc73b47a6c87261b882e356a8e79922e90d44d7ef1dd2c7) COPYING: OK (sha256: 7eb803a70990017a1c4e38a8342d7413c5dfeec3ed1ac407e15ae2c274e560ff) >>> shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: b32028a4080be38208ee951c6e8afc6f3bfb3d5496559b260ab0dce9472740f6) >>> softether 4.30-9700-beta Collecting legal info LICENSE: OK (sha256: 5da6241ddb987c4543bf1cbba6b40a3cd3ecb624dbd4a63daf04440911656bde) >>> host-softether 4.30-9700-beta Collecting legal info LICENSE: OK (sha256: 5da6241ddb987c4543bf1cbba6b40a3cd3ecb624dbd4a63daf04440911656bde) >>> host-readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ubus 34c6e818e431cc53478a0f7c7c1eca07d194d692 Collecting legal info ubusd_acl.h: OK (sha256: f53187f011575f6ec6c529136fd4658d67e674227c80b7b72c99b3654454ae7f) >>> unzip 60 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> valijson 0.2 Collecting legal info LICENSE: OK (sha256: 1a0f99926a2dbec30eba3db820236d9953fbe3048976923ac24980e655fbe991) >>> wolfssl 4.3.0-stable Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: 74adaaef40b96c71378b6daa3feb8ccd4a1bfd9b76debf3f3f29cf3a0e86c9a0) >>> wpan-tools 0.9 Collecting legal info COPYING: OK (sha256: fe8e595c24d821a60885eb259619df5e5e3976c48465fde0be29fcd78530798f) >>> xerces 3.2.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> znc 1.7.5 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: libdrm-2.4.100: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'