GNUmakefile:35: warning: overriding recipe for target 'tests' Makefile:978: warning: ignoring old recipe for target 'tests' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71' GNUmakefile:35: warning: overriding recipe for target 'tests' Makefile:978: warning: ignoring old recipe for target 'tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71' >>> zziplib 0.13.71 Fixing libtool files for la in $(find /home/naourr/work/instance-3/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-3/output-1/host/i586-buildroot-linux-musl/sysroot:@STAGING_DIR@:g" \ -e "s:/home/naourr/work/instance-3/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/naourr/work/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-3/output-1/host/i586-buildroot-linux-musl/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zziplib 0.13.71 Installing to target PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output-1/target install -C /home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71' GNUmakefile:35: warning: overriding recipe for target 'tests' Makefile:978: warning: ignoring old recipe for target 'tests' Making install in zzip make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzip' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzip' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig' /bin/sh ../libtool --silent --mode=install /usr/bin/install -c libzzip.la libzzipmmapped.la libzzipfseeko.la '/home/naourr/work/instance-3/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/include/zzip' /usr/bin/install -c -m 644 zzip-zlib-config.pc zziplib.pc zzipmmapped.pc zzipfseeko.pc '/home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 stdint.h file.h plugin.h lib.h zzip.h zzip32.h write.h fetch.h format.h info.h autoconf.h types.h conf.h _config.h _msvc.h mmapped.h memdisk.h fseeko.h '/home/naourr/work/instance-3/output-1/target/usr/include/zzip' /usr/bin/make install-data-hook make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzip' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/include/zzip' /usr/bin/install -c -m 644 stdint.h file.h plugin.h lib.h zzip.h zzip32.h write.h fetch.h format.h info.h autoconf.h types.h conf.h _config.h _msvc.h mmapped.h memdisk.h fseeko.h '/home/naourr/work/instance-3/output-1/target/usr/include/zzip' echo '#ifndef ZZIP_WARNING' > /home/naourr/work/instance-3/output-1/target/usr/include/zzip.h echo '#define ZZIP_WARNING 1' >>/home/naourr/work/instance-3/output-1/target/usr/include/zzip.h echo '#ifdef __GNUC__' >>/home/naourr/work/instance-3/output-1/target/usr/include/zzip.h echo '#warning do no not use , update to include '\ >>/home/naourr/work/instance-3/output-1/target/usr/include/zzip.h echo '#else' >>/home/naourr/work/instance-3/output-1/target/usr/include/zzip.h echo '#error do no not use , update to include '\ >>/home/naourr/work/instance-3/output-1/target/usr/include/zzip.h echo '#endif' >>/home/naourr/work/instance-3/output-1/target/usr/include/zzip.h echo '#endif' >>/home/naourr/work/instance-3/output-1/target/usr/include/zzip.h echo '#include "zzip/lib.h"' >>/home/naourr/work/instance-3/output-1/target/usr/include/zzip.h sed -e 's|zzip.h|zziplib.h|' -e 's|zzip/lib.h|zzip/zzip.h|' \ /home/naourr/work/instance-3/output-1/target/usr/include/zzip.h >/home/naourr/work/instance-3/output-1/target/usr/include/zziplib.h sed -e 's|zzip.h|zzip-io.h|' -e 's|zzip/lib.h|zzip/plugin.h|' \ /home/naourr/work/instance-3/output-1/target/usr/include/zzip.h >/home/naourr/work/instance-3/output-1/target/usr/include/zzip-io.h make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzip' libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/make install-exec-hook make[4]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzip' /home/naourr/work/instance-3/output-1/target/usr/lib: ln -s libzzip-0.so.13 libzzip-0.so.10 /home/naourr/work/instance-3/output-1/target/usr/lib: ln -s libzzip-0.so.13 libzzip-0.so.11 /home/naourr/work/instance-3/output-1/target/usr/lib: ln -s libzzip-0.so.13 libzzip-0.so.12 /home/naourr/work/instance-3/output-1/target/usr/lib: ln -s libzzipfseeko-0.so.13 libzzipfseeko-0.so.10 /home/naourr/work/instance-3/output-1/target/usr/lib: ln -s libzzipfseeko-0.so.13 libzzipfseeko-0.so.11 /home/naourr/work/instance-3/output-1/target/usr/lib: ln -s libzzipfseeko-0.so.13 libzzipfseeko-0.so.12 /home/naourr/work/instance-3/output-1/target/usr/lib: ln -s libzzipmmapped-0.so.13 libzzipmmapped-0.so.10 /home/naourr/work/instance-3/output-1/target/usr/lib: ln -s libzzipmmapped-0.so.13 libzzipmmapped-0.so.11 /home/naourr/work/instance-3/output-1/target/usr/lib: ln -s libzzipmmapped-0.so.13 libzzipmmapped-0.so.12 make[4]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzip' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzip' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzip' Making install in zzipwrap make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzipwrap' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzipwrap' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/include/zzip' /bin/sh ../libtool --silent --mode=install /usr/bin/install -c libzzipwrap.la '/home/naourr/work/instance-3/output-1/target/usr/lib' /usr/bin/install -c -m 644 zzipwrap.pc '/home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 wrap.h '/home/naourr/work/instance-3/output-1/target/usr/include/zzip' libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzipwrap' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/zzipwrap' Making install in bins make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/bins' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/bins' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/share/aclocal' /usr/bin/install -c -m 644 zziplib.m4 '/home/naourr/work/instance-3/output-1/target/usr/share/aclocal' /bin/sh ../libtool --silent --mode=install /usr/bin/install -c zzcat zzdir zzxorcat zzxordir zzxorcopy unzzip unzzip-mix unzzip-mem unzzip-big unzip-mem '/home/naourr/work/instance-3/output-1/target/usr/bin' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/bins' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/bins' Making install in test make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/test' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/test' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/test' Making install in docs make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/docs' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/docs' make[3]: Nothing to be done for 'install-exec-am'. /bin/sh ../uses/mkinstalldirs /home/naourr/work/instance-3/output-1/target/usr/share/man/man3 P=`pwd` ; test -s manpages.tar || exit 1 \ ; cd /home/naourr/work/instance-3/output-1/target/usr/share/man && '/usr/bin/gtar' xf $P/manpages.tar \ ; true make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/docs' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/docs' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71' GNUmakefile:35: warning: overriding recipe for target 'tests' Makefile:978: warning: ignoring old recipe for target 'tests' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71' GNUmakefile:35: warning: overriding recipe for target 'tests' Makefile:978: warning: ignoring old recipe for target 'tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/zziplib-0.13.71' >>> Finalizing host directory >>> Finalizing target directory rm -f /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-3/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-3/output-1/host/i586-buildroot-linux-musl/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. mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output-1/target/etc/shadow rm -f /home/naourr/work/instance-3/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/naourr/work/instance-3/output-1/build/locales.nopurge for dir in /home/naourr/work/instance-3/output-1/target/usr/share/locale /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale /home/naourr/work/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output-1/target/usr/lib/cmake /home/naourr/work/instance-3/output-1/target/usr/share/cmake \ /home/naourr/work/instance-3/output-1/target/usr/doc find /home/naourr/work/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/lib/ /home/naourr/work/instance-3/output-1/target/usr/lib/ /home/naourr/work/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output-1/target/etc/bash_completion.d 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 rm -rf /home/naourr/work/instance-3/output-1/target/lib/debug /home/naourr/work/instance-3/output-1/target/usr/lib/debug 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/i586-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/i586-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=2019.02-8241-g8ebeeefe438"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-3/output-1/per-package /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-3/output-1/build/alsa-lib-1.2.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/alure-14beed2a86d5a36030e907b21c46614d505f07cd/.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/bluez-alsa-2.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/bluez5_utils-5.54/.files-list.txt /home/naourr/work/instance-3/output-1/build/bootstrap-4.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/cairo-1.16.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/czmq-4.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/dbus-1.12.18/.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/fbterm-1.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/filemq-8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0/.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/freetype-2.10.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gettext/.files-list.txt /home/naourr/work/instance-3/output-1/build/giflib-5.2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/gnuchess-6.2.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/gnutls-3.6.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/gptfdisk-1.0.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-acl-2.2.53/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-attr-2.4.48/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-erofs-utils-1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-fakedate/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-fakeroot-1.20.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gettext-gnu-0.20.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libffi-3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libglib2-2.64.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libtextstyle-0.20.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libyaml-0.2.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-lz4-1.9.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-makedevs/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-meson-0.55.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-mkpasswd/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-nasm-2.14.02/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-ninja-1.10.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-openssl/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-protobuf-3.12.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-python-2.7.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-python3-pyyaml-5.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-python3-setuptools-44.0.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-sqlite-3320300/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list.txt /home/naourr/work/instance-3/output-1/build/htop-2.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrcommon-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ibrdtnd-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ijs-0.35/.files-list.txt /home/naourr/work/instance-3/output-1/build/input-event-daemon-0.1.3/.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/jquery-1.11.2/.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/kompexsqlite-1.10.12-1/.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/libbroadvoice-f65b0f50c8c767229fbf1758370880abc0d78564/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcamera-96fab38e02792a109c0d35ca2154e95a7b4c8fcb/.files-list.txt /home/naourr/work/instance-3/output-1/build/libebml-1.4.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/liberation-2.00.5/.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/libglib2-2.64.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmatroska-1.6.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnatpmp-20150609/.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/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsndfile-1.0.28/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsvg-0.1.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsvg-cairo-0.1.6/.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/libtheora-1.1.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libubootenv-86bd30a14e153a18f670b25708795253d8736f0f/.files-list.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libxslt-1.1.34/.files-list.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/minizip-2.10.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/mosh-1.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/mraa-2.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/musl-compat-headers/.files-list.txt /home/naourr/work/instance-3/output-1/build/nanocom-1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/nettle-3.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/openal-1.19.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/openssh-8.3p1/.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/opusfile-0.11/.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/pcre-8.44/.files-list.txt /home/naourr/work/instance-3/output-1/build/phytool-2/.files-list.txt /home/naourr/work/instance-3/output-1/build/pixman-0.40.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/proj-7.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/protobuf-3.12.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/qpid-proton-0.9.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/sbc-1.4/.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/sqlite-3320300/.files-list.txt /home/naourr/work/instance-3/output-1/build/sysklogd-1.6/.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/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/trace-cmd-trace-cmd-v2.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/zeromq-4.3.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list.txt /home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/alsa-lib-1.2.3.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/alure-14beed2a86d5a36030e907b21c46614d505f07cd/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bctoolbox-4.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bluez-alsa-2.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bluez5_utils-5.54/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/bootstrap-4.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/cairo-1.16.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/czmq-4.2.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/dbus-1.12.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fbterm-1.7.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/filemq-8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fontconfig-2.13.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/freetype-2.10.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/giflib-5.2.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gnuchess-6.2.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gnutls-3.6.14/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gptfdisk-1.0.5/.files-list-host.txt /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.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-erofs-utils-1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-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-gnu-0.20.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.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.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtextstyle-0.20.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libyaml-0.2.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lz4-1.9.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-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.55.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mkpasswd/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-nasm-2.14.02/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-protobuf-3.12.4/.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-python3-3.8.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-pyyaml-5.3.1/.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-skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-sqlite-3320300/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/htop-2.2.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ibrcommon-1.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-1.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ibrdtnd-1.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ijs-0.35/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/input-event-daemon-0.1.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jpeg-turbo-2.0.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jpeg/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/jquery-1.11.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/json-glib-1.4.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/kompexsqlite-1.10.12-1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/leptonica-1.78.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libbroadvoice-f65b0f50c8c767229fbf1758370880abc0d78564/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libcamera-96fab38e02792a109c0d35ca2154e95a7b4c8fcb/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libebml-1.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/liberation-2.00.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libffi-3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libmatroska-1.6.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnatpmp-20150609/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libpng-1.6.37/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsndfile-1.0.28/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsvg-0.1.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libsvg-cairo-0.1.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libtasn1-4.16.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libtheora-1.1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libubootenv-86bd30a14e153a18f670b25708795253d8736f0f/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libxslt-1.1.34/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/minizip-2.10.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/mosh-1.3.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/mraa-2.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/musl-compat-headers/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/nanocom-1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/nettle-3.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/openal-1.19.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/openssh-8.3p1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/openssl/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/opus-1.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/opusfile-0.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/ortp-4.3.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/phytool-2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/pixman-0.40.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/proj-7.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/protobuf-3.12.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/qpid-proton-0.9.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sbc-1.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-none/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sqlite-3320300/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/sysklogd-1.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/tesseract-ocr-4.1.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/trace-cmd-trace-cmd-v2.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/zeromq-4.3.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/alsa-lib-1.2.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/alure-14beed2a86d5a36030e907b21c46614d505f07cd/.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/bluez-alsa-2.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bluez5_utils-5.54/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/bootstrap-4.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cairo-1.16.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/czmq-4.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/dbus-1.12.18/.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/fbterm-1.7.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/filemq-8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0/.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/freetype-2.10.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gettext/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/giflib-5.2.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gnuchess-6.2.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gnutls-3.6.14/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gptfdisk-1.0.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-acl-2.2.53/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-attr-2.4.48/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-erofs-utils-1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-fakedate/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-fakeroot-1.20.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gettext-gnu-0.20.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gperf-3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libglib2-2.64.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libtextstyle-0.20.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libyaml-0.2.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-lz4-1.9.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-makedevs/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-meson-0.55.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-mkpasswd/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-nasm-2.14.02/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-ninja-1.10.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-openssl/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-protobuf-3.12.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-python-2.7.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-python3-pyyaml-5.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-python3-setuptools-44.0.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-sqlite-3320300/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/htop-2.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ibrcommon-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ibrdtn-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ibrdtnd-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ijs-0.35/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/input-event-daemon-0.1.3/.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/jpeg/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/jquery-1.11.2/.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/kompexsqlite-1.10.12-1/.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/libbroadvoice-f65b0f50c8c767229fbf1758370880abc0d78564/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcamera-96fab38e02792a109c0d35ca2154e95a7b4c8fcb/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libebml-1.4.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liberation-2.00.5/.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/libglib2-2.64.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmatroska-1.6.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnatpmp-20150609/.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/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsvg-0.1.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsvg-cairo-0.1.6/.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/libtheora-1.1.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libubootenv-86bd30a14e153a18f670b25708795253d8736f0f/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libxslt-1.1.34/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/minizip-2.10.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mosh-1.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mraa-2.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/musl-compat-headers/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/nanocom-1.0/.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/nettle-3.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/openal-1.19.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/openssh-8.3p1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/openssl/.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/opusfile-0.11/.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/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/phytool-2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pixman-0.40.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/proj-7.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/protobuf-3.12.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/qpid-proton-0.9.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sbc-1.4/.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/skeleton-init-none/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sqlite-3320300/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sysklogd-1.6/.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/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.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/trace-cmd-trace-cmd-v2.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/zeromq-4.3.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/zziplib-0.13.71/.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 ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/naourr/work/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /var/empty d 755 root root - - - - -\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 @1596320693\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/i586-buildroot-linux-musl/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 2019.02-8241-g8ebeeefe438 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) >>> musl-compat-headers Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.3.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> alure 14beed2a86d5a36030e907b21c46614d505f07cd Collecting legal info LICENSE: OK (sha256: 7331ddc67daaf1a283c81e8dc17bac8dc40f54ed3fab3d3964616f4bd502a0a3) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openal 1.19.1 Collecting legal info COPYING: OK (sha256: d808ce217e5b611854da622b57ec29fe545584c48bc5352fae72a4b6e5074a15) >>> bctoolbox 4.3.1 Collecting legal info COPYING: OK (sha256: 849dd903d98f12a964466ccfbaf3a1de1f94ad0ebd49a59d12f8ce4506f9f647) >>> bluez-alsa 2.1.0 Collecting legal info LICENSE: OK (sha256: 60253922a459245128c34eb379cbda7c76936636d4c10edc576663a0f560dd4d) >>> bluez5_utils 5.54 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gettext Collecting legal info >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> 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 3.8.5 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-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.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> sbc 1.4 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.10.2 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> czmq 4.2.0 Collecting legal info LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> 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) >>> fbterm 1.7.0 Collecting legal info COPYING: OK (sha256: b2b961f07e97c4fb78074276da304ea36b85dc299aae5efb79080cedaea3d5ac) >>> liberation 2.00.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> filemq 8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0 Collecting legal info LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnuchess 6.2.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> gnutls 3.6.14 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.16.0 Collecting legal info LICENSE: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.6.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nettle 3.6 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gptfdisk 1.0.5 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> htop 2.2.0 Collecting legal info COPYING: OK (sha256: 70466e76443cb5b68144d9fcedca9584e7bfdb6c50859daa5a0290ea27c58aad) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> ibrdtnd 1.0.1 Collecting legal info COPYING: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> sqlite 3320300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jpeg-turbo 2.0.4 Collecting legal info LICENSE.md: OK (sha256: 69e570a251515ced17d4492256d57c89db77ed949652f88a44c80c1ca9607920) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> host-nasm 2.14.02 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> jpeg Collecting legal info >>> jquery 1.11.2 Collecting legal info >>> json-glib 1.4.4 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> kompexsqlite 1.10.12-1 Collecting legal info LICENSE.txt: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> leptonica 1.78.0 Collecting legal info leptonica-license.txt: OK (sha256: ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcamera 96fab38e02792a109c0d35ca2154e95a7b4c8fcb Collecting legal info LICENSES/LGPL-2.1-or-later.txt: OK (sha256: 1ccf09bf2f598308df4bed9cd8e9657dc5cd0973d2800318f2e241486e2edf3f) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 606aa26338f69ce178f1cbc648b7574aec4b5bbaeb20f4df36ff49010cb8fbbd) LICENSES/MIT.txt: OK (sha256: 8f25018489d6fe0dec34a352314c38dc146247b7de65735790f4398a92afa84b) LICENSES/BSD-2-Clause.txt: OK (sha256: fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c) LICENSES/GPL-2.0-only.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSES/Linux-syscall-note.txt: OK (sha256: 3f9e477523febab58de8b716ccfbcf02e6ef1c8e7728953905e8558637abe2a9) LICENSES/BSD-3-Clause.txt: OK (sha256: e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1) LICENSES/CC0-1.0.txt: OK (sha256: 6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: ec3732087acf8c52429a020d6bba362ff578705bdb53365a21744485ec15b0e6) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-python3-pyyaml 5.3.1 Collecting legal info LICENSE: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libebml 1.4.0 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmatroska 1.6.0 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libubootenv 86bd30a14e153a18f670b25708795253d8736f0f Collecting legal info Licenses/lgpl-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> minizip 2.10.0 Collecting legal info LICENSE: OK (sha256: 675181c03fc1302a1c8554c00f7be9bb420c5dbc9dcc2013433cec144413de03) >>> mosh 1.3.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.iOS: OK (sha256: 8042495ddc8d99b883335d53552554eccf825fc1f0ba487d0f8e6656baaa8199) >>> protobuf 3.12.4 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> host-protobuf 3.12.4 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> mraa 2.1.0 Collecting legal info COPYING: OK (sha256: fac52622ed3badd86b34857b21777ab90296d6ccbc2ac0fd457c09fdeefa9ef1) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openssh 8.3p1 Collecting legal info LICENCE: OK (sha256: 73d0db766229670c7b4e1ec5e6baed54977a0694a565e7cc878c45ee834045d7) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.11 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> ortp 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> proj 7.0.1 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> host-sqlite 3320300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> qpid-proton 0.9.1 Collecting legal info LICENSE: OK (sha256: 9fade5e12873678456137b36cfa4a5983c3793836d41c011f2c2abb02ca36a66) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> sysklogd 1.6 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tesseract-ocr 4.1.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> trace-cmd trace-cmd-v2.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) >>> zziplib 0.13.71 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> 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: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_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-3/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'