configuration dir /etc locales dir ${PREFIX}/share/locale NLS support no DLNA support no C compiler /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc STRIP /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-strip make make CPU x86_64 () debug symbols no strip symbols no optimize yes CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp LDFLAGS extralibs -lixml -lpthread -lupnp -pthread -L/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/lib Creating config.mak ... Creating config.h ... >>> ushare 2.1 Building PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 LDFLAGS=" " -C /nvmedata/autobuild/instance-22/output-1/build/ushare-2.1 make[1]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1' for subdir in scripts src ; do \ make -C $subdir all; \ done make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1/scripts' make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1/src' /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -I.. -MM cds.c cms.c msr.c http.c presentation.c metadata.c mime.c services.c buffer.c util_iconv.c content.c cfgparser.c trace.c redblack.c osdep.c ctrl_telnet.c ushare.c 1>.depend /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o cds.o cds.c cds.c: In function 'didl_add_value': cds.c:271:33: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 271 | buffer_appendf (out, " %s=\"%zu\"", param, value); | ~~^ ~~~~~ | | | | unsigned int off_t {aka long long int} | %llu cds.c: In function 'cds_browse': cds.c:485:43: warning: variable 'sort_criteria' set but not used [-Wunused-but-set-variable] 485 | int result_count = 0, index, count, id, sort_criteria; | ^~~~~~~~~~~~~ cds.c: In function 'cds_search': cds.c:805:43: warning: variable 'sort_criteria' set but not used [-Wunused-but-set-variable] 805 | int result_count = 0, index, count, id, sort_criteria; | ^~~~~~~~~~~~~ In file included from cds.c:28: cds.c: At top level: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ cds.c: In function 'matches_search': cds.c:615:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 615 | strncpy (keyword, search_criteria | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 616 | + strlen (SEARCH_PROTOCOL_CONTAINS_KEYWORD), sizeof (keyword)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cds.c:604:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 604 | strncpy (keyword, search_criteria | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 605 | + strlen (SEARCH_CLASS_DERIVED_KEYWORD), sizeof (keyword)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cds.c:593:5: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 593 | strncpy (keyword, search_criteria | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 594 | + strlen (SEARCH_CLASS_MATCH_KEYWORD), sizeof (keyword)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o cms.o cms.c In file included from cms.c:28: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ In function 'cms_get_protocol_info', 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] 117 | strncpy (respPtr, protocol, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cms.c: In function 'cms_get_protocol_info': cms.c:116:11: note: length computed here 116 | len = strlen (protocol); | ^~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o msr.o msr.c In file included from msr.c:24: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o http.o http.c In file included from http.c:42: http.c: In function 'http_seek': trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:318:5: note: in expansion of macro 'log_verbose' 318 | log_verbose ("Attempting to seek to %zu (was at %zu) in %s\n", | ^~~~~~~~~~~ trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:318:5: note: in expansion of macro 'log_verbose' 318 | log_verbose ("Attempting to seek to %zu (was at %zu) in %s\n", | ^~~~~~~~~~~ trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:323:5: note: in expansion of macro 'log_verbose' 323 | log_verbose ("Attempting to seek by %zu from %zu in %s\n", | ^~~~~~~~~~~ trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:323:5: note: in expansion of macro 'log_verbose' 323 | log_verbose ("Attempting to seek by %zu from %zu in %s\n", | ^~~~~~~~~~~ trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:328:5: note: in expansion of macro 'log_verbose' 328 | log_verbose ("Attempting to seek by %zu from end (was at %zu) in %s\n", | ^~~~~~~~~~~ trace.h:52:28: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=] 52 | print_log (ULOG_VERBOSE, (s), ##str); \ | ^~~ http.c:328:5: note: in expansion of macro 'log_verbose' 328 | log_verbose ("Attempting to seek by %zu from end (was at %zu) in %s\n", | ^~~~~~~~~~~ http.c: At top level: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ In file included from services.h:27, from http.c:35: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o presentation.o presentation.c In file included from metadata.h:29, from presentation.c:30: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o metadata.o metadata.c In file included from metadata.c:38: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ In file included from metadata.h:29, from metadata.c:34: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o mime.o mime.c In file included from mime.c:27: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o services.o services.c In file included from services.c:33: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ In file included from services.c:28: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o buffer.o buffer.c /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o util_iconv.o util_iconv.c /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o content.o content.c content.c: In function 'content_del': content.c:58:6: warning: 'nonnull' argument 'list' compared to NULL [-Wnonnull-compare] 58 | if (!list || n >= list->count) | ^ content.c: In function 'content_free': content.c:80:6: warning: 'nonnull' argument 'list' compared to NULL [-Wnonnull-compare] 80 | if (!list) | ^ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o cfgparser.o cfgparser.c In file included from cfgparser.c:32: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ In file included from cfgparser.h:24, from cfgparser.c:30: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ cfgparser.c: In function 'parse_config_file': cfgparser.c:279:6: warning: 'nonnull' argument 'ut' compared to NULL [-Wnonnull-compare] 279 | if (!ut) | ^ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o trace.o trace.c In file included from trace.c:28: ushare.h:133:13: warning: inline function 'display_headers' declared but never defined 133 | inline void display_headers (void); | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o redblack.o redblack.c redblack.c: In function 'rbinit': redblack.c:143:7: warning: variable 'c' set but not used [-Wunused-but-set-variable] 143 | char c; | ^ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o osdep.o osdep.c /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o ctrl_telnet.o ctrl_telnet.c In file included from ctrl_telnet.c:27: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ ctrl_telnet.c: In function 'ctrl_telnet_tokenize': ctrl_telnet.c:759:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 759 | if (!has_backslash) | ^ ctrl_telnet.c:765:7: note: here 765 | case ' ': | ^~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -pthread -I/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/include/upnp -o ushare.o ushare.c In file included from ushare.c:73: trace.h:32:13: warning: inline function 'start_log' declared but never defined 32 | inline void start_log (void); | ^~~~~~~~~ /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-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 -lpthread -lupnp -pthread -L/nvmedata/autobuild/instance-22/output-1/host/bin/../mipsel-buildroot-linux-musl/sysroot/usr/lib -o ushare make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1' >>> ushare 2.1 Installing to target PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-22/output-1/build/ushare-2.1 DESTDIR=/nvmedata/autobuild/instance-22/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1' for subdir in scripts src ; do \ make -C $subdir install; \ done make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1/scripts' /usr/bin/install -c -d /nvmedata/autobuild/instance-22/output-1/target/etc /usr/bin/install -c -m 644 "ushare.conf" /nvmedata/autobuild/instance-22/output-1/target/etc /usr/bin/install -c -d /nvmedata/autobuild/instance-22/output-1/target/etc/init.d /usr/bin/install -c -m 755 "ushare" /nvmedata/autobuild/instance-22/output-1/target/etc/init.d make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1/scripts' make[2]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1/src' /usr/bin/install -c -d /nvmedata/autobuild/instance-22/output-1/target/usr/bin /usr/bin/install -c ushare /nvmedata/autobuild/instance-22/output-1/target/usr/bin echo ignoring strip /nvmedata/autobuild/instance-22/output-1/target/usr/bin/ushare ignoring strip /nvmedata/autobuild/instance-22/output-1/target/usr/bin/ushare make[2]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/ushare-2.1' rm -f /nvmedata/autobuild/instance-22/output-1/target/etc/init.d/ushare >>> whois 5.5.11 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-22/output-1/build/.whois_5.5.11.tar.xz.aEZf5y/output' 'http://snapshot.debian.org/archive/debian/20220103T215446Z/pool/main/w/whois/whois_5.5.11.tar.xz' URL transformed to HTTPS due to an HSTS policy --2022-05-12 05:58:57-- https://snapshot.debian.org/archive/debian/20220103T215446Z/pool/main/w/whois/whois_5.5.11.tar.xz Resolving snapshot.debian.org (snapshot.debian.org)... 185.17.185.185, 193.62.202.27, 2001:630:206:4000:1a1a:0:c13e:ca1b, ... Connecting to snapshot.debian.org (snapshot.debian.org)|185.17.185.185|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 85348 (83K) Saving to: '/nvmedata/autobuild/instance-22/output-1/build/.whois_5.5.11.tar.xz.aEZf5y/output' 0K .......... .......... .......... .......... .......... 59% 278K 0s 50K .......... .......... .......... ... 100% 577K=0.2s 2022-05-12 05:58:58 (351 KB/s) - '/nvmedata/autobuild/instance-22/output-1/build/.whois_5.5.11.tar.xz.aEZf5y/output' saved [85348/85348] whois_5.5.11.tar.xz: OK (sha256: 966281eb8301c14a1acc17e46c70061f73179d80e370aef43065c22f0947fb87) >>> whois 5.5.11 Extracting xzcat /nvmedata/autobuild/instance-22/dl/whois/whois_5.5.11.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-22/output-1/build/whois-5.5.11 -xf - >>> whois 5.5.11 Patching >>> whois 5.5.11 Configuring >>> whois 5.5.11 Building PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 CC="/nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LIBS="" Makefile.depend whois mkpasswd -C /nvmedata/autobuild/instance-22/output-1/build/whois-5.5.11 make[1]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/whois-5.5.11' /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MM -MG *.c > Makefile.depend make[1]: 'Makefile.depend' is up to date. /usr/bin/perl make_version_h.pl debian/changelog > version.h /usr/bin/perl make_ip_del.pl < ip_del_list > ip_del.h /usr/bin/perl make_ip6_del.pl < ip6_del_list > ip6_del.h /usr/bin/perl make_as_del.pl < as_del_list > as_del.h /usr/bin/perl make_as32_del.pl < as32_del_list > as32_del.h /usr/bin/perl make_new_gtlds.pl < new_gtlds_list > new_gtlds.h /usr/bin/perl make_tld_serv.pl < tld_serv_list > tld_serv.h /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c whois.c /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c utils.c /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o whois whois.o utils.o /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c mkpasswd.c /nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o mkpasswd mkpasswd.o utils.o -lcrypt make[1]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/whois-5.5.11' >>> whois 5.5.11 Installing to target PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 CC="/nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LIBS="" BASEDIR="/nvmedata/autobuild/instance-22/output-1/target" install-whois install-mkpasswd -C /nvmedata/autobuild/instance-22/output-1/build/whois-5.5.11 make[1]: Entering directory '/nvmedata/autobuild/instance-22/output-1/build/whois-5.5.11' install -d /nvmedata/autobuild/instance-22/output-1/target/usr/bin/ install -d /nvmedata/autobuild/instance-22/output-1/target/usr/share/man/man1/ install -d /nvmedata/autobuild/instance-22/output-1/target/usr/share/man/man5/ install -m 0755 whois /nvmedata/autobuild/instance-22/output-1/target/usr/bin/ install -m 0644 whois.1 /nvmedata/autobuild/instance-22/output-1/target/usr/share/man/man1/ install -m 0644 whois.conf.5 /nvmedata/autobuild/instance-22/output-1/target/usr/share/man/man5/ install -d /nvmedata/autobuild/instance-22/output-1/target/usr/bin/ install -d /nvmedata/autobuild/instance-22/output-1/target/usr/share/man/man1/ install -m 0755 mkpasswd /nvmedata/autobuild/instance-22/output-1/target/usr/bin/ install -m 0644 mkpasswd.1 /nvmedata/autobuild/instance-22/output-1/target/usr/share/man/man1/ make[1]: Leaving directory '/nvmedata/autobuild/instance-22/output-1/build/whois-5.5.11' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-22/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-22/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-22/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-22/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-22/output-1/host/mipsel-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-22/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-22/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-22/output-1/host/bin/mipsel-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-22/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-22/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-22/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-22/output-1/host/mipsel-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-22/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-22/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/dash" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells rm -f /nvmedata/autobuild/instance-22/output-1/target/usr/share/glib-2.0/schemas/*.xml /nvmedata/autobuild/instance-22/output-1/target/usr/share/glib-2.0/schemas/*.dtd /nvmedata/autobuild/instance-22/output-1/host/bin/glib-compile-schemas /nvmedata/autobuild/instance-22/output-1/host/mipsel-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/nvmedata/autobuild/instance-22/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /nvmedata/autobuild/instance-22/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-22/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-22/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-22/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-22/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-22/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells ln -sf dash /nvmedata/autobuild/instance-22/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /nvmedata/autobuild/instance-22/output-1/target/etc/passwd rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/include /nvmedata/autobuild/instance-22/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-22/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-22/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-22/output-1/target/usr/doc find /nvmedata/autobuild/instance-22/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-22/output-1/target/lib/ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/ /nvmedata/autobuild/instance-22/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-22/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-22/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/man /nvmedata/autobuild/instance-22/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/info /nvmedata/autobuild/instance-22/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/doc /nvmedata/autobuild/instance-22/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-22/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-22/output-1/target/lib/debug /nvmedata/autobuild/instance-22/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-22/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-22/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-22/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-22/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 /nvmedata/autobuild/instance-22/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-894-gbff7a3f1f2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-22/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-22/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-22/output-1/per-package /nvmedata/autobuild/instance-22/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-22/output-1/target/usr ln -snf /nvmedata/autobuild/instance-22/output-1/host/mipsel-buildroot-linux-musl/sysroot /nvmedata/autobuild/instance-22/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-22/buildroot' make: Entering directory '/nvmedata/autobuild/instance-22/buildroot' >>> Buildroot 2022.02-894-gbff7a3f1f2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.2 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.15.37 Collecting legal info >>> musl-compat-headers Collecting legal info >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> genpart 1.0.2 Collecting legal info >>> gpsd 3.23.1 Collecting legal info COPYING: OK (sha256: fdf339997bbca9eaf507476b82fbcac608fc39a3d89b86b51e16db4c9f933716) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> json-glib 1.6.6 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 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.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libfuse3 3.10.5 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libressl 3.5.2 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> openssl Collecting legal info >>> libupnp 1.14.12 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> whois 5.5.11 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.37: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-22/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-22/buildroot'