- 'make' compile the project - 'make check' run the project's selftest - 'make install' install the project to /usr Further options are: - 'make callcheck' run the project's selftest with valgrind to check for performance leaks - 'make check-verbose' run the project's selftest in verbose mode - 'make code' generate code from models in src directory (requires zproject and zproto) - 'make debug' run the project's selftest under gdb - 'make memcheck' run the project's selftest with valgrind to check for memory leaks - 'make coverage' generate project's selftest coverage report expects --with-gcov option for configure >>> zyre v2.0.0 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" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' Making all in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/doc' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' CC src/src_libzyre_la-zyre.lo CC src/src_libzyre_la-zyre_event.lo CC src/src_libzyre_la-zre_msg.lo CC src/src_libzyre_la-zyre_peer.lo CC src/src_libzyre_la-zyre_group.lo CC src/src_libzyre_la-zyre_node.lo CC src/src_libzyre_la-zyre_private_selftest.lo CC src/src_zpinger-zpinger.o CC src/src_perf_local-perf_local.o CC src/src_perf_remote-perf_remote.o CC src/src_ztester_beacon-ztester_beacon.o CC src/src_ztester_gossip-ztester_gossip.o CC src/src_zyre_selftest-zyre_selftest.o CCLD src/libzyre.la libtool: warning: '/home/buildroot/autobuild/instance-3/output/host/bin/../arm-buildroot-linux-gnueabi/sysroot/usr/lib/libzmq.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-3/output/host/bin/../arm-buildroot-linux-gnueabi/sysroot/usr/lib/libuuid.la' seems to be moved CCLD src/zpinger CCLD src/perf_local CCLD src/ztester_beacon CCLD src/perf_remote CCLD src/ztester_gossip CCLD src/zyre_selftest make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' >>> zyre v2.0.0 Installing to staging directory 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" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot install -C /home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/doc' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/zproject/zyre' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/zproject/zyre' /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include' /usr/bin/install -c -m 644 src/libzyre.pc '/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libzyre.so.2.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so.2 || { rm -f libzyre.so.2 && ln -s libzyre.so.2.0.0 libzyre.so.2; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so || { rm -f libzyre.so && ln -s libzyre.so.2.0.0 libzyre.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzyre.lai /home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/zpinger '/home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /home/buildroot/autobuild/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/zpinger make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' >>> zyre v2.0.0 Fixing libtool files >>> zyre v2.0.0 Installing to target 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" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output/target install -C /home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0/doc' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output/target/usr/share/zproject/zyre' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output/target/usr/include' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output/target/usr/lib/pkgconfig' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/home/buildroot/autobuild/instance-3/output/target/usr/lib' /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/home/buildroot/autobuild/instance-3/output/target/usr/include' /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/home/buildroot/autobuild/instance-3/output/target/usr/share/zproject/zyre' /usr/bin/install -c -m 644 src/libzyre.pc '/home/buildroot/autobuild/instance-3/output/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /home/buildroot/autobuild/instance-3/output/target/usr/lib/libzyre.so.2.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output/target/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so.2 || { rm -f libzyre.so.2 && ln -s libzyre.so.2.0.0 libzyre.so.2; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output/target/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so || { rm -f libzyre.so && ln -s libzyre.so.2.0.0 libzyre.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzyre.lai /home/buildroot/autobuild/instance-3/output/target/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/zpinger '/home/buildroot/autobuild/instance-3/output/target/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /home/buildroot/autobuild/instance-3/output/target/usr/bin/zpinger make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/zyre-v2.0.0' >>> 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/libtwolame.la" is touched by more than one package: [u'twolame', u'zyre'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libnpth.la" is touched by more than one package: [u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libv4l1.la" is touched by more than one package: [u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libv4l/plugins/libv4l-mplane.la" is touched by more than one package: [u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libv4l/v4l2convert.la" is touched by more than one package: [u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libv4l/v4l1compat.la" is touched by more than one package: [u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libbluetooth.la" is touched by more than one package: [u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libtcti-device.la" is touched by more than one package: [u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libczmq.la" is touched by more than one package: [u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'azure-iot-sdk-c', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libtcti-tabrmd.la" is touched by more than one package: [u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libtcti-socket.la" is touched by more than one package: [u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libxml2', u'util-linux', u'azure-iot-sdk-c', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'azure-iot-sdk-c', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libv4l2rds.la" is touched by more than one package: [u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'util-linux', u'azure-iot-sdk-c', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libpthsem.la" is touched by more than one package: [u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libdvbpsi.la" is touched by more than one package: [u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'azure-iot-sdk-c', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libassuan.la" is touched by more than one package: [u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libphidget21.la" is touched by more than one package: [u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libffi', u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libffi', u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libksba.la" is touched by more than one package: [u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libsapi.la" is touched by more than one package: [u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libv4l2.la" is touched by more than one package: [u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'azure-iot-sdk-c', u'check', u'expat', u'dbus', u'libffi', u'pcre', u'libglib2', u'bluez_utils', u'boost', u'libusb', u'cups', u'zeromq', u'czmq', u'flex', u'glm', u'gmp', u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libassuan', u'libgcrypt', u'libksba', u'libnpth', u'jansson', u'jpeg-turbo', u'libdvbpsi', u'libevent', u'libfuse', u'libphidget', u'libpthsem', u'libscrypt', u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libsgutils2.la" is touched by more than one package: [u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libserial.la" is touched by more than one package: [u'libserial', u'libsndfile', u'libuecc', u'liburiparser', u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] Warning: staging file "./usr/lib/libv4lconvert.la" is touched by more than one package: [u'libv4l', u'linknx', u'openobex', u'physfs', u'pixman', u'sg3_utils', u'tiff', u'tpm2-tss', u'tpm2-abrmd', u'twolame', u'zyre'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-3/output/build/packages-file-list-host.txt Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libevent_pthreads.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libv4l/v4l2convert.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libczmq.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libv4l2.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpthsem.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libulockmgr.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libphidget21.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libjansson.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-m4', u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-m4', u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libdvbpsi.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libserial.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libksba.la" is touched by more than one package: [u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libassuan.la" is touched by more than one package: [u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libsmartcols.la" is touched by more than one package: [u'host-m4', u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libxml2.la" is touched by more than one package: [u'host-m4', u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/liburiparser.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libv4l2rds.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libfuse.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libgmp.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libevent.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libevent_core.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libsndfile.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libcurl.la" is touched by more than one package: [u'host-m4', u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libgpg-error.la" is touched by more than one package: [u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libnpth.la" is touched by more than one package: [u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libv4lconvert.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libv4l1.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-m4', u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libv4l/plugins/libv4l-mplane.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libevent_extra.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libevent_openssl.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libcheck.la" is touched by more than one package: [u'host-m4', u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-m4', u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libusb-1.0.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libdbus-1.la" is touched by more than one package: [u'host-m4', u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libbluetooth.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libv4l/v4l1compat.la" is touched by more than one package: [u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libgcrypt.la" is touched by more than one package: [u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libzmq.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libfl.la" is touched by more than one package: [u'host-flex', u'host-bison', u'host-patchelf', u'host-expat'] 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/arm-buildroot-linux-gnueabi/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/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/share/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/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug 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=2018.11.3-00024-g3e37abb311"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11.3"; \ echo "PRETTY_NAME=\"Buildroot 2018.11.3\"" \ ) > /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 2018.11.3-00024-g3e37abb311 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 arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> azure-iot-sdk-c 2018-03-16 Collecting legal info WARNING: no hash file for LICENSE >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libcurl 7.64.0 Collecting legal info COPYING: OK (sha256: 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb) >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> bluez_utils 4.101 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 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.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> boost 1.68.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> cups 2.2.7 Collecting legal info LICENSE.txt: OK (sha256: 6e0e0ffbde118aae709f7ef65590de9071e8b2cd322f84fd645c6b64f3cc452c) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> czmq 4.1.1 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.2.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> glm 0.9.8.4 Collecting legal info ERROR: No hash found for copying.txt >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnuchess 6.2.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> gnupg2 2.2.12 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.2 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.33 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgcrypt 1.8.4 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libksba 1.3.5 Collecting legal info AUTHORS: OK (sha256: 240908e1356ffeb5d0730227b6198dcc8e878375d28632fd813e0ed75b35ccc2) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> i2pd 2.20.0 Collecting legal info LICENSE: OK (sha256: d147a6acdaf8ec9f6513802ef6cad4a4afcdb5ab6b98d9f6bb26d2b7f4cf454c) >>> ipmitool 1.8.18 Collecting legal info ERROR: No hash found for COPYING >>> iproute2 4.19.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jansson 2.11 Collecting legal info LICENSE: OK (sha256: 3034b2319f8c053995e8c8abf11b76418a3a8836cd769e5b3f0b6b13bfa00ec4) >>> jpeg-turbo 2.0.1 Collecting legal info LICENSE.md: OK (sha256: 8412238c5ad95965cf3c3197791e9dea8b5fae505d133449e33ee2fa754fe61e) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> jpeg Collecting legal info >>> libdvbpsi 1.3.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfuse 2.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libphidget 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> libscrypt v1.21 Collecting legal info ERROR: No hash found for LICENSE >>> libserial 0.6.0rc2 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libuecc 7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> liburiparser 0.9.1 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> libv4l 1.16.2 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 37d0f2c8dc3f267d864cb39d54f82c5092a599beb29cb5caa96d50d27e069a44) >>> linknx 0.0.1.33 Collecting legal info >>> lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> nilfs-utils v2.2.7 Collecting legal info COPYING: OK (sha512: 4fc92d3998910acb108f81b1aee70a55a572b661a2766d0e57a55e48e2b737eea41415356cbd62593f26aec5797ab9fbb40211d7782b5834b4855ff1ce6ad5f7) >>> odhcploc 20111021 Collecting legal info ERROR: No hash found for COPYING >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssh 7.9p1 Collecting legal info LICENCE: OK (sha256: 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f) >>> openswan 2.6.51.1 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> physfs 3.0.1 Collecting legal info LICENSE.txt: OK (sha256: 7ce475991f6cc09958ef0d57312522eba78e36d984307c95f9a3965adf7e4e2b) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> qemu 2.12.1 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: 48ffe9fc7f1d5462dbd19340bc4dd1d8a9e37c61ed535813e614cbe4a5f0d4df) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> ramsmp 3.5.0 Collecting legal info ERROR: No hash found for LICENCE >>> host-rust-bin 1.29.2 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-rustc Collecting legal info >>> sconeserver 6b932d7d8dbb700b830205e7111e469cefff490c Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sg3_utils 1.44 Collecting legal info COPYING: OK (sha256: d516b8b337a77e3d4c65dffe708ca7fb25b1cb4ec77ec362cf11ed659b9250bc) BSD_LICENSE: OK (sha256: 31f6d59679e0fb21c9358f22484e6e3c53e20ef08c0950fd38a4a867cb55edc9) >>> sshfs 2.8 Collecting legal info ERROR: No hash found for COPYING >>> stm32flash 4ac0566f188f39eace0223d966d349cd2f2c5895 Collecting legal info WARNING: no hash file for gpl-2.0.txt >>> stress 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> tor 0.3.4.11 Collecting legal info LICENSE: OK (sha256: f9a4f724d8037711dde7d3f1d17094fb7d211545b3a3bbb1b03e769e13ca5608) >>> tpm2-abrmd 1.3.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tpm2-tss 1.4.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> twolame 0.3.13 Collecting legal info ERROR: No hash found for COPYING >>> ussp-push 0.11 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> v4l2grab f8d8844d52387b3db7b8736f5e86156d9374f781 Collecting legal info ERROR: No hash found for LICENSE.md >>> zyre v2.0.0 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) WARNING: linknx-0.0.1.33: cannot save license (LINKNX_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'