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)); ~~~^ ~~~~~~~~~~~~~~~~~~~~~ %ld 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); ~~~^ ~~ %ld unwind.c: In function 'decode_cie': unwind.c:304:8: warning: 'has_augmentation' is used uninitialized in this function [-Wuninitialized] if (has_augmentation) ^ tracker.c:220:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] timeval_to_ms (const GTimeVal *timeval) ^~~~~~~~~~~~~ In file included from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/galloca.h:32, from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:30, from tracker.c:1: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ tracker.c:226:1: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] time_diff (const GTimeVal *first, ^~~~~~~~~ In file included from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/galloca.h:32, from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:30, from tracker.c:1: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ tracker.c:227:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] const GTimeVal *second) ^~~~~ In file included from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/galloca.h:32, from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:30, from tracker.c:1: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ tracker.c: In function 'tracker_new': tracker.c:239:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal before, after; ^~~~~~~~ In file included from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/galloca.h:32, from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:30, from tracker.c:1: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ tracker.c:239:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal before, after; ^~~~~~~~ In file included from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/galloca.h:32, from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:30, from tracker.c:1: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ tracker.c:247:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time (&before); ^~~~~~~~~~~~~~~~~~ In file included from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/giochannel.h:33, from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:54, from tracker.c:1: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmain.h:679:8: note: declared here void g_get_current_time (GTimeVal *result); ^~~~~~~~~~~~~~~~~~ tracker.c:251:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time (&after); ^~~~~~~~~~~~~~~~~~ In file included from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/giochannel.h:33, from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:54, from tracker.c:1: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmain.h:679:8: note: declared here void g_get_current_time (GTimeVal *result); ^~~~~~~~~~~~~~~~~~ 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; ^~~~~~~ At top level: tracker.c:226:1: warning: 'time_diff' defined but not used [-Wunused-function] time_diff (const GTimeVal *first, ^~~~~~~~~ CC sysprof_cli-signal-handler.o CC sysprof_cli-sysprof-cli.o CC testelf-testelf.o CC testelf-demangle.o CC testelf-elfparser.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 /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/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 /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ CC testunwind-testunwind.o 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: unwind.h:3:28: 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; ^~~~ CC testunwind-demangle.o demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ CC testunwind-elfparser.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 /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/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 /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/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[] = ^~~~~~~~~~~~~~~~~~~~ CC testunwind-unwind.o unwind.c: In function 'decode_cie': unwind.c:276:18: warning: pointer targets in assignment from 'const guchar *' {aka 'const unsigned char *'} to 'const char *' 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 /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gtestutils.h:30, from /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:85, from elfparser.h:18, from unwind.c:1: /srv/storage/autobuild/run/instance-0/output-1/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/string.h:247: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)); ~~~^ ~~~~~~~~~~~~~~~~~~~~~ %ld 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); ~~~^ ~~ %ld unwind.c: In function 'decode_cie': unwind.c:304:8: warning: 'has_augmentation' is used uninitialized in this function [-Wuninitialized] if (has_augmentation) ^ 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-testdemangle.o 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' testdemangle.c:2:1: +#include testdemangle.c:6:5: printf ("%s\n", elf_demangle ("_ZN8Inkscape7FiltersL12filter2D_FIRIhLj4EEEvPT_iiPKS2_iiiiPKNS_4Util10FixedPointIjLj16EEEii")); ^~~~~~ CC testdemangle-elfparser.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 /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/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 /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /srv/storage/autobuild/run/instance-0/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ CC testdemangle-demangle.o CCLD sysprof-cli demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ CCLD testelf CCLD testunwind CCLD testdemangle make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/sysprof-1.2.0' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/sysprof-1.2.0' >>> sysprof 1.2.0 Installing to target PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/srv/storage/autobuild/run/instance-0/output-1/target install -C /srv/storage/autobuild/run/instance-0/output-1/build/sysprof-1.2.0/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/sysprof-1.2.0' make[2]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/sysprof-1.2.0' test -z "/usr/bin" || /usr/bin/mkdir -p "/srv/storage/autobuild/run/instance-0/output-1/target/usr/bin" test -z "/usr/share/pixmaps" || /usr/bin/mkdir -p "/srv/storage/autobuild/run/instance-0/output-1/target/usr/share/pixmaps" test -z "/usr/share/sysprof" || /usr/bin/mkdir -p "/srv/storage/autobuild/run/instance-0/output-1/target/usr/share/sysprof" test -z "/etc/udev/rules.d" || /usr/bin/mkdir -p "/srv/storage/autobuild/run/instance-0/output-1/target/etc/udev/rules.d" /usr/bin/install -c sysprof-cli '/srv/storage/autobuild/run/instance-0/output-1/target/usr/bin' /usr/bin/install -c -m 644 sysprof-icon-16.png sysprof-icon-24.png sysprof-icon-32.png sysprof-icon-48.png '/srv/storage/autobuild/run/instance-0/output-1/target/usr/share/pixmaps' /usr/bin/install -c -m 644 60-sysprof.rules '/srv/storage/autobuild/run/instance-0/output-1/target/etc/udev/rules.d' /usr/bin/install -c -m 644 sysprof.glade '/srv/storage/autobuild/run/instance-0/output-1/target/usr/share/sysprof' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/sysprof-1.2.0' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/sysprof-1.2.0' >>> Finalizing host directory >>> Finalizing target directory rm -f /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /srv/storage/autobuild/run/instance-0/output-1/host/bin/glib-compile-schemas /srv/storage/autobuild/run/instance-0/output-1/host/x86_64-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/srv/storage/autobuild/run/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /srv/storage/autobuild/run/instance-0/output-1/target/etc echo "buildroot" > /srv/storage/autobuild/run/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /srv/storage/autobuild/run/instance-0/output-1/target/etc/hosts mkdir -p /srv/storage/autobuild/run/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /srv/storage/autobuild/run/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /srv/storage/autobuild/run/instance-0/output-1/target/etc/shadow rm -f /srv/storage/autobuild/run/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /srv/storage/autobuild/run/instance-0/output-1/build/locales.nopurge for dir in /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/locale /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /srv/storage/autobuild/run/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/include /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/aclocal \ /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/pkgconfig /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/pkgconfig \ /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/cmake /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/cmake \ /srv/storage/autobuild/run/instance-0/output-1/target/usr/doc find /srv/storage/autobuild/run/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /srv/storage/autobuild/run/instance-0/output-1/target/lib/ /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/ /srv/storage/autobuild/run/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/gdb rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/bash-completion rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/etc/bash_completion.d rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/zsh rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/man /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/man rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/info /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/info rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/doc /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/doc rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/gtk-doc rmdir /srv/storage/autobuild/run/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/lib/debug /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/debug find /srv/storage/autobuild/run/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /srv/storage/autobuild/run/instance-0/output-1/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /srv/storage/autobuild/run/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /srv/storage/autobuild/run/instance-0/output-1/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /srv/storage/autobuild/run/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /srv/storage/autobuild/run/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /srv/storage/autobuild/run/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-rc1-582-g76ed69499d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.11-git\"" \ ) > /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /srv/storage/autobuild/run/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/srv/storage/autobuild/run/instance-0/output-1/per-package /srv/storage/autobuild/run/instance-0/buildroot/support/scripts/fix-rpath target touch /srv/storage/autobuild/run/instance-0/output-1/target/usr ln -snf /srv/storage/autobuild/run/instance-0/output-1/host/x86_64-buildroot-linux-uclibc/sysroot /srv/storage/autobuild/run/instance-0/output-1/staging make: Leaving directory '/srv/storage/autobuild/run/instance-0/buildroot' make: Entering directory '/srv/storage/autobuild/run/instance-0/buildroot' >>> Buildroot 2020.08-rc1-582-g76ed69499d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.3 Collecting legal info >>> bctoolbox 4.3.1 Collecting legal info COPYING: OK (sha256: 849dd903d98f12a964466ccfbaf3a1de1f94ad0ebd49a59d12f8ce4506f9f647) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bdwgc 8.0.4 Collecting legal info README.QUICK: OK (sha256: aeeaabbf44e67d413e18719f0c6ac9c23387ab0b33e7a15ee46cf59ddef12cc7) >>> libatomic_ops 7.6.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cereal 1.3.0 Collecting legal info LICENSE: OK (sha256: 18fd7618c44c9fe28b5f54cd19747df3c0472ed33e8507fea571e2acf6e72f34) include/cereal/external/base64.hpp: OK (sha256: d9e523e8736ac0c68064c7ad312a222f285e82bf6c96a1b1c2cadaffff9fc64f) include/cereal/external/rapidjson/rapidjson.h: OK (sha256: 7fb69c707f0ed3a8b59b8f949f0928a9cc06d67bc15d599094693703ff70ea26) include/cereal/external/rapidxml/license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> chartjs v2.9.3 Collecting legal info LICENSE.md: OK (sha256: 7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67) >>> dbus-glib 0.110 Collecting legal info COPYING: OK (sha256: ef1634fc21d9112dca08f2557313584719d534d05213cf14f3c77938506266b4) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libselinux 3.1 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.1 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-dbus-glib 0.110 Collecting legal info COPYING: OK (sha256: ef1634fc21d9112dca08f2557313584719d534d05213cf14f3c77938506266b4) >>> host-libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.55.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.5 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> elfutils 0.177 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> dmidecode 3.2 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genpart 1.0.2 Collecting legal info >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmpdclient 2.19 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libtasn1 4.16.0 Collecting legal info LICENSE: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtorrent 0.13.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> makedumpfile 1.6.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-mtd 2.1.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.4.5 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> newt 0.52.21 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> restorecond 3.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> rrdtool 1.7.2 Collecting legal info COPYRIGHT: OK (sha256: ab6b4646e9e01f1ec287c29c351c886c4cb7f945c11efc0a1be9f6e5e6cc5320) LICENSE: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> s6-portable-utils 2.2.2.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> skalibs 2.9.2.1 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> sdl2 2.0.12 Collecting legal info COPYING.txt: OK (sha256: ae4df3759a726538607b84c00ab8f8a5567d9f38ad5397486eb9b5c5f626caef) >>> sed 4.8 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> smcroute 2.4.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> stella 6.2.1 Collecting legal info Copyright.txt: OK (sha256: d207ee9e563fdd062582df8cbb6c8303b9879bd107692c0db2a32477e47dfa35) License.txt: OK (sha256: 58530d09b6fcb91ae27071be0081af90e6c2d7fdf991d34a29e234a2a5e75455) >>> sysprof 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) Legal info produced in /srv/storage/autobuild/run/instance-0/output-1/legal-info make: Leaving directory '/srv/storage/autobuild/run/instance-0/buildroot'