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 if [ -x /home/naourr/work/instance-3/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-3/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/naourr/work/instance-3/output-1/build/locales.nopurge 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/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/mips-linux-gnu-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/mips-linux-gnu-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.08-git-07830-g838f67c27f0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-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/4th-3.62.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/apache-2.4.43/.files-list.txt /home/naourr/work/instance-3/output-1/build/apr-1.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/apr-util-1.6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/aumix-2.9.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/avahi-0.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/bandwidthd-2.0.1-auto-r11/.files-list.txt /home/naourr/work/instance-3/output-1/build/bctoolbox-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/belle-sip-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/binutils-2.33.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/bluez5_utils-5.54/.files-list.txt /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/bzip2-1.0.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/c-icap-0.5.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/chocolate-doom-3.0.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/cmake-3.15.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/cpio-2.13/.files-list.txt /home/naourr/work/instance-3/output-1/build/cppzmq-4.6.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/cups-2.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/curlpp-0.8.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/cwiid-fadf11e89b579bcc0336a0692ac15c93785f3f82/.files-list.txt /home/naourr/work/instance-3/output-1/build/daq-2.0.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/dbus-1.12.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/dbus-cpp-0.9.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/dtc-1.6.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/e2fsprogs-1.45.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/execline-2.6.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/exfat-1.3.0/.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/fb-test-app-rosetta-1.1.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/gd-2.2.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/gdb-8.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gensio-2.0.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/gflags-2.2.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/gloox-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/gnupg2-2.2.20/.files-list.txt /home/naourr/work/instance-3/output-1/build/gvfs-1.31.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-3/output-1/build/iperf3-3.8.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/iproute2-5.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/jemalloc-5.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-3/output-1/build/jq-a97638713ad30653d424f136018098c4b0e5c71b/.files-list.txt /home/naourr/work/instance-3/output-1/build/jsoncpp-1.9.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/lcms2-2.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libao-1.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libarchive-3.4.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libassuan-2.5.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libconfig-1.7.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcurl-7.71.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libdaemon-0.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/libdvdcss-1.4.2/.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/libfuse-2.9.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/libgcrypt-1.8.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.3/.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/libgpgme-1.13.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libid3tag-0.15.1b/.files-list.txt /home/naourr/work/instance-3/output-1/build/libjpeg-9d/.files-list.txt /home/naourr/work/instance-3/output-1/build/libjson-7.6.1/.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/liblockfile-1.09/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmad-0.15.1b/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmodplug-0.8.9.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmodsecurity-3.0.4/.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/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnpth-1.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/liboauth-1.0.3/.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.1g/.files-list.txt /home/naourr/work/instance-3/output-1/build/libostree-2020.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.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/libsepol-3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libshairplay-ce80e005908f41d0e6fde1c4a21e9cb8ee54007b/.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/libsvg-0.1.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libudfread-1.0.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libunistring-0.9.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libuv-1.38.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libvips-8.8.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.6/.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/libyaml-0.2.5/.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/lighttpd-1.4.55/.files-list.txt /home/naourr/work/instance-3/output-1/build/linux-pam-1.4.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/lmbench-3.0-a9/.files-list.txt /home/naourr/work/instance-3/output-1/build/lsuio-0.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/lxc-3.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/mbedtls-2.16.6/.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/modplugtools-0.5.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/monkey-1.6.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/mpc-1.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/mpfr-4.0.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/mpg123-1.25.13/.files-list.txt /home/naourr/work/instance-3/output-1/build/mysql/.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/nmon-16m/.files-list.txt /home/naourr/work/instance-3/output-1/build/numactl-2.0.13/.files-list.txt /home/naourr/work/instance-3/output-1/build/oniguruma-6.9.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/open-lldp-b71bfb87fefb31c4b1a6a7ae351791c90966c3a8/.files-list.txt /home/naourr/work/instance-3/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-3/output-1/build/openswan-2.6.51.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/openvpn-2.4.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/opkg-0.4.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/oracle-mysql-5.1.73/.files-list.txt /home/naourr/work/instance-3/output-1/build/ortp-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/pax-utils-1.2.2/.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/pdmenu-1.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/php-7.4.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/physfs-3.0.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/pimd-2.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/pppd-2.4.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/proj-7.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/qdecoder-12.0.7/.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/rhash-1.3.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/rp-pppoe-3.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/rt-tests-1.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/s6-2.9.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/s6-linux-init-1.0.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/s6-linux-utils-2.5.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/s6-portable-utils-2.2.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/sbc-1.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/sconeserver-6b932d7d8dbb700b830205e7111e469cefff490c/.files-list.txt /home/naourr/work/instance-3/output-1/build/sdl2-2.0.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/sdl2_mixer-2.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/sdl2_net-2.0.1/.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/skalibs-2.9.2.1/.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-sysv/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/slang-2.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/sqlite-3310100/.files-list.txt /home/naourr/work/instance-3/output-1/build/tcl-8.6.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-codesourcery-mips-2016.05-8/.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/tree-1.8.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8/.files-list.txt /home/naourr/work/instance-3/output-1/build/uacme-1.4.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/uftp-5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/unscd-0.53/.files-list.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/vorbis-tools-1.4.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/vsftpd-3.0.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/wireguard-tools-1.0.20200513/.files-list.txt /home/naourr/work/instance-3/output-1/build/wpa_supplicant-2.9/.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/zeromq-4.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlib/.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-4th-3.62.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-android-tools-4.2.2+git20130218/.files-list-host.txt /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-dbus-1.12.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-dbus-cpp-0.9.0/.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-faketime-0.9.8/.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-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-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-jsmin-1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b/.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.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libopenssl-1.1.1g/.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-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lzo-2.10/.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.54.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mtd-2.1.1/.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-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-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-setuptools-44.0.0/.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-sqlite-3310100/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-swig-4.0.2/.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.2/.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/host-zstd-1.4.3/.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/4th-3.62.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/apache-2.4.43/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/apr-1.7.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/apr-util-1.6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/avahi-0.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bctoolbox-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/belle-sip-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/binutils-2.33.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bitstream-1.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bluez5_utils-5.54/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bluez5_utils-headers-5.54/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bzip2-1.0.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/c-icap-0.5.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cppzmq-4.6.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cups-2.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/curlpp-0.8.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cwiid-fadf11e89b579bcc0336a0692ac15c93785f3f82/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/daq-2.0.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/dbus-1.12.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/dbus-cpp-0.9.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/dtc-1.6.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/e2fsprogs-1.45.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/execline-2.6.1.0/.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/flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gd-2.2.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gensio-2.0.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gflags-2.2.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gloox-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gvfs-1.31.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jemalloc-5.2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jq-a97638713ad30653d424f136018098c4b0e5c71b/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jsoncpp-1.9.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lcms2-2.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libao-1.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libarchive-3.4.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libassuan-2.5.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libconfig-1.7.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcurl-7.71.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libdaemon-0.14/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libdvdcss-1.4.2/.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/libfuse-2.9.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libgcrypt-1.8.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.3/.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/libgpgme-1.13.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libid3tag-0.15.1b/.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/libjson-7.6.1/.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/liblockfile-1.09/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmad-0.15.1b/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmodplug-0.8.9.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmodsecurity-3.0.4/.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/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnpth-1.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liboauth-1.0.3/.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.1g/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libostree-2020.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.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/libsepol-3.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libshairplay-ce80e005908f41d0e6fde1c4a21e9cb8ee54007b/.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/libsvg-0.1.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libudfread-1.0.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libunistring-0.9.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libuv-1.38.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libvips-8.8.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.6/.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/libyaml-0.2.5/.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/linux-pam-1.4.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lxc-3.2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mbedtls-2.16.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mpc-1.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mpfr-4.0.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mpg123-1.25.13/.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/numactl-2.0.13/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/oniguruma-6.9.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/opkg-0.4.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/oracle-mysql-5.1.73/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ortp-4.3.1/.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/php-7.4.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/physfs-3.0.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pppd-2.4.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/proj-7.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/qdecoder-12.0.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/rapidjson-1.1.0/.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/rhash-1.3.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/s6-2.9.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sbc-1.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sdl2-2.0.12/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sdl2_mixer-2.0.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sdl2_net-2.0.1/.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/skalibs-2.9.2.1/.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/slang-2.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sqlite-3310100/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/tcl-8.6.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-codesourcery-mips-2016.05-8/.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/tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/wpa_supplicant-2.9/.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/zeromq-4.3.2/.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/mips-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.08-git-07830-g838f67c27f0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info mips-2016.05-8-mips-linux-gnu.src.tar.bz2: OK (sha256: 2658e55d5b71bba25d6f77e868e18b200ea5f75c8add7ed3a9266e716d9adfff) >>> toolchain-external-codesourcery-mips 2016.05-8 Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.62.5 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.62.5 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> apache 2.4.43 Collecting legal info LICENSE: OK (sha256: 47b8c2b6c3309282a99d4a3001575c790fead690cc14734628c4667d2bbffc43) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-pam 1.4.0 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: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> 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) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> mysql Collecting legal info >>> oracle-mysql 5.1.73 Collecting legal info README: OK (sha256: cbf0dbf56528a629f4358a1339f981202f1a9a0d9542c092b03f486064ced2db) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> sqlite 3310100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> 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 3.8.3 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> bluez5_utils-headers 5.54 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bctoolbox 4.3.1 Collecting legal info COPYING: OK (sha256: 849dd903d98f12a964466ccfbaf3a1de1f94ad0ebd49a59d12f8ce4506f9f647) >>> mbedtls 2.16.6 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> belle-sip 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> binutils 2.33.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bluez5_utils 5.54 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> 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) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iproute2 5.7.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-icap 0.5.6 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> chocolate-doom 3.0.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.0.12 Collecting legal info COPYING.txt: OK (sha256: ae4df3759a726538607b84c00ab8f8a5567d9f38ad5397486eb9b5c5f626caef) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> libmodplug 0.8.9.0 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl2_net 2.0.1 Collecting legal info COPYING.txt: OK (sha256: f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594) >>> cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> jsoncpp 1.9.3 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> libarchive 3.4.3 Collecting legal info COPYING: OK (sha256: e1e3d4ba9d0b0ccba333b5f5539f7c6c9a3ef3d57a96cd165d2c45eaa1cd026d) >>> libcurl 7.71.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> libuv 1.38.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> rhash 1.3.5 Collecting legal info COPYING: OK (sha256: 8cf876d3406a2eed6c17ae804c8958bd78d3a0f63c30d6e2e789ab575e9fde40) >>> cppzmq 4.6.0 Collecting legal info LICENSE: OK (sha256: 7e6db90e2e805c72b3daa77849d1cb5f1f92da0e69750c8a4aa1d86d70704748) >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> cups 2.3.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) NOTICE: OK (sha256: a5d616e6322a9cb1a971e18765025edfca4f3cd9c0eafc32d6d2eb4b8c8787b5) >>> curlpp 0.8.1 Collecting legal info doc/LICENSE: OK (sha256: 8b9e3afd4d06ad3c169e788e5187a3e9f4f35671e9a7322f7e74bea9643b5b5a) >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> daq 2.0.6 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> dbus-cpp 0.9.0 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-dbus-cpp 0.9.0 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dtc 1.6.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> execline 2.6.1.0 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> skalibs 2.9.2.1 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> exfat 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-faketime 0.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fb-test-app rosetta-1.1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> font-awesome 4.7.0 Collecting legal info >>> gdb 8.2.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> gensio 2.0.3 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gflags 2.2.2 Collecting legal info COPYING.txt: OK (sha256: 90d1f3701813c3cd65eee2dc736746fe46b465918f3f7d6d31463a2018b33fa5) >>> gloox 1.0.23 Collecting legal info LICENSE: OK (sha256: 40a20c41c8dabb8ba61bea983fa8f2f6989e67fac56bb62c2249053807fd26af) >>> mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> gnupg2 2.2.20 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.3 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgcrypt 1.8.5 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> 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) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> gvfs 1.31.4 Collecting legal info COPYING: OK (sha256: 45cf336e2e48176993babc5aabf44437390f40e6a86a472c6abfc7ce9c035db4) >>> 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) >>> 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) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> initscripts Collecting legal info >>> iperf3 3.8.1 Collecting legal info LICENSE: OK (sha256: 9ef73096bdd5209dd979bfa1fec70aeb42a7255d2df3aec423642aa92d5e9f40) >>> jemalloc 5.2.1 Collecting legal info COPYING: OK (sha256: 94aa2caa98c25d942f58b956c71dba6a99ff98fc3a31cbc669fe2a4cd0268b53) >>> jq a97638713ad30653d424f136018098c4b0e5c71b Collecting legal info COPYING: OK (sha256: 111136aebcbfa68b6b0084e582b30e981da76adcff84eab6f9be32a1f38c5bf1) >>> oniguruma 6.9.5 Collecting legal info COPYING: OK (sha256: 6c7038393e8f30fee16257e713f77e383712f1465d6d25929596746b10b42bd3) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> lcms2 2.10 Collecting legal info COPYING: OK (sha256: 53ad5ca11b8f4079e9c9bfa61575927a33f53526d6d414287149ec3ab61e8e4d) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libconfig 1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libgpgme 1.13.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libjson 7.6.1 Collecting legal info License.txt: OK (sha256: bd62d605bef39ab7ae39f6fa333ba513edb93cfcd56c9c966f1d34e31ff7c69b) >>> liblockfile 1.09 Collecting legal info COPYRIGHT: OK (sha256: 5fffcc11f94a05a7cff02ff792407737eb1cba840767cc1a71b67fbb19695dd3) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmodsecurity 3.0.4 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> libnet 1.1.6 Collecting legal info doc/COPYING: OK (sha256: 961355c8bac6de11ecb8f634111986712e80a88272c0bb0954fd1810e6f47cab) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libostree 2020.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libsepol 3.0 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libudfread 1.0.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libvips 8.8.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> lighttpd 1.4.55 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lxc 3.2.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> modplugtools 0.5.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> monkey 1.6.9 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> mpg123 1.25.13 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> host-mtd 2.1.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.4.3 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> nmon 16m Collecting legal info lmon16m.c: OK (md5: df67f07ea4006c6204acff586beada81) lmon16m.c: OK (sha1: 68cd02be19036a287fe352823db93223e73a9411) lmon16m.c: OK (sha256: 2bed4d45fdfdf1d1387ec91e139c04975d5f838e3e0d53c0fe2d803a707e5fc1) >>> numactl 2.0.13 Collecting legal info README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575) >>> open-lldp b71bfb87fefb31c4b1a6a7ae351791c90966c3a8 Collecting legal info COPYING: OK (sha256: 67af5abeb092213cd9c53781503320f635ba28b641e0c3f24d367e8e93a9839b) >>> openswan 2.6.51.5 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> openvpn 2.4.9 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> opkg 0.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ortp 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> pdmenu 1.3.4 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> php 7.4.7 Collecting legal info LICENSE: OK (sha256: 0967ad6cf4b7fe81d38709d7aaef3fecb3bd685be7eebb37b864aa34c991baa7) >>> physfs 3.0.2 Collecting legal info LICENSE.txt: OK (sha256: d80c0b09a1c98c61667ea044eefa2fd98fb70bd5fe12c49ff52b1fc2289a6583) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> pppd 2.4.8 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: 91a5e9c173e0e001e081e15bf7850cfd782a0baa02f5921e327ae3b449beff3f) pppd/ccp.c: OK (sha256: ee1c28551c87cdcdaf80eb3922726f015201614cb560a5ed18a7a0c15f2b4aa4) pppd/plugins/passprompt.c: OK (sha256: 6fa4c3dad059f6ef15c1c5e5219d9d0d40991dd3a162098a89967a1720de059e) >>> proj 7.0.1 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> host-sqlite 3310100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> qdecoder 12.0.7 Collecting legal info COPYING: OK (sha256: 17e647523e5c5c75fd02861dcf3ea91a146d918ab303460ee58135c9dd70904e) >>> rapidjson 1.1.0 Collecting legal info license.txt: OK (sha256: a140e5d46fe734a1c78f1a3c3ef207871dd75648be71fdda8e309b23ab8b1f32) >>> rp-pppoe 3.12 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> rt-tests 1.8 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> s6-linux-init 1.0.3.1 Collecting legal info COPYING: OK (sha256: 487e89990a571700bcdf7c0cbbde2859446f79e85e8b59791adab98fff6b1889) >>> s6 2.9.0.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> s6-linux-utils 2.5.1.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> s6-portable-utils 2.2.2.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> sbc 1.4 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> sconeserver 6b932d7d8dbb700b830205e7111e469cefff490c Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> tcl 8.6.9 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tree 1.8.0 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> uacme 1.4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uftp 5.0 Collecting legal info LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unscd 0.53 Collecting legal info nscd-0.53.c: OK (sha256: 9078255b2b9c344d9a0c3333ce23dda9d745f158dde0ea2244a8c56ba93f7a40) >>> vorbis-tools 1.4.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> vsftpd 3.0.3 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> wireguard-tools 1.0.20200513 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wpa_supplicant 2.9 Collecting legal info README: OK (sha256: 9da5dd0776da266b180b915e460ff75c6ff729aca1196ab396529510f24f3761) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-mips-2016.05-8: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS_LICENSE_FILES not defined) WARNING: bandwidthd-2.0.1-auto-r11: cannot save license (BANDWIDTHD_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_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'