CC testelf-testelf.o CC testelf-demangle.o CC testelf-elfparser.o CC testunwind-testunwind.o CC testunwind-demangle.o CC testunwind-elfparser.o CC testunwind-unwind.o CC testdemangle-testdemangle.o elfparser.c: In function 'elf_parser_new_from_data': elfparser.c:188:11: warning: variable 'section_headers' set but not used [-Wunused-but-set-variable] gsize section_headers; ^~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new': elfparser.c:280:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_free': elfparser.c:384:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (parser->file); ^~~~~~~~~~~~~~~~~~ In file included from /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ testunwind.c: In function 'main': testunwind.c:24:13: warning: passing argument 1 of 'unwind' from incompatible pointer type [-Wincompatible-pointer-types] unwind (elf); ^~~ In file included from testunwind.c:2:0: unwind.h:3:6: note: expected 'const guchar * {aka const unsigned char *}' but argument is of type 'ElfParser * {aka struct ElfParser *}' void unwind (const guchar *data); ^~~~~~ testunwind.c:7:19: warning: unused variable 'data' [-Wunused-variable] const guchar *data; ^~~~ elfparser.c: In function 'elf_parser_new_from_data': elfparser.c:188:11: warning: variable 'section_headers' set but not used [-Wunused-but-set-variable] gsize section_headers; ^~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new': elfparser.c:280:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_free': elfparser.c:384:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (parser->file); ^~~~~~~~~~~~~~~~~~ In file included from /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ CC testdemangle-elfparser.o unwind.c: In function 'decode_cie': unwind.c:276:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] augmentation = (*data); ^ unwind.c:278:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] *data += strlen (*data) + 1; ^ In file included from /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib/gtestutils.h:30:0, from /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib.h:85, from elfparser.h:18, from unwind.c:1: /home/br-user/autobuild/run/instance-1/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'const guchar * {aka const unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ unwind.c:282:34: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'gint64 {aka long int}' [-Wformat=] g_print ("data alignment: %lld\n", decode_sleb128 (data)); ^ unwind.c:272:12: warning: unused variable 'field' [-Wunused-variable] int i, field; ^~~~~ unwind.c:271:10: warning: unused variable 'cie' [-Wunused-variable] CIE *cie; ^~~ unwind.c: In function 'decode_entry': unwind.c:344:22: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'guint64 {aka long unsigned int}' [-Wformat=] g_print ("id: %lld\n", id); ^ unwind.c: In function 'decode_cie': unwind.c:304:8: warning: 'has_augmentation' is used uninitialized in this function [-Wuninitialized] if (has_augmentation) ^ testdemangle.c: In function 'main': testdemangle.c:6:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] printf ("%s\n", elf_demangle ("_ZN8Inkscape7FiltersL12filter2D_FIRIhLj4EEEvPT_iiPKS2_iiiiPKNS_4Util10FixedPointIjLj16EEEii")); ^~~~~~ testdemangle.c:6:5: warning: incompatible implicit declaration of built-in function 'printf' testdemangle.c:6:5: note: include '' or provide a declaration of 'printf' unwind.c: In function 'unwind': unwind.c:308:8: warning: 'aug_len' may be used uninitialized in this function [-Wmaybe-uninitialized] *data += aug_len; ^~ unwind.c:269:13: note: 'aug_len' was declared here guint64 aug_len; ^~~~~~~ CC testdemangle-demangle.o demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new_from_data': elfparser.c:188:11: warning: variable 'section_headers' set but not used [-Wunused-but-set-variable] gsize section_headers; ^~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new': elfparser.c:280:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_free': elfparser.c:384:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (parser->file); ^~~~~~~~~~~~~~~~~~ In file included from /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ CCLD sysprof-cli CCLD testelf CCLD testunwind CCLD testdemangle make[2]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/sysprof-1.2.0' make[1]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/sysprof-1.2.0' >>> sysprof 1.2.0 Installing to target PATH="/home/br-user/autobuild/run/instance-1/output/host/bin:/home/br-user/autobuild/run/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j8 DESTDIR=/home/br-user/autobuild/run/instance-1/output/target install -C /home/br-user/autobuild/run/instance-1/output/build/sysprof-1.2.0/ make[1]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/sysprof-1.2.0' make[2]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/sysprof-1.2.0' test -z "/usr/bin" || /bin/mkdir -p "/home/br-user/autobuild/run/instance-1/output/target/usr/bin" test -z "/usr/share/pixmaps" || /bin/mkdir -p "/home/br-user/autobuild/run/instance-1/output/target/usr/share/pixmaps" test -z "/usr/share/sysprof" || /bin/mkdir -p "/home/br-user/autobuild/run/instance-1/output/target/usr/share/sysprof" test -z "/etc/udev/rules.d" || /bin/mkdir -p "/home/br-user/autobuild/run/instance-1/output/target/etc/udev/rules.d" /usr/bin/install -c -m 644 sysprof.glade '/home/br-user/autobuild/run/instance-1/output/target/usr/share/sysprof' /usr/bin/install -c -m 644 sysprof-icon-16.png sysprof-icon-24.png sysprof-icon-32.png sysprof-icon-48.png '/home/br-user/autobuild/run/instance-1/output/target/usr/share/pixmaps' /usr/bin/install -c -m 644 60-sysprof.rules '/home/br-user/autobuild/run/instance-1/output/target/etc/udev/rules.d' /usr/bin/install -c sysprof-cli '/home/br-user/autobuild/run/instance-1/output/target/usr/bin' make[2]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/sysprof-1.2.0' make[1]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/sysprof-1.2.0' ushare-1.1a.tar.bz2: OK (sha256: 7b9b85c79968d4f4560f02a99e33c6a33ff58f9d41d8faea79e31cce2ee78665) >>> ushare 1.1a Extracting bzcat /home/br-user/autobuild/run/instance-1/dl/ushare/ushare-1.1a.tar.bz2 | tar --strip-components=1 -C /home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a -xf - >>> ushare 1.1a Patching Applying 0001-compile-fixes.patch using patch: patching file src/cds.c patching file src/http.c patching file src/http.h patching file src/ushare.c patching file src/cms.c patching file src/mime.c patching file src/presentation.c patching file src/services.c Applying 0002-ushare-fix-building-with-gcc-5.x.patch using patch: patching file src/trace.c patching file src/ushare.c Hunk #1 succeeded at 728 (offset 232 lines). Applying 0003-ushare-c-include-config-h-before-checking-for-CONFIG-NLS.patch using patch: patching file src/ushare.c >>> ushare 1.1a Configuring (cd /home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a; PATH="/home/br-user/autobuild/run/instance-1/output/host/bin:/home/br-user/autobuild/run/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" AR="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-ar" AS="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-as" LD="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-ld" NM="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-nm" CC="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc" GCC="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc" CPP="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-cpp" CXX="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-g++" FC="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gfortran" F77="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gfortran" RANLIB="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-ranlib" READELF="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-readelf" STRIP="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-strip" OBJCOPY="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-objcopy" OBJDUMP="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/br-user/autobuild/run/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/br-user/autobuild/run/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/br-user/autobuild/run/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/br-user/autobuild/run/instance-1/output/host/lib -Wl,-rpath,/home/br-user/autobuild/run/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-as" DEFAULT_LINKER="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/br-user/autobuild/run/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/br-user/autobuild/run/instance-1/output/host/x86_64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ./configure --prefix=/usr --cross-compile --cross-prefix="/home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-" --sysconfdir=/etc --disable-strip ) Checking for compiler available... Checking for locales ... Checking for ifaddrs ... Checking for langinfo ... Checking for iconv ... Checking for libixml ... Checking for libthreadutil ... Checking for libupnp >= 1.4.2 ... uShare: configure is OK version 1.1a using libupnp 1.6.25 configuration: install prefix /usr configuration dir /etc locales dir ${PREFIX}/share/locale NLS support yes DLNA support no C compiler /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc STRIP /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-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 -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp LDFLAGS extralibs -lixml -lthreadutil -lpthread -lupnp -pthread Creating config.mak ... Creating config.h ... >>> ushare 1.1a Building PATH="/home/br-user/autobuild/run/instance-1/output/host/bin:/home/br-user/autobuild/run/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j8 LDFLAGS=" " -C /home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a make[1]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a' for subdir in po scripts src ; do \ make -C $subdir all; \ done make[2]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/po' make fr.gmo de.gmo make[3]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/po' make[3]: 'fr.gmo' is up to date. make[3]: 'de.gmo' is up to date. make[3]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/po' touch stamp-po make[2]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/po' make[2]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/scripts' make[2]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/src' /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-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 /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o cds.o cds.c /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o cms.o cms.c /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o msr.o msr.c /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o http.o http.c /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o presentation.o presentation.c /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o metadata.o metadata.c /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o mime.o mime.c In file included from msr.c:24:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ cds.c: In function 'didl_add_value': cds.c:271:34: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] buffer_appendf (out, " %s=\"%lld\"", param, value); ^ 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; ^~~~~~~~~~~~~ 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:0: cds.c: At top level: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o services.o services.c In file included from metadata.h:29:0, 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 http.c:42:0: http.c: In function 'http_seek': trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:309:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek to %lld (was at %lld) in %s\n", ^~~~~~~~~~~ trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:309:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek to %lld (was at %lld) in %s\n", ^~~~~~~~~~~ trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:314:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek by %lld from %lld in %s\n", ^~~~~~~~~~~ trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:314:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek by %lld from %lld in %s\n", ^~~~~~~~~~~ trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:319:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek by %lld from end (was at %lld) in %s\n", ^~~~~~~~~~~ trace.h:52:28: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] print_log (ULOG_VERBOSE, (s), ##str); \ ^ http.c:319:5: note: in expansion of macro 'log_verbose' log_verbose ("Attempting to seek by %lld from end (was at %lld) in %s\n", ^~~~~~~~~~~ http.c: At top level: 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:0, from http.c:35: 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:0: 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:0: 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:0, 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 services.c:33:0: 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:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o buffer.o buffer.c In file included from mime.c:27:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o util_iconv.o util_iconv.c /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o content.o content.c /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o cfgparser.o cfgparser.c /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o trace.o trace.c content.c: In function 'content_del': content.c:58:6: warning: nonnull argument 'list' compared to NULL [-Wnonnull-compare] if (!list || n >= list->count) ^ content.c: In function 'content_free': content.c:80:6: warning: nonnull argument 'list' compared to NULL [-Wnonnull-compare] if (!list) ^ /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/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] char c; ^ /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o osdep.o osdep.c /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o ctrl_telnet.o ctrl_telnet.c In file included from trace.c:28:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from cfgparser.c:32:0: 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:0, from cfgparser.c:30: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined 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] if (!ut) ^ /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -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 -I/home/br-user/autobuild/run/instance-1/output/host/bin/../x86_64-buildroot-linux-gnu/sysroot/usr/include/upnp -o ushare.o ushare.c In file included from ctrl_telnet.c:27:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from ushare.c:73:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-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 -pthread -o ushare make[2]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/src' make[1]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a' >>> ushare 1.1a Installing to target PATH="/home/br-user/autobuild/run/instance-1/output/host/bin:/home/br-user/autobuild/run/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j8 -C /home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a DESTDIR=/home/br-user/autobuild/run/instance-1/output/target install make[1]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a' for subdir in po scripts src ; do \ make -C $subdir install; \ done make[2]: Entering directory '/home/br-user/autobuild/run/instance-1/output/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 /home/br-user/autobuild/run/instance-1/output/target/usr/share/locale/$lang/LC_MESSAGES; \ /usr/bin/install -c -m 644 $lang.gmo /home/br-user/autobuild/run/instance-1/output/target/usr/share/locale/$lang/LC_MESSAGES/ushare.mo; \ done make[2]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/po' make[2]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/scripts' /usr/bin/install -c -d /home/br-user/autobuild/run/instance-1/output/target/etc /usr/bin/install -c -m 644 "ushare.conf" /home/br-user/autobuild/run/instance-1/output/target/etc /usr/bin/install -c -d /home/br-user/autobuild/run/instance-1/output/target/etc/init.d /usr/bin/install -c -m 755 "ushare" /home/br-user/autobuild/run/instance-1/output/target/etc/init.d make[2]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/scripts' make[2]: Entering directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/src' /usr/bin/install -c -d /home/br-user/autobuild/run/instance-1/output/target/usr/bin /usr/bin/install -c ushare /home/br-user/autobuild/run/instance-1/output/target/usr/bin echo ignoring strip /home/br-user/autobuild/run/instance-1/output/target/usr/bin/ushare ignoring strip /home/br-user/autobuild/run/instance-1/output/target/usr/bin/ushare make[2]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a/src' make[1]: Leaving directory '/home/br-user/autobuild/run/instance-1/output/build/ushare-1.1a' rm -f /home/br-user/autobuild/run/instance-1/output/target/etc/init.d/ushare >>> Finalizing target directory # Check files that are touched by more than one package /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/br-user/autobuild/run/instance-1/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/br-user/autobuild/run/instance-1/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/br-user/autobuild/run/instance-1/output/target/etc/shells || echo "/bin/ash" >> /home/br-user/autobuild/run/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/br-user/autobuild/run/instance-1/output/target/etc/shells || echo "/bin/hush" >> /home/br-user/autobuild/run/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/br-user/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/br-user/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/br-user/autobuild/run/instance-1/output/host/bin/glib-compile-schemas /home/br-user/autobuild/run/instance-1/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/br-user/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/br-user/autobuild/run/instance-1/output/target/etc echo "buildroot" > /home/br-user/autobuild/run/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/br-user/autobuild/run/instance-1/output/target/etc/hosts mkdir -p /home/br-user/autobuild/run/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/br-user/autobuild/run/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/br-user/autobuild/run/instance-1/output/target/etc/shadow rm -f /home/br-user/autobuild/run/instance-1/output/target/bin/sh rm -f /home/br-user/autobuild/run/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/br-user/autobuild/run/instance-1/output/build/locales.nopurge; done for dir in /home/br-user/autobuild/run/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/br-user/autobuild/run/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/br-user/autobuild/run/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/br-user/autobuild/run/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/br-user/autobuild/run/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/br-user/autobuild/run/instance-1/output/target/usr/include /home/br-user/autobuild/run/instance-1/output/target/usr/share/aclocal \ /home/br-user/autobuild/run/instance-1/output/target/usr/lib/pkgconfig /home/br-user/autobuild/run/instance-1/output/target/usr/share/pkgconfig \ /home/br-user/autobuild/run/instance-1/output/target/usr/lib/cmake /home/br-user/autobuild/run/instance-1/output/target/usr/share/cmake find /home/br-user/autobuild/run/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/br-user/autobuild/run/instance-1/output/target/lib/ /home/br-user/autobuild/run/instance-1/output/target/usr/lib/ /home/br-user/autobuild/run/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/br-user/autobuild/run/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/br-user/autobuild/run/instance-1/output/target/usr/share/gdb rm -rf /home/br-user/autobuild/run/instance-1/output/target/usr/share/bash-completion rm -rf /home/br-user/autobuild/run/instance-1/output/target/usr/share/zsh rm -rf /home/br-user/autobuild/run/instance-1/output/target/usr/man /home/br-user/autobuild/run/instance-1/output/target/usr/share/man rm -rf /home/br-user/autobuild/run/instance-1/output/target/usr/info /home/br-user/autobuild/run/instance-1/output/target/usr/share/info rm -rf /home/br-user/autobuild/run/instance-1/output/target/usr/doc /home/br-user/autobuild/run/instance-1/output/target/usr/share/doc rm -rf /home/br-user/autobuild/run/instance-1/output/target/usr/share/gtk-doc rmdir /home/br-user/autobuild/run/instance-1/output/target/usr/share 2>/dev/null || true find /home/br-user/autobuild/run/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/br-user/autobuild/run/instance-1/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/br-user/autobuild/run/instance-1/output/host/bin/x86_64-amd-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/br-user/autobuild/run/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/br-user/autobuild/run/instance-1/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 /home/br-user/autobuild/run/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.11-rc1-00050-gb45f6a03ee"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2019.11-rc1\"" \ ) > /home/br-user/autobuild/run/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/br-user/autobuild/run/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/br-user/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target touch /home/br-user/autobuild/run/instance-1/output/target/usr make: Leaving directory '/home/br-user/autobuild/run/instance-1/buildroot' make: Entering directory '/home/br-user/autobuild/run/instance-1/buildroot' >>> Buildroot 2019.11-rc1-00050-gb45f6a03ee Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info amd-2016.11-19-x86_64-amd-linux-gnu.src.tar.bz2: OK (sha256: d61ce0b5648ad63cca16fe233c82e7eaa6a3212a549d69a527e7a2d5350f7b4a) >>> toolchain-external-codesourcery-amd64 2016.11-19 Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> host-dtc 1.5.1 Collecting legal info ERROR: README.license has wrong sha256 hash: ERROR: expected: 171ce1c292cf148a5be9ff95ce7e5c3d79a002721ab8e119eae3c0f5336d2b3d ERROR: got : 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68 ERROR: Incomplete download, or man-in-the-middle (MITM) attack package/dtc/dtc.mk:78: recipe for target 'host-dtc-legal-info' failed make: *** [host-dtc-legal-info] Error 1 make: Leaving directory '/home/br-user/autobuild/run/instance-1/buildroot'