include/util.h:111:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ core/swupdate.c:344:3: note: in expansion of macro 'ERROR' ERROR("failed to scan for pos '%ld'!", pos); ^~~~~ core/swupdate.c:344:36: note: format string is defined here ERROR("failed to scan for pos '%ld'!", pos); ~~^ %lld ipc/progress_ipc.c: In function '_progress_ipc_connect': ipc/progress_ipc.c:45:2: warning: 'strncpy' specified bound 108 equals destination size [-Wstringop-truncation] strncpy(servaddr.sun_path, socketpath, sizeof(servaddr.sun_path)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC tools/swupdate-hawkbitcfg.o CC tools/swupdate-progress.o CC core/notifier.o AR ipc/lib.a core/cpio_utils.c: In function 'extract_sw_description': core/cpio_utils.c:654:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(output_file, TMPDIR, sizeof(output_file)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC core/handler.o CC core/util.o LD handlers/built-in.o CC core/parser.o CC tools/swupdate-sendtohawkbit.o CC tools/swupdate-sysrestart.o CC core/pctl.o CC core/state.o CC corelib/parsing_library.o In function 'parse_image_selector.constprop', inlined from 'main' at core/swupdate.c:985:7: core/swupdate.c:421:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(sw->running_mode, pos + 1, sizeof(sw->running_mode)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'opt_to_hwrev.constprop', inlined from 'main' at core/swupdate.c:802:8: core/swupdate.c:216:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(hw->revision, s + 1, sizeof(hw->revision)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:218:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(hw->boardname, param, sizeof(hw->boardname)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c: In function 'main': core/swupdate.c:833:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(swcfg.globals.postupdatecmd, optarg, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(swcfg.globals.postupdatecmd)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:734:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(swcfg.output, optarg, sizeof(swcfg.output)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:746:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(swcfg.globals.publickeyfname, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ optarg, ~~~~~~~ sizeof(swcfg.globals.publickeyfname)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:730:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(fname, optarg, sizeof(fname)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:771:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(swcfg.globals.current_version, optarg, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(swcfg.globals.current_version)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:837:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(swcfg.globals.preupdatecmd, optarg, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(swcfg.globals.preupdatecmd)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC corelib/parsing_library_libconfig.o core/swupdate.c:766:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(swcfg.globals.minimum_version, optarg, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(swcfg.globals.minimum_version)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:754:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(swcfg.globals.forced_signer_name, optarg, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(swcfg.globals.forced_signer_name)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC core/syslog.o tools/swupdate-sysrestart.c:255:2: warning: #warning "swupdate-sysrestart needs libcurl, replaced with dummy" [-Wcpp] #warning "swupdate-sysrestart needs libcurl, replaced with dummy" ^~~~~~~ tools/swupdate-sysrestart.c: In function 'main': tools/swupdate-sysrestart.c:257:14: warning: unused parameter 'argc' [-Wunused-parameter] int main(int argc, char **argv) ~~~~^~~~ tools/swupdate-sysrestart.c:257:27: warning: unused parameter 'argv' [-Wunused-parameter] int main(int argc, char **argv) ~~~~~~~^~~~ CC corelib/progress_thread.o CC corelib/stream_interface.o AR tools/lib.a In file included from corelib/parsing_library.c:19: corelib/parsing_library.c: In function 'set_find_path': include/util.h:93:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] "ERROR %s : %s : %d : " format, \ ^~~~~~~~~~~~~~~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:218:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:218:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19: include/util.h:100:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] "ERROR : " format, ## arg); \ ^~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:218:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:218:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19: include/util.h:104:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:218:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:218:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19: include/util.h:93:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Wformat=] "ERROR %s : %s : %d : " format, \ ^~~~~~~~~~~~~~~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:240:3: note: in expansion of macro 'ERROR' ERROR("No memory: calloc failed for %lu bytes", ^~~~~ corelib/parsing_library.c:240:41: note: format string is defined here ERROR("No memory: calloc failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19: include/util.h:100:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] "ERROR : " format, ## arg); \ ^~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:240:3: note: in expansion of macro 'ERROR' ERROR("No memory: calloc failed for %lu bytes", ^~~~~ corelib/parsing_library.c:240:41: note: format string is defined here ERROR("No memory: calloc failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19: include/util.h:104:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:240:3: note: in expansion of macro 'ERROR' ERROR("No memory: calloc failed for %lu bytes", ^~~~~ corelib/parsing_library.c:240:41: note: format string is defined here ERROR("No memory: calloc failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19: include/util.h:93:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] "ERROR %s : %s : %d : " format, \ ^~~~~~~~~~~~~~~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:255:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:255:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19: include/util.h:100:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] "ERROR : " format, ## arg); \ ^~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:255:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:255:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19: include/util.h:104:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:255:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:255:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u core/util.c: In function 'get_hw_revision': core/util.c:276:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(hw->boardname, b1, sizeof(hw->boardname)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/util.c:277:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] strncpy(hw->revision, b2, sizeof(hw->revision)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC corelib/swupdate_dict.o CC corelib/swupdate_settings.o AR parser/lib.a LD core/built-in.o AR corelib/lib.a AR mongoose/lib.a LD swupdate_unstripped LD tools/swupdate-client LD tools/swupdate-hawkbitcfg LD tools/swupdate-progress LD tools/swupdate-sendtohawkbit LD tools/swupdate-sysrestart STRIP tools/swupdate-sendtohawkbit STRIP tools/swupdate-client STRIP tools/swupdate-sysrestart STRIP tools/swupdate-progress STRIP tools/swupdate-hawkbitcfg STRIP swupdate make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/swupdate-2019.11' >>> swupdate 2019.11 Installing to target /usr/bin/install -D -m 0755 /data/buildroot/buildroot-test/instance-0/output/build/swupdate-2019.11/swupdate /data/buildroot/buildroot-test/instance-0/output/target/usr/bin/swupdate >>> Finalizing host directory >>> Finalizing target directory /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /data/buildroot/buildroot-test/instance-0/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /data/buildroot/buildroot-test/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /data/buildroot/buildroot-test/instance-0/output/target/etc/shells || echo "/bin/ash" >> /data/buildroot/buildroot-test/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /data/buildroot/buildroot-test/instance-0/output/target/etc/shells || echo "/bin/hush" >> /data/buildroot/buildroot-test/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /data/buildroot/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /data/buildroot/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /data/buildroot/buildroot-test/instance-0/output/host/bin/glib-compile-schemas /data/buildroot/buildroot-test/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/data/buildroot/buildroot-test/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /data/buildroot/buildroot-test/instance-0/output/target/etc echo "buildroot" > /data/buildroot/buildroot-test/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /data/buildroot/buildroot-test/instance-0/output/target/etc/hosts mkdir -p /data/buildroot/buildroot-test/instance-0/output/target/etc echo "Welcome to Buildroot" > /data/buildroot/buildroot-test/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /data/buildroot/buildroot-test/instance-0/output/target/etc/shadow rm -f /data/buildroot/buildroot-test/instance-0/output/target/bin/sh if [ -x /data/buildroot/buildroot-test/instance-0/output/target/sbin/swapon -a -x /data/buildroot/buildroot-test/instance-0/output/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /data/buildroot/buildroot-test/instance-0/output/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /data/buildroot/buildroot-test/instance-0/output/target/etc/inittab; fi rm -f /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge; done for dir in /data/buildroot/buildroot-test/instance-0/output/target/usr/share/locale /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/include /data/buildroot/buildroot-test/instance-0/output/target/usr/share/aclocal \ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig /data/buildroot/buildroot-test/instance-0/output/target/usr/share/pkgconfig \ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/cmake /data/buildroot/buildroot-test/instance-0/output/target/usr/share/cmake \ /data/buildroot/buildroot-test/instance-0/output/target/usr/doc find /data/buildroot/buildroot-test/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /data/buildroot/buildroot-test/instance-0/output/target/lib/ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/ /data/buildroot/buildroot-test/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/gdb rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/bash-completion rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/man /data/buildroot/buildroot-test/instance-0/output/target/usr/share/man rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/info /data/buildroot/buildroot-test/instance-0/output/target/usr/share/info rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/doc /data/buildroot/buildroot-test/instance-0/output/target/usr/share/doc rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/gtk-doc rmdir /data/buildroot/buildroot-test/instance-0/output/target/usr/share 2>/dev/null || true find /data/buildroot/buildroot-test/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /data/buildroot/buildroot-test/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /data/buildroot/buildroot-test/instance-0/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /data/buildroot/buildroot-test/instance-0/output/host/bin/xtensa-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /data/buildroot/buildroot-test/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /data/buildroot/buildroot-test/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /data/buildroot/buildroot-test/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-00416-g978d835640"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /data/buildroot/buildroot-test/instance-0/output/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/data/buildroot/buildroot-test/instance-0/output/per-package /data/buildroot/buildroot-test/instance-0/buildroot/support/scripts/fix-rpath target cat /data/buildroot/buildroot-test/instance-0/output/build/alsa-lib-1.2.1.2/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/avro-c-1.9.2/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/busybox-1.31.1/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/cairo-1.16.0/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/cairomm-1.12.0/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/evemu-2.7.0/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/expat-2.2.9/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/fontconfig-2.13.1/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/freetype-2.10.1/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/hicolor-icon-theme-0.15/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/initscripts/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/jansson-2.12/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/jimtcl-0.79/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/libconfig-1.7.2/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/libevdev-1.9.0/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/libffi-3.3/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/libglib2-2.64.1/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/libgpiod-1.4.1/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/libidn2-2.3.0/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/libopenssl-1.1.1d/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/libsigc-2.10.0/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/libzlib-1.2.11/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/linux-headers-5.4.27/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/log4cplus-2.0.5/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/lzo-2.10/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/lzop-1.03/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/musl-fts-1.2.7/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/neon-0.30.2/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/openssl/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/pcre-8.44/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/picocom-3.1/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/pixman-0.38.4/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/popt-1.16/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/shairport-sync-3.3.5/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/skeleton-init-common/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/skeleton-init-sysv/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/skeleton/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/swupdate-2019.11/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/toolchain-buildroot/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/toolchain/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/uclibc-1.0.32/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/util-linux-2.35.1/.files-list.txt /data/buildroot/buildroot-test/instance-0/output/build/zlib/.files-list.txt > /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list.txt cat /data/buildroot/buildroot-test/instance-0/output/build/host-autoconf-2.69/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-automake-1.15.1/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-binutils-2.32/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-cmake-3.15.5/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-cryptsetup-2.2.2/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-expat-2.2.9/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-gcc-final-8.4.0/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-gcc-initial-8.4.0/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-gettext/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-gmp-6.1.2/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-gperf-3.1/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-json-c-0.13.1/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-libaio-0.3.111/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-libffi-3.3/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-libglib2-2.64.1/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-libopenssl-1.1.1d/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-libp11-0.4.10/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-libtool-2.4.6/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-libzlib-1.2.11/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-lvm2-2.02.185/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-m4-1.4.18/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-meson-0.53.2/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-mpc-1.1.0/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-mpfr-4.0.2/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-ninja-1.10.0/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-openssl/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-patchelf-0.9/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-pcre-8.44/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-pkgconf-1.6.1/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-popt-1.16/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-python3-3.8.2/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-python3-setuptools-41.4.0/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-skeleton/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-tar-1.29/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-util-linux-2.35.1/.files-list-host.txt /data/buildroot/buildroot-test/instance-0/output/build/host-zlib/.files-list-host.txt > /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list-host.txt cat /data/buildroot/buildroot-test/instance-0/output/build/alsa-lib-1.2.1.2/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/avro-c-1.9.2/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/cairo-1.16.0/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/cairomm-1.12.0/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/expat-2.2.9/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/fontconfig-2.13.1/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/freetype-2.10.1/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/jansson-2.12/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/jimtcl-0.79/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/libconfig-1.7.2/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/libevdev-1.9.0/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/libffi-3.3/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/libglib2-2.64.1/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/libgpiod-1.4.1/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/libidn2-2.3.0/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/libopenssl-1.1.1d/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/libsigc-2.10.0/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/libzlib-1.2.11/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/linux-headers-5.4.27/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/log4cplus-2.0.5/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/lzo-2.10/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/musl-fts-1.2.7/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/neon-0.30.2/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/pcre-8.44/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/pixman-0.38.4/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/popt-1.16/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/skeleton-init-common/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/toolchain/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/uclibc-1.0.32/.files-list-staging.txt /data/buildroot/buildroot-test/instance-0/output/build/util-linux-2.35.1/.files-list-staging.txt > /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list-staging.txt touch /data/buildroot/buildroot-test/instance-0/output/target/usr ln -snf /data/buildroot/buildroot-test/instance-0/output/host/xtensa-buildroot-linux-uclibc/sysroot /data/buildroot/buildroot-test/instance-0/output/staging make: Leaving directory '/data/buildroot/buildroot-test/instance-0/buildroot' make: Entering directory '/data/buildroot/buildroot-test/instance-0/buildroot' >>> Buildroot 2020.05-git-00416-g978d835640 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 8.4.0 Collecting legal info >>> host-binutils 2.32 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.32 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 8.4.0 Collecting legal info >>> linux-headers 5.4.27 Collecting legal info COPYING: OK (sha256: ee5808b032a67f587d3541099d46de34f5bec8cd5976114ba07f1299ee6001ff) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.1.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> avro-c 1.9.2 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> 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) >>> 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) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.53.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-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.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.38.4 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cairomm 1.12.0 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsigc 2.10.0 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-cryptsetup 2.2.2 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.9.0 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> hicolor-icon-theme 0.15 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> initscripts Collecting legal info >>> jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> libconfig 1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libgpiod 1.4.1 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libidn2 2.3.0 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-libp11 0.4.10 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> log4cplus 2.0.5 Collecting legal info LICENSE: OK (sha256: 91d7e42ff80e74c4c94e5ad353375fa0358cd0abbf43f5fe957097cdbd4e2c4d) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> neon 0.30.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README: OK (sha256: 95f77624e96f6728145826fc895142275451f43f41c073766db3dbbcc8b790b0) >>> openssl Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> shairport-sync 3.3.5 Collecting legal info LICENSES: OK (sha256: 1daaa904985807b7f9f2fa91f6b19f3faadf8df4e813f7451a691f89a6965e3f) >>> swupdate 2019.11 Collecting legal info Licenses/Exceptions: OK (sha256: 43492b377cf2fb67942d1dd231146bd4e6578646ad13ef289297c9dd75cbc478) Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Licenses/lgpl-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Licenses/mit.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-8.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-8.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /data/buildroot/buildroot-test/instance-0/output/legal-info make: Leaving directory '/data/buildroot/buildroot-test/instance-0/buildroot'