checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking for net/if.h... yes checking for net/if_media.h... no checking for linux/wireless.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uint32_t... yes checking for working volatile... yes checking whether byte ordering is bigendian... (cached) no checking for presence of CMake recipes... no configure: ENABLE_PERF_LOCAL defined configure: ENABLE_PERF_REMOTE defined configure: ENABLE_ZPINGER defined configure: ENABLE_ZTESTER_BEACON defined configure: ENABLE_ZTESTER_GOSSIP defined configure: ENABLE_ZYRE_SELFTEST defined checking return type of signal handlers... void checking for perror... yes checking for gettimeofday... yes checking for memset... no checking for getifaddrs... yes configure: Building stable and legacy API + draft API checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/libzyre.pc config.status: creating src/platform.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls ########################################################################## # SUMMARY # ########################################################################## Package version............... : zyre-2.0.0 C compiler.................... : /home/test/autobuild/run/instance-3/output-1/host/bin/mipsel-linux-gcc C compiler flags.............. : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os C++ compiler.................. : /home/test/autobuild/run/instance-3/output-1/host/bin/mipsel-linux-g++ C++ compiler flags............ : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os Configure date................ : 2020-01-22 11:19 Build architecture............ : mipsel-buildroot-linux-uclibc Build docs.................... : no Build host.................... : build Build user.................... : test Draft API..................... : yes Install dir................... : /usr Install man pages............. : no Help: Use the Draft API (default = yes): --enable-drafts=(yes|no) Build the docs and install the man pages (default = yes): --with-docs=(yes|no) *requires asciidoc and xmlto ########################################################################## Configure complete! Now proceed with: - '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/test/autobuild/run/instance-3/output-1/host/bin:/home/test/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0/ make[1]: Entering directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' Making all in doc make[2]: Entering directory '/home/test/autobuild/run/instance-3/output-1/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/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0/doc' make[2]: Entering directory '/home/test/autobuild/run/instance-3/output-1/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/test/autobuild/run/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libzmq.la' seems to be moved libtool: warning: '/home/test/autobuild/run/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libpgm.la' seems to be moved libtool: warning: '/home/test/autobuild/run/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libuuid.la' seems to be moved libtool: warning: '/home/test/autobuild/run/instance-3/output-1/host/bin/../mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libpgm.la' seems to be moved CCLD src/perf_local CCLD src/perf_remote CCLD src/zpinger CCLD src/ztester_beacon CCLD src/ztester_gossip CCLD src/zyre_selftest make[2]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' make[1]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' >>> zyre v2.0.0 Installing to staging directory PATH="/home/test/autobuild/run/instance-3/output-1/host/bin:/home/test/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot install -C /home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0/ make[1]: Entering directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' Making install in doc make[2]: Entering directory '/home/test/autobuild/run/instance-3/output-1/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/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0/doc' make[2]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0/doc' make[2]: Entering directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' make[3]: Entering directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/share/zproject/zyre' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib' /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/share/zproject/zyre' /usr/bin/install -c -m 644 src/libzyre.pc '/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/include' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libzyre.so.2.0.0 libtool: install: (cd /home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/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/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/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/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/zpinger '/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/bin/zpinger make[3]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' make[2]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' make[1]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' >>> zyre v2.0.0 Fixing libtool files for la in $(find /home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/test/autobuild/run/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/test/autobuild/run/instance-3/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/test/autobuild/run/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/test/autobuild/run/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zyre v2.0.0 Installing to target PATH="/home/test/autobuild/run/instance-3/output-1/host/bin:/home/test/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/test/autobuild/run/instance-3/output-1/target install -C /home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0/ make[1]: Entering directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' Making install in doc make[2]: Entering directory '/home/test/autobuild/run/instance-3/output-1/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/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0/doc' make[2]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0/doc' make[2]: Entering directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' make[3]: Entering directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/target/usr/share/zproject/zyre' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/target/usr/include' /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/home/test/autobuild/run/instance-3/output-1/target/usr/share/zproject/zyre' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/target/usr/lib' /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/home/test/autobuild/run/instance-3/output-1/target/usr/include' /usr/bin/install -c -m 644 src/libzyre.pc '/home/test/autobuild/run/instance-3/output-1/target/usr/lib/pkgconfig' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/home/test/autobuild/run/instance-3/output-1/target/usr/lib' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /home/test/autobuild/run/instance-3/output-1/target/usr/lib/libzyre.so.2.0.0 libtool: install: (cd /home/test/autobuild/run/instance-3/output-1/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/test/autobuild/run/instance-3/output-1/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/test/autobuild/run/instance-3/output-1/target/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/home/test/autobuild/run/instance-3/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/zpinger '/home/test/autobuild/run/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /home/test/autobuild/run/instance-3/output-1/target/usr/bin/zpinger make[3]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' make[2]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/build/zyre-v2.0.0' make[1]: Leaving directory '/home/test/autobuild/run/instance-3/output-1/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/test/autobuild/run/instance-3/output-1/build/packages-file-list.txt Warning: target file "./usr/bin/unxz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/xzcat" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzma" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzcat" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/xz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/unlzma" is touched by more than one package: [u'busybox', u'xz'] ./support/scripts/check-uniq-files -t staging /home/test/autobuild/run/instance-3/output-1/build/packages-file-list-staging.txt Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] ./support/scripts/check-uniq-files -t host /home/test/autobuild/run/instance-3/output-1/build/packages-file-list-host.txt /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/test/autobuild/run/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/test/autobuild/run/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/test/autobuild/run/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/test/autobuild/run/instance-3/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/test/autobuild/run/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/test/autobuild/run/instance-3/output-1/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/test/autobuild/run/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/test/autobuild/run/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/test/autobuild/run/instance-3/output-1/host/bin/glib-compile-schemas /home/test/autobuild/run/instance-3/output-1/host/mipsel-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/test/autobuild/run/instance-3/output-1/target/usr/share/glib-2.0/schemas mkdir -p /home/test/autobuild/run/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/test/autobuild/run/instance-3/output-1/host/bin/mipsel-linux-%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/test/autobuild/run/instance-3/output-1/host%g" package/meson//cross-compilation.conf.in > /home/test/autobuild/run/instance-3/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/test/autobuild/run/instance-3/output-1/target/etc echo "buildroot" > /home/test/autobuild/run/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/test/autobuild/run/instance-3/output-1/target/etc/hosts mkdir -p /home/test/autobuild/run/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/run/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/run/instance-3/output-1/target/etc/shadow rm -f /home/test/autobuild/run/instance-3/output-1/target/bin/sh rm -f /home/test/autobuild/run/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/test/autobuild/run/instance-3/output-1/build/locales.nopurge; done for dir in /home/test/autobuild/run/instance-3/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/run/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/run/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/run/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/run/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/include /home/test/autobuild/run/instance-3/output-1/target/usr/share/aclocal \ /home/test/autobuild/run/instance-3/output-1/target/usr/lib/pkgconfig /home/test/autobuild/run/instance-3/output-1/target/usr/share/pkgconfig \ /home/test/autobuild/run/instance-3/output-1/target/usr/lib/cmake /home/test/autobuild/run/instance-3/output-1/target/usr/share/cmake find /home/test/autobuild/run/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/run/instance-3/output-1/target/lib/ /home/test/autobuild/run/instance-3/output-1/target/usr/lib/ /home/test/autobuild/run/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/share/gdb rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/share/zsh rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/man /home/test/autobuild/run/instance-3/output-1/target/usr/share/man rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/info /home/test/autobuild/run/instance-3/output-1/target/usr/share/info rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/doc /home/test/autobuild/run/instance-3/output-1/target/usr/share/doc rm -rf /home/test/autobuild/run/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/test/autobuild/run/instance-3/output-1/target/usr/share 2>/dev/null || true find /home/test/autobuild/run/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/test/autobuild/run/instance-3/output-1/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/run/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/test/autobuild/run/instance-3/output-1/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/test/autobuild/run/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/test/autobuild/run/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/test/autobuild/run/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02.9-00336-g24f25c8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02.9"; \ echo "PRETTY_NAME=\"Buildroot 2019.02.9\"" \ ) > /home/test/autobuild/run/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/test/autobuild/run/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree /home/test/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/test/autobuild/run/instance-3/output-1/target/usr make: Leaving directory '/home/test/autobuild/run/instance-3/buildroot' make: Entering directory '/home/test/autobuild/run/instance-3/buildroot' >>> Buildroot 2019.02.9-00336-g24f25c8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> 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 >>> aircrack-ng 1.5.2 Collecting legal info LICENSE: OK (sha256: fc51fd3a97223f2fd47b057202d4a6b0daaedf23b5a1f5ff8723c192fc1e021d) >>> 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-xz 5.2.3 Collecting legal info COPYING: OK (sha256: c4f8e14fafe458d84808a4cd8b69f94673ebe2bf8fc992291629a69ac12218f8) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> libgcrypt 1.8.5 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.33 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libpcap 1.9.1 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) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> openssl Collecting legal info >>> libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> sqlite 3280000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> alljoyn-base 16.04.00 Collecting legal info >>> alljoyn 16.04.00a Collecting legal info >>> host-scons 2.5.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.8 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> argp-standalone 1.3 Collecting legal info >>> at release_3.1.23 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> 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) >>> 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) >>> czmq 4.1.1 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> openpgm release-5-2-122 Collecting legal info ERROR: No hash found for openpgm/pgm/LICENSE >>> dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.8 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> glog v0.3.5 Collecting legal info COPYING: OK (sha256: 0fc497129c5c69ff6f22da6933c7e4aaef082fde8437fd57680c2780100772a4) >>> gstreamer1 1.14.4 Collecting legal info COPYING: OK (sha256: f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a) >>> libglib2 2.56.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> gvfs 1.31.4 Collecting legal info COPYING: OK (sha256: 45cf336e2e48176993babc5aabf44437390f40e6a86a472c6abfc7ce9c035db4) >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.3 Collecting legal info COPYING: OK (sha256: c4f8e14fafe458d84808a4cd8b69f94673ebe2bf8fc992291629a69ac12218f8) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> heirloom-mailx 12.5 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libserialport 0.1.1 Collecting legal info ERROR: No hash found for COPYING >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info ERROR: No hash found for llvm/LICENSE.TXT >>> libv4l 1.16.3 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 37d0f2c8dc3f267d864cb39d54f82c5092a599beb29cb5caa96d50d27e069a44) >>> micropython v1.9.4 Collecting legal info ERROR: No hash found for LICENSE >>> mmc-utils 37c86e60c0442fef570b75cd81aeb1db4d0cbafd Collecting legal info >>> mysql Collecting legal info >>> oracle-mysql 5.1.73 Collecting legal info ERROR: No hash found for README ERROR: No hash found for COPYING >>> netatalk 3.1.12 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> nload 0.7.4 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> thrift 0.12.0 Collecting legal info LICENSE: OK (sha256: 23df881cec3192d1f4474633c14eb2ec30a45b84f8daeb82b9de5d2bd3ac8218) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-thrift 0.12.0 Collecting legal info LICENSE: OK (sha256: 23df881cec3192d1f4474633c14eb2ec30a45b84f8daeb82b9de5d2bd3ac8218) >>> host-boost 1.69.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> tini v0.18.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> udftools 2.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> wpa_supplicant 2.7 Collecting legal info README: OK (sha256: 76eeecd8fc291a71f29189ea20e6a34387b8048a959cbc6a65c41b98194643a2) >>> zbar 57d601e82089f2f31de9e1683c3834f237421f5d Collecting legal info LICENSE: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> 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-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: alljoyn-base-16.04.00: cannot save license (ALLJOYN_BASE_LICENSE_FILES not defined) WARNING: alljoyn-16.04.00a: cannot save license (ALLJOYN_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: mmc-utils-37c86e60c0442fef570b75cd81aeb1db4d0cbafd: cannot save license (MMC_UTILS_LICENSE_FILES not defined) Legal info produced in /home/test/autobuild/run/instance-3/output-1/legal-info make: Leaving directory '/home/test/autobuild/run/instance-3/buildroot'