for la in $(find /srv/storage/autobuild/run/instance-2/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/srv/storage/autobuild/run/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/srv/storage/autobuild/run/instance-2/output-1/host/nds32le-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/srv/storage/autobuild/run/instance-2/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/srv/storage/autobuild/run/instance-2/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/srv/storage/autobuild/run/instance-2/output-1/host/nds32le-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/srv/storage/autobuild/run/instance-2/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 >>> sbc 1.4 Installing to target PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/srv/storage/autobuild/run/instance-2/output-1/target install -C /srv/storage/autobuild/run/instance-2/output-1/build/sbc-1.4/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sbc-1.4' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-2/output-1/target/usr/lib' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-2/output-1/target/usr/include/sbc' /bin/bash ./libtool --mode=install /usr/bin/install -c sbc/libsbc.la '/srv/storage/autobuild/run/instance-2/output-1/target/usr/lib' /usr/bin/install -c -m 644 sbc/sbc.pc '/srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sbc/sbc.h '/srv/storage/autobuild/run/instance-2/output-1/target/usr/include/sbc' libtool: install: /usr/bin/install -c sbc/.libs/libsbc.so.1.2.2 /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/libsbc.so.1.2.2 libtool: install: (cd /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib && { ln -s -f libsbc.so.1.2.2 libsbc.so.1 || { rm -f libsbc.so.1 && ln -s libsbc.so.1.2.2 libsbc.so.1; }; }) libtool: install: (cd /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib && { ln -s -f libsbc.so.1.2.2 libsbc.so || { rm -f libsbc.so && ln -s libsbc.so.1.2.2 libsbc.so; }; }) libtool: install: /usr/bin/install -c sbc/.libs/libsbc.lai /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/libsbc.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-2/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/sbcinfo src/sbcdec src/sbcenc '/srv/storage/autobuild/run/instance-2/output-1/target/usr/bin' libtool: install: /usr/bin/install -c src/sbcinfo /srv/storage/autobuild/run/instance-2/output-1/target/usr/bin/sbcinfo libtool: install: /usr/bin/install -c src/sbcdec /srv/storage/autobuild/run/instance-2/output-1/target/usr/bin/sbcdec libtool: install: /usr/bin/install -c src/sbcenc /srv/storage/autobuild/run/instance-2/output-1/target/usr/bin/sbcenc make[1]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sbc-1.4' sngrep-1.4.6.tar.gz: OK (md5: 094e76786b118258bac69e1514aac826) sngrep-1.4.6.tar.gz: OK (sha256: 638d6557dc68db401b07d73b2e7f8276800281f021fe0c942992566d6b59a48a) >>> sngrep 1.4.6 Extracting gzip -d -c /srv/storage/autobuild/run/instance-2/dl/sngrep/sngrep-1.4.6.tar.gz | /srv/storage/autobuild/run/instance-2/output-1/host/bin/tar --strip-components=1 -C /srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6 -xf - >>> sngrep 1.4.6 Patching Applying 0001-capture-fix-typo-in-FILE-object.patch using patch: patching file src/capture.c >>> sngrep 1.4.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sngrep 1.4.6 Configuring >>> sngrep 1.4.6 Autoreconfiguring configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' src/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' >>> sngrep 1.4.6 Patching libtool (cd /srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/ && rm -rf config.cache && PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-ar" AS="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-as" LD="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-ld" NM="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-nm" CC="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc" GCC="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc" CPP="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-cpp" CXX="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-g++" FC="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gfortran" F77="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gfortran" RANLIB="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-ranlib" READELF="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-readelf" STRIP="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-strip" OBJCOPY="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-objcopy" OBJDUMP="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/srv/storage/autobuild/run/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/srv/storage/autobuild/run/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/srv/storage/autobuild/run/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/srv/storage/autobuild/run/instance-2/output-1/host/lib -Wl,-rpath,/srv/storage/autobuild/run/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-as" DEFAULT_LINKER="/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g2" FFLAGS=" -O2 -g2" PKG_CONFIG="/srv/storage/autobuild/run/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/srv/storage/autobuild/run/instance-2/output-1/host/nds32le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=nds32le-buildroot-linux-gnu --host=nds32le-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-unicode --with-openssl --without-gnutls --without-pcre ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for nds32le-buildroot-linux-gnu-strip... /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for nds32le-buildroot-linux-gnu-gcc... /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc accepts -g... yes checking for /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc option to accept ISO C89... none needed checking whether /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc understands -c and -o together... yes checking dependency style of /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc... none checking how to run the C preprocessor... /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for nds32le-buildroot-linux-gnu-gcc... (cached) /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc accepts -g... (cached) yes checking for /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc option to accept ISO C89... (cached) none needed checking whether /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc understands -c and -o together... (cached) yes checking dependency style of /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc... (cached) none checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking dependency style of no... none checking whether ln -s works... yes checking for egrep... (cached) /usr/bin/grep -E checking for pthread_create in -lpthread... yes checking for pcap_open_offline in -lpcap... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for initscr in -lncurses... yes checking for new_panel in -lpanel... yes checking for new_form in -lform... yes checking for new_item in -lmenu... yes checking pkg-config is at least version 0.9.0... yes checking for SSL... yes checking for netinet/in.h... yes checking for netinet/ip6.h... yes ██╗██████╗ ██████╗ ███╗ ██╗████████╗███████╗ ██████╗ ██║██╔══██╗██╔═══██╗████╗ ██║╚══██╔══╝██╔════╝██╔════╝ ██║██████╔╝██║ ██║██╔██╗ ██║ ██║ █████╗ ██║ ██║██╔══██╗██║ ██║██║╚██╗██║ ██║ ██╔══╝ ██║ ██║██║ ██║╚██████╔╝██║ ╚████║ ██║ ███████╗╚██████╗ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚══════╝ ╚═════╝ configure: configure: sngrep configure finished configure: ====================================================== configure: GnuTLS Support : no configure: OpenSSL Support : yes configure: Unicode Support : no configure: Perl Expressions Support : no configure: IPv6 Support : yes configure: EEP Support : no configure: ====================================================== configure: checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating src/config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --disable-static, --enable-shared >>> sngrep 1.4.6 Building PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6' Making all in src make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/src' /usr/bin/make all-am make[3]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/src' CC sngrep-capture.o CC sngrep-capture_openssl.o CC sngrep-address.o CC sngrep-packet.o CC sngrep-sip.o CC sngrep-sip_call.o CC sngrep-sip_msg.o CC sngrep-sip_attr.o CC sngrep-main.o CC sngrep-option.o CC sngrep-group.o CC sngrep-filter.o CC sngrep-keybinding.o CC sngrep-media.o CC sngrep-setting.o CC sngrep-rtp.o CC sngrep-util.o CC sngrep-hash.o CC sngrep-vector.o CC curses/sngrep-ui_panel.o CC curses/sngrep-scrollbar.o CC curses/sngrep-ui_manager.o CC curses/sngrep-ui_call_list.o CC curses/sngrep-ui_call_flow.o CC curses/sngrep-ui_call_raw.o CC curses/sngrep-ui_stats.o CC curses/sngrep-ui_filter.o CC curses/sngrep-ui_save.o CC curses/sngrep-ui_msg_diff.o CC curses/sngrep-ui_column_select.o CC curses/sngrep-ui_settings.o CCLD sngrep make[3]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/src' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/src' Making all in config make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/config' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/config' Making all in doc make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/doc' Making all in tests make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/tests' make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6' >>> sngrep 1.4.6 Installing to target PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/srv/storage/autobuild/run/instance-2/output-1/target install -C /srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6' Making install in src make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/src' make[3]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-2/output-1/target/usr/bin' /usr/bin/install -c sngrep '/srv/storage/autobuild/run/instance-2/output-1/target/usr/bin' make[3]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/src' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/src' Making install in config make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/config' make[3]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/config' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-2/output-1/target/etc' /usr/bin/install -c -m 644 sngreprc '/srv/storage/autobuild/run/instance-2/output-1/target/etc' make[3]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/config' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/config' Making install in doc make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/doc' make[3]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-2/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 sngrep.8 '/srv/storage/autobuild/run/instance-2/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/doc' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/doc' Making install in tests make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/tests' make[3]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/tests' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6/tests' make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6' make[3]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/sngrep-1.4.6' spidev_test.c?id=v4.10: OK (sha256: 3cf76b15d9a8644f3f5cbc0387cc02a7d4a392ade39788cbc6367cce98552e2f) >>> spidev_test 4.10 Extracting cp /srv/storage/autobuild/run/instance-2/dl/spidev_test/spidev_test.c?id=v4.10 /srv/storage/autobuild/run/instance-2/output-1/build/spidev_test-4.10/spidev_test.c >>> spidev_test 4.10 Patching /usr/bin/sed -i -e 's~^#include ~#include \n#include ~' /srv/storage/autobuild/run/instance-2/output-1/build/spidev_test-4.10/spidev_test.c >>> spidev_test 4.10 Configuring >>> spidev_test 4.10 Building PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -D_FORTIFY_SOURCE=1 -o /srv/storage/autobuild/run/instance-2/output-1/build/spidev_test-4.10/spidev_test /srv/storage/autobuild/run/instance-2/output-1/build/spidev_test-4.10/spidev_test.c >>> spidev_test 4.10 Installing to target /usr/bin/install -D -m 755 /srv/storage/autobuild/run/instance-2/output-1/build/spidev_test-4.10/spidev_test /srv/storage/autobuild/run/instance-2/output-1/target/usr/sbin/spidev_test >>> Finalizing host directory >>> Finalizing target directory mkdir -p /srv/storage/autobuild/run/instance-2/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-%g' -e 's%@TARGET_ARCH@%nds32le%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e 's%@TARGET_CFLAGS@%"-D_LARGEFILE_SOURCE", "-D_LARGEFILE64_SOURCE", "-D_FILE_OFFSET_BITS=64", "-O2", "-g2", "-D_FORTIFY_SOURCE=1"@PKG_TARGET_CFLAGS@%g' -e 's%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g' -e 's%@TARGET_CXXFLAGS@%"-D_LARGEFILE_SOURCE", "-D_LARGEFILE64_SOURCE", "-D_FILE_OFFSET_BITS=64", "-O2", "-g2", "-D_FORTIFY_SOURCE=1"@PKG_TARGET_CFLAGS@%g' -e 's%@HOST_DIR@%/srv/storage/autobuild/run/instance-2/output-1/host%g' -e 's%@STAGING_DIR@%/srv/storage/autobuild/run/instance-2/output-1/host/nds32le-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%$(if $(BR2_STATIC_LIBS),true,false)%g' package/meson//cross-compilation.conf.in > /srv/storage/autobuild/run/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /srv/storage/autobuild/run/instance-2/output-1/host/etc/meson/cross-compilation.conf.in > /srv/storage/autobuild/run/instance-2/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /srv/storage/autobuild/run/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /srv/storage/autobuild/run/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /srv/storage/autobuild/run/instance-2/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /srv/storage/autobuild/run/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /srv/storage/autobuild/run/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /srv/storage/autobuild/run/instance-2/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /srv/storage/autobuild/run/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /srv/storage/autobuild/run/instance-2/output-1/target/etc/shells; fi mkdir -p /srv/storage/autobuild/run/instance-2/output-1/target/etc echo "buildroot" > /srv/storage/autobuild/run/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /srv/storage/autobuild/run/instance-2/output-1/target/etc/hosts mkdir -p /srv/storage/autobuild/run/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /srv/storage/autobuild/run/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /srv/storage/autobuild/run/instance-2/output-1/target/etc/shadow rm -f /srv/storage/autobuild/run/instance-2/output-1/target/bin/sh if [ -x /srv/storage/autobuild/run/instance-2/output-1/target/sbin/swapon -a -x /srv/storage/autobuild/run/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /srv/storage/autobuild/run/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /srv/storage/autobuild/run/instance-2/output-1/target/etc/inittab; fi rm -f /srv/storage/autobuild/run/instance-2/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /srv/storage/autobuild/run/instance-2/output-1/build/locales.nopurge; done for dir in /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/locale /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/X11/locale /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /srv/storage/autobuild/run/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/include /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/aclocal \ /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/pkgconfig /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/pkgconfig \ /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/cmake /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/cmake \ /srv/storage/autobuild/run/instance-2/output-1/target/usr/doc find /srv/storage/autobuild/run/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /srv/storage/autobuild/run/instance-2/output-1/target/lib/ /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/ /srv/storage/autobuild/run/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/gdb rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/bash-completion rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/etc/bash_completion.d rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/zsh rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/man /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/man rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/info /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/info rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/doc /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/doc rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/gtk-doc rmdir /srv/storage/autobuild/run/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/lib/debug /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/debug find /srv/storage/autobuild/run/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /srv/storage/autobuild/run/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /srv/storage/autobuild/run/instance-2/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /srv/storage/autobuild/run/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /srv/storage/autobuild/run/instance-2/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 /srv/storage/autobuild/run/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05.1-186-g5935b68772"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05.2"; \ echo "PRETTY_NAME=\"Buildroot 2020.05.2\"" \ ) > /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /srv/storage/autobuild/run/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/srv/storage/autobuild/run/instance-2/output-1/per-package /srv/storage/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target touch /srv/storage/autobuild/run/instance-2/output-1/target/usr ln -snf /srv/storage/autobuild/run/instance-2/output-1/host/nds32le-buildroot-linux-gnu/sysroot /srv/storage/autobuild/run/instance-2/output-1/staging make: Leaving directory '/srv/storage/autobuild/run/instance-2/buildroot' make: Entering directory '/srv/storage/autobuild/run/instance-2/buildroot' >>> Buildroot 2020.05.1-186-g5935b68772 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> argus 3.0.8.2 Collecting legal info README: OK (sha256: c68221f7207486bfce863fada4ba9b2aaf4adc9e1c672f965ae98e88143e5f16) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.18 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> ca-certificates 20190110 Collecting legal info debian/copyright: OK (sha256: 80fd11117df5543d5cf17bfd951b0ead213f7867d0b09f09c6d5a5eca3ff7422) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> fetchmail 6.4.4 Collecting legal info COPYING: OK (sha256: 89d6efe79c78f965b256e007d6acc367fff982c59b6195fb6ec5895ea0fc9bd5) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flite 2.1 Collecting legal info COPYING: OK (sha256: d31bceaf2823d56a8c9400f7bde3b17140e739e991eb4f203bdcf9827754ab59) >>> host-imx-mkimage rel_imx_4.19.35_1.1.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.1 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> liberation 2.00.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> mpg123 1.25.13 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> newt 0.52.21 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> psplash fd33a9b3d68c89fa22ff6873f4f9fd28bd85830c Collecting legal info COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gdk-pixbuf 2.36.12 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.54.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.5 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> putty 0.74 Collecting legal info LICENCE: OK (sha256: 92028b6d56212bd3e4ce6a36bd2e2454851dca7e8ffe4c6ab51385ca214ca322) >>> host-rauc 1.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-squashfs 4.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.4.5 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-rcw LSDK-19.09 Collecting legal info LICENSE: OK (sha256: a531b3146425e592db17a51ff39c4801cb01fb4055ffdaada0572decc0655bcd) >>> redis 5.0.9 Collecting legal info COPYING: OK (sha256: cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063) >>> sbc 1.4 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> sngrep 1.4.6 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spidev_test 4.10 Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) WARNING: spidev_test-4.10: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /srv/storage/autobuild/run/instance-2/output-1/legal-info make: Leaving directory '/srv/storage/autobuild/run/instance-2/buildroot'