content.c: In function 'content_free': content.c:80:6: warning: nonnull argument 'list' compared to NULL [-Wnonnull-compare] if (!list) ^ In file included from msr.c:24: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from ctrl_telnet.c:27: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from http.c:42: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from services.h:27, from http.c:35: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ ctrl_telnet.c: In function 'ctrl_telnet_tokenize': ctrl_telnet.c:759:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!has_backslash) ^ ctrl_telnet.c:765:7: note: here case ' ': ^~~~ In file included from cfgparser.c:32: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from cfgparser.h:24, from cfgparser.c:30: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ cds.c: In function 'cds_browse': cds.c:485:43: warning: variable 'sort_criteria' set but not used [-Wunused-but-set-variable] int result_count = 0, index, count, id, sort_criteria; ^~~~~~~~~~~~~ cfgparser.c: In function 'parse_config_file': cfgparser.c:279:6: warning: nonnull argument 'ut' compared to NULL [-Wnonnull-compare] if (!ut) ^ cds.c: In function 'cds_search': cds.c:805:43: warning: variable 'sort_criteria' set but not used [-Wunused-but-set-variable] int result_count = 0, index, count, id, sort_criteria; ^~~~~~~~~~~~~ In file included from cds.c:28: cds.c: At top level: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from mime.c:27: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from cms.c:28: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from services.c:33: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from services.c:28: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from trace.c:28: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from metadata.h:29, from presentation.c:30: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from metadata.c:38: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from metadata.h:29, from metadata.c:34: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from ushare.c:73: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ cds.c: In function 'matches_search': cds.c:615:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy (keyword, search_criteria ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + strlen (SEARCH_PROTOCOL_CONTAINS_KEYWORD), sizeof (keyword)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cds.c:604:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy (keyword, search_criteria ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + strlen (SEARCH_CLASS_DERIVED_KEYWORD), sizeof (keyword)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cds.c:593:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy (keyword, search_criteria ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + strlen (SEARCH_CLASS_MATCH_KEYWORD), sizeof (keyword)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'cms_get_protocol_info.part.2', inlined from 'cms_get_protocol_info' at cms.c:87:1: cms.c:117:5: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy (respPtr, protocol, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cms.c: In function 'cms_get_protocol_info': cms.c:116:11: note: length computed here len = strlen (protocol); ^~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/host/bin/powerpc-linux-gcc cds.o cms.o msr.o http.o presentation.o metadata.o mime.o services.o buffer.o util_iconv.o content.o cfgparser.o trace.o redblack.o osdep.o ctrl_telnet.o ushare.o -lixml -lthreadutil -lpthread -lupnp -L/tmp/instance-0/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -o ushare make[2]: Leaving directory '/tmp/instance-0/output-1/build/ushare-1.1a/src' make[1]: Leaving directory '/tmp/instance-0/output-1/build/ushare-1.1a' >>> ushare 1.1a Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-0/output-1/build/ushare-1.1a DESTDIR=/tmp/instance-0/output-1/target install make[1]: Entering directory '/tmp/instance-0/output-1/build/ushare-1.1a' for subdir in po scripts src ; do \ make -C $subdir install; \ done make[2]: Entering directory '/tmp/instance-0/output-1/build/ushare-1.1a/po' for gmo in fr.gmo de.gmo; do \ lang=`echo $gmo | sed -e 's/\.gmo$//'`; \ /usr/bin/install -c -d /tmp/instance-0/output-1/target/usr/share/locale/$lang/LC_MESSAGES; \ /usr/bin/install -c -m 644 $lang.gmo /tmp/instance-0/output-1/target/usr/share/locale/$lang/LC_MESSAGES/ushare.mo; \ done make[2]: Leaving directory '/tmp/instance-0/output-1/build/ushare-1.1a/po' make[2]: Entering directory '/tmp/instance-0/output-1/build/ushare-1.1a/scripts' /usr/bin/install -c -d /tmp/instance-0/output-1/target/etc /usr/bin/install -c -m 644 "ushare.conf" /tmp/instance-0/output-1/target/etc /usr/bin/install -c -d /tmp/instance-0/output-1/target/etc/init.d /usr/bin/install -c -m 755 "ushare" /tmp/instance-0/output-1/target/etc/init.d make[2]: Leaving directory '/tmp/instance-0/output-1/build/ushare-1.1a/scripts' make[2]: Entering directory '/tmp/instance-0/output-1/build/ushare-1.1a/src' /usr/bin/install -c -d /tmp/instance-0/output-1/target/usr/bin /usr/bin/install -c ushare /tmp/instance-0/output-1/target/usr/bin echo ignoring strip /tmp/instance-0/output-1/target/usr/bin/ushare ignoring strip /tmp/instance-0/output-1/target/usr/bin/ushare make[2]: Leaving directory '/tmp/instance-0/output-1/build/ushare-1.1a/src' make[1]: Leaving directory '/tmp/instance-0/output-1/build/ushare-1.1a' rm -f /tmp/instance-0/output-1/target/etc/init.d/ushare wsapi-xavante-1.7-1.src.rock: OK (sha256: 01211bb80dab92f87cece6e31854d73ae4a2ce06af7c48423a54313d72adf9fb) >>> wsapi-xavante 1.7-1 Extracting mkdir -p /tmp/instance-0/output-1/build/wsapi-xavante-1.7-1/luarocks-extract cd /tmp/instance-0/output-1/build/wsapi-xavante-1.7-1/luarocks-extract && LUA_PATH="/tmp/instance-0/output-1/host/share/lua/5.1/?.lua" TARGET_CC="/tmp/instance-0/output-1/host/bin/powerpc-linux-gcc" TARGET_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC" TARGET_LDFLAGS="" /tmp/instance-0/output-1/host/bin/lua /tmp/instance-0/output-1/host/bin/luarocks unpack --force /tmp/instance-0/dl/wsapi-xavante/wsapi-xavante-1.7-1.src.rock sh: 1: /tmp/instance-0/output-1/host/bin/luajit: not found Done. You may now enter directory wsapi-xavante-1.7-1/wsapi and type 'luarocks make' to build. mv /tmp/instance-0/output-1/build/wsapi-xavante-1.7-1/luarocks-extract/*/* /tmp/instance-0/output-1/build/wsapi-xavante-1.7-1 >>> wsapi-xavante 1.7-1 Patching >>> wsapi-xavante 1.7-1 Configuring >>> wsapi-xavante 1.7-1 Building >>> wsapi-xavante 1.7-1 Installing to target cd /tmp/instance-0/output-1/build/wsapi-xavante-1.7-1/wsapi && LUA_PATH="/tmp/instance-0/output-1/host/share/lua/5.1/?.lua" TARGET_CC="/tmp/instance-0/output-1/host/bin/powerpc-linux-gcc" TARGET_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC" TARGET_LDFLAGS="" /tmp/instance-0/output-1/host/bin/lua /tmp/instance-0/output-1/host/bin/luarocks make --keep wsapi-xavante-1.7-1.rockspec sh: 1: /tmp/instance-0/output-1/host/bin/luajit: not found wsapi-xavante 1.7-1 is now installed in /tmp/instance-0/output-1/target/usr (license: MIT/X11) wsapi-1.7-1.src.rock: OK (sha256: 1a0829dffd6bdbf99f5c4278d504cda5ede9344d5089bdcf5216c9eb2999ae22) >>> wsapi 1.7-1 Extracting mkdir -p /tmp/instance-0/output-1/build/wsapi-1.7-1/luarocks-extract cd /tmp/instance-0/output-1/build/wsapi-1.7-1/luarocks-extract && LUA_PATH="/tmp/instance-0/output-1/host/share/lua/5.1/?.lua" TARGET_CC="/tmp/instance-0/output-1/host/bin/powerpc-linux-gcc" TARGET_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC" TARGET_LDFLAGS="" /tmp/instance-0/output-1/host/bin/lua /tmp/instance-0/output-1/host/bin/luarocks unpack --force /tmp/instance-0/dl/wsapi/wsapi-1.7-1.src.rock sh: 1: /tmp/instance-0/output-1/host/bin/luajit: not found Done. You may now enter directory wsapi-1.7-1/wsapi and type 'luarocks make' to build. mv /tmp/instance-0/output-1/build/wsapi-1.7-1/luarocks-extract/*/* /tmp/instance-0/output-1/build/wsapi-1.7-1 >>> wsapi 1.7-1 Patching >>> wsapi 1.7-1 Configuring >>> wsapi 1.7-1 Building >>> wsapi 1.7-1 Installing to target cd /tmp/instance-0/output-1/build/wsapi-1.7-1/wsapi && LUA_PATH="/tmp/instance-0/output-1/host/share/lua/5.1/?.lua" TARGET_CC="/tmp/instance-0/output-1/host/bin/powerpc-linux-gcc" TARGET_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC" TARGET_LDFLAGS="" /tmp/instance-0/output-1/host/bin/lua /tmp/instance-0/output-1/host/bin/luarocks make --keep wsapi-1.7-1.rockspec sh: 1: /tmp/instance-0/output-1/host/bin/luajit: not found wsapi 1.7-1 is now installed in /tmp/instance-0/output-1/target/usr (license: MIT/X11) xavante-2.4.0-1.src.rock: OK (sha256: 67c738f981e7d65d18c717f3acac59a37f95d5139c00fb0de5d3167262025273) >>> xavante 2.4.0-1 Extracting mkdir -p /tmp/instance-0/output-1/build/xavante-2.4.0-1/luarocks-extract cd /tmp/instance-0/output-1/build/xavante-2.4.0-1/luarocks-extract && LUA_PATH="/tmp/instance-0/output-1/host/share/lua/5.1/?.lua" TARGET_CC="/tmp/instance-0/output-1/host/bin/powerpc-linux-gcc" TARGET_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC" TARGET_LDFLAGS="" /tmp/instance-0/output-1/host/bin/lua /tmp/instance-0/output-1/host/bin/luarocks unpack --force /tmp/instance-0/dl/xavante/xavante-2.4.0-1.src.rock sh: 1: /tmp/instance-0/output-1/host/bin/luajit: not found Done. You may now enter directory xavante-2.4.0-1/xavante-2.4.0 and type 'luarocks make' to build. mv /tmp/instance-0/output-1/build/xavante-2.4.0-1/luarocks-extract/*/* /tmp/instance-0/output-1/build/xavante-2.4.0-1 >>> xavante 2.4.0-1 Patching >>> xavante 2.4.0-1 Configuring >>> xavante 2.4.0-1 Building >>> xavante 2.4.0-1 Installing to target cd /tmp/instance-0/output-1/build/xavante-2.4.0-1/xavante-2.4.0 && LUA_PATH="/tmp/instance-0/output-1/host/share/lua/5.1/?.lua" TARGET_CC="/tmp/instance-0/output-1/host/bin/powerpc-linux-gcc" TARGET_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC" TARGET_LDFLAGS="" /tmp/instance-0/output-1/host/bin/lua /tmp/instance-0/output-1/host/bin/luarocks make --keep xavante-2.4.0-1.rockspec sh: 1: /tmp/instance-0/output-1/host/bin/luajit: not found xavante 2.4.0-1 is now installed in /tmp/instance-0/output-1/target/usr (license: MIT/X11) >>> Finalizing host directory >>> Finalizing target directory rm -rf /tmp/instance-0/output-1/target/usr/share/lua/5.1/doc rm -rf /tmp/instance-0/output-1/target/usr/lib/luarocks mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh rm -f /tmp/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /tmp/instance-0/output-1/build/locales.nopurge; done for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/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##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true find /tmp/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-0/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-0/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 /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02.3-00004-g6829734922"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.02.3"; \ echo "PRETTY_NAME=\"Buildroot 2020.02.3\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target cat /tmp/instance-0/output-1/build/aoetools-37/.files-list.txt /tmp/instance-0/output-1/build/bonnie-1.03e/.files-list.txt /tmp/instance-0/output-1/build/bzip2-1.0.8/.files-list.txt /tmp/instance-0/output-1/build/cdrkit-1.1.11/.files-list.txt /tmp/instance-0/output-1/build/cgilua-5.2.1-1/.files-list.txt /tmp/instance-0/output-1/build/copas-2.0.2-1/.files-list.txt /tmp/instance-0/output-1/build/dhrystone-2/.files-list.txt /tmp/instance-0/output-1/build/ed-1.15/.files-list.txt /tmp/instance-0/output-1/build/gdbm-1.18.1/.files-list.txt /tmp/instance-0/output-1/build/gnuplot-5.0.6/.files-list.txt /tmp/instance-0/output-1/build/lbase64-20120820/.files-list.txt /tmp/instance-0/output-1/build/libatomic_ops-7.6.10/.files-list.txt /tmp/instance-0/output-1/build/libcap-2.27/.files-list.txt /tmp/instance-0/output-1/build/libcurl-7.68.0/.files-list.txt /tmp/instance-0/output-1/build/libdvdcss-1.4.2/.files-list.txt /tmp/instance-0/output-1/build/libdvdnav-6.0.1/.files-list.txt /tmp/instance-0/output-1/build/libdvdread-6.0.2/.files-list.txt /tmp/instance-0/output-1/build/libevent-2.1.11/.files-list.txt /tmp/instance-0/output-1/build/libfuse-2.9.9/.files-list.txt /tmp/instance-0/output-1/build/libmhash-0.9.9.9/.files-list.txt /tmp/instance-0/output-1/build/libmicrohttpd-0.9.70/.files-list.txt /tmp/instance-0/output-1/build/libnetfilter_log-1.0.1/.files-list.txt /tmp/instance-0/output-1/build/libnfnetlink-1.0.1/.files-list.txt /tmp/instance-0/output-1/build/libopenssl-1.1.1g/.files-list.txt /tmp/instance-0/output-1/build/libphidget-2.1.8.20170607/.files-list.txt /tmp/instance-0/output-1/build/librtlsdr-0.6.0/.files-list.txt /tmp/instance-0/output-1/build/libserialport-0.1.1/.files-list.txt /tmp/instance-0/output-1/build/libssh2-1.9.0/.files-list.txt /tmp/instance-0/output-1/build/libupnp-1.6.25/.files-list.txt /tmp/instance-0/output-1/build/libusb-1.0.23/.files-list.txt /tmp/instance-0/output-1/build/libuv-1.34.1/.files-list.txt /tmp/instance-0/output-1/build/libzlib-1.2.11/.files-list.txt /tmp/instance-0/output-1/build/lightning-2.1.3/.files-list.txt /tmp/instance-0/output-1/build/lpeg-1.0.2-1/.files-list.txt /tmp/instance-0/output-1/build/lua-basexx-0.4.0-1/.files-list.txt /tmp/instance-0/output-1/build/lua-binaryheap-0.4-1/.files-list.txt /tmp/instance-0/output-1/build/lua-compat53-0.7-1/.files-list.txt /tmp/instance-0/output-1/build/lua-cqueues-20190813/.files-list.txt /tmp/instance-0/output-1/build/lua-datafile-0.6-1/.files-list.txt /tmp/instance-0/output-1/build/lua-fifo-0.2-0/.files-list.txt /tmp/instance-0/output-1/build/lua-http-0.3-0/.files-list.txt /tmp/instance-0/output-1/build/lua-lpeg-patterns-0.5-0/.files-list.txt /tmp/instance-0/output-1/build/lua-lunitx-0.8-1/.files-list.txt /tmp/instance-0/output-1/build/lua-sailor-0.5-4/.files-list.txt /tmp/instance-0/output-1/build/lua-valua-0.3-1/.files-list.txt /tmp/instance-0/output-1/build/luafilesystem-1.7.0-2/.files-list.txt /tmp/instance-0/output-1/build/luainterpreter/.files-list.txt /tmp/instance-0/output-1/build/luajit-2.1.2/.files-list.txt /tmp/instance-0/output-1/build/luaossl-20190731-0/.files-list.txt /tmp/instance-0/output-1/build/luasocket-3.0rc1-1/.files-list.txt /tmp/instance-0/output-1/build/lzip-1.20/.files-list.txt /tmp/instance-0/output-1/build/moarvm-2020.01.1/.files-list.txt /tmp/instance-0/output-1/build/mpg123-1.25.13/.files-list.txt /tmp/instance-0/output-1/build/olsr-0.9.8/.files-list.txt /tmp/instance-0/output-1/build/openssl/.files-list.txt /tmp/instance-0/output-1/build/phidgetwebservice-2.1.8.20170607/.files-list.txt /tmp/instance-0/output-1/build/rings-1.3.0-1/.files-list.txt /tmp/instance-0/output-1/build/sdl-1.2.15/.files-list.txt /tmp/instance-0/output-1/build/sdparm-1.10/.files-list.txt /tmp/instance-0/output-1/build/skeleton-init-common/.files-list.txt /tmp/instance-0/output-1/build/skeleton-init-none/.files-list.txt /tmp/instance-0/output-1/build/skeleton/.files-list.txt /tmp/instance-0/output-1/build/smartmontools-6.5/.files-list.txt /tmp/instance-0/output-1/build/socat-1.7.3.4/.files-list.txt /tmp/instance-0/output-1/build/toolchain-external-custom/.files-list.txt /tmp/instance-0/output-1/build/toolchain-external/.files-list.txt /tmp/instance-0/output-1/build/toolchain/.files-list.txt /tmp/instance-0/output-1/build/transmission-2.94/.files-list.txt /tmp/instance-0/output-1/build/triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7/.files-list.txt /tmp/instance-0/output-1/build/unionfs-2.0/.files-list.txt /tmp/instance-0/output-1/build/ushare-1.1a/.files-list.txt /tmp/instance-0/output-1/build/wsapi-1.7-1/.files-list.txt /tmp/instance-0/output-1/build/wsapi-xavante-1.7-1/.files-list.txt /tmp/instance-0/output-1/build/xavante-2.4.0-1/.files-list.txt /tmp/instance-0/output-1/build/zlib/.files-list.txt > /tmp/instance-0/output-1/build/packages-file-list.txt cat /tmp/instance-0/output-1/build/host-autoconf-2.69/.files-list-host.txt /tmp/instance-0/output-1/build/host-automake-1.15.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-bison-3.4.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-expat-2.2.9/.files-list-host.txt /tmp/instance-0/output-1/build/host-fatcat-1.1.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-flex-2.6.4/.files-list-host.txt /tmp/instance-0/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /tmp/instance-0/output-1/build/host-gettext/.files-list-host.txt /tmp/instance-0/output-1/build/host-gperf-3.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-intltool-0.51.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-libcap-2.27/.files-list-host.txt /tmp/instance-0/output-1/build/host-libffi-3.3/.files-list-host.txt /tmp/instance-0/output-1/build/host-libglib2-2.62.4/.files-list-host.txt /tmp/instance-0/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /tmp/instance-0/output-1/build/host-libtool-2.4.6/.files-list-host.txt /tmp/instance-0/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /tmp/instance-0/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /tmp/instance-0/output-1/build/host-lua-5.1.5/.files-list-host.txt /tmp/instance-0/output-1/build/host-luainterpreter/.files-list-host.txt /tmp/instance-0/output-1/build/host-luarocks-3.3.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-lz4-1.9.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-lzip-1.20/.files-list-host.txt /tmp/instance-0/output-1/build/host-lzo-2.10/.files-list-host.txt /tmp/instance-0/output-1/build/host-m4-1.4.18/.files-list-host.txt /tmp/instance-0/output-1/build/host-meson-0.53.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-ninja-1.10.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-openssl/.files-list-host.txt /tmp/instance-0/output-1/build/host-opkg-utils-0.4.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-patchelf-0.9/.files-list-host.txt /tmp/instance-0/output-1/build/host-pcre-8.43/.files-list-host.txt /tmp/instance-0/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-python3-3.8.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-python3-setuptools-41.4.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-rauc-1.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-skeleton/.files-list-host.txt /tmp/instance-0/output-1/build/host-squashfs-4.4/.files-list-host.txt /tmp/instance-0/output-1/build/host-tar-1.29/.files-list-host.txt /tmp/instance-0/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-xz-5.2.4/.files-list-host.txt /tmp/instance-0/output-1/build/host-zlib/.files-list-host.txt /tmp/instance-0/output-1/build/host-zstd-1.4.3/.files-list-host.txt > /tmp/instance-0/output-1/build/packages-file-list-host.txt cat /tmp/instance-0/output-1/build/bzip2-1.0.8/.files-list-staging.txt /tmp/instance-0/output-1/build/gdbm-1.18.1/.files-list-staging.txt /tmp/instance-0/output-1/build/libatomic_ops-7.6.10/.files-list-staging.txt /tmp/instance-0/output-1/build/libcap-2.27/.files-list-staging.txt /tmp/instance-0/output-1/build/libcurl-7.68.0/.files-list-staging.txt /tmp/instance-0/output-1/build/libdvdcss-1.4.2/.files-list-staging.txt /tmp/instance-0/output-1/build/libdvdnav-6.0.1/.files-list-staging.txt /tmp/instance-0/output-1/build/libdvdread-6.0.2/.files-list-staging.txt /tmp/instance-0/output-1/build/libevent-2.1.11/.files-list-staging.txt /tmp/instance-0/output-1/build/libfuse-2.9.9/.files-list-staging.txt /tmp/instance-0/output-1/build/libmhash-0.9.9.9/.files-list-staging.txt /tmp/instance-0/output-1/build/libmicrohttpd-0.9.70/.files-list-staging.txt /tmp/instance-0/output-1/build/libnetfilter_log-1.0.1/.files-list-staging.txt /tmp/instance-0/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /tmp/instance-0/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /tmp/instance-0/output-1/build/libphidget-2.1.8.20170607/.files-list-staging.txt /tmp/instance-0/output-1/build/librtlsdr-0.6.0/.files-list-staging.txt /tmp/instance-0/output-1/build/libserialport-0.1.1/.files-list-staging.txt /tmp/instance-0/output-1/build/libssh2-1.9.0/.files-list-staging.txt /tmp/instance-0/output-1/build/libtommath-1.1.0/.files-list-staging.txt /tmp/instance-0/output-1/build/libupnp-1.6.25/.files-list-staging.txt /tmp/instance-0/output-1/build/libusb-1.0.23/.files-list-staging.txt /tmp/instance-0/output-1/build/libuv-1.34.1/.files-list-staging.txt /tmp/instance-0/output-1/build/libzlib-1.2.11/.files-list-staging.txt /tmp/instance-0/output-1/build/lightning-2.1.3/.files-list-staging.txt /tmp/instance-0/output-1/build/luajit-2.1.2/.files-list-staging.txt /tmp/instance-0/output-1/build/moarvm-2020.01.1/.files-list-staging.txt /tmp/instance-0/output-1/build/mpg123-1.25.13/.files-list-staging.txt /tmp/instance-0/output-1/build/sdl-1.2.15/.files-list-staging.txt /tmp/instance-0/output-1/build/skeleton-init-common/.files-list-staging.txt /tmp/instance-0/output-1/build/toolchain-external-custom/.files-list-staging.txt /tmp/instance-0/output-1/build/toolchain/.files-list-staging.txt > /tmp/instance-0/output-1/build/packages-file-list-staging.txt touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2020.02.3-00004-g6829734922 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> bonnie 1.03e Collecting legal info copyright.txt: OK (sha256: bdfeef85436885bc317fdbae3732b17a39e7910eb855553a83b4d2cf9032e773) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.27 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> cgilua 5.2.1-1 Collecting legal info cgilua-5.2.1/doc/us/license.html: OK (sha256: 0cf6f0858b0fd90bb5705c8ace77a8afd11e8fce1427fe0a48156937222b8c28) >>> host-luarocks 3.3.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> luainterpreter Collecting legal info >>> luajit 2.1.2 Collecting legal info COPYRIGHT: OK (sha256: aa64a7706ded773011b933f4230d7b35ba662598197f82ac2c7bca62abdaa4d7) >>> copas 2.0.2-1 Collecting legal info copas-2_0_2/LICENSE: OK (sha256: 3f59cccf38e9397f6fb34dcff983a24d336df982edb5b0cde549d0c32c28c9c0) >>> dhrystone 2 Collecting legal info >>> ed 1.15 Collecting legal info COPYING: OK (sha256: f03a12bef9dfb7281864a0dd965166d4f4ec7a66633df2bc72fa4363e57de02c) >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-fatcat 1.1.0 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> gdbm 1.18.1 Collecting legal info COPYING: OK (sha256: 690d762f2e8e149ab1e2d6a409a3853b6151a2533b2382fae549a176d6bedecf) >>> gnuplot 5.0.6 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> 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) >>> lbase64 20120820 Collecting legal info README: OK (sha256: a2b4f2d25b56c40801ce4f403541cbc301313048acfaa59c9509024bec57b662) >>> libatomic_ops 7.6.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcurl 7.68.0 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> libssh2 1.9.0 Collecting legal info COPYING: OK (sha256: e15ed284a15e80115467d6d7f030f0d89d8fabbecd78fb6e0f861f0cfc128fd9) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.0.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.0.2 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libevent 2.1.11 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmicrohttpd 0.9.70 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libnetfilter_log 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libphidget 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> librtlsdr 0.6.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libtommath 1.1.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> libuv 1.34.1 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> lightning 2.1.3 Collecting legal info COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> lpeg 1.0.2-1 Collecting legal info >>> lua-basexx 0.4.0-1 Collecting legal info basexx-0.4.0/LICENSE: OK (sha256: a1826a43c9e04f9e9b2e5d26d636c656812483bcd513618eec9d72cee69d446b) >>> lua-binaryheap 0.4-1 Collecting legal info >>> lua-compat53 0.7-1 Collecting legal info lua-compat-5.3-0.7/LICENSE: OK (sha256: 1b24f475812c979684fb3469f6faccbdc7c33c9d39421728aa0d78deda5a89a5) >>> lua-cqueues 20190813 Collecting legal info LICENSE: OK (sha256: 5f4b1f94047790eadf8fd0f9a8e3bd2895bea4c9a2c0f8bf7cd8c8e57caa5219) >>> lua-datafile 0.6-1 Collecting legal info datafile/LICENSE: OK (sha256: 0443ddabab14f69d4c5e2641860343784a0ccbe5ae7a3743f20de9a13991da66) >>> lua-fifo 0.2-0 Collecting legal info fifo.lua-0.2/LICENSE: OK (sha256: 8b4423dd4f55a69da1454b7a48346a54fd5b6e0408b38fde25cd29c0922962b6) >>> lua-http 0.3-0 Collecting legal info lua-http-0.3/LICENSE.md: OK (sha256: 817cdf831c9d7cd1a2706b4b99dcc6f61a7a2345b7c9d39ed99e87d36338f4c8) >>> lua-lpeg-patterns 0.5-0 Collecting legal info lpeg_patterns-0.5/LICENSE.md: OK (sha256: 5b0346f2b2432e5f05e8e4ad31503cf84ddf802dacde9e8c3e529efaa4be3348) >>> lua-lunitx 0.8-1 Collecting legal info lunit/LICENSE: OK (sha256: 3fcfcd6010d73bc2b22505b6a91779022a82661809a3e4e0a0bdd7b3463def8f) >>> lua-sailor 0.5-4 Collecting legal info sailor/LICENSE: OK (sha256: 3a19bc44e1a653b39bcb1b91cc8058ac6b1cd1caf7e6cef93517fd559b189065) >>> lua-valua 0.3-1 Collecting legal info valua/LICENSE: OK (sha256: 3444c2e739c88e41e327c6cd15e4a50fea8988570642bad6e6a43d50a7f7961f) >>> luafilesystem 1.7.0-2 Collecting legal info luafilesystem/LICENSE: OK (sha256: beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842) >>> luaossl 20190731-0 Collecting legal info luaossl-rel-20190731/LICENSE: OK (sha256: 7bd585fba3ae52943e0915e4c8ca049acde9f1e5cea101ef6b294427c8f0ee7d) >>> luasocket 3.0rc1-1 Collecting legal info luasocket-3.0-rc1/LICENSE: OK (sha256: 8e8c6314d9e78fe452ee355167f2c40cfbee8207e14dcb5ddd4a2655cb5c6aad) >>> lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> moarvm 2020.01.1 Collecting legal info Artistic2.txt: OK (sha256: c53c6b96081b0a5b9b2fb4d0133d55c20e5e00e4c127ade62f03434ee7b3d2de) >>> mpg123 1.25.13 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> olsr 0.9.8 Collecting legal info license.txt: OK (sha256: 7dcf1fb93ef105e2708b02603bb6ee443115d4819fbf2c5a3a001b46887acb9a) lib/pud/nmealib/LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-opkg-utils 0.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> host-rauc 1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.62.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.53.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> host-util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-squashfs 4.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.4.3 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rings 1.3.0-1 Collecting legal info rings-v_1_3_0/doc/us/license.html: OK (sha256: f582a0c43737391070827ef273df0145b594b095ad2f49595701368b729e024f) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> smartmontools 6.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> socat 1.7.3.4 Collecting legal info README: OK (sha256: 4846488cea98a2905dc75b7aa5eea721568e372447efe06b85bd896ee8c54f10) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> transmission 2.94 Collecting legal info COPYING: OK (sha256: 20801783bf59e27d03ed6aab625b32a34e221ae95bf801db87827c8023398495) >>> 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) >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unionfs 2.0 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> ushare 1.1a Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> wsapi-xavante 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> wsapi 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> xavante 2.4.0-1 Collecting legal info xavante-2.4.0/doc/us/license.html: OK (sha256: 57b2c50f08bf500c969fe13500f217adb36582e4d8e75c9e2ed04191cb4a045c) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: lpeg-1.0.2-1: cannot save license (LPEG_LICENSE_FILES not defined) WARNING: lua-binaryheap-0.4-1: cannot save license (LUA_BINARYHEAP_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'