cp -a libzlog.a /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zlog-1.2.14/src' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zlog-1.2.14' >>> zlog 1.2.14 Fixing libtool files for la in $(find /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/naourr/work/instance-3/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/naourr/work/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zlog 1.2.14 Installing to target PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PREFIX=/home/naourr/work/instance-3/output-1/target/usr -C /home/naourr/work/instance-3/output-1/build/zlog-1.2.14 install make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/zlog-1.2.14' cd src && /usr/bin/make install make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/zlog-1.2.14/src' mkdir -p /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/lib /home/naourr/work/instance-3/output-1/target/usr/bin cp -a zlog.h /home/naourr/work/instance-3/output-1/target/usr/include cp -a zlog-chk-conf /home/naourr/work/instance-3/output-1/target/usr/bin cp -a libzlog.so /home/naourr/work/instance-3/output-1/target/usr/lib/libzlog.so.1.2 cd /home/naourr/work/instance-3/output-1/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/naourr/work/instance-3/output-1/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/naourr/work/instance-3/output-1/target/usr/lib make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zlog-1.2.14/src' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zlog-1.2.14' >>> Finalizing host directory >>> Finalizing target directory rm -f /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-3/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas rm -rf /home/naourr/work/instance-3/output-1/target/usr/lib/perl5/5.30.3/pod rm -rf /home/naourr/work/instance-3/output-1/target/usr/lib/perl5/5.30.3/xtensa-linux/CORE find /home/naourr/work/instance-3/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output-1/target/etc/shadow rm -f /home/naourr/work/instance-3/output-1/target/bin/sh 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/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/xtensa-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-3/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-git-07933-g9c5865124b9"; \ 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/alsa-lib-1.2.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/atop-2.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/augeas-1.12.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/benejson-0.9.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/berkeleydb-5.3.28/.files-list.txt /home/naourr/work/instance-3/output-1/build/boost-1.73.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/ca-certificates-20190110/.files-list.txt /home/naourr/work/instance-3/output-1/build/clamav-0.102.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/collectl-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/cryptsetup-2.3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/davici-1.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/debianutils-4.8.6.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/dhrystone-2/.files-list.txt /home/naourr/work/instance-3/output-1/build/dtv-scan-tables-6d019038cd04e837d9dd58701202c15924c1c654/.files-list.txt /home/naourr/work/instance-3/output-1/build/dump1090-bff92c4ad772a0a8d433f788d39dae97e00e4dbe/.files-list.txt /home/naourr/work/instance-3/output-1/build/dvblast-3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/exim-4.93.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/fconfig-20080329/.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/flite-2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/freeswitch-1.10.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/genromfs-0.5.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/gensio-2.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gettext/.files-list.txt /home/naourr/work/instance-3/output-1/build/glorytun-0.3.4/.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/heirloom-mailx-12.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/i2pd-2.32.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrcommon-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/iperf3-3.8.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-3/output-1/build/json-c-0.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/json-glib-1.4.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libaio-0.3.111/.files-list.txt /home/naourr/work/instance-3/output-1/build/libargon2-20190702/.files-list.txt /home/naourr/work/instance-3/output-1/build/libavl-0.3.5/.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/libcue-2.2.1/.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/libev-4.27/.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/libglib2-2.64.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libidn-1.35/.files-list.txt /home/naourr/work/instance-3/output-1/build/libjpeg-9d/.files-list.txt /home/naourr/work/instance-3/output-1/build/liblo-0.30/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmcrypt-2.5.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmemcached-1.0.18/.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/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmpd-11.8.17/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmspack-0.10.1alpha/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_acct-1.0.3/.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_log-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libolm-3.1.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/libphidget-2.1.8.20170607/.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/librtlsdr-0.6.0/.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/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/libsoxr-0.1.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libtool-2.4.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libuhttpd-3.1.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libupnp18-1.8.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libyaml-0.2.5/.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/lvm2-2.02.185/.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/minicom-23292150e07ec264827fb6cf237ddb0ac9fc043b/.files-list.txt /home/naourr/work/instance-3/output-1/build/musl-fts-1.2.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/nanocom-1.0/.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/openssl/.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/perl-5.30.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-file-slurp-9999.30/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-html-tagset-3.20/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-io-socket-ssl-2.068/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-json-tiny-0.58/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-net-ssleay-1.85/.files-list.txt /home/naourr/work/instance-3/output-1/build/perl-timedate-2.33/.files-list.txt /home/naourr/work/instance-3/output-1/build/pkgconf-1.6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/pngquant-2.12.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/popt-1.16/.files-list.txt /home/naourr/work/instance-3/output-1/build/protobuf-c-1.3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/psmisc-23.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/pulseaudio-13.0/.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/rtptools-1.22/.files-list.txt /home/naourr/work/instance-3/output-1/build/rtty-7.1.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/sconeserver-6b932d7d8dbb700b830205e7111e469cefff490c/.files-list.txt /home/naourr/work/instance-3/output-1/build/ser2net-4.1.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/shairport-sync-3.3.6/.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-none/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/speex-1.2.0/.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/strongswan-5.6.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/sysrepo-1.4.66/.files-list.txt /home/naourr/work/instance-3/output-1/build/sysstat-12.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/tiff-4.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/tinyalsa-1.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-3/output-1/build/tpm-tools-1.3.9.1/.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/trousers-0.3.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/tslib-1.22/.files-list.txt /home/naourr/work/instance-3/output-1/build/ulogd-2.0.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/unzip-60/.files-list.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/wireless_tools-30.pre9/.files-list.txt /home/naourr/work/instance-3/output-1/build/ytree-2.02/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlog-1.2.14/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-berkeleydb-5.3.28/.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-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext-gnu-0.20.1/.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-intltool-0.51.0/.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-libtextstyle-0.20.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libyang-1.0.176/.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-lz4-1.9.2/.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-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-perl-5.30.3/.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-protobuf-3.12.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-protobuf-c-1.3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-2.7.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-lxml-4.5.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-setuptools-44.0.0/.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-scons-3.1.2/.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-squashfs-4.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-sysrepo-1.4.66/.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-xz-5.2.4/.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/alsa-lib-1.2.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/augeas-1.12.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/benejson-0.9.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/berkeleydb-5.3.28/.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/boost-1.73.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cryptsetup-2.3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/davici-1.3/.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/flite-2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/freeswitch-1.10.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gensio-2.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gettext-gnu-0.20.1/.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/ibrcommon-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/json-c-0.14/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/json-glib-1.4.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libaio-0.3.111/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libargon2-20190702/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libavl-0.3.5/.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/libcue-2.2.1/.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/libev-4.27/.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/libglib2-2.64.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libidn-1.35/.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/liblo-0.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/libmemcached-1.0.18/.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/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmpd-11.8.17/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmspack-0.10.1alpha/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_acct-1.0.3/.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_log-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libolm-3.1.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/libphidget-2.1.8.20170607/.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/librtlsdr-0.6.0/.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/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/libsoxr-0.1.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libuhttpd-3.1.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libupnp18-1.8.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libyaml-0.2.5/.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/lvm2-2.02.185/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/musl-fts-1.2.7/.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/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/perl-5.30.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/popt-1.16/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/protobuf-c-1.3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pulseaudio-13.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/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/speex-1.2.0/.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/strongswan-5.6.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sysrepo-1.4.66/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/tiff-4.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/tinyalsa-1.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/trousers-0.3.14/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/tslib-1.22/.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/wireless_tools-30.pre9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/zlog-1.2.14/.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/xtensa-buildroot-linux-uclibc/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-07933-g9c5865124b9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.3.1 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> atop 2.5.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> benejson 0.9.7 Collecting legal info LICENSE: OK (sha256: d0b7dae881fcb18c4dddfd8b0c1643ae671d5f356d14ba5b4e95ca889cc9ec32) >>> 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-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> boost 1.73.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> ca-certificates 20190110 Collecting legal info debian/copyright: OK (sha256: 80fd11117df5543d5cf17bfd951b0ead213f7867d0b09f09c6d5a5eca3ff7422) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> clamav 0.102.3 Collecting legal info COPYING: OK (sha256: 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584) COPYING.bzip2: OK (sha256: d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed) COPYING.file: OK (sha256: dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6) COPYING.getopt: OK (sha256: 6dce638b76399e7521ad8e182d3e33e4496c85b3b69b6ff434b53017101e82ad) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.llvm: OK (sha256: e3a9b913515a42f8ff3ef1551c3a2cdba383c39ed959729e0e2911219496ad74) COPYING.lzma: OK (sha256: d96d71b66aa32c4a2d1619b9ca3347dafa9460bcf0fb5ac2408916067ad31dfc) COPYING.pcre: OK (sha256: accdcf2455c07b99abea59016b3663eaef926a92092d103bfaa25fed27cf6b24) COPYING.regex: OK (sha256: e2c1395a3d9fea6d5d25847c9d783db6e2cc8b085b4025861f459139c5dfd90b) COPYING.unrar: OK (sha256: 1faccc6b5c7b958fb807a3f573d5be9bf7889fe898f7e0617c544b05a81bfd00) COPYING.zlib: OK (sha256: c2f77553f8d870c5635b0dace0519253233f172b33ce1fdf6578610706294eee) >>> gettext Collecting legal info >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> json-c 0.14 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libcurl 7.71.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> collectl 4.3.1 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cryptsetup 2.3.3 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> 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) >>> davici 1.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> strongswan 5.6.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> debianutils 4.8.6.3 Collecting legal info debian/copyright: OK (sha256: a8698f078cd21fc501e66d070e12cf2f23ec1eaf5841bbc87629de76858ef7a7) >>> dhrystone 2 Collecting legal info >>> dtv-scan-tables 6d019038cd04e837d9dd58701202c15924c1c654 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> dump1090 bff92c4ad772a0a8d433f788d39dae97e00e4dbe Collecting legal info anet.h: OK (sha256: 29046ef7ee0b7b127bcc64faf135035820906dea2b379b2efcfc119131a39f7a) >>> librtlsdr 0.6.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> exim 4.93.0.4 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flite 2.1 Collecting legal info COPYING: OK (sha256: d31bceaf2823d56a8c9400f7bde3b17140e739e991eb4f203bdcf9827754ab59) >>> freeswitch 1.10.3 Collecting legal info COPYING: OK (sha256: 75c933202f40939cdc3827fce20a1efdaa38291e2b5a65d234eb16e2cffda66a) libs/apr/LICENSE: OK (sha256: e8e26b16da14aa3e6ed5c22c705fdc1f45d6225fca461ea9f7314bcdfdc414c4) libs/apr-util/LICENSE: OK (sha256: 1eefb2ea1db0af7729a9d8a27d7c65d8a37ab185393f935b029aac6828ce315a) libs/sofia-sip/COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) libs/sofia-sip/COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) libs/spandsp/COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) libs/srtp/LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> libmemcached 1.0.18 Collecting legal info COPYING: OK (sha256: 4e9032d0f539276db05519ee3d09ca6167d2134ec91c556e8c80ef3efe633fd2) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> speexdsp SpeexDSP-1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> sqlite 3320300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tiff 4.1.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gensio 2.1.1 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> i2pd 2.32.1 Collecting legal info LICENSE: OK (sha256: d147a6acdaf8ec9f6513802ef6cad4a4afcdb5ab6b98d9f6bb26d2b7f4cf454c) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.54.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> 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) >>> iperf3 3.8.1 Collecting legal info LICENSE: OK (sha256: 9ef73096bdd5209dd979bfa1fec70aeb42a7255d2df3aec423642aa92d5e9f40) >>> json-glib 1.4.4 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libconfig 1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> 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) >>> libidn 1.35 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblo 0.30 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmcrypt 2.5.8 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpd 11.8.17 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libnetfilter_acct 1.0.3 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_log 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libolm 3.1.4 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libphidget 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsepol 3.0 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libuhttpd 3.1.4 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libupnp18 1.8.7 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libyang 1.0.176 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> mcrypt 2.6.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> minicom 23292150e07ec264827fb6cf237ddb0ac9fc043b Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-file-slurp 9999.30 Collecting legal info README.md: OK (sha256: 2281c2e5a690ac7f227fd9934b3d0b9abc419fd514f001d421f2f854203d92b4) >>> host-perl 5.30.3 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> perl 5.30.3 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> perl-html-tagset 3.20 Collecting legal info README: OK (sha256: 275cc182d78ac2db6856442c5d334c925350fb56fe83ee3577f5850317423419) >>> perl-io-socket-ssl 2.068 Collecting legal info README: OK (sha256: 090aff5421fd55a9dceeaf6c612c36360402e8d29c1284aef88c87be565ce032) >>> perl-json-tiny 0.58 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-net-ssleay 1.85 Collecting legal info LICENSE: OK (sha256: b55065185a2172d9f2ea2dd87c18c206ea3dc45a64e5f3deb3eee34d839dc822) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> pngquant 2.12.5 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> protobuf-c 1.3.3 Collecting legal info LICENSE: OK (sha256: 20e800cad4550f4b19bb37fc9577dac21de13333ae66497c4c45ae489c35c34a) >>> host-protobuf-c 1.3.3 Collecting legal info LICENSE: OK (sha256: 20e800cad4550f4b19bb37fc9577dac21de13333ae66497c4c45ae489c35c34a) >>> host-protobuf 3.12.2 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> psmisc 23.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> pulseaudio 13.0 Collecting legal info LICENSE: OK (sha256: a1064b9838b6b4feee61eaeb0925da4b4834c984b77716558860c4294ed6c015) GPL: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-python-lxml 4.5.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> rtty 7.1.3 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> sconeserver 6b932d7d8dbb700b830205e7111e469cefff490c Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ser2net 4.1.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> shairport-sync 3.3.6 Collecting legal info LICENSES: OK (sha256: 1daaa904985807b7f9f2fa91f6b19f3faadf8df4e813f7451a691f89a6965e3f) >>> skalibs 2.9.2.1 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> host-squashfs 4.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.4.3 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sysrepo 1.4.66 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-sysrepo 1.4.66 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-libyang 1.0.176 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> sysstat 12.2.1 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tinyalsa 1.1.1 Collecting legal info NOTICE: OK (sha256: ca2b89a68c33fba3c8bcaec96f32907e2ede0eb33688ae61d29ec49732158f6d) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.14 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> tree 1.8.0 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> ulogd 2.0.7 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> unzip 60 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ytree 2.02 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zlog 1.2.14 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_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'