make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/xmlstarlet-1.6.1' zd1211-firmware-1.4.tar.bz2: OK (sha256: 866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1) >>> zd1211-firmware 1.4 Extracting bzcat /home/naourr/work/instance-3/dl/zd1211-firmware/zd1211-firmware-1.4.tar.bz2 | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/zd1211-firmware-1.4 -xf - >>> zd1211-firmware 1.4 Patching >>> zd1211-firmware 1.4 Configuring >>> zd1211-firmware 1.4 Building >>> zd1211-firmware 1.4 Installing to target /usr/bin/install -d -m 0755 /home/naourr/work/instance-3/output-1/target/lib/firmware/zd1211/ cp -dpf /home/naourr/work/instance-3/output-1/build/zd1211-firmware-1.4/zd1211*{ub,uphr,ur} /home/naourr/work/instance-3/output-1/target/lib/firmware/zd1211 >>> Finalizing host directory >>> Finalizing target directory grep -qsE '^/bin/dash$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/bin/dash" >> /home/naourr/work/instance-3/output-1/target/etc/shells 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 rm -f /home/naourr/work/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output-1/target/usr/share/locale /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale /home/naourr/work/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output-1/target/usr/lib/cmake /home/naourr/work/instance-3/output-1/target/usr/share/cmake \ /home/naourr/work/instance-3/output-1/target/usr/doc find /home/naourr/work/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/lib/ /home/naourr/work/instance-3/output-1/target/usr/lib/ /home/naourr/work/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output-1/target/usr/man /home/naourr/work/instance-3/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-3/output-1/target/usr/info /home/naourr/work/instance-3/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-3/output-1/target/usr/doc /home/naourr/work/instance-3/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-3/output-1/host/bin/arm-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/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-06303-g9ab1d565eef"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /home/naourr/work/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-3/output-1/per-package /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-3/output-1/build/4th-3.62.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/alsa-lib-1.2.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/alsa-utils-1.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/am33x-cm3-11107db2f1e9e58ee75d4fe9cc38423c9a6e4365/.files-list.txt /home/naourr/work/instance-3/output-1/build/angularjs-1.7.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/aoetools-37/.files-list.txt /home/naourr/work/instance-3/output-1/build/attr-2.4.48/.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/blktrace-1.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/bmon-4.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/bubblewrap-0.4.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/canfestival-7740ac6fdedc23e1ed6908d3d7db54833c88572b/.files-list.txt /home/naourr/work/instance-3/output-1/build/cracklib-2.9.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/dash-0.5.10.2/.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/dbus-1.12.16/.files-list.txt /home/naourr/work/instance-3/output-1/build/dhcpcd-8.0.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/dmalloc-5.5.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/dnsmasq-2.80/.files-list.txt /home/naourr/work/instance-3/output-1/build/docker-proxy-55685ba49593e67f5e1c8180539379b16736c25e/.files-list.txt /home/naourr/work/instance-3/output-1/build/dovecot-2.3.9.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/enet-1.3.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/explorercanvas-aa989ea9d9bac748638f7c66b0fc88e619715da6/.files-list.txt /home/naourr/work/instance-3/output-1/build/faifa-0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/fluid-soundfont-3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/haserl-0.9.35/.files-list.txt /home/naourr/work/instance-3/output-1/build/ifenslave-2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/imlib2-1.5.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ipset-7.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/iputils-20190709/.files-list.txt /home/naourr/work/instance-3/output-1/build/jack1-0.125.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-3/output-1/build/jsmin-1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b/.files-list.txt /home/naourr/work/instance-3/output-1/build/keyutils-1.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/lame-3.100/.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/libass-0.14.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libassuan-2.5.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libatomic_ops-7.6.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcap-2.27/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcddb-1.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcgi-1.3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcli-1.10.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libconfuse-3.2.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libdvdcss-1.4.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libdvdread-6.0.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libesmtp-1.0.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libevent-2.1.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/libfribidi-1.0.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/libftdi1-1.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libgcrypt-1.8.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libgpg-error-1.37/.files-list.txt /home/naourr/work/instance-3/output-1/build/libgpiod-1.4.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libgsm-1.0.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/libhtp-0.5.32/.files-list.txt /home/naourr/work/instance-3/output-1/build/libiconv-1.15/.files-list.txt /home/naourr/work/instance-3/output-1/build/libid3tag-0.15.1b/.files-list.txt /home/naourr/work/instance-3/output-1/build/libidn2-2.3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libjpeg-9d/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmbus-0.8.0/.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/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnspr-4.25/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnss-3.51/.files-list.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1d/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.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/libpthread-stubs-0.4/.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/libsamplerate-0.1.9/.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/libsrtp-2.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/liburiparser-0.9.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libxslt-1.1.34/.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/lldpd-1.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/lockdev-1.0.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/lsof-4.93.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/ltris-1.0.19/.files-list.txt /home/naourr/work/instance-3/output-1/build/lzo-2.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/mbedtls-2.16.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/mdevd-0.1.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/mjpg-streamer-501f6362c5afddcfb41055f97ae484252c85c912/.files-list.txt /home/naourr/work/instance-3/output-1/build/mmc-utils-d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8/.files-list.txt /home/naourr/work/instance-3/output-1/build/monkey-1.6.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/mrouted-3.9.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a/.files-list.txt /home/naourr/work/instance-3/output-1/build/nanomsg-1.1.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/ncdu-1.14.2/.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/netatalk-3.1.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/netplug-1.2.9.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/ntp-4.2.8p13/.files-list.txt /home/naourr/work/instance-3/output-1/build/nvme-1.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/oniguruma-6.9.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/open-plc-utils-1be781d1ea81827e5f6c1a35961c65dd4d15472c/.files-list.txt /home/naourr/work/instance-3/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-3/output-1/build/opus-1.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-3/output-1/build/php-7.4.4/.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/pppd-2.4.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/prboom-2.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/ptpd-1.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/pure-ftpd-1.0.49/.files-list.txt /home/naourr/work/instance-3/output-1/build/pwgen-2.08/.files-list.txt /home/naourr/work/instance-3/output-1/build/rabbitmq-c-0.10.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/s6-dns-2.3.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/s6-linux-utils-2.5.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/scrypt-1.3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/sdl-1.2.15/.files-list.txt /home/naourr/work/instance-3/output-1/build/sdl_mixer-1.2.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/sdl_net-1.2.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/skalibs-2.9.1.0/.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/sofia-sip-1.12.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/sqlite-3300100/.files-list.txt /home/naourr/work/instance-3/output-1/build/stm32flash-3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650/.files-list.txt /home/naourr/work/instance-3/output-1/build/stress-ng-0.10.07/.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/tcping-1.3.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/tinymembench-0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-3/output-1/build/tpm2-tss-2.3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8/.files-list.txt /home/naourr/work/instance-3/output-1/build/trinity-1.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/uhubctl-2.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/ux500-firmware-1.1.3-6/.files-list.txt /home/naourr/work/instance-3/output-1/build/wilc1000-firmware-14.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/wolfssl-4.3.0-stable/.files-list.txt /home/naourr/work/instance-3/output-1/build/wpa_supplicant-2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/xenomai-3.0.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/xmlstarlet-1.6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/xz-5.2.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/zd1211-firmware-1.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/host-4th-3.62.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-cmake-3.15.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-cracklib-2.9.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-dfu-util-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-dosfstools-4.1/.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-fatcat-1.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-go-1.13.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-go-bootstrap-1.4.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-imx-mkimage-rel_imx_4.19.35_1.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-imx-usb-loader-4aa9809099dcece9a9225776321f3b4b5b896d78/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libcap-2.27/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libusb-1.0.23/.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-lld-9.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-llvm-9.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lzip-1.20/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-meson-0.53.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mtools-4.0.23/.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-patchelf-0.9/.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-pru-software-support-5.6.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-2.7.17/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-cython-0.29.15/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-setuptools-41.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-setuptools-41.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-raspberrypi-usbboot-f4e3f0f9a3c64d846ba53ec3367e33a4f9a7d051/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-rcw-LSDK-19.09/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ti-cgt-pru-2.3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/4th-3.62.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/alsa-lib-1.2.1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/alsa-utils-1.2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/attr-2.4.48/.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/canfestival-7740ac6fdedc23e1ed6908d3d7db54833c88572b/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cracklib-2.9.7/.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/dbus-1.12.16/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/dmalloc-5.5.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/dovecot-2.3.9.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/enet-1.3.14/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/faifa-0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/imlib2-1.5.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ipset-7.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jack1-0.125.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/keyutils-1.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lame-3.100/.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/libass-0.14.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libassuan-2.5.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libatomic_ops-7.6.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcap-2.27/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcddb-1.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcgi-1.3.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcli-1.10.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libconfuse-3.2.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libdvdcss-1.4.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libdvdread-6.0.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libesmtp-1.0.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libevent-2.1.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libfribidi-1.0.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libftdi1-1.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libgcrypt-1.8.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libgpg-error-1.37/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libgpiod-1.4.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libgsm-1.0.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libhtp-0.5.32/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libiconv-1.15/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libid3tag-0.15.1b/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libidn2-2.3.0/.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/libmbus-0.8.0/.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/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnspr-4.25/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnss-3.51/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1d/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.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/libpthread-stubs-0.4/.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/libsamplerate-0.1.9/.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/libsrtp-2.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libtommath-1.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liburiparser-0.9.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libxslt-1.1.34/.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/lockdev-1.0.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mbedtls-2.16.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mdevd-0.1.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/nanomsg-1.1.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/oniguruma-6.9.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/opus-1.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/php-7.4.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pppd-2.4.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/rabbitmq-c-0.10.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/s6-dns-2.3.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/scrypt-1.3.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sdl-1.2.15/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sdl_mixer-1.2.12/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sdl_net-1.2.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skalibs-2.9.1.0/.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/sofia-sip-1.12.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sqlite-3300100/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/strongswan-5.6.3/.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/tpm2-tss-2.3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/tremor-7c30a66346199f3f09017a09567c6c8a3a0eedc8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/wolfssl-4.3.0-stable/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/wpa_supplicant-2.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/xenomai-3.0.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/xz-5.2.4/.files-list-staging.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-3/output-1/target/usr ln -snf /home/naourr/work/instance-3/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot /home/naourr/work/instance-3/output-1/staging make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2020.05-git-06303-g9ab1d565eef 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 >>> 4th 3.62.5 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.62.5 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> alsa-lib 1.2.1.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) >>> alsa-utils 1.2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> am33x-cm3 11107db2f1e9e58ee75d4fe9cc38423c9a6e4365 Collecting legal info License.txt: OK (sha256: e136e6949a1d3ca144374375af8b9387faa11d2eee7debff8cf22ca8fe7bf7e9) >>> angularjs 1.7.9 Collecting legal info angular.js: OK (sha256: 2420c59374dcdc1ca9721c334a32afee92f0610280cae0d1b3952b1279bc2b24) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> attr 2.4.48 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> blktrace 1.2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> 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) >>> bubblewrap 0.4.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> canfestival 7740ac6fdedc23e1ed6908d3d7db54833c88572b Collecting legal info COPYING: OK (sha256: b5c45f160093a6c2fb7bd0078f50c62f4b4089b6206b0e90b0f122b40a2fe110) LICENCE: OK (sha256: d4594b82f4d50840df6a7e9d14132a8c0a3cc05d0ac46d15310a264a1f75447e) >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> dash 0.5.10.2 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> 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) >>> dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-dfu-util 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhcpcd 8.0.3 Collecting legal info LICENSE: OK (sha256: 213fc1a704cecdb322276fa7c95891fd1c23137d9ab572af1fc5e91b48762303) >>> dmalloc 5.5.2 Collecting legal info dmalloc.h.1: OK (sha256: 8659d49ceeeb006288ad246164e504ccfe33f7a4c1680439fb6ff6a393b0722b) >>> dnsmasq 2.80 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn2 2.3.0 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> docker-proxy 55685ba49593e67f5e1c8180539379b16736c25e Collecting legal info LICENSE: OK (sha256: cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14) >>> 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-dosfstools 4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dovecot 2.3.9.3 Collecting legal info COPYING: OK (sha256: a363b132e494f662d98c820d1481297e6ae72f194c2c91b6c39e1518b86240a8) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> openssl Collecting legal info >>> libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> sqlite 3300100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> 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) >>> enet 1.3.14 Collecting legal info LICENSE: OK (sha256: eebe647a9ef7e596b0e8b9216c215f169d762af1a27904a87bc2e05b83735d35) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-fatcat 1.1.0 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> haserl 0.9.35 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> imlib2 1.5.1 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-imx-mkimage rel_imx_4.19.35_1.1.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-imx-usb-loader 4aa9809099dcece9a9225776321f3b4b5b896d78 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ipset 7.6 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iputils 20190709 Collecting legal info LICENSE: OK (sha256: b8ea785d12fa6a44916601104dd746216957e93f13a26d3eb858b3b5a4ad66ab) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.53.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libgcrypt 1.8.5 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> jack1 0.125.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> keyutils 1.6 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libass 0.14.0 Collecting legal info COPYING: OK (sha256: f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c) >>> libfribidi 1.0.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libassuan 2.5.3 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libatomic_ops 7.6.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcli 1.10.2 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.0.2 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libesmtp 1.0.6 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libevent 2.1.11 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libftdi1 1.4 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgpiod 1.4.1 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libgsm 1.0.18 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libhtp 0.5.32 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libnspr 4.25 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libnss 3.51 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libphidget 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> librtlsdr 0.6.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> liburiparser 0.9.3 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-lld 9.0.1 Collecting legal info LICENSE.TXT: OK (sha256: f7891568956e34643eb6a0db1462db30820d40d7266e2a78063f2fe233ece5a0) >>> host-llvm 9.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> lldpd 1.0.4 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lsof 4.93.2 Collecting legal info dialects/linux/dproto.h: OK (sha256: 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1) >>> ltris 1.0.19 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.16.5 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mdevd 0.1.1.1 Collecting legal info COPYING: OK (sha256: 2e59eb9754eaece119072a4379d8b320900cc8c4a1a488d2d7788768b95e89ae) >>> skalibs 2.9.1.0 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> mjpg-streamer 501f6362c5afddcfb41055f97ae484252c85c912 Collecting legal info mjpg-streamer-experimental/LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mmc-utils d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8 Collecting legal info mmc.h: OK (sha256: c3165393bcd710624e2909327a6fbeb736c47bdbe66de1c1a364ac7324d3e4d6) >>> monkey 1.6.9 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> mrouted 3.9.8 Collecting legal info LICENSE: OK (sha256: 2e6c7d9e92afc391f584290c3817f2cdec1501621cf820abbd4bc4adc2e5b2ef) >>> host-mtools 4.0.23 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> nanomsg 1.1.5 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> ncdu 1.14.2 Collecting legal info COPYING: OK (sha256: 978f49428f21714c973706030c0ef09983cc1e2889a1b7b521dbf8860870cf05) >>> netatalk 3.1.12 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7599ae145e53be03a08f8b558b2f2e0c828e1630f1843cc04f41981b8cefcd65) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> ntp 4.2.8p13 Collecting legal info COPYRIGHT: OK (sha256: 3828da5fc8126889d6a64432288ace08526c490bf5427d799931689069968d91) >>> nvme 1.9 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> oniguruma 6.9.4 Collecting legal info COPYING: OK (sha256: ae266a1ad1c2ef50baf14a1a2993e926cd46d09c6cc8b0b3a8498e44da2746b8) >>> open-plc-utils 1be781d1ea81827e5f6c1a35961c65dd4d15472c Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> php 7.4.4 Collecting legal info LICENSE: OK (sha256: 0967ad6cf4b7fe81d38709d7aaef3fecb3bd685be7eebb37b864aa34c991baa7) >>> pngquant 2.12.5 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> pppd 2.4.8 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: 91a5e9c173e0e001e081e15bf7850cfd782a0baa02f5921e327ae3b449beff3f) pppd/ccp.c: OK (sha256: ee1c28551c87cdcdaf80eb3922726f015201614cb560a5ed18a7a0c15f2b4aa4) pppd/plugins/passprompt.c: OK (sha256: 6fa4c3dad059f6ef15c1c5e5219d9d0d40991dd3a162098a89967a1720de059e) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer 1.2.12 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl_net 1.2.8 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-pru-software-support 5.6.0 Collecting legal info PRU-Package-v6.0-Manifest.html: OK (sha256: a68530804624227e4f2e007eacb5c2d616695426082e895ee1e2d77d3833f5f7) >>> host-ti-cgt-pru 2.3.3 Collecting legal info PRU_Code_Generation_Tools_2.3.x_manifest.html: OK (sha256: 913cb4ab564f874b7c9a11726a16c4ccdc7ecc60be2738201281a1e28dc93641) pru_rts_2_3_0_82167478-F8C9-49b2-82BD-12F8550770F9.spdx: OK (sha256: 5e198df9782c63cedc8363f0e298b241a9a8084398a925f6e1003dbcb60801cb) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> pure-ftpd 1.0.49 Collecting legal info COPYING: OK (sha256: 3a9e94382a69d04aa434d69b20ff2c01dbbfcb7191f05f69a7109c0ee1559c19) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-cython 0.29.15 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> rabbitmq-c 0.10.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> host-raspberrypi-usbboot f4e3f0f9a3c64d846ba53ec3367e33a4f9a7d051 Collecting legal info >>> host-rcw LSDK-19.09 Collecting legal info LICENSE: OK (sha256: a531b3146425e592db17a51ff39c4801cb01fb4055ffdaada0572decc0655bcd) >>> s6-dns 2.3.1.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> s6-linux-utils 2.5.1.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> scrypt 1.3.0 Collecting legal info COPYRIGHT: OK (sha256: adc1942c42da6e3370223a27ff4a6835924d2b41e509f9bee58a5e6ca1bbddae) >>> sofia-sip 1.12.11 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> stm32flash 3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stress-ng 0.10.07 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tpm2-tss 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> trinity 1.9 Collecting legal info COPYING: OK (sha256: 35e3fc68c89fd7b8f72fd910b521cb3292f859e9181f3c26bd0df84d144bc1d4) >>> uhubctl 2.1.0 Collecting legal info LICENSE: OK (sha256: 05d376f74b3b539e2758d2b8a4bef5b15e567350d19c8581b5344bf4ce84414a) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> wilc1000-firmware 14.1 Collecting legal info >>> wolfssl 4.3.0-stable Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: 74adaaef40b96c71378b6daa3feb8ccd4a1bfd9b76debf3f3f29cf3a0e86c9a0) >>> wpa_supplicant 2.9 Collecting legal info README: OK (sha256: 9da5dd0776da266b180b915e460ff75c6ff729aca1196ab396529510f24f3761) >>> xenomai 3.0.10 Collecting legal info debian/copyright: OK (sha256: d37ebe86bf618942dad958927c44403f9b02fbebb3071a4a08408ccbdab5290f) include/COPYING: OK (sha256: f3380321da72ff509bf6939aa80e6d02fd22268f5c705137b34c205b39bc63a0) kernel/cobalt/COPYING: OK (sha256: d6b6d8ed1b12309085caf1cf775ea4acdad3288c7f7d993c2502bd19c87e4764) kernel/cobalt/posix/COPYING: OK (sha256: d6b6d8ed1b12309085caf1cf775ea4acdad3288c7f7d993c2502bd19c87e4764) kernel/cobalt/rtdm/COPYING: OK (sha256: 9c90501baa30534ffed6b39eef413bd1727170ef691fd9768dc8644c3042df54) lib/alchemy/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/analogy/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/boilerplate/iniparser/LICENSE: OK (sha256: 0519083691511d71408f8c9a2794fa2f6ad13a5eec00717f4572b54d18d6f9da) lib/boilerplate/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/cobalt/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/copperplate/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/psos/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/smokey/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/trank/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/vxworks/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> zd1211-firmware 1.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: raspberrypi-usbboot-f4e3f0f9a3c64d846ba53ec3367e33a4f9a7d051: cannot save license (HOST_RASPBERRYPI_USBBOOT_LICENSE_FILES not defined) WARNING: wilc1000-firmware-14.1: cannot save license (WILC1000_FIRMWARE_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'