>>> Finalizing target directory rm -f /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-3/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-3/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/bin/mksh$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/bin/mksh" >> /home/naourr/work/instance-3/output-1/target/etc/shells grep -qsE '^/usr/bin/screen$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/usr/bin/screen" >> /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/powerpc64le-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/powerpc64le-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-rc3-07288-g36c0a0c656"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-rc3\"" \ ) > /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/aer-inject-9bd5e2c7886fca72f139cd8402488a2235957d41/.files-list.txt /home/naourr/work/instance-3/output-1/build/apr-1.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/ascii-invaders-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/bctoolbox-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/belle-sip-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/belr-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/bitstream-vera-1.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/bwm-ng-0.6.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/can-utils-2020.02.04/.files-list.txt /home/naourr/work/instance-3/output-1/build/ccrypt-1.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/checkpolicy-3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/crda-4.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/dieharder-3.31.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/efibootmgr-15/.files-list.txt /home/naourr/work/instance-3/output-1/build/efivar-37/.files-list.txt /home/naourr/work/instance-3/output-1/build/enchant-1.6.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/evemu-2.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/ficl-4.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/flannel-0.12.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/flex-2.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/fontconfig-2.13.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/fping-4.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/freeswitch-1.10.2/.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/gamin-0.1.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/gensio-2.0.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/getent/.files-list.txt /home/naourr/work/instance-3/output-1/build/gnupg2-2.2.20/.files-list.txt /home/naourr/work/instance-3/output-1/build/graphite2-1.3.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/grep-3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/gsl-2.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/gstreamer1-1.16.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/ifplugd-0.28/.files-list.txt /home/naourr/work/instance-3/output-1/build/iptraf-ng-1.1.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/iputils-20190709/.files-list.txt /home/naourr/work/instance-3/output-1/build/irqbalance-1.6.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/jansson-2.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/jose-10/.files-list.txt /home/naourr/work/instance-3/output-1/build/jpeg-turbo-2.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-3/output-1/build/json-glib-1.4.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/knock-258a27e5a47809f97c2b9f2751a88c2f94aae891/.files-list.txt /home/naourr/work/instance-3/output-1/build/leptonica-1.78.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/lft-3.8/.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/libbson-1.9.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcurl-7.69.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libdaemon-0.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/libevdev-1.9.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libgcrypt-1.8.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.2/.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/libhttpserver-0.17.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libksba-1.3.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/liblog4c-localtime-1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmemcached-1.0.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmicrohttpd-0.9.70/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmpdclient-2.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnpth-1.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-3/output-1/build/libopusenc-0.2.1/.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/libqmi-1.24.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libroxml-3.0.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libselinux-3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsepol-3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list.txt /home/naourr/work/instance-3/output-1/build/libssh2-1.9.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libtasn1-4.16.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libtirpc-1.2.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libtorrent-0.13.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/libuecc-7/.files-list.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/libuv-1.37.0/.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/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/linphone-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/logsurfer-1.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/ltp-testsuite-20200120/.files-list.txt /home/naourr/work/instance-3/output-1/build/mbedtls-2.16.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/mediastreamer-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/mksh-57/.files-list.txt /home/naourr/work/instance-3/output-1/build/mp4v2-4.1.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/mysql/.files-list.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/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/oracle-mysql-5.1.73/.files-list.txt /home/naourr/work/instance-3/output-1/build/ortp-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/p11-kit-0.23.16.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/parted-3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-3/output-1/build/pdmenu-1.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/poppler-0.84.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/popt-1.16/.files-list.txt /home/naourr/work/instance-3/output-1/build/pppd-2.4.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/quotatool-1.6.2/.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/rp-pppoe-3.12/.files-list.txt /home/naourr/work/instance-3/output-1/build/ruby-2.4.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/screen-4.8.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/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/slang-2.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/slirp-8c2da74c1385242f20799fec8c04f8378edc6550/.files-list.txt /home/naourr/work/instance-3/output-1/build/smcroute-2.4.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/sound-theme-freedesktop-0.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/speex-1.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/speexdsp-SpeexDSP-1.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/sqlite-3310100/.files-list.txt /home/naourr/work/instance-3/output-1/build/szip-2.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/tesseract-ocr-4.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/thttpd-2.29/.files-list.txt /home/naourr/work/instance-3/output-1/build/tiff-4.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/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/uacme-1.2.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/wavpack-5.3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/wget-1.20.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/wireless-regdb-2019.06.03/.files-list.txt /home/naourr/work/instance-3/output-1/build/xdg-dbus-proxy-0.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/xl2tp-1.3.15/.files-list.txt /home/naourr/work/instance-3/output-1/build/ympd-1.3.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list.txt /home/naourr/work/instance-3/output-1/build/zstd-1.4.3/.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-acl-2.2.53/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-attr-2.4.48/.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-bzip2-1.0.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-elfutils-0.177/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-fakedate/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-fakeroot-1.20.2/.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-gptfdisk-1.0.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libglib2-2.64.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtirpc-1.2.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lttng-babeltrace-1.5.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lzip-1.21/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lzo-2.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-makedevs/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-meson-0.54.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mtd-2.1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-nfs-utils-2.4.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-popt-1.16/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-2.7.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-pycryptodomex-3.9.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ruby-2.4.9/.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-util-linux-2.35.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-xz-5.2.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zstd-1.4.3/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/apr-1.7.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bctoolbox-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/belle-sip-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/belr-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/efivar-37/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/enchant-1.6.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ficl-4.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/freeswitch-1.10.2/.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/gamin-0.1.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gensio-2.0.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/graphite2-1.3.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gsl-2.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gstreamer1-1.16.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jansson-2.12/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jose-10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jpeg-turbo-2.0.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/json-glib-1.4.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/leptonica-1.78.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libassuan-2.5.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libbson-1.9.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcurl-7.69.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libdaemon-0.14/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libevdev-1.9.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libgcrypt-1.8.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.2/.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/libhttpserver-0.17.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libksba-1.3.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liblog4c-localtime-1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmemcached-1.0.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmicrohttpd-0.9.70/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmpdclient-2.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnpth-1.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libopusenc-0.2.1/.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/libqmi-1.24.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libroxml-3.0.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libselinux-3.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsepol-3.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libssh2-1.9.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libtasn1-4.16.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libtirpc-1.2.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libtorrent-0.13.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libuecc-7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libuv-1.37.0/.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/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/linphone-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mbedtls-2.16.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mediastreamer-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mp4v2-4.1.3/.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/opus-1.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/oracle-mysql-5.1.73/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ortp-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/p11-kit-0.23.16.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/parted-3.3/.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/poppler-0.84.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/popt-1.16/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/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/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/slang-2.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/slirp-8c2da74c1385242f20799fec8c04f8378edc6550/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/speex-1.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/speexdsp-SpeexDSP-1.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sqlite-3310100/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/szip-2.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/tesseract-ocr-4.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/tiff-4.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/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/util-linux-2.35.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/uvw-2.5.0_libuv-v1.37/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/wavpack-5.3.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/zstd-1.4.3/.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 >>> Generating root filesystems common tables rm -rf /home/naourr/work/instance-3/output-1/build/buildroot-fs mkdir -p /home/naourr/work/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/naourr/work/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/sbin/arping f 755 0 0 - - - - -\n /usr/bin/clockdiff f 4755 0 0 - - - - -\n /bin/ping f 4755 0 0 - - - - -\n /usr/bin/traceroute6 f 4755 0 0 - - - - -\n\n' > /home/naourr/work/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/naourr/work/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/naourr/work/instance-3/output-1/images rm -rf /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar mkdir -p /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/naourr/work/instance-3/output-1/target/ /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/target" >> /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /home/naourr/work/instance-3/buildroot/support/scripts/mkusers /home/naourr/work/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/target >> /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "/home/naourr/work/instance-3/output-1/host/bin/makedevs -d /home/naourr/work/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/target" >> /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' find /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/target -print0 | xargs -0 -r touch -hd @1590858425\n' >> /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/naourr/work/instance-3/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" FAKEROOTDONTTRYCHOWN=1 /home/naourr/work/instance-3/output-1/host/bin/fakeroot -- /home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/naourr/work/instance-3/output-1/build/buildroot-fs/tar/target table='/home/naourr/work/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' ln -snf /home/naourr/work/instance-3/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/naourr/work/instance-3/output-1/staging make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2020.05-rc3-07288-g36c0a0c656 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-fakedate 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 >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libselinux 3.0 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.0 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> bctoolbox 4.3.1 Collecting legal info COPYING: OK (sha256: 849dd903d98f12a964466ccfbaf3a1de1f94ad0ebd49a59d12f8ce4506f9f647) >>> mbedtls 2.16.6 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> belle-sip 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> belr 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bwm-ng 0.6.2 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> can-utils 2020.02.04 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> checkpolicy 3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> crda 4.14 Collecting legal info LICENSE: OK (sha256: c16224b376128b589eea69a8fdd1f09818b8cb995e10d1e37f72dff22233d7b0) >>> host-python-pycryptodomex 3.9.6 Collecting legal info LICENSE.rst: OK (sha256: d1af3fab2ef8cc53b6c7f48bdeb178ac874b04faf4ba0159a96b6109f1d393e2) Doc/LEGAL/COPYRIGHT.pycrypto: OK (sha256: 8e563c767164faa0831a333b57d23d4311cf566eb1b15d93250f4606be4eb549) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python-setuptools 44.0.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) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> efibootmgr 15 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> efivar 37 Collecting legal info COPYING: OK (sha256: 91df770634adc2755e78cae33a0d01e702ce2f69046408ae93d0d934ff29691b) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> enchant 1.6.0 Collecting legal info COPYING.LIB: OK (sha256: d0db934167997c8b8c863af297b3653aa98500bca0a7c05e9c6ec0dabf4f67d4) >>> libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.54.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.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) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.9.0 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flannel 0.12.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> 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) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> 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) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fping 4.2 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freeswitch 1.10.2 Collecting legal info COPYING: OK (sha256: 75c933202f40939cdc3827fce20a1efdaa38291e2b5a65d234eb16e2cffda66a) libs/apr/LICENSE: OK (sha256: e8e26b16da14aa3e6ed5c22c705fdc1f45d6225fca461ea9f7314bcdfdc414c4) libs/apr-util/LICENSE: OK (sha256: 1eefb2ea1db0af7729a9d8a27d7c65d8a37ab185393f935b029aac6828ce315a) libs/sofia-sip/COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) libs/sofia-sip/COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) libs/spandsp/COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) libs/srtp/LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> jpeg Collecting legal info >>> jpeg-turbo 2.0.4 Collecting legal info LICENSE.md: OK (sha256: 69e570a251515ced17d4492256d57c89db77ed949652f88a44c80c1ca9607920) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> libcurl 7.69.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> libssh2 1.9.0 Collecting legal info COPYING: OK (sha256: e15ed284a15e80115467d6d7f030f0d89d8fabbecd78fb6e0f861f0cfc128fd9) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libmemcached 1.0.18 Collecting legal info COPYING: OK (sha256: 4e9032d0f539276db05519ee3d09ca6167d2134ec91c556e8c80ef3efe633fd2) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> speexdsp SpeexDSP-1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> sqlite 3310100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tiff 4.1.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> gamin 0.1.10 Collecting legal info COPYING: OK (sha256: 7f9ffc38883325f011f331a9d6074ffd0175fbcecd57f69c577fb3845f333876) >>> gensio 2.0.3 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> getent Collecting legal info >>> gnupg2 2.2.20 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.3 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libksba 1.3.5 Collecting legal info AUTHORS: OK (sha256: 240908e1356ffeb5d0730227b6198dcc8e878375d28632fd813e0ed75b35ccc2) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-gptfdisk 1.0.4 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> graphite2 1.3.10 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> grep 3.4 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> gstreamer1 1.16.2 Collecting legal info COPYING: OK (sha256: f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> iptraf-ng 1.1.4 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> iputils 20190709 Collecting legal info LICENSE: OK (sha256: b8ea785d12fa6a44916601104dd746216957e93f13a26d3eb858b3b5a4ad66ab) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> irqbalance 1.6.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jose 10 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> json-glib 1.4.4 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> knock 258a27e5a47809f97c2b9f2751a88c2f94aae891 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> leptonica 1.78.0 Collecting legal info leptonica-license.txt: OK (sha256: ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518) >>> lft 3.8 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libhttpserver 0.17.5 Collecting legal info COPYING.LESSER: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmicrohttpd 0.9.70 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmpdclient 2.18 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> libphidget 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libqmi 1.24.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libtasn1 4.16.0 Collecting legal info LICENSE: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libtorrent 0.13.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libuv 1.37.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linphone 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> mediastreamer 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> ortp 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> logsurfer 1.8 Collecting legal info >>> ltp-testsuite 20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.177 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mksh 57 Collecting legal info mksh.1: OK (sha256: 4655d87a53a703ead36a52f166f065c23cf58dd02d7b14abd2474f9f49383a16) >>> mp4v2 4.1.3 Collecting legal info COPYING: OK (sha256: 15e38684c940176e2fc76331a2299d2ab5115ac997078f768ef31b896af69fc5) >>> host-mtd 2.1.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.4.3 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> mysql Collecting legal info >>> oracle-mysql 5.1.73 Collecting legal info README: OK (sha256: cbf0dbf56528a629f4358a1339f981202f1a9a0d9542c092b03f486064ced2db) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> open-plc-utils 1be781d1ea81827e5f6c1a35961c65dd4d15472c Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> p11-kit 0.23.16.1 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> parted 3.3 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.4 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> poppler 0.84.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rabbitmq-c 0.10.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> rp-pppoe 3.12 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> ruby 2.4.9 Collecting legal info LEGAL: OK (sha256: 609292a6d848ab223073944fc2d844449391a5ba2055a8b5baf1726bc13b39cb) COPYING: OK (sha256: f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864) BSDL: OK (sha256: a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4) >>> host-ruby 2.4.9 Collecting legal info LEGAL: OK (sha256: 609292a6d848ab223073944fc2d844449391a5ba2055a8b5baf1726bc13b39cb) COPYING: OK (sha256: f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864) BSDL: OK (sha256: a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> screen 4.8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> slirp 8c2da74c1385242f20799fec8c04f8378edc6550 Collecting legal info >>> smcroute 2.4.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tesseract-ocr 4.1.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> uacme 1.2.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uvw 2.5.0_libuv-v1.37 Collecting legal info LICENSE: OK (sha256: 755b2f245af22830c15b60c54469c0d92fbed42009b0d0074cec4b3959905757) >>> wavpack 5.3.0 Collecting legal info COPYING: OK (sha256: a0bbe245dfe263f73946b72306e8336818009ff1e52b119784c288f2785fc260) >>> wget 1.20.3 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.21 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> wireless-regdb 2019.06.03 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> xdg-dbus-proxy 0.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> xl2tp 1.3.15 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ympd 1.3.0 Collecting legal info LICENSE: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zstd 1.4.3 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.2.53 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.4.48 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.20.2 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: slirp-8c2da74c1385242f20799fec8c04f8378edc6550: cannot save license (SLIRP_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_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'