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 grep -qsE '^/usr/bin/tmux$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/usr/bin/tmux" >> /home/naourr/work/instance-3/output-1/target/etc/shells 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/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/etc/bash_completion.d 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 rm -rf /home/naourr/work/instance-3/output-1/target/lib/debug /home/naourr/work/instance-3/output-1/target/usr/lib/debug 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/arm-none-linux-gnueabi-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/arm-none-linux-gnueabi-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=2019.02-8295-ga68fb15dc6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-rc1\"" \ ) > /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/assimp-5.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/autofs-5.1.6/.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/bcusdk-0.0.5/.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/bluez5_utils-5.54/.files-list.txt /home/naourr/work/instance-3/output-1/build/bluez5_utils-headers-5.54/.files-list.txt /home/naourr/work/instance-3/output-1/build/btrfs-progs-5.6/.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/corkscrew-2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/cppdb-0.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/cunit-2.1-3/.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/earlyoom-1.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/evemu-2.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/evtest-1.34/.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/faad2-2.9.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/faifa-0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/fastd-19/.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/fmtools-2.0.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/freeradius-client-1.1.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/fscryptctl-f037dcf4354ce8f25d0f371b58dfe7a7ac27576f/.files-list.txt /home/naourr/work/instance-3/output-1/build/fxload-2008_10_13/.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/gli-559cbe1ec38878e182507d331e0780fbae5baf15/.files-list.txt /home/naourr/work/instance-3/output-1/build/glib-networking-2.64.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/gperf-3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gptfdisk-1.0.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/haproxy-2.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/hiredis-0.14.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-bzip2-1.0.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-cramfs-2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-e2fsprogs-1.45.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-e2tools-0.0.16.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-elfutils-0.177/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-faketime-0.9.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-0.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-intltool-0.51.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libcap-2.27/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libffi-3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libglib2-2.64.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libtirpc-1.2.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libxml-parser-perl-2.46/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-lttng-babeltrace-1.5.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-meson-0.55.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-nfs-utils-2.5.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-ninja-1.10.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-opkg-utils-0.4.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-popt-1.16/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-pwgen-2.08/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-python3-setuptools-44.0.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-rcw-LSDK-19.09/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-sqlite-3320300/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-tzdata-2020a/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-xz-5.2.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-zic-2020a/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list.txt /home/naourr/work/instance-3/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-3/output-1/build/inotify-tools-3.20.2.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/jansson-2.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/jbig2dec-0.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/jose-10/.files-list.txt /home/naourr/work/instance-3/output-1/build/jpeg-turbo-2.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-3/output-1/build/jquery-1.11.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/json-c-0.14/.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/leptonica-1.78.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libaacs-0.10.0/.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/libasplib-be7fac89218a84b75f7598e3d76625ece99296f2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libatomic_ops-7.6.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libbluray-1.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libbson-1.9.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcap-2.27/.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/libdvdcss-1.4.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libdvdread-6.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libeXosip2-5.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libestr-0.1.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/libevdev-1.9.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libevent-2.1.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/libfastjson-0.99.8/.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/libfm-extra-1.3.1/.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.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.4/.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/libgsm-1.0.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/libical-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libkcapi-1.1.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/liblinear-2.30/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmcrypt-2.5.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmhash-0.9.9.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmicrohttpd-0.9.71/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_conntrack-1.0.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_cttimeout-1.0.0/.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/libnspr-4.27/.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/liboping-1.10.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libosip2-5.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libp11-0.4.10/.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/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/libpthsem-2.0.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/libroxml-3.0.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsecret-0.20.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsha1-0.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsidplay2-2.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.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/libsodium-1.0.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list.txt /home/naourr/work/instance-3/output-1/build/libuecc-7/.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/liburcu-0.12.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/liburiparser-0.9.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libvncserver-0.9.13/.files-list.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/libvpx-1.8.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libyang-1.0.176/.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/links-2.20.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/lzo-2.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/mbedtls-2.16.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/mcrypt-2.6.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/menu-cache-1.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/mjpegtools-2.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/motion-4.2.2/.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/netsniff-ng-0.6.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/netsnmp-5.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/norm-1.5.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/.files-list.txt /home/naourr/work/instance-3/output-1/build/openobex-1.7.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/openssh-8.3p1/.files-list.txt /home/naourr/work/instance-3/output-1/build/openssl/.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/parprouted-0.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/pciutils-3.7.0/.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/pifmrds-0bf57f9ce0d954365a38d8af8e7be6f28521c3f2/.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/proj-7.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/rabbitmq-c-0.10.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/rsh-redone-85/.files-list.txt /home/naourr/work/instance-3/output-1/build/screen-4.8.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/scrypt-1.3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/sdparm-1.10/.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/snmppp-3.4.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/speexdsp-SpeexDSP-1.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/sqlite-3320300/.files-list.txt /home/naourr/work/instance-3/output-1/build/sredird-2.2.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/sshfs-2.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/sunxi-tools-1.4.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/swupdate-2020.04/.files-list.txt /home/naourr/work/instance-3/output-1/build/tmux-2.9a/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-codesourcery-arm-2014.05-29/.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/tzdata-2020a/.files-list.txt /home/naourr/work/instance-3/output-1/build/ubus-34c6e818e431cc53478a0f7c7c1eca07d194d692/.files-list.txt /home/naourr/work/instance-3/output-1/build/ussp-push-0.11/.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/ux500-firmware-1.1.3-6/.files-list.txt /home/naourr/work/instance-3/output-1/build/valgrind-3.16.1/.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/wipe-2.3.1/.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/assimp-5.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/autofs-5.1.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bandwidthd-2.0.1-auto-r11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bctoolbox-4.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bcusdk-0.0.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/belle-sip-4.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bluez5_utils-5.54/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bluez5_utils-headers-5.54/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/btrfs-progs-5.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bzip2-1.0.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/corkscrew-2.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/cppdb-0.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/cunit-2.1-3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/dbus-1.12.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/earlyoom-1.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/evemu-2.7.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/evtest-1.34/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/faad2-2.9.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/faifa-0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fastd-19/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fb-test-app-rosetta-1.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fmtools-2.0.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/freeradius-client-1.1.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fscryptctl-f037dcf4354ce8f25d0f371b58dfe7a7ac27576f/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fxload-2008_10_13/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gd-2.2.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gli-559cbe1ec38878e182507d331e0780fbae5baf15/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/glib-networking-2.64.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gperf-3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gptfdisk-1.0.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/haproxy-2.2.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/hiredis-0.14.1/.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.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-bzip2-1.0.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-cramfs-2.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-e2fsprogs-1.45.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-e2tools-0.0.16.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-elfutils-0.177/.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-0.3.2/.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-libcap-2.27/.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.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtirpc-1.2.6/.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-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lttng-babeltrace-1.5.7/.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.55.0/.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-nfs-utils-2.5.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-opkg-utils-0.4.2/.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-popt-1.16/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pwgen-2.08/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.5/.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-rcw-LSDK-19.09/.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-3320300/.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-tzdata-2020a/.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-xz-5.2.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zic-2020a/.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/initscripts/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/inotify-tools-3.20.2.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jansson-2.12/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jbig2dec-0.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jose-10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jpeg-turbo-2.0.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jpeg/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jquery-1.11.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/json-c-0.14/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/keyutils-1.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/leptonica-1.78.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libaacs-0.10.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libao-1.2.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libasplib-be7fac89218a84b75f7598e3d76625ece99296f2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libatomic_ops-7.6.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libbluray-1.2.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libbson-1.9.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libcap-2.27/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libcurl-7.71.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libdvdcss-1.4.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libdvdread-6.1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libeXosip2-5.1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libestr-0.1.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libevdev-1.9.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libevent-2.1.12/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libfastjson-0.99.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libffi-3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libfm-extra-1.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libfuse-2.9.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libgcrypt-1.8.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libgpg-error-1.37/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libgsm-1.0.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libical-1.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libkcapi-1.1.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/liblinear-2.30/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libmcrypt-2.5.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libmhash-0.9.9.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libmicrohttpd-0.9.71/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_conntrack-1.0.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_cttimeout-1.0.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnspr-4.27/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/liboping-1.10.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libosip2-5.1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libp11-0.4.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libplist-2.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libpng-1.6.37/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libpthsem-2.0.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libroxml-3.0.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsecret-0.20.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsha1-0.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsidplay2-2.1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsndfile-1.0.28/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsodium-1.0.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libubox-723730214732862de7e892bae2f7a7889e66bf1b/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libuecc-7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libunistring-0.9.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/liburcu-0.12.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/liburiparser-0.9.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libvncserver-0.9.13/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libvpx-1.8.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libyang-1.0.176/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/links-2.20.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/lzo-2.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/mbedtls-2.16.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/mcrypt-2.6.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/menu-cache-1.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/mjpegtools-2.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/motion-4.2.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/mysql/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/netsniff-ng-0.6.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/netsnmp-5.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/norm-1.5.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/openobex-1.7.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/openssh-8.3p1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/openssl/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/oracle-mysql-5.1.73/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/parprouted-0.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/pciutils-3.7.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/pifmrds-0bf57f9ce0d954365a38d8af8e7be6f28521c3f2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/pimd-2.3.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/proj-7.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/rabbitmq-c-0.10.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/rsh-redone-85/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/screen-4.8.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/scrypt-1.3.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sdparm-1.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-sysv/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/snmppp-3.4.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/speexdsp-SpeexDSP-1.2.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sqlite-3320300/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sredird-2.2.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sshfs-2.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sunxi-tools-1.4.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/swupdate-2020.04/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/tmux-2.9a/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-codesourcery-arm-2014.05-29/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/traceroute-2.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/tzdata-2020a/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ubus-34c6e818e431cc53478a0f7c7c1eca07d194d692/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ussp-push-0.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ux500-firmware-1.1.3-6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/valgrind-3.16.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/vorbis-tools-1.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/wipe-2.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/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/assimp-5.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/autofs-5.1.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bandwidthd-2.0.1-auto-r11/.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/bcusdk-0.0.5/.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/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/btrfs-progs-5.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.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/corkscrew-2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cppdb-0.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cunit-2.1-3/.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/earlyoom-1.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/evemu-2.7.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/evtest-1.34/.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/faad2-2.9.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/faifa-0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fastd-19/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fb-test-app-rosetta-1.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fmtools-2.0.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/freeradius-client-1.1.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fscryptctl-f037dcf4354ce8f25d0f371b58dfe7a7ac27576f/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fxload-2008_10_13/.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/gli-559cbe1ec38878e182507d331e0780fbae5baf15/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/glib-networking-2.64.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gperf-3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gptfdisk-1.0.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/haproxy-2.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/hiredis-0.14.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-bzip2-1.0.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-cramfs-2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-e2fsprogs-1.45.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-e2tools-0.0.16.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-elfutils-0.177/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-faketime-0.9.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-0.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-intltool-0.51.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libcap-2.27/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libglib2-2.64.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libtirpc-1.2.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libxml-parser-perl-2.46/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-lttng-babeltrace-1.5.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-meson-0.55.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-nfs-utils-2.5.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-ninja-1.10.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-opkg-utils-0.4.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-popt-1.16/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-pwgen-2.08/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-python3-setuptools-44.0.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-rcw-LSDK-19.09/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-sqlite-3320300/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-tzdata-2020a/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-xz-5.2.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-zic-2020a/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/initscripts/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/inotify-tools-3.20.2.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jansson-2.12/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jbig2dec-0.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jose-10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jpeg-turbo-2.0.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jpeg/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jquery-1.11.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/json-c-0.14/.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/leptonica-1.78.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libaacs-0.10.0/.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/libasplib-be7fac89218a84b75f7598e3d76625ece99296f2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libatomic_ops-7.6.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libbluray-1.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libbson-1.9.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcap-2.27/.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/libdvdcss-1.4.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libdvdread-6.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libeXosip2-5.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libestr-0.1.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libevdev-1.9.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libevent-2.1.12/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libfastjson-0.99.8/.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/libfm-extra-1.3.1/.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.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.4/.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/libgsm-1.0.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libical-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libkcapi-1.1.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liblinear-2.30/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmcrypt-2.5.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmhash-0.9.9.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmicrohttpd-0.9.71/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_conntrack-1.0.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_cttimeout-1.0.0/.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/libnspr-4.27/.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/liboping-1.10.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libosip2-5.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libp11-0.4.10/.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/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/libpthsem-2.0.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libroxml-3.0.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsecret-0.20.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsha1-0.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsidplay2-2.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.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/libsodium-1.0.18/.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/libuecc-7/.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/liburcu-0.12.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liburiparser-0.9.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libvncserver-0.9.13/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libvpx-1.8.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libyang-1.0.176/.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/links-2.20.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mbedtls-2.16.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mcrypt-2.6.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/menu-cache-1.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mjpegtools-2.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/motion-4.2.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mysql/.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/netsniff-ng-0.6.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/netsnmp-5.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/norm-1.5.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/openobex-1.7.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/openssh-8.3p1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/openssl/.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/parprouted-0.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pciutils-3.7.0/.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/pifmrds-0bf57f9ce0d954365a38d8af8e7be6f28521c3f2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pimd-2.3.2/.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/rabbitmq-c-0.10.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/rsh-redone-85/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/screen-4.8.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/scrypt-1.3.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sdparm-1.10/.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/skeleton-init-sysv/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/snmppp-3.4.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/speexdsp-SpeexDSP-1.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sqlite-3320300/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sredird-2.2.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sshfs-2.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sunxi-tools-1.4.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/swupdate-2020.04/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/tmux-2.9a/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-codesourcery-arm-2014.05-29/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.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/traceroute-2.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/tzdata-2020a/.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/ussp-push-0.11/.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/ux500-firmware-1.1.3-6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/valgrind-3.16.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/vorbis-tools-1.4.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/wipe-2.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/zlib/.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/arm-buildroot-linux-gnueabi/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 2019.02-8295-ga68fb15dc6 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 arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> assimp 5.0.1 Collecting legal info LICENSE: OK (sha256: a26ccc3dbf2f58ea99c100945a8a126fa0f9f4d7fd2b49aa8bdb8e09355864d8) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> autofs 5.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYRIGHT: OK (sha256: 2ac2e352a92629e3abcdddbd3eeec64e7c2f5b58b6e819ff2c1444fb6e249fa3) >>> host-bison 3.6.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-nfs-utils 2.5.1 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.2.6 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> jpeg Collecting legal info >>> jpeg-turbo 2.0.4 Collecting legal info LICENSE.md: OK (sha256: 69e570a251515ced17d4492256d57c89db77ed949652f88a44c80c1ca9607920) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> 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) >>> 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) >>> 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.7 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> bcusdk 0.0.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> belle-sip 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bluez5_utils 5.54 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.55.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.5 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libical 1.0.1 Collecting legal info LICENSE: OK (sha256: c393726f82e6f21df5262110215f6a4382b32046d10afdcfcc49338aa7a191f2) >>> btrfs-progs 5.6 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) libbtrfsutil/COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> pciutils 3.7.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cppdb 0.3.1 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) MIT.txt: OK (sha256: 503ed52ef942d44bb26bd47dd5c6765927b198624e4f375e32cc660dfc2a0981) >>> 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 3320300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> host-e2fsprogs 1.45.6 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> earlyoom 1.6 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.9.1 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> evtest 1.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> faad2 2.9.2 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> host-faketime 0.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fastd 19 Collecting legal info COPYRIGHT: OK (sha256: 1f5acece57466eac89108f934a196be09b7676fa2d637e78d6657ee1a7d644ac) >>> libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> fb-test-app rosetta-1.1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> gli 559cbe1ec38878e182507d331e0780fbae5baf15 Collecting legal info manual.md: OK (sha256: e26459f62353e631d18379668c82b85f9fd2fd993f2818277e4fce21e957f87a) >>> glib-networking 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gptfdisk 1.0.5 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> haproxy 2.2.0 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> hiredis 0.14.1 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jbig2dec 0.18 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jose 10 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> jquery 1.11.2 Collecting legal info >>> json-c 0.14 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> keyutils 1.6 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> leptonica 1.78.0 Collecting legal info leptonica-license.txt: OK (sha256: ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518) >>> libaacs 0.10.0 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.8.6 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info LICENSE: OK (sha256: 12ac5047f2af0522f06798b1589ffc4599bc29c91f954d7874e0320634e777c0) >>> libatomic_ops 7.6.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libbluray 1.2.0 Collecting legal info COPYING: OK (sha256: b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9d) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libcurl 7.71.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.1 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libeXosip2 5.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.1.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfastjson 0.99.8 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfm-extra 1.3.1 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgsm 1.0.18 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libkcapi 1.1.5 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> liblinear 2.30 Collecting legal info COPYRIGHT: OK (sha256: c366abf1cb3a003d8c6e6d9c111a23c432db1d001294f88d479b70b60d7c0af2) >>> libmcrypt 2.5.8 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmicrohttpd 0.9.71 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.8 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnspr 4.27 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libp11 0.4.10 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libplist 2.1.0 Collecting legal info COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsecret 0.20.1 Collecting legal info COPYING: OK (sha256: a1a33180d02960ab1c5de36cf20b1a2f0fe9888d83826ad263da5db52f1b183b) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsidplay2 2.1.1 Collecting legal info libsidplay/COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> liburcu 0.12.1 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> liburiparser 0.9.4 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libvncserver 0.9.13 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libvpx 1.8.2 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> libyang 1.0.176 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> links 2.20.2 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.177 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> mcrypt 2.6.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> menu-cache 1.1.0 Collecting legal info COPYING: OK (sha256: 7459fbad62653e4061dbfde3b0cad7c72777838beb10d2d11d969fac6226e7de) >>> mjpegtools 2.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> motion 4.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> netsniff-ng 0.6.7 Collecting legal info README: OK (sha256: b353349ba51e0d4b59cf2f188f0c285296e154ce8c58954bc5e0dc0282a4db2d) COPYING: OK (sha256: 8f6d85366f3763557d6ddd0637988b9ba11edef354e3c9302fff4262a235c387) >>> netsnmp 5.8 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> norm 1.5.8 Collecting legal info LICENSE.TXT: OK (sha256: ba4b7e49b0163d6839830e3f47505696c6eaac77ccd93531831dc837b2160608) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssh 8.3p1 Collecting legal info LICENCE: OK (sha256: 73d0db766229670c7b4e1ec5e6baed54977a0694a565e7cc878c45ee834045d7) >>> host-opkg-utils 0.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pifmrds 0bf57f9ce0d954365a38d8af8e7be6f28521c3f2 Collecting legal info LICENSE: OK (sha256: fe3eea6c599e23a00c08c5f5cb2320c30adc8f8687db5fcec9b79a662c53ff6b) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> proj 7.0.1 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> host-sqlite 3320300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rabbitmq-c 0.10.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> host-rcw LSDK-19.09 Collecting legal info LICENSE: OK (sha256: a531b3146425e592db17a51ff39c4801cb01fb4055ffdaada0572decc0655bcd) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> screen 4.8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> scrypt 1.3.0 Collecting legal info COPYRIGHT: OK (sha256: adc1942c42da6e3370223a27ff4a6835924d2b41e509f9bee58a5e6ca1bbddae) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> snmppp 3.4.1 Collecting legal info src/v3.cpp: OK (sha256: bf7bcfe654a7b4f30374035016e563d0f654af2c8306692ebcc53c3d7e655420) >>> speexdsp SpeexDSP-1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sshfs 2.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sunxi-tools 1.4.1 Collecting legal info LICENSE.md: OK (sha256: 2b0d4dda4bf8034e1506507a67f80f982131137afe62bf144d248f9faea31da4) >>> swupdate 2020.04 Collecting legal info Licenses/Exceptions: OK (sha256: 43492b377cf2fb67942d1dd231146bd4e6578646ad13ef289297c9dd75cbc478) Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Licenses/lgpl-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Licenses/mit.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> tmux 2.9a Collecting legal info COPYING: OK (sha256: ce75f1345a76c93bd0f413d1b93ff1baa0669f34a7242779a00c1b862b4f813a) >>> tzdata 2020a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2020a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2020a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> ubus 34c6e818e431cc53478a0f7c7c1eca07d194d692 Collecting legal info ubusd_acl.h: OK (sha256: f53187f011575f6ec6c529136fd4658d67e674227c80b7b72c99b3654454ae7f) >>> ussp-push 0.11 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> valgrind 3.16.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.DOCS: OK (sha256: 56976e64523fa1e68db4e6f464f5b2cb89d7d08f54b1d012e317b8db286b3faf) >>> vorbis-tools 1.4.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) WARNING: bandwidthd-2.0.1-auto-r11: cannot save license (BANDWIDTHD_LICENSE_FILES not defined) WARNING: jquery-1.11.2: cannot save license (JQUERY_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'