/bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/.config echo 'CONFIG_STATIC=y' >> /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/.config /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/.config echo 'CONFIG_CROSS_COMPILE="/home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-"' >> /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/.config /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/.config echo 'CONFIG_SYSROOT="/home/buildroot/autobuild/run/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot"' >> /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/.config /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/.config echo 'CONFIG_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static"' >> /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/.config /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/.config echo 'CONFIG_EXTRA_LDFLAGS=" -static"' >> /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/.config make[1]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11' scripts/kconfig/conf --olddefconfig Kconfig # # configuration written to .config # make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11' >>> swupdate 2018.11 Configuring >>> swupdate 2018.11 Building PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" CC="/home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-gcc" LD="/home/buildroot/autobuild/run/instance-2/output/host/bin/arm-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=y HAVE_ZLIB=y /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11 make[1]: Entering directory '/home/buildroot/autobuild/run/instance-2/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 ipc/network_ipc.o CC corelib/artifacts_versions.o CC corelib/installer.o CC handlers/raw_handler.o CC ipc/progress_ipc.o LD handlers/built-in.o CC mongoose/mongoose.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/network_thread.o AR ipc/lib.a CC parser/parse_external.o CC parser/parser.o CC corelib/parsing_library.o CC core/cpio_utils.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 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 corelib/parsing_library_libconfig.o AR parser/lib.a CC corelib/progress_thread.o AR suricatta/lib.a CC bootloader/none.o CC core/notifier.o AR bootloader/lib.a CC tools/client.o CC corelib/stream_interface.o CC core/handler.o CC tools/hawkbitcfg.o CC core/util.o CC tools/progress.o CC corelib/swupdate_dict.o CC tools/sendtohawkbit.o CC corelib/swupdate_settings.o AR tools/lib.a CC core/parser.o LD bindings/built-in.o CC mongoose/mongoose_interface.o AR corelib/lib.a CC core/pctl.o CC core/state.o CC core/syslog.o LD core/built-in.o AR mongoose/lib.a LD swupdate_unstripped LD tools/hawkbitcfg LD tools/client LD tools/sendtohawkbit STRIP tools/sendtohawkbit STRIP tools/hawkbitcfg STRIP tools/client LD tools/progress LD lua_swupdate.so STRIP swupdate STRIP tools/progress make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11' >>> swupdate 2018.11 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/run/instance-2/output/build/swupdate-2018.11/swupdate /home/buildroot/autobuild/run/instance-2/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/run/instance-2/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] 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'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] 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/libconfig.la" is touched by more than one package: [u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libestr.la" is touched by more than one package: [u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libsigc', u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libee.la" is touched by more than one package: [u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libnetfilter_cthelper.la" is touched by more than one package: [u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'glibmm', u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] Warning: staging file "./usr/lib/libatkmm-1.6.la" is touched by more than one package: [u'atkmm', u'boost', u'zeromq', u'cppzmq', u'libpcap', u'gtest', u'libconfig', u'libopenssl', u'libdvdcss', u'libestr', u'libee', u'libmnl', u'libnetfilter_cthelper', u'lzo'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-2/output/build/packages-file-list-host.txt Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libatkmm-1.6.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libzmq.la" is touched by more than one package: [u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libsigc-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-cmake', u'host-bison', u'host-patchelf'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-2/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-2/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-2/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-2/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/run/instance-2/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-2/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-2/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-2/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%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 -static`%g" -e "s%@TARGET_LDFLAGS@%`printf '"%s", ' -static`%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -static`%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-2/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-2/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-2/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-2/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-2/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-2/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/include /home/buildroot/autobuild/run/instance-2/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-2/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-2/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-2/output/target/lib/ /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/man /home/buildroot/autobuild/run/instance-2/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/info /home/buildroot/autobuild/run/instance-2/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/doc /home/buildroot/autobuild/run/instance-2/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-2/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-2/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/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-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-2/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-2/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-2/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-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-rc1-00010-g78596e3851"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-rc1\"" \ ) > /home/buildroot/autobuild/run/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-2/output/target/usr make: Leaving directory '/home/buildroot/autobuild/run/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-2/buildroot' >>> Buildroot 2019.02-rc1-00010-g78596e3851 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> armbian-firmware 455d6b6701178dafe7fd0168eb4a4ef78a8d24a3 Collecting legal info >>> atk 2.30.0 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-meson 0.49.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> 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-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3 3.7.2 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-python3-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> 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-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) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> atkmm 2.24.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> glibmm 2.56.0 Collecting legal info COPYING: OK (sha256: 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> bitstream-vera 1.10 Collecting legal info ERROR: No hash found for COPYRIGHT.TXT >>> boost 1.69.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> cppzmq v4.3.0 Collecting legal info LICENSE: OK (sha256: 7e6db90e2e805c72b3daa77849d1cb5f1f92da0e69750c8a4aa1d86d70704748) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> zeromq 4.3.1 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> dhcpdump 1.8 Collecting legal info ERROR: No hash found for LICENSE >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> gtest release-1.8.0 Collecting legal info googletest/LICENSE: OK (sha256: 9702de7e4117a8e2b20dafab11ffda58c198aede066406496bef670d40a22138) >>> initscripts Collecting legal info >>> libconfig v1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcpprestsdk v2.10.10 Collecting legal info license.txt: OK (sha256: 5c191789f502ac87df83b57008d2fc3e47fbf31315381b5bc4309f6602d0fe97) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.10 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> msmtp 1.8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nginx 1.15.7 Collecting legal info LICENSE: OK (sha256: e18f05bcaad47528f8b21861d4a0fb9815ca1bbb4be946c51a51d36623758bcc) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spi-tools 0.8.3 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> swupdate 2018.11 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: armbian-firmware-455d6b6701178dafe7fd0168eb4a4ef78a8d24a3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-2/output/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-2/buildroot'