-e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/naourr/work/instance-2/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-2/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-2/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 >>> yajl 2.1.0 Installing to target PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/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 DESTDIR=/home/naourr/work/instance-2/output-1/target install/fast -C /home/naourr/work/instance-2/output-1/build/yajl-2.1.0/ make[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-2/output-1/target/usr/lib/libyajl.a -- Installing: /home/naourr/work/instance-2/output-1/target/usr/include/yajl/yajl_parse.h -- Installing: /home/naourr/work/instance-2/output-1/target/usr/include/yajl/yajl_gen.h -- Installing: /home/naourr/work/instance-2/output-1/target/usr/include/yajl/yajl_common.h -- Installing: /home/naourr/work/instance-2/output-1/target/usr/include/yajl/yajl_tree.h -- Installing: /home/naourr/work/instance-2/output-1/target/usr/include/yajl/yajl_version.h -- Installing: /home/naourr/work/instance-2/output-1/target/usr/share/pkgconfig/yajl.pc -- Installing: /home/naourr/work/instance-2/output-1/target/usr/bin/json_reformat -- Installing: /home/naourr/work/instance-2/output-1/target/usr/bin/json_verify make[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/yajl-2.1.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/naourr/work/instance-2/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-2/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-2/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-2/output-1/target/etc/shadow rm -f /home/naourr/work/instance-2/output-1/target/bin/sh rm -f /home/naourr/work/instance-2/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-2/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-2/output-1/target/usr/share/locale /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale /home/naourr/work/instance-2/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-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-2/output-1/target/usr/include /home/naourr/work/instance-2/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-2/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-2/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-2/output-1/target/usr/lib/cmake /home/naourr/work/instance-2/output-1/target/usr/share/cmake \ /home/naourr/work/instance-2/output-1/target/usr/doc find /home/naourr/work/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-2/output-1/target/lib/ /home/naourr/work/instance-2/output-1/target/usr/lib/ /home/naourr/work/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-2/output-1/target/usr/man /home/naourr/work/instance-2/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-2/output-1/target/usr/info /home/naourr/work/instance-2/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-2/output-1/target/usr/doc /home/naourr/work/instance-2/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-2/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-2/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-2/output-1/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-2/output-1/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-rc2-07255-g26c32d933eb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-rc2\"" \ ) > /home/naourr/work/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-2/output-1/per-package /home/naourr/work/instance-2/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-2/output-1/build/alsa-lib-1.2.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/argp-standalone-1.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/attr-2.4.48/.files-list.txt /home/naourr/work/instance-2/output-1/build/audiofile-0.3.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/b43-firmware-5.100.138/.files-list.txt /home/naourr/work/instance-2/output-1/build/beecrypt-4.2.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/boost-1.72.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/bullet-2.89/.files-list.txt /home/naourr/work/instance-2/output-1/build/cc-tool-0.26/.files-list.txt /home/naourr/work/instance-2/output-1/build/cpio-2.13/.files-list.txt /home/naourr/work/instance-2/output-1/build/dejavu-2.37/.files-list.txt /home/naourr/work/instance-2/output-1/build/dump1090-bff92c4ad772a0a8d433f788d39dae97e00e4dbe/.files-list.txt /home/naourr/work/instance-2/output-1/build/dvblast-3.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/erofs-utils-1.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/evemu-2.7.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/exfatprogs-1.0.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/faad2-2.9.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/fbgrab-1.3.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/fconfig-20080329/.files-list.txt /home/naourr/work/instance-2/output-1/build/flite-2.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/fmtools-2.0.7/.files-list.txt /home/naourr/work/instance-2/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/gdbm-1.18.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/genext2fs-1.4.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/giflib-5.2.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/gnuplot-5.2.8/.files-list.txt /home/naourr/work/instance-2/output-1/build/google-material-design-icons-2.2.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/hdparm-9.58/.files-list.txt /home/naourr/work/instance-2/output-1/build/hwdata-0.326/.files-list.txt /home/naourr/work/instance-2/output-1/build/hwloc-1.11.13/.files-list.txt /home/naourr/work/instance-2/output-1/build/ibrcommon-1.0.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/ibrdtn-1.0.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/ibrdtnd-1.0.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/ifenslave-2.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/ifmetric-0.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/iperf3-3.7/.files-list.txt /home/naourr/work/instance-2/output-1/build/ipset-7.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/iptables-1.8.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/jansson-2.12/.files-list.txt /home/naourr/work/instance-2/output-1/build/jimtcl-0.79/.files-list.txt /home/naourr/work/instance-2/output-1/build/jitterentropy-library-2.2.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/jose-10/.files-list.txt /home/naourr/work/instance-2/output-1/build/lame-3.100/.files-list.txt /home/naourr/work/instance-2/output-1/build/lbreakout2-2.6.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/libasplib-be7fac89218a84b75f7598e3d76625ece99296f2/.files-list.txt /home/naourr/work/instance-2/output-1/build/libass-0.14.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libbsd-0.10.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libcap-ng-0.7.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/libcodec2-0.9.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/libcsv-3.0.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/libcuefile-475/.files-list.txt /home/naourr/work/instance-2/output-1/build/libev-4.27/.files-list.txt /home/naourr/work/instance-2/output-1/build/libevdev-1.9.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libevent-2.1.11/.files-list.txt /home/naourr/work/instance-2/output-1/build/libexif-0.6.22/.files-list.txt /home/naourr/work/instance-2/output-1/build/libfribidi-1.0.7/.files-list.txt /home/naourr/work/instance-2/output-1/build/libftdi1-1.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/libgpg-error-1.37/.files-list.txt /home/naourr/work/instance-2/output-1/build/libilbc-829b08c7902ceb87a261279fabb36b6d523c6e07/.files-list.txt /home/naourr/work/instance-2/output-1/build/libksba-1.3.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/libnetfilter_cttimeout-1.0.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libnfc-1.7.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/libnfs-4.0.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-2/output-1/build/libosip2-5.1.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/libpciaccess-0.16/.files-list.txt /home/naourr/work/instance-2/output-1/build/libpjsip-2.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-2/output-1/build/libreplaygain-r475/.files-list.txt /home/naourr/work/instance-2/output-1/build/librtlsdr-0.6.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libsepol-3.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libsocketcan-0.0.11/.files-list.txt /home/naourr/work/instance-2/output-1/build/libsquish-1.15/.files-list.txt /home/naourr/work/instance-2/output-1/build/libsrtp-2.2.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libsvgtiny-ea9d99fc8b231c22d06168135e181d61f4eb2f06/.files-list.txt /home/naourr/work/instance-2/output-1/build/libtirpc-1.2.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/libubootenv-f4b9cde3815abe84a98079cedd515283ea08c16b/.files-list.txt /home/naourr/work/instance-2/output-1/build/libupnp-1.6.25/.files-list.txt /home/naourr/work/instance-2/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-2/output-1/build/libuwsc-3.3.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/libxslt-1.1.34/.files-list.txt /home/naourr/work/instance-2/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-2/output-1/build/linuxconsoletools-1.7.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/lsuio-0.2.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/lz4-1.9.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/lzo-2.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/lzop-1.03/.files-list.txt /home/naourr/work/instance-2/output-1/build/mfoc-0.10.7/.files-list.txt /home/naourr/work/instance-2/output-1/build/mp4v2-2.0.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/mtdev-1.1.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/musepack-r475/.files-list.txt /home/naourr/work/instance-2/output-1/build/musl-fts-1.2.7/.files-list.txt /home/naourr/work/instance-2/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/netstat-nat-1.4.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/nvme-1.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/obsidian-cursors-1.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/oniguruma-6.9.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/open2300-12/.files-list.txt /home/naourr/work/instance-2/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-2/output-1/build/pngquant-2.12.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/prboom-2.5.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/psplash-fd33a9b3d68c89fa22ff6873f4f9fd28bd85830c/.files-list.txt /home/naourr/work/instance-2/output-1/build/quotatool-1.6.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/raspi-gpio-4edfde183ff3ac9ed66cdc015ae25e45f3a5502d/.files-list.txt /home/naourr/work/instance-2/output-1/build/readline-8.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/sdl-1.2.15/.files-list.txt /home/naourr/work/instance-2/output-1/build/sdl_mixer-1.2.12/.files-list.txt /home/naourr/work/instance-2/output-1/build/sdl_net-1.2.8/.files-list.txt /home/naourr/work/instance-2/output-1/build/sdl_ttf-2.0.11/.files-list.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-2/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-2/output-1/build/sl-5.02/.files-list.txt /home/naourr/work/instance-2/output-1/build/spice-protocol-0.14.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f/.files-list.txt /home/naourr/work/instance-2/output-1/build/tinydtls-0.8.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/tinymembench-0.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/tinyxml2-8.0.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-2/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-2/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-2/output-1/build/udftools-2.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/unzip-60/.files-list.txt /home/naourr/work/instance-2/output-1/build/urg-0.8.18/.files-list.txt /home/naourr/work/instance-2/output-1/build/usb_modeswitch-2.6.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/usb_modeswitch_data-20191128/.files-list.txt /home/naourr/work/instance-2/output-1/build/webp-1.1.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/wireguard-tools-1.0.20200319/.files-list.txt /home/naourr/work/instance-2/output-1/build/x264-20191217-2245/.files-list.txt /home/naourr/work/instance-2/output-1/build/yajl-2.1.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-2/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-2/output-1/build/host-aespipe-2.4f/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-b43-fwcutter-019/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-dfu-util-0.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-e2fsprogs-1.45.6/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-exfatprogs-1.0.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gdk-pixbuf-2.36.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-go-1.13.8/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-go-bootstrap-1.4.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gptfdisk-1.0.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libglib2-2.64.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libpng-1.6.37/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libtirpc-1.2.6/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libusb-1.0.23/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-lpc3250loader-1.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-lz4-1.9.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-lzo-2.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-mender-artifact-3.3.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-meson-0.54.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-netsurf-buildsystem-7574b41345968b5f7e9ca5875faccb1478ce0555/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-nfs-utils-2.4.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-popt-1.16/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-python-2.7.18/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-python3-3.8.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-rauc-1.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-rust-bin-1.33.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-rustc/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-squashfs-4.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xz-5.2.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-zlib/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-zstd-1.4.3/.files-list-host.txt > /home/naourr/work/instance-2/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-2/output-1/build/alsa-lib-1.2.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/argp-standalone-1.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/attr-2.4.48/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/audiofile-0.3.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/beecrypt-4.2.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/bitstream-1.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/boost-1.72.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/bullet-2.89/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/faad2-2.9.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/flite-2.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/gdbm-1.18.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/giflib-5.2.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/hwloc-1.11.13/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/ibrcommon-1.0.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/ibrdtn-1.0.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/ipset-7.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/iptables-1.8.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/jansson-2.12/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/jimtcl-0.79/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/jitterentropy-library-2.2.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/jose-10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/lame-3.100/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libasplib-be7fac89218a84b75f7598e3d76625ece99296f2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libass-0.14.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libbsd-0.10.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libcap-ng-0.7.9/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libcodec2-0.9.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libcsv-3.0.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libcuefile-475/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libev-4.27/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libevdev-1.9.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libevent-2.1.11/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libexif-0.6.22/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libfribidi-1.0.7/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libftdi1-1.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libgpg-error-1.37/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libilbc-829b08c7902ceb87a261279fabb36b6d523c6e07/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libksba-1.3.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libnetfilter_cttimeout-1.0.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libnfc-1.7.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libnfs-4.0.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libosip2-5.1.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libpciaccess-0.16/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libpjsip-2.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libreplaygain-r475/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/librtlsdr-0.6.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libsepol-3.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libsocketcan-0.0.11/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libsquish-1.15/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libsrtp-2.2.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libsvgtiny-ea9d99fc8b231c22d06168135e181d61f4eb2f06/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libtirpc-1.2.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libubootenv-f4b9cde3815abe84a98079cedd515283ea08c16b/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libupnp-1.6.25/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libuwsc-3.3.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libxslt-1.1.34/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/linenoise-1.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/linux-syscall-support-3f6478ac95edf86cd3da300c2c0d34a438f5dbeb/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/lz4-1.9.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/mfoc-0.10.7/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/mp4v2-2.0.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/mtdev-1.1.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/musepack-r475/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/musl-fts-1.2.7/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/oniguruma-6.9.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/readline-8.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/sdl-1.2.15/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/sdl_mixer-1.2.12/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/sdl_net-1.2.8/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/sdl_ttf-2.0.11/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/spice-protocol-0.14.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/tinydtls-0.8.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/tinyxml2-8.0.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/urg-0.8.18/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/webp-1.1.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/x264-20191217-2245/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/xutil_util-macros-1.19.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/yajl-2.1.0/.files-list-staging.txt > /home/naourr/work/instance-2/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-2/output-1/target/usr ln -snf /home/naourr/work/instance-2/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /home/naourr/work/instance-2/output-1/staging make: Leaving directory '/home/naourr/work/instance-2/buildroot' make: Entering directory '/home/naourr/work/instance-2/buildroot' >>> Buildroot 2020.05-rc2-07255-g26c32d933eb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4f Collecting legal info >>> alsa-lib 1.2.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> argp-standalone 1.3 Collecting legal info >>> attr 2.4.48 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> audiofile 0.3.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> boost 1.72.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> bullet 2.89 Collecting legal info LICENSE.txt: OK (sha256: 885cd516a8420acb7c3e0b1a7119913b686495001ae564e3229740460e8cff59) >>> cc-tool 0.26 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-dfu-util 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dump1090 bff92c4ad772a0a8d433f788d39dae97e00e4dbe Collecting legal info anet.h: OK (sha256: 29046ef7ee0b7b127bcc64faf135035820906dea2b379b2efcfc119131a39f7a) >>> librtlsdr 0.6.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> 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-util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> erofs-utils 1.0 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> lz4 1.9.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.9.0 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> host-meson 0.54.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> exfatprogs 1.0.3 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-exfatprogs 1.0.3 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> faad2 2.9.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fbgrab 1.3.3 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> 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) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> flite 2.1 Collecting legal info COPYING: OK (sha256: d31bceaf2823d56a8c9400f7bde3b17140e739e991eb4f203bdcf9827754ab59) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gdbm 1.18.1 Collecting legal info COPYING: OK (sha256: 690d762f2e8e149ab1e2d6a409a3853b6151a2533b2382fae549a176d6bedecf) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> genext2fs 1.4.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gnuplot 5.2.8 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> host-gptfdisk 1.0.4 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> hdparm 9.58 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> hwdata 0.326 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> hwloc 1.11.13 Collecting legal info COPYING: OK (sha256: c1816ed2da6aea779c4f27352f807c8bbaf545c2843d7b2ae818e1d529028821) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> ibrdtnd 1.0.1 Collecting legal info COPYING: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> iperf3 3.7 Collecting legal info LICENSE: OK (sha256: ee58f1e69139d39cfb055df15fe84453a379936dd45e44dbebf26c78afa3f5d4) >>> ipset 7.6 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iptables 1.8.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jitterentropy-library 2.2.0 Collecting legal info COPYING: OK (sha256: 96b5a6b49aaeeba9036f9b80e6e299d613a8eca158741a25a67dc78792413e23) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> jose 10 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer 1.2.12 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info LICENSE: OK (sha256: 12ac5047f2af0522f06798b1589ffc4599bc29c91f954d7874e0320634e777c0) >>> libass 0.14.0 Collecting legal info COPYING: OK (sha256: f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c) >>> libfribidi 1.0.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libbsd 0.10.0 Collecting legal info COPYING: OK (sha256: 933d14a6bc89ee1fd7adbf5b6ec97f6ff0e002549d0b0c164f8a8895371d78f8) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcodec2 0.9.2 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libevent 2.1.11 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.22 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libftdi1 1.4 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libksba 1.3.5 Collecting legal info AUTHORS: OK (sha256: 240908e1356ffeb5d0730227b6198dcc8e878375d28632fd813e0ed75b35ccc2) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.7.1 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfs 4.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtirpc 1.2.6 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 2.4.3 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.2.6 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libosip2 5.1.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpjsip 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsepol 3.0 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libsocketcan 0.0.11 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsquish 1.15 Collecting legal info LICENSE.txt: OK (sha256: a6b8c383bf3ab28460d6507484d605dd722e03971606f0cd3032a3af682b63a5) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libubootenv f4b9cde3815abe84a98079cedd515283ea08c16b Collecting legal info Licenses/lgpl-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info linux_syscall_support.h: OK (sha256: 4c1fc9acc9f3867e5c81b5d5f57c52fb9a932662bd4e2e5e43b3fe95390035f5) >>> linuxconsoletools 1.7.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-mender-artifact 3.3.0 Collecting legal info LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) LIC_FILES_CHKSUM.sha256: OK (sha256: be22e200d0826c94bfd71cc5c1d4995449a6e3bd527090c1cfe953bc81427573) vendor/github.com/mendersoftware/mendertesting/LICENSE: OK (sha256: beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: a284e538f3e5649ae6a8f32da2bbd18e9daabf2c1ebbfb99ed92e797b159be1a) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 3525392c6db3b804af76980b2c560ee9ec1abdadd907d76a26091df7c78f3a25) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: 402f39eed8a1851385d0703999aa9f23d067c2ea3e15c63c074e389cbf8f8f8f) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) >>> host-go 1.13.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> 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) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mp4v2 2.0.0 Collecting legal info COPYING: OK (sha256: 15e38684c940176e2fc76331a2299d2ab5115ac997078f768ef31b896af69fc5) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nvme 1.9 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> obsidian-cursors 1.0 Collecting legal info >>> oniguruma 6.9.5 Collecting legal info COPYING: OK (sha256: 6c7038393e8f30fee16257e713f77e383712f1465d6d25929596746b10b42bd3) >>> open2300 12 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.12.5 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_net 1.2.8 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> psplash fd33a9b3d68c89fa22ff6873f4f9fd28bd85830c Collecting legal info COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> host-rauc 1.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-zstd 1.4.3 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-rust-bin 1.33.0 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-rustc Collecting legal info >>> sdl_ttf 2.0.11 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> spice-protocol 0.14.0 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> tinydtls 0.8.2 Collecting legal info tinydtls.h: OK (sha256: 65fbf31c3551633e7dcc051fac80f2c1a73b0b077af9ed564d726155dfc40513) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tinyxml2 8.0.0 Collecting legal info LICENSE.txt: OK (sha256: 9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432) >>> udftools 2.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> unzip 60 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> urg 0.8.18 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> usb_modeswitch 2.6.0 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> webp 1.1.0 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> wireguard-tools 1.0.20200319 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> x264 20191217-2245 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-2/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-2/buildroot'