Warning: Schema ?org.gnome.system.proxy.http? has path ?/system/proxy/http/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.https? has path ?/system/proxy/https/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.ftp? has path ?/system/proxy/ftp/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.socks? has path ?/system/proxy/socks/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. mkdir -p /home/naourr/work/instance-2/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-2/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-2/output-1/target/etc/shadow rm -f /home/naourr/work/instance-2/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/naourr/work/instance-2/output-1/build/locales.nopurge for dir in /home/naourr/work/instance-2/output-1/target/usr/share/locale /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale /home/naourr/work/instance-2/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-2/output-1/target/usr/include /home/naourr/work/instance-2/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-2/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-2/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-2/output-1/target/usr/lib/cmake /home/naourr/work/instance-2/output-1/target/usr/share/cmake \ /home/naourr/work/instance-2/output-1/target/usr/doc find /home/naourr/work/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-2/output-1/target/lib/ /home/naourr/work/instance-2/output-1/target/usr/lib/ /home/naourr/work/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-2/output-1/target/usr/man /home/naourr/work/instance-2/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-2/output-1/target/usr/info /home/naourr/work/instance-2/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-2/output-1/target/usr/doc /home/naourr/work/instance-2/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/naourr/work/instance-2/output-1/target/lib/debug /home/naourr/work/instance-2/output-1/target/usr/lib/debug find /home/naourr/work/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-8234-g2130694a59d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-2/output-1/per-package /home/naourr/work/instance-2/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-2/output-1/build/4th-3.62.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/acsccid-1.1.7/.files-list.txt /home/naourr/work/instance-2/output-1/build/alsa-lib-1.2.3.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/apitrace-9.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/batctl-2020.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/bonnie-1.03e/.files-list.txt /home/naourr/work/instance-2/output-1/build/coreutils-8.32/.files-list.txt /home/naourr/work/instance-2/output-1/build/dbus-1.12.18/.files-list.txt /home/naourr/work/instance-2/output-1/build/dialog-1.3-20200327/.files-list.txt /home/naourr/work/instance-2/output-1/build/duktape-2.5.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/execline-2.6.1.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/flac-1.3.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/flot-0.8.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/fwup-1.8.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/getent/.files-list.txt /home/naourr/work/instance-2/output-1/build/gli-559cbe1ec38878e182507d331e0780fbae5baf15/.files-list.txt /home/naourr/work/instance-2/output-1/build/gnuplot-5.2.8/.files-list.txt /home/naourr/work/instance-2/output-1/build/gsettings-desktop-schemas-3.36.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/gvfs-1.44.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-4th-3.62.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-acl-2.2.53/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-attr-2.4.48/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-autoconf-2.69/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-automake-1.15.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-binutils-2.33.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-bison-3.6.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-erofs-utils-1.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-expat-2.2.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-fakedate/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-fakeroot-1.20.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-flex-2.6.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-gcc-final-9.3.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-gcc-initial-9.3.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-gettext-tiny-0.3.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-gettext/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-gmp-6.1.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-go-1.13.14/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-go-bootstrap-1.4.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-icu-67-1/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-intltool-0.51.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libffi-3.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libglib2-2.64.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libp11-0.4.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libtirpc-1.2.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libtool-2.4.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libxcb-1.14/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libxml-parser-perl-2.46/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libxslt-1.1.34/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-lz4-1.9.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-m4-1.4.18/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-makedevs/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-mender-artifact-3.4.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-meson-0.55.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-mkpasswd/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-mpc-1.1.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-mpfr-4.0.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-ncurses-6.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-nfs-utils-2.5.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-ninja-1.10.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-openssl/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-patchelf-0.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-pcre-8.44/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-pixman-0.40.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-pkgconf-1.6.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-python-2.7.18/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-python3-3.8.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-python3-setuptools-44.0.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-qemu-5.0.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-shared-mime-info-1.12/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-skeleton/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-tar-1.29/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-xapp_xkbcomp-1.4.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-xcb-proto-1.14/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libX11-1.6.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libXau-1.0.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libXdmcp-1.1.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libxkbfile-1.1.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-xlib_xtrans-1.4.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-xorgproto-2020.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-xutil_util-macros-1.19.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-xz-5.2.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/host-zlib/.files-list.txt /home/naourr/work/instance-2/output-1/build/i2c-tools-4.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/icu-67-1/.files-list.txt /home/naourr/work/instance-2/output-1/build/ifupdown-scripts/.files-list.txt /home/naourr/work/instance-2/output-1/build/iputils-20190709/.files-list.txt /home/naourr/work/instance-2/output-1/build/jansson-2.12/.files-list.txt /home/naourr/work/instance-2/output-1/build/jose-10/.files-list.txt /home/naourr/work/instance-2/output-1/build/jquery-1.11.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/json-c-0.14/.files-list.txt /home/naourr/work/instance-2/output-1/build/less-551/.files-list.txt /home/naourr/work/instance-2/output-1/build/libarchive-3.4.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/libatomic_ops-7.6.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/libconfig-1.7.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/libconfuse-3.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/libdaemon-0.14/.files-list.txt /home/naourr/work/instance-2/output-1/build/libev-4.27/.files-list.txt /home/naourr/work/instance-2/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/libgcrypt-1.8.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/libglib2-2.64.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/libgpg-error-1.37/.files-list.txt /home/naourr/work/instance-2/output-1/build/libmad-0.15.1b/.files-list.txt /home/naourr/work/instance-2/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-2/output-1/build/libpagekite-0.91.190530/.files-list.txt /home/naourr/work/instance-2/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-2/output-1/build/libqrencode-4.0.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/libsndfile-1.0.28/.files-list.txt /home/naourr/work/instance-2/output-1/build/libtasn1-4.16.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/libtirpc-1.2.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/liburiparser-0.9.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-2/output-1/build/libvips-8.8.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/libvorbis-1.3.7/.files-list.txt /home/naourr/work/instance-2/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-2/output-1/build/linux-headers-5.7.10/.files-list.txt /home/naourr/work/instance-2/output-1/build/lm-sensors-3-6-0/.files-list.txt /home/naourr/work/instance-2/output-1/build/macchanger-1.7.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/mimic-1.1.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/mpg123-1.25.13/.files-list.txt /home/naourr/work/instance-2/output-1/build/musl-1.2.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/musl-compat-headers/.files-list.txt /home/naourr/work/instance-2/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/nfs-utils-2.5.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/olsr-0.9.8/.files-list.txt /home/naourr/work/instance-2/output-1/build/opencv-2.4.13.7/.files-list.txt /home/naourr/work/instance-2/output-1/build/openipmi-2.0.28/.files-list.txt /home/naourr/work/instance-2/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-2/output-1/build/patch-2.7.6/.files-list.txt /home/naourr/work/instance-2/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-2/output-1/build/pcsc-lite-1.9.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/pixman-0.40.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/pkcs11-helper-1.26/.files-list.txt /home/naourr/work/instance-2/output-1/build/pkgconf-1.6.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/popt-1.16/.files-list.txt /home/naourr/work/instance-2/output-1/build/psmisc-23.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/pure-ftpd-1.0.49/.files-list.txt /home/naourr/work/instance-2/output-1/build/qemu-5.0.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/rapidxml-1.13/.files-list.txt /home/naourr/work/instance-2/output-1/build/readline-8.0/.files-list.txt /home/naourr/work/instance-2/output-1/build/rocksdb-6.10.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/rpcbind-1.2.5/.files-list.txt /home/naourr/work/instance-2/output-1/build/rrdtool-1.7.2/.files-list.txt /home/naourr/work/instance-2/output-1/build/s6-2.9.0.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/s6-dns-2.3.1.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/s6-networking-2.3.1.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/sbc-1.4/.files-list.txt /home/naourr/work/instance-2/output-1/build/shared-mime-info-1.12/.files-list.txt /home/naourr/work/instance-2/output-1/build/skalibs-2.9.2.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-2/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-2/output-1/build/squeezelite-71c012ad9ba102feb95823b7b9dc17e5305689c7/.files-list.txt /home/naourr/work/instance-2/output-1/build/sslh-1.20/.files-list.txt /home/naourr/work/instance-2/output-1/build/tcl-8.6.9/.files-list.txt /home/naourr/work/instance-2/output-1/build/toolchain-buildroot/.files-list.txt /home/naourr/work/instance-2/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-2/output-1/build/tpm2-totp-0.2.1/.files-list.txt /home/naourr/work/instance-2/output-1/build/tpm2-tss-2.3.3/.files-list.txt /home/naourr/work/instance-2/output-1/build/xkeyboard-config-2.30/.files-list.txt /home/naourr/work/instance-2/output-1/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238/.files-list.txt /home/naourr/work/instance-2/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-2/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-2/output-1/build/4th-3.62.5/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/acsccid-1.1.7/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/alsa-lib-1.2.3.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/apitrace-9.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/batctl-2020.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/bonnie-1.03e/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/coreutils-8.32/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/dbus-1.12.18/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/dialog-1.3-20200327/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/duktape-2.5.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/execline-2.6.1.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/flac-1.3.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/flot-0.8.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/fwup-1.8.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/getent/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/gli-559cbe1ec38878e182507d331e0780fbae5baf15/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/gnuplot-5.2.8/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/gsettings-desktop-schemas-3.36.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/gvfs-1.44.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-4th-3.62.5/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-acl-2.2.53/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-attr-2.4.48/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-binutils-2.33.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-bison-3.6.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-erofs-utils-1.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-fakedate/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-fakeroot-1.20.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gcc-final-9.3.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gcc-initial-9.3.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gettext-tiny-0.3.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-go-1.13.14/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-go-bootstrap-1.4.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-icu-67-1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libglib2-2.64.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libp11-0.4.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libtirpc-1.2.6/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libxcb-1.14/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-lz4-1.9.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-makedevs/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-mender-artifact-3.4.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-meson-0.55.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-mkpasswd/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-mpc-1.1.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-nfs-utils-2.5.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-pixman-0.40.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-python-2.7.18/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-python3-3.8.5/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-qemu-5.0.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-shared-mime-info-1.12/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xapp_xkbcomp-1.4.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xcb-proto-1.14/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libX11-1.6.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libXau-1.0.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libXdmcp-1.1.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libxkbfile-1.1.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xlib_xtrans-1.4.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xorgproto-2020.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xutil_util-macros-1.19.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-xz-5.2.5/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/host-zlib/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/i2c-tools-4.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/icu-67-1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/ifupdown-scripts/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/iputils-20190709/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/jansson-2.12/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/jose-10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/jquery-1.11.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/json-c-0.14/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/less-551/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libarchive-3.4.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libatomic_ops-7.6.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libconfig-1.7.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libconfuse-3.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libdaemon-0.14/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libev-4.27/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libffi-3.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libgcrypt-1.8.6/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libglib2-2.64.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libgpg-error-1.37/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libmad-0.15.1b/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libnl-3.5.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libogg-1.3.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libpagekite-0.91.190530/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libpng-1.6.37/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libqrencode-4.0.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libsndfile-1.0.28/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libtasn1-4.16.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libtirpc-1.2.6/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/liburiparser-0.9.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libusb-1.0.23/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libvips-8.8.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libvorbis-1.3.7/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/linux-headers-5.7.10/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/lm-sensors-3-6-0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/macchanger-1.7.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/mimic-1.1.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/mpg123-1.25.13/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/musl-1.2.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/musl-compat-headers/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/nfs-utils-2.5.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/olsr-0.9.8/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/opencv-2.4.13.7/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/openipmi-2.0.28/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/openssl/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/patch-2.7.6/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/pcre-8.44/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/pcsc-lite-1.9.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/pixman-0.40.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/pkcs11-helper-1.26/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/popt-1.16/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/psmisc-23.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/pure-ftpd-1.0.49/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/qemu-5.0.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/rapidxml-1.13/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/readline-8.0/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/rocksdb-6.10.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/rpcbind-1.2.5/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/rrdtool-1.7.2/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/s6-2.9.0.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/s6-dns-2.3.1.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/s6-networking-2.3.1.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/sbc-1.4/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/shared-mime-info-1.12/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/skalibs-2.9.2.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-common/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-none/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/skeleton/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/squeezelite-71c012ad9ba102feb95823b7b9dc17e5305689c7/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/sslh-1.20/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/tcl-8.6.9/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/toolchain-buildroot/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/toolchain/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/tpm2-totp-0.2.1/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/tpm2-tss-2.3.3/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/xkeyboard-config-2.30/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238/.files-list-host.txt /home/naourr/work/instance-2/output-1/build/zlib/.files-list-host.txt > /home/naourr/work/instance-2/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-2/output-1/build/4th-3.62.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/acsccid-1.1.7/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/alsa-lib-1.2.3.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/apitrace-9.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/batctl-2020.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/bonnie-1.03e/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/coreutils-8.32/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/dbus-1.12.18/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/dialog-1.3-20200327/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/duktape-2.5.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/execline-2.6.1.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/flac-1.3.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/flot-0.8.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/fwup-1.8.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/getent/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/gli-559cbe1ec38878e182507d331e0780fbae5baf15/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/gnuplot-5.2.8/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/gsettings-desktop-schemas-3.36.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/gvfs-1.44.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-4th-3.62.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-acl-2.2.53/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-attr-2.4.48/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-autoconf-2.69/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-automake-1.15.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-binutils-2.33.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-bison-3.6.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-erofs-utils-1.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-fakedate/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-fakeroot-1.20.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-gcc-final-9.3.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-gcc-initial-9.3.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-gettext-tiny-0.3.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-gettext/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-gmp-6.1.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-go-1.13.14/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-go-bootstrap-1.4.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-icu-67-1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-intltool-0.51.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libglib2-2.64.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libp11-0.4.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libtirpc-1.2.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libxcb-1.14/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libxml-parser-perl-2.46/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libxslt-1.1.34/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-lz4-1.9.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-m4-1.4.18/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-makedevs/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-mender-artifact-3.4.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-meson-0.55.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-mkpasswd/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-mpc-1.1.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-mpfr-4.0.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-nfs-utils-2.5.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-ninja-1.10.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-openssl/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-patchelf-0.9/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-pixman-0.40.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-pkgconf-1.6.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-python-2.7.18/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-python3-3.8.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-python3-setuptools-44.0.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-qemu-5.0.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-shared-mime-info-1.12/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-skeleton/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-tar-1.29/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-xapp_xkbcomp-1.4.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-xcb-proto-1.14/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libX11-1.6.9/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libXau-1.0.9/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libXdmcp-1.1.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-xlib_libxkbfile-1.1.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-xlib_xtrans-1.4.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-xorgproto-2020.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-xutil_util-macros-1.19.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-xz-5.2.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/host-zlib/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/i2c-tools-4.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/icu-67-1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/ifupdown-scripts/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/iputils-20190709/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/jansson-2.12/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/jose-10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/jquery-1.11.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/json-c-0.14/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/less-551/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libarchive-3.4.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libatomic_ops-7.6.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libconfig-1.7.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libconfuse-3.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libdaemon-0.14/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libev-4.27/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libgcrypt-1.8.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libglib2-2.64.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libgpg-error-1.37/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libmad-0.15.1b/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libpagekite-0.91.190530/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libqrencode-4.0.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libtasn1-4.16.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libtirpc-1.2.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/liburiparser-0.9.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libvips-8.8.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libvorbis-1.3.7/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/linux-headers-5.7.10/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/lm-sensors-3-6-0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/macchanger-1.7.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/mimic-1.1.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/mpg123-1.25.13/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/musl-1.2.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/musl-compat-headers/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/nfs-utils-2.5.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/olsr-0.9.8/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/opencv-2.4.13.7/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/openipmi-2.0.28/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/openssl/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/patch-2.7.6/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/pcsc-lite-1.9.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/pixman-0.40.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/pkcs11-helper-1.26/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/pkgconf-1.6.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/popt-1.16/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/psmisc-23.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/pure-ftpd-1.0.49/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/qemu-5.0.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/rapidxml-1.13/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/readline-8.0/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/rocksdb-6.10.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/rpcbind-1.2.5/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/rrdtool-1.7.2/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/s6-2.9.0.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/s6-dns-2.3.1.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/s6-networking-2.3.1.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/sbc-1.4/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/shared-mime-info-1.12/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/skalibs-2.9.2.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/skeleton-init-none/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/skeleton/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/squeezelite-71c012ad9ba102feb95823b7b9dc17e5305689c7/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/sslh-1.20/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/tcl-8.6.9/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/toolchain-buildroot/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/tpm2-totp-0.2.1/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/tpm2-tss-2.3.3/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/xkeyboard-config-2.30/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238/.files-list-staging.txt /home/naourr/work/instance-2/output-1/build/zlib/.files-list-staging.txt > /home/naourr/work/instance-2/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/naourr/work/instance-2/output-1/build/buildroot-fs mkdir -p /home/naourr/work/instance-2/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /home/naourr/work/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /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-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/naourr/work/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/naourr/work/instance-2/output-1/images rm -rf /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar mkdir -p /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/naourr/work/instance-2/output-1/target/ /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/target" >> /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /home/naourr/work/instance-2/buildroot/support/scripts/mkusers /home/naourr/work/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/target >> /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "/home/naourr/work/instance-2/output-1/host/bin/makedevs -d /home/naourr/work/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/target" >> /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' find /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/target -print0 | xargs -0 -r touch -hd @1595931549\n' >> /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/naourr/work/instance-2/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-2/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" FAKEROOTDONTTRYCHOWN=1 /home/naourr/work/instance-2/output-1/host/bin/fakeroot -- /home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/naourr/work/instance-2/output-1/build/buildroot-fs/tar/target table='/home/naourr/work/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' ln -snf /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot /home/naourr/work/instance-2/output-1/staging make: Leaving directory '/home/naourr/work/instance-2/buildroot' make: Entering directory '/home/naourr/work/instance-2/buildroot' >>> Buildroot 2019.02-8234-g2130694a59d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 9.3.0 Collecting legal info >>> host-binutils 2.33.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.0 Collecting legal info COPYRIGHT: OK (sha256: afe1df384787fce3577f3356b8b0d417381483f7c704eacb63f8050349fac77a) >>> host-gcc-initial 9.3.0 Collecting legal info >>> linux-headers 5.7.10 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers 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) >>> acsccid 1.1.7 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.0 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> alsa-lib 1.2.3.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> apitrace 9.0 Collecting legal info LICENSE: OK (sha256: 7066bb1b787519c42f8278b77757c21de522cd97755cb30a22759ac401c62260) >>> host-python3 3.8.5 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> batctl 2020.2 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.6.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bonnie 1.03e Collecting legal info copyright.txt: OK (sha256: bdfeef85436885bc317fdbae3732b17a39e7910eb855553a83b4d2cf9032e773) >>> coreutils 8.32 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> dialog 1.3-20200327 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> duktape 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: 5b42d02dbd084fd6d7e61d93f52e02b596f25400e54e0f86d5780045e5b754c8) >>> host-erofs-utils 1.1 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> execline 2.6.1.0 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> skalibs 2.9.2.1 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> flac 1.3.3 Collecting legal info COPYING.Xiph: OK (sha256: fa27cb11f13f97b0c5f3ff363b1e2610c6efe87ed175779cb2a78e44eb19d34c) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fwup 1.8.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libarchive 3.4.3 Collecting legal info COPYING: OK (sha256: e1e3d4ba9d0b0ccba333b5f5539f7c6c9a3ef3d57a96cd165d2c45eaa1cd026d) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> getent Collecting legal info >>> gli 559cbe1ec38878e182507d331e0780fbae5baf15 Collecting legal info manual.md: OK (sha256: e26459f62353e631d18379668c82b85f9fd2fd993f2818277e4fce21e957f87a) >>> gnuplot 5.2.8 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gsettings-desktop-schemas 3.36.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.55.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> gvfs 1.44.1 Collecting legal info COPYING: OK (sha256: 45cf336e2e48176993babc5aabf44437390f40e6a86a472c6abfc7ce9c035db4) >>> libgcrypt 1.8.6 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> i2c-tools 4.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: b75b04b46320dff5e2b50a9c69b8e526b7db5087083ea3ba65533f08fc11b9f0) >>> icu 67-1 Collecting legal info LICENSE: OK (sha256: 25e21013a7bc2fad735e28c5278a120e4c7f1c327c8c8b9b4df1751748cddbb2) >>> host-icu 67-1 Collecting legal info LICENSE: OK (sha256: 25e21013a7bc2fad735e28c5278a120e4c7f1c327c8c8b9b4df1751748cddbb2) >>> ifupdown-scripts Collecting legal info >>> iputils 20190709 Collecting legal info LICENSE: OK (sha256: b8ea785d12fa6a44916601104dd746216957e93f13a26d3eb858b3b5a4ad66ab) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jose 10 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> jquery 1.11.2 Collecting legal info >>> json-c 0.14 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> less 551 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libatomic_ops 7.6.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libconfig 1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libp11 0.4.10 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libpagekite 0.91.190530 Collecting legal info doc/COPYING.md: OK (sha256: ba443b9c9d4273d06aae3e147e9ad1ec199cc9c23455f486a039536d47f57eed) doc/LICENSE-2.0.txt: OK (sha256: 4a271d0bb6bb6e0bac880efddb46da73e6df3dcf0d9ca08a945a232f8ab882ef) doc/AGPLv3.txt: OK (sha256: 8e0f770cabe772d67d36469f6bf413afd2dcfa6ac37acfc65f770cf3a134106d) >>> libqrencode 4.0.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> 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.5.1 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.2.6 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> liburiparser 0.9.4 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libvips 8.8.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> lm-sensors 3-6-0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mender-artifact 3.4.0 Collecting legal info LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) LIC_FILES_CHKSUM.sha256: OK (sha256: 08b0209abb7e87bb1d21aca8a40693b7d29406d1edffd443f17c59d5d68f6467) vendor/github.com/mendersoftware/mendertesting/LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/gopkg.in/yaml.v2/LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: a284e538f3e5649ae6a8f32da2bbd18e9daabf2c1ebbfb99ed92e797b159be1a) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 16f848582e4b276a7392cd34496b7a33d6f65c0e190c163ff3a056a7c61219ce) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: dad2b0b2cc2dbdbf95ad5d800ef7588956e74dc2479014829d42be295125c25d) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 7709cc030f078b17809884f92f33a2016944e1180312dc3f1371b02313d313ed) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) >>> host-go 1.13.14 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mimic 1.1.0 Collecting legal info COPYING: OK (sha256: c423c1c6d260091d80ee4c00f386a10fea39963a3f1530f2c245f15dd20324ee) >>> mpg123 1.25.13 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> nfs-utils 2.5.1 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> olsr 0.9.8 Collecting legal info license.txt: OK (sha256: 7dcf1fb93ef105e2708b02603bb6ee443115d4819fbf2c5a3a001b46887acb9a) lib/pud/nmealib/LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> opencv 2.4.13.7 Collecting legal info LICENSE: OK (sha256: 46e42877dfc3ac65769292cb4dc1a04b204ad9e40859a390f4c035d6179fbcc4) >>> openipmi 2.0.28 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.BSD: OK (sha256: 185323a62589e7ee80f86bf2ea29caad9a09fdda0ea3f1c00db8b778c7edf60e) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> patch 2.7.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> pkcs11-helper 1.26 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> psmisc 23.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> pure-ftpd 1.0.49 Collecting legal info COPYING: OK (sha256: 3a9e94382a69d04aa434d69b20ff2c01dbbfcb7191f05f69a7109c0ee1559c19) >>> qemu 5.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-qemu 5.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rocksdb 6.10.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE.Apache: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.leveldb: OK (sha256: b568f1f37a5a1d37a3e981e7c8b7fc4856ca33b2ca0a45bc8e847aaaf7afe485) README.md: OK (sha256: 054f4b04473dd7003fcd9e48b75c61fd257e50beb418c501099c651c0356a556) >>> rpcbind 1.2.5 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> rrdtool 1.7.2 Collecting legal info COPYRIGHT: OK (sha256: ab6b4646e9e01f1ec287c29c351c886c4cb7f945c11efc0a1be9f6e5e6cc5320) LICENSE: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> s6-dns 2.3.1.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> s6-networking 2.3.1.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> s6 2.9.0.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> sbc 1.4 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> squeezelite 71c012ad9ba102feb95823b7b9dc17e5305689c7 Collecting legal info LICENSE.txt: OK (sha256: dc01c3da33fea11ed918f9e437b88baa59c70401aab0dad747e33dd9e8035706) >>> sslh 1.20 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcl 8.6.9 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> xkeyboard-config 2.30 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.3 Collecting legal info COPYING: OK (sha256: f1a78f5796fe2374f2b93e579328a02283e57d2a8316484b31799b12debe7ee3) >>> host-xlib_libX11 1.6.9 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.14 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-xcb-proto 1.14 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2020.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da4a28570230228b9bd80a701c5d8752f8609394de2e0d46d26d978bd07610db) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Collecting legal info WARNING: no hash file for COPYING.GPL >>> 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 >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-9.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-9.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.7.10: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: jquery-1.11.2: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-2/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-2/buildroot'