# make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/swupdate-2018.11' >>> swupdate 2018.11 Configuring >>> swupdate 2018.11 Building PATH="/home/buildroot/autobuild/instance-3/output/host/bin:/home/buildroot/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" CC="/home/buildroot/autobuild/instance-3/output/host/bin/i586-linux-gcc" LD="/home/buildroot/autobuild/instance-3/output/host/bin/i586-linux-gcc" HAVE_JSON_C=n HAVE_LIBARCHIVE=n HAVE_LIBCONFIG=y HAVE_LIBCURL=n HAVE_LUA=n HAVE_LIBMTD=n HAVE_LIBUBI=n HAVE_LIBSSL=y HAVE_LIBCRYPTO=y HAVE_LIBUBOOTENV=n HAVE_LIBZEROMQ=n HAVE_ZLIB=y /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output/build/swupdate-2018.11 make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/swupdate-2018.11' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig CC core/swupdate.o CC handlers/dummy_handler.o CC corelib/artifacts_versions.o CC ipc/network_ipc.o CC handlers/raw_handler.o In file included from core/swupdate.c:30:0: core/swupdate.c: In function 'install_from_file': include/util.h:87:11: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t {aka long long int}' [-Wformat=] "ERROR %s : %s : %d : " format, \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ core/swupdate.c:337:3: note: in expansion of macro 'ERROR' ERROR("failed to scan for pos '%ld'!", pos); ^~~~~ core/swupdate.c:337:36: note: format string is defined here ERROR("failed to scan for pos '%ld'!", pos); ~~^ %lld In file included from core/swupdate.c:30:0: include/util.h:94:14: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'off_t {aka long long int}' [-Wformat=] "ERROR : " format, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ core/swupdate.c:337:3: note: in expansion of macro 'ERROR' ERROR("failed to scan for pos '%ld'!", pos); ^~~~~ core/swupdate.c:337:36: note: format string is defined here ERROR("failed to scan for pos '%ld'!", pos); ~~^ %lld In file included from core/swupdate.c:30:0: include/util.h:98:13: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'off_t {aka long long int}' [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ core/swupdate.c:337:3: note: in expansion of macro 'ERROR' ERROR("failed to scan for pos '%ld'!", pos); ^~~~~ core/swupdate.c:337:36: note: format string is defined here ERROR("failed to scan for pos '%ld'!", pos); ~~^ %lld CC corelib/installer.o CC ipc/progress_ipc.o LD handlers/built-in.o CC core/cpio_utils.o AR ipc/lib.a CC corelib/network_thread.o CC corelib/parsing_library.o CC corelib/parsing_library_libconfig.o In file included from corelib/parsing_library.c:19:0: corelib/parsing_library.c: In function 'set_find_path': include/util.h:87:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t {aka unsigned int}' [-Wformat=] "ERROR %s : %s : %d : " format, \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:217:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:217:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:94:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] "ERROR : " format, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:217:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:217:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:98:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:217:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:217:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:87:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Wformat=] "ERROR %s : %s : %d : " format, \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:239:3: note: in expansion of macro 'ERROR' ERROR("No memory: calloc failed for %lu bytes", ^~~~~ corelib/parsing_library.c:239:41: note: format string is defined here ERROR("No memory: calloc failed for %lu bytes", ~~^ %u CC core/notifier.o In file included from corelib/parsing_library.c:19:0: include/util.h:94:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] "ERROR : " format, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:239:3: note: in expansion of macro 'ERROR' ERROR("No memory: calloc failed for %lu bytes", ^~~~~ corelib/parsing_library.c:239:41: note: format string is defined here ERROR("No memory: calloc failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:98:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:239:3: note: in expansion of macro 'ERROR' ERROR("No memory: calloc failed for %lu bytes", ^~~~~ corelib/parsing_library.c:239:41: note: format string is defined here ERROR("No memory: calloc failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:87:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t {aka unsigned int}' [-Wformat=] "ERROR %s : %s : %d : " format, \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:254:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:254:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:94:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] "ERROR : " format, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:254:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:254:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:98:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:254:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:254:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u CC core/handler.o CC mongoose/mongoose.o CC corelib/progress_thread.o CC corelib/stream_interface.o CC core/util.o CC parser/parse_external.o CC parser/parser.o CC corelib/swupdate_dict.o CC core/parser.o CC corelib/swupdate_settings.o AR corelib/lib.a CC core/pctl.o CC mongoose/mongoose_interface.o AR parser/lib.a CC core/state.o AR suricatta/lib.a CC core/syslog.o CC bootloader/none.o LD core/built-in.o AR bootloader/lib.a CC tools/client.o LD bindings/built-in.o CC tools/hawkbitcfg.o CC tools/progress.o CC tools/sendtohawkbit.o AR tools/lib.a AR mongoose/lib.a LD swupdate_unstripped LD tools/sendtohawkbit LD tools/client LD tools/hawkbitcfg STRIP tools/hawkbitcfg STRIP tools/client LD tools/progress STRIP tools/sendtohawkbit LD lua_swupdate.so STRIP tools/progress STRIP swupdate make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/swupdate-2018.11' >>> swupdate 2018.11 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-3/output/build/swupdate-2018.11/swupdate /home/buildroot/autobuild/instance-3/output/target/usr/bin/swupdate >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'libopenssl', u'jose', u'libao', u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libmbim-glib.la" is touched by more than one package: [u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'eventlog', u'jansson', u'libopenssl', u'jose', u'libao', u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/ao/plugins-4/liboss.la" is touched by more than one package: [u'libao', u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libevtlog.la" is touched by more than one package: [u'eventlog', u'jansson', u'libopenssl', u'jose', u'libao', u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'ncurses', u'libzlib', u'util-linux', u'eventlog', u'jansson', u'libopenssl', u'jose', u'libao', u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'eventlog', u'jansson', u'libopenssl', u'jose', u'libao', u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libao.la" is touched by more than one package: [u'libao', u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libosip2.la" is touched by more than one package: [u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libaudiofile.la" is touched by more than one package: [u'audiofile', u'libtirpc', u'ncurses', u'libzlib', u'util-linux', u'eventlog', u'jansson', u'libopenssl', u'jose', u'libao', u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/include/linux/libc-compat.h" is touched by more than one package: [u'toolchain-external-custom', u'toolchain'] Warning: staging file "./usr/lib/libnfs.la" is touched by more than one package: [u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'eventlog', u'jansson', u'libopenssl', u'jose', u'libao', u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libosipparser2.la" is touched by more than one package: [u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libjose.la" is touched by more than one package: [u'jose', u'libao', u'libconfig', u'libcuefile', u'libffi', u'pcre', u'libglib2', u'libmbim', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libmodplug.la" is touched by more than one package: [u'libmodplug', u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libucl.la" is touched by more than one package: [u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] Warning: staging file "./usr/lib/libnetfilter_acct.la" is touched by more than one package: [u'libnetfilter_acct', u'libnfs', u'libosip2', u'libreplaygain', u'libucl', u'libxml2', u'libxslt', u'mobile-broadband-provider-info', u'musepack', u'raptor'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-3/output/build/packages-file-list-host.txt Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/ao/plugins-4/liboss.la" is touched by more than one package: [u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libconfig.la" is touched by more than one package: [u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libjose.la" is touched by more than one package: [u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libconfig++.la" is touched by more than one package: [u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libaudiofile.la" is touched by more than one package: [u'host-libtirpc', u'host-ncurses', u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libtirpc.la" is touched by more than one package: [u'host-ncurses', u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libevtlog.la" is touched by more than one package: [u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libao.la" is touched by more than one package: [u'host-cmake', u'host-libxml2', u'host-patchelf'] Warning: host file "./i586-buildroot-linux-musl/sysroot/usr/lib/libjansson.la" is touched by more than one package: [u'host-cmake', u'host-libxml2', u'host-patchelf'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-3/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-3/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-3/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-3/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/buildroot/autobuild/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-3/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/instance-3/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/instance-3/output/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@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output/host/etc/meson/cross-compilation.conf grep -qsE '^/usr/bin/screen$' /home/buildroot/autobuild/instance-3/output/target/etc/shells || echo "/usr/bin/screen" >> /home/buildroot/autobuild/instance-3/output/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/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/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-3/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/instance-3/output/target/usr/lib/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/include /home/buildroot/autobuild/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output/target/lib/ /home/buildroot/autobuild/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/man /home/buildroot/autobuild/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/info /home/buildroot/autobuild/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/doc /home/buildroot/autobuild/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/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/instance-3/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-3/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/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/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/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00237-gb643a75b90"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/buildroot/autobuild/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2019.05-git-00237-gb643a75b90 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 >>> musl-compat-headers Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> audiofile 0.3.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPL >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> 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) >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jose 10 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libconfig v1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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) >>> libmbim 1.18.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodplug 0.8.8.5 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfs libnfs-3.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> mobile-broadband-provider-info 20190116 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> modplugtools 0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> musepack r475 Collecting legal info ERROR: No hash found for libmpcdec/COPYING ERROR: No hash found for libmpcenc/quant.c >>> nanocom 1.0 Collecting legal info ERROR: No hash found for COPYING >>> nfacct 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> raptor 2.0.15 Collecting legal info ERROR: No hash found for LICENSE.txt >>> screen 4.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> smstools3 3.1.15 Collecting legal info ERROR: No hash found for doc/license.html ERROR: No hash found for LICENSE >>> strace 4.26 Collecting legal info COPYING: OK (sha256: ba6d645dfe0f5e13bf1f117f0595e90076b845fc9aaa1d5778699792bb2d70b2) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> swupdate 2018.11 Collecting legal info Licenses/Exceptions: OK (sha256: 43492b377cf2fb67942d1dd231146bd4e6578646ad13ef289297c9dd75cbc478) Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Licenses/lgpl-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Licenses/mit.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) 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/instance-3/output/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'