^~~~~~ 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; ^~~ CC sysprof_cli-watch.o tracker.c:226:1: warning: 'time_diff' defined but not used [-Wunused-function] time_diff (const GTimeVal *first, ^~~~~~~~~ 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 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 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; ^~~~ CC testunwind-demangle.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/buildroot/autobuild/run/instance-3/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-3/output/host/bin/../i686-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 /home/buildroot/autobuild/run/instance-3/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-3/output/host/bin/../i686-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-elfparser.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/buildroot/autobuild/run/instance-3/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-3/output/host/bin/../i686-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 /home/buildroot/autobuild/run/instance-3/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-3/output/host/bin/../i686-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-unwind.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/buildroot/autobuild/run/instance-3/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gtestutils.h:30:0, from /home/buildroot/autobuild/run/instance-3/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:82, from elfparser.h:18, from unwind.c:1: /home/buildroot/autobuild/run/instance-3/output/host/i686-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: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: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' CC testdemangle-elfparser.o CC testdemangle-demangle.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/buildroot/autobuild/run/instance-3/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-3/output/host/bin/../i686-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 /home/buildroot/autobuild/run/instance-3/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/buildroot/autobuild/run/instance-3/output/host/bin/../i686-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[] = ^~~~~~~~~~~~~~~~~~~~ CCLD sysprof-cli CCLD testelf CCLD testunwind CCLD testdemangle >>> sysprof 1.2.0 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target install -C /home/buildroot/autobuild/run/instance-3/output/build/sysprof-1.2.0/ test -z "/usr/bin" || /bin/mkdir -p "/home/buildroot/autobuild/run/instance-3/output/target/usr/bin" test -z "/usr/share/pixmaps" || /bin/mkdir -p "/home/buildroot/autobuild/run/instance-3/output/target/usr/share/pixmaps" test -z "/usr/share/sysprof" || /bin/mkdir -p "/home/buildroot/autobuild/run/instance-3/output/target/usr/share/sysprof" /usr/bin/install -c sysprof-cli '/home/buildroot/autobuild/run/instance-3/output/target/usr/bin' test -z "/etc/udev/rules.d" || /bin/mkdir -p "/home/buildroot/autobuild/run/instance-3/output/target/etc/udev/rules.d" /usr/bin/install -c -m 644 sysprof.glade '/home/buildroot/autobuild/run/instance-3/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/buildroot/autobuild/run/instance-3/output/target/usr/share/pixmaps' /usr/bin/install -c -m 644 60-sysprof.rules '/home/buildroot/autobuild/run/instance-3/output/target/etc/udev/rules.d' v14.1_Firmware.zip: OK (sha256: a2e7a327dd545ba2051946f7613005cbde88fdd952afb8eecdd1dacda7e767d2) >>> wilc1000-firmware 14.1 Extracting /usr/bin/unzip -q -d /home/buildroot/autobuild/run/instance-3/output/build /home/buildroot/autobuild/run/instance-3/dl/wilc1000-firmware/v14.1_Firmware.zip mv /home/buildroot/autobuild/run/instance-3/output/build/wireless-firmware-14.1_Firmware/* /home/buildroot/autobuild/run/instance-3/output/build/wilc1000-firmware-14.1 rmdir /home/buildroot/autobuild/run/instance-3/output/build/wireless-firmware-14.1_Firmware >>> wilc1000-firmware 14.1 Patching >>> wilc1000-firmware 14.1 Configuring >>> wilc1000-firmware 14.1 Building >>> wilc1000-firmware 14.1 Installing to target /usr/bin/install -D -m 0644 /home/buildroot/autobuild/run/instance-3/output/build/wilc1000-firmware-14.1/wilc1003_firmware.bin /home/buildroot/autobuild/run/instance-3/output/target/lib/firmware/atmel/wilc1003_firmware.bin >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libntfs-3g.la" is touched by more than one package: [u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libnl', u'ncurses', u'expat', u'geoip', u'libsysfs', u'pciutils', u'jpeg-turbo', u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'ncurses', u'expat', u'geoip', u'libsysfs', u'pciutils', u'jpeg-turbo', u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libGeoIP.la" is touched by more than one package: [u'geoip', u'libsysfs', u'pciutils', u'jpeg-turbo', u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libsysfs.la" is touched by more than one package: [u'libsysfs', u'pciutils', u'jpeg-turbo', u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'ncurses', u'expat', u'geoip', u'libsysfs', u'pciutils', u'jpeg-turbo', u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libosip2.la" is touched by more than one package: [u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'ncurses', u'expat', u'geoip', u'libsysfs', u'pciutils', u'jpeg-turbo', u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'ncurses', u'expat', u'geoip', u'libsysfs', u'pciutils', u'jpeg-turbo', u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libidn2.la" is touched by more than one package: [u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libosipparser2.la" is touched by more than one package: [u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'ncurses', u'expat', u'geoip', u'libsysfs', u'pciutils', u'jpeg-turbo', u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'geoip', u'libsysfs', u'pciutils', u'jpeg-turbo', u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libmicrohttpd.la" is touched by more than one package: [u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'ncurses', u'expat', u'geoip', u'libsysfs', u'pciutils', u'jpeg-turbo', u'libdvdcss', u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libnetfilter_queue.la" is touched by more than one package: [u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/python3.7/site-packages/libmount/pylibmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libopenssl', u'sqlite', u'python3', u'util-linux', u'libglib2', u'libidn2', u'libmicrohttpd', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libosip2', u'ntfs-3g', u'openal', u'qhull', u'slirp'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-host.txt Warning: host file "./lib/python3.7/site-packages/easy-install.pth" is touched by more than one package: [u'host-python-setuptools', u'host-python-mistune', u'host-python-m2r', u'host-python-setuptools-scm', u'host-python-cffi', u'host-python-incremental'] rm -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-3/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-3/output/host/i686-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. PYTHONPATH="/home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7/" cd /home/buildroot/autobuild/run/instance-3/output/target && /home/buildroot/autobuild/run/instance-3/output/host/bin/python3.7 /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/pycompile.py usr/lib/python3.7 find /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/python3.7 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/include /home/buildroot/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output/target/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/man /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/info /home/buildroot/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/doc /home/buildroot/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/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-3/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-3/output/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-3/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/buildroot/autobuild/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00355-g88b2e74"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2019.02-git-00355-g88b2e74 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton 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 >>> assimp v3.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bmon 4.0 Collecting legal info ERROR: No hash found for LICENSE.BSD ERROR: No hash found for LICENSE.MIT >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> geoip 1.6.11 Collecting legal info ERROR: No hash found for COPYING >>> iprutils 2.4.15.1 Collecting legal info ERROR: No hash found for LICENSE >>> libsysfs 2.1.0 Collecting legal info ERROR: No hash found for cmd/GPL ERROR: No hash found for lib/LGPL >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> jpeg-turbo 2.0.1 Collecting legal info LICENSE.md: OK (sha256: 8412238c5ad95965cf3c3197791e9dea8b5fae505d133449e33ee2fa754fe61e) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> host-nasm 2.13.03 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> jpeg Collecting legal info >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> liberation 2.00.1 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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) >>> python3 3.7.1 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-python3 3.7.1 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> sqlite 3250200 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libidn2 2.0.5 Collecting legal info COPYING: OK (sha256: 4fa501e804195b4136c9cec4bc510365b8cbaf4bc075d6401a77ae0213370457) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libmicrohttpd 0.9.60 Collecting legal info COPYING: OK (sha256: 70e12e2a60151b9ed1a4c94a5ffeb99cd086fa94542b5a92fec581506e8d3121) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.3 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> motion release-4.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ntfs-3g 2017.3.23 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> openal 1.18.2 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> python-asn1crypto 0.24.0 Collecting legal info LICENSE: OK (sha256: 7871ddf1918d53fd549943aad007cd4ad674b0e1da732a9aea4a79e1436d1eb5) >>> host-python-setuptools 40.6.2 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-attrs 18.2.0 Collecting legal info LICENSE: OK (sha256: bf659a28b49240602f56bbdf490cbe2ec509b15b98f99d7b19a52c740e327863) >>> python-automat 0.7.0 Collecting legal info LICENSE: OK (sha256: b2201301678d0a937d938543827ca1360712eb34e23de8ee3f3bfffbd4c0e376) >>> host-python-m2r 0.1.12 Collecting legal info LICENSE: OK (sha256: 28728ec0ecbd8c171ebaeccebf69e3961282fd81f06abc7424c65546b6ae6f27) >>> host-python-docutils 0.14 Collecting legal info COPYING.txt: OK (sha256: 58c2807e9e6e3297ad4da08acc8884d09d8c5ffc9d824dd100922d0bb1ee4717) >>> host-python-mistune 0.8 Collecting legal info LICENSE: OK (sha256: 0c5259c3dd0a7c46f4835221645f62a0638c9b9faa02af08676e8069e1ff964b) >>> host-python-setuptools-scm 1.15.6 Collecting legal info ERROR: No hash found for LICENSE >>> python-can 3.0.0 Collecting legal info LICENSE.txt: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-characteristic 14.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-constantly 15.1.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-cryptography 2.3.1 Collecting legal info LICENSE: OK (sha256: 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d) LICENSE.APACHE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.BSD: OK (sha256: 602c4c7482de6479dd2e9793cda275e5e63d773dacd1eca689232ab7008fb4fb) >>> host-python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-hyperlink 18.0.0 Collecting legal info LICENSE: OK (sha256: 9577b66fb599aa5700b4981078ab0a319416a086beee646cd282aa9f33c8c74c) >>> python-idna 2.8 Collecting legal info LICENSE.rst: OK (sha256: 0d4bc7abd48dcfb14e24254ee404066737ff0167144e222914a2113b8794683e) >>> python-incremental 17.5.0 Collecting legal info LICENSE: OK (sha256: d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5) >>> python-pyasn-modules 0.0.8 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-pyasn 0.1.9 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-pyhamcrest 1.9.0 Collecting legal info LICENSE.txt: OK (sha256: ec76c04449607010d061b1e29c9d20a5ffae74db9d04670ae82538ccfe68b941) >>> python-pyopenssl 18.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> python-service-identity 17.0.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-setuptools 40.6.2 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-six 1.11.0 Collecting legal info LICENSE: OK (sha256: 63478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328) >>> python-twisted 18.9.0 Collecting legal info LICENSE: OK (sha256: 17305fcdb49a4048310be5b43e9f3cfa9525c508a5117089d8b2ee91800c327b) >>> host-python-incremental 17.5.0 Collecting legal info LICENSE: OK (sha256: d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5) >>> python-txaio 18.8.1 Collecting legal info LICENSE: OK (sha256: 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef) >>> python-txtorcon 18.3.0 Collecting legal info LICENSE: OK (sha256: 3ada1c32ef38c23d96d7f4e8f4a226c527f51e0202883c7543b06f9cc5228a2b) >>> python-websocket-client 0.47.0 Collecting legal info LICENSE: OK (sha256: e580b2a1a57c33085dd6a07cff693d828f7c3fa8a11ce56ade2a62c46951930d) >>> python-wrapt 1.10.11 Collecting legal info LICENSE: OK (sha256: b6d2e5d228202a11bc5e5988661fc5d8acc1ba4f27256c37e19029131a30b1f2) >>> python-zope-interface 4.6.0 Collecting legal info LICENSE.txt: OK (sha256: 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c) >>> qhull 7.2.0 Collecting legal info ERROR: No hash found for COPYING.txt >>> ranger 1.7.2 Collecting legal info ERROR: No hash found for AUTHORS >>> slirp 8c2da74c1385242f20799fec8c04f8378edc6550 Collecting legal info >>> socat 1.7.3.2 Collecting legal info README: OK (sha256: 4846488cea98a2905dc75b7aa5eea721568e372447efe06b85bd896ee8c54f10) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sysprof 1.2.0 Collecting legal info ERROR: No hash found for COPYING >>> wilc1000-firmware 14.1 Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: slirp-8c2da74c1385242f20799fec8c04f8378edc6550: cannot save license (SLIRP_LICENSE_FILES not defined) WARNING: wilc1000-firmware-14.1: cannot save license (WILC1000_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-3/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'