from tracker.c:1: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ tracker.c: In function 'tracker_new': tracker.c:239:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 239 | GTimeVal before, after; | ^~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/galloca.h:32, from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:30, from tracker.c:1: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ tracker.c:239:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 239 | GTimeVal before, after; | ^~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/galloca.h:32, from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:30, from tracker.c:1: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ tracker.c:247:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 247 | g_get_current_time (&before); | ^~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/giochannel.h:33, from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:54, from tracker.c:1: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmain.h:681:8: note: declared here 681 | 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] 251 | g_get_current_time (&after); | ^~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/giochannel.h:33, from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:54, from tracker.c:1: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmain.h:681:8: note: declared here 681 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ At top level: tracker.c:226:1: warning: 'time_diff' defined but not used [-Wunused-function] 226 | time_diff (const GTimeVal *first, | ^~~~~~~~~ CC sysprof_cli-unwind.o CC sysprof_cli-watch.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] 276 | augmentation = (*data); | ^ unwind.c:278:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 278 | *data += strlen (*data) + 1; | ^~~~~ | | | const guchar * {aka const unsigned char *} In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gslice.h:26, from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:79, from elfparser.h:18, from unwind.c:1: /home/buildroot/autobuild/run/instance-1/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include/string.h:52:16: note: expected 'const char *' but argument is of type 'const guchar *' {aka 'const unsigned char *'} 52 | size_t strlen (const char *); | ^~~~~~~~~~~~ unwind.c:272:12: warning: unused variable 'field' [-Wunused-variable] 272 | int i, field; | ^~~~~ unwind.c:271:10: warning: unused variable 'cie' [-Wunused-variable] 271 | CIE *cie; | ^~~ unwind.c:304:8: warning: 'has_augmentation' is used uninitialized in this function [-Wuninitialized] 304 | if (has_augmentation) | ^ unwind.c: In function 'unwind': unwind.c:308:8: warning: 'aug_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 308 | *data += aug_len; | ^~ unwind.c:269:13: note: 'aug_len' was declared here 269 | guint64 aug_len; | ^~~~~~~ CC sysprof_cli-signal-handler.o CC sysprof_cli-sysprof-cli.o CC testelf-testelf.o CC testelf-demangle.o CC testelf-elfparser.o CC testunwind-testunwind.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] 188 | 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] 280 | g_mapped_file_free (file); | ^~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here 54 | 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] 384 | g_mapped_file_free (parser->file); | ^~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here 54 | 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] 24 | unwind (elf); | ^~~ | | | ElfParser * {aka struct ElfParser *} 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 *'} 3 | void unwind (const guchar *data); | ~~~~~~~~~~~~~~^~~~ testunwind.c:7:19: warning: unused variable 'data' [-Wunused-variable] 7 | const guchar *data; | ^~~~ CC testunwind-demangle.o demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] 5118 | 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] 188 | 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] 280 | g_mapped_file_free (file); | ^~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here 54 | 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] 384 | g_mapped_file_free (parser->file); | ^~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here 54 | void g_mapped_file_free (GMappedFile *file); | ^~~~~~~~~~~~~~~~~~ demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] 5118 | 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] 276 | augmentation = (*data); | ^ unwind.c:278:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 278 | *data += strlen (*data) + 1; | ^~~~~ | | | const guchar * {aka const unsigned char *} In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gslice.h:26, from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:79, from elfparser.h:18, from unwind.c:1: /home/buildroot/autobuild/run/instance-1/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include/string.h:52:16: note: expected 'const char *' but argument is of type 'const guchar *' {aka 'const unsigned char *'} 52 | size_t strlen (const char *); | ^~~~~~~~~~~~ unwind.c:272:12: warning: unused variable 'field' [-Wunused-variable] 272 | int i, field; | ^~~~~ unwind.c:271:10: warning: unused variable 'cie' [-Wunused-variable] 271 | CIE *cie; | ^~~ unwind.c:304:8: warning: 'has_augmentation' is used uninitialized in this function [-Wuninitialized] 304 | if (has_augmentation) | ^ unwind.c: In function 'unwind': unwind.c:308:8: warning: 'aug_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 308 | *data += aug_len; | ^~ unwind.c:269:13: note: 'aug_len' was declared here 269 | 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] 6 | 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:2:1: note: include '' or provide a declaration of 'printf' 1 | #include "elfparser.h" +++ |+#include 2 | 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] 188 | 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] 280 | g_mapped_file_free (file); | ^~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here 54 | 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] 384 | g_mapped_file_free (parser->file); | ^~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-1/output-1/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here 54 | void g_mapped_file_free (GMappedFile *file); | ^~~~~~~~~~~~~~~~~~ CC testdemangle-demangle.o CCLD sysprof-cli CCLD testelf demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] 5118 | static const struct demangler_engine libiberty_demanglers[] = | ^~~~~~~~~~~~~~~~~~~~ CCLD testunwind CCLD testdemangle make[2]: Leaving directory `/home/buildroot/autobuild/run/instance-1/output-1/build/sysprof-1.2.0' make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-1/output-1/build/sysprof-1.2.0' >>> sysprof 1.2.0 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output-1/host/bin:/home/buildroot/autobuild/run/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output-1/target install -C /home/buildroot/autobuild/run/instance-1/output-1/build/sysprof-1.2.0/ make[1]: Entering directory `/home/buildroot/autobuild/run/instance-1/output-1/build/sysprof-1.2.0' make[2]: Entering directory `/home/buildroot/autobuild/run/instance-1/output-1/build/sysprof-1.2.0' test -z "/usr/bin" || /bin/mkdir -p "/home/buildroot/autobuild/run/instance-1/output-1/target/usr/bin" test -z "/usr/share/pixmaps" || /bin/mkdir -p "/home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/pixmaps" test -z "/usr/share/sysprof" || /bin/mkdir -p "/home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/sysprof" test -z "/etc/udev/rules.d" || /bin/mkdir -p "/home/buildroot/autobuild/run/instance-1/output-1/target/etc/udev/rules.d" /usr/bin/install -c -m 644 sysprof-icon-16.png sysprof-icon-24.png sysprof-icon-32.png sysprof-icon-48.png '/home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/pixmaps' /usr/bin/install -c -m 644 sysprof.glade '/home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/sysprof' /usr/bin/install -c -m 644 60-sysprof.rules '/home/buildroot/autobuild/run/instance-1/output-1/target/etc/udev/rules.d' /usr/bin/install -c sysprof-cli '/home/buildroot/autobuild/run/instance-1/output-1/target/usr/bin' make[2]: Leaving directory `/home/buildroot/autobuild/run/instance-1/output-1/build/sysprof-1.2.0' make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-1/output-1/build/sysprof-1.2.0' tini-0.19.0.tar.gz: OK (sha256: 0fd35a7030052acd9f58948d1d900fe1e432ee37103c5561554408bdac6bbf0d) >>> tini 0.19.0 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/tini/tini-0.19.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output-1/build/tini-0.19.0 -xf - >>> tini 0.19.0 Patching >>> tini 0.19.0 Configuring printf "#pragma once\n" > /home/buildroot/autobuild/run/instance-1/output-1/build/tini-0.19.0/src/tiniConfig.h >>> tini 0.19.0 Building mkdir -p /home/buildroot/autobuild/run/instance-1/output-1/build/tini-0.19.0/bin /home/buildroot/autobuild/run/instance-1/output-1/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -DTINI_VERSION=\"0.19.0\" -DTINI_GIT=\"\" -o /home/buildroot/autobuild/run/instance-1/output-1/build/tini-0.19.0/bin/tini /home/buildroot/autobuild/run/instance-1/output-1/build/tini-0.19.0/src/tini.c >>> tini 0.19.0 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/run/instance-1/output-1/build/tini-0.19.0/bin/tini /home/buildroot/autobuild/run/instance-1/output-1/target/usr/bin/tini ln -sf tini /home/buildroot/autobuild/run/instance-1/output-1/target/usr/bin/docker-init >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/run/instance-1/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/i586-linux-%g' -e 's%@TARGET_ARCH@%x86%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'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/home/buildroot/autobuild/run/instance-1/output-1/host%g' -e 's%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-1/output-1/host/i586-buildroot-linux-musl/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /home/buildroot/autobuild/run/instance-1/output-1/host/etc/meson/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-1/output-1/host/etc/meson/cross-compilation.conf rm -f /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-1/output-1/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-1/output-1/host/i586-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-1/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-1/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/buildroot/autobuild/run/instance-1/output-1/build/locales.nopurge for dir in /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/locale /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/X11/locale /home/buildroot/autobuild/run/instance-1/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##*/}" /home/buildroot/autobuild/run/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/include /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/run/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-1/output-1/target/lib/ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: `/home/buildroot/autobuild/run/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/man /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/info /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/run/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-1/output-1/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-1/output-1/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-1/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 /home/buildroot/autobuild/run/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-4004-g464bbe2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2021.02-rc1\"" \ ) > /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/run/instance-1/output-1/per-package /home/buildroot/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-1/output-1/target/usr ln -snf /home/buildroot/autobuild/run/instance-1/output-1/host/i586-buildroot-linux-musl/sysroot /home/buildroot/autobuild/run/instance-1/output-1/staging make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-1/buildroot' >>> Buildroot 2020.05-4004-g464bbe2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> musl-compat-headers Collecting legal info >>> 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 >>> azure-iot-sdk-c LTS_07_2020_Ref02 Collecting legal info LICENSE: OK (sha256: be2e9913fad9ff33607287c728f392579e2a6cc83e51b203ef6274c41db02ee7) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcurl 7.75.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> openssl Collecting legal info >>> libopenssl 1.1.1i Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> util-linux 2.36.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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> udev Collecting legal info >>> eudev 3.2.10 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 28 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> util-linux-libs 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.0 Collecting legal info COPYING: OK (sha256: 4d80b4af6c38d7a65128c881623dee2a5daee6b3a6ccab74a5cdfa0dfda96da7) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libpcap 1.10.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> espeak 1.48.04 Collecting legal info License.txt: OK (sha256: 0bbca7a0ad5da4a6b0677f90d17817984edce7e42d300cae94ae93e4ccba9df7) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fdk-aac 2.0.1 Collecting legal info NOTICE: OK (sha256: 95ec80da40b4af12ad4c4f3158c9cfb80f2479f3246e4260cb600827cc8c7836) >>> flannel 0.12.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-go 1.15.7 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> freerdp 2.2.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libglib2 2.66.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.66.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.56.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.1 Collecting legal info LICENSE: OK (sha256: 1dceef1677a39befa8bf0285ab2db441ba117520bb2de839547ace006a17750d) >>> host-expat 2.2.10 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> 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.36.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) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> gflags 2.2.2 Collecting legal info COPYING.txt: OK (sha256: 90d1f3701813c3cd65eee2dc736746fe46b465918f3f7d6d31463a2018b33fa5) >>> gli 559cbe1ec38878e182507d331e0780fbae5baf15 Collecting legal info manual.md: OK (sha256: e26459f62353e631d18379668c82b85f9fd2fd993f2818277e4fce21e957f87a) >>> haserl 0.9.35 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hiawatha 10.11 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> iostat 2.2 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfm-extra 1.3.1 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libfuse3 3.10.2 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libkcapi 1.1.5 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> liblinear 2.30 Collecting legal info COPYRIGHT: OK (sha256: c366abf1cb3a003d8c6e6d9c111a23c432db1d001294f88d479b70b60d7c0af2) >>> libodb 2.4.0 Collecting legal info LICENSE: OK (sha256: 841105a470fc283851c63941510ffd403c726d1910b688f7df95914ab8b1b5a3) >>> libseccomp 2.4.4 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> linuxptp 3.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.16.9 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.6 Collecting legal info README: OK (sha256: 830b3e1b05cc20f443d89d7d8703a3c63fd64c57ab716f5e81fd178517df1e11) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> softether 4.30-9700-beta Collecting legal info LICENSE: OK (sha256: 5da6241ddb987c4543bf1cbba6b40a3cd3ecb624dbd4a63daf04440911656bde) >>> host-softether 4.30-9700-beta Collecting legal info LICENSE: OK (sha256: 5da6241ddb987c4543bf1cbba6b40a3cd3ecb624dbd4a63daf04440911656bde) >>> host-libopenssl 1.1.1i Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-readline 8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sysprof 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-1/output-1/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'