-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-2/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/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 >>> nettle 3.7.3 Installing to target PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-2/output-1/target install -C /tmp/instance-2/output-1/build/nettle-3.7.3/ make[1]: Entering directory '/tmp/instance-2/output-1/build/nettle-3.7.3' /usr/bin/make install-here make[2]: Entering directory '/tmp/instance-2/output-1/build/nettle-3.7.3' /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/include/nettle for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h streebog.h twofish.h umac.h yarrow.h xts.h poly1305.h version.h ; do \ if [ -f "$f" ] ; then \ /usr/bin/install -c -m 644 "$f" /tmp/instance-2/output-1/target/usr/include/nettle ; \ else \ /usr/bin/install -c -m 644 "./$f" /tmp/instance-2/output-1/target/usr/include/nettle ; \ fi ; done /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/lib for f in ; do \ /usr/bin/install -c -m 644 $f /tmp/instance-2/output-1/target/usr/lib ; \ done /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/lib/pkgconfig for f in nettle.pc hogweed.pc ; do \ /usr/bin/install -c -m 644 "$f" /tmp/instance-2/output-1/target/usr/lib/pkgconfig ; \ done /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/lib /usr/bin/install -c -m 644 libnettle.so /tmp/instance-2/output-1/target/usr/lib/libnettle.so.8.4 /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/lib [ -z "libnettle.so.8" ] \ || (cd /tmp/instance-2/output-1/target/usr/lib \ && rm -f libnettle.so.8 libnettle.so \ && ln -s libnettle.so.8.4 libnettle.so.8 \ && ln -s libnettle.so.8.4 libnettle.so) /usr/bin/install -c -m 644 libhogweed.so /tmp/instance-2/output-1/target/usr/lib/libhogweed.so.6.4 [ -z "libhogweed.so.6" ] \ || (cd /tmp/instance-2/output-1/target/usr/lib \ && rm -f libhogweed.so.6 libhogweed.so \ && ln -s libhogweed.so.6.4 libhogweed.so.6 \ && ln -s libhogweed.so.6.4 libhogweed.so) make[2]: Leaving directory '/tmp/instance-2/output-1/build/nettle-3.7.3' set -e; for d in tools; do \ echo "Making install in $d" ; (cd $d && /usr/bin/make install); done Making install in tools make[2]: Entering directory '/tmp/instance-2/output-1/build/nettle-3.7.3/tools' /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/bin for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \ /usr/bin/install -c $f /tmp/instance-2/output-1/target/usr/bin ; \ done make[2]: Leaving directory '/tmp/instance-2/output-1/build/nettle-3.7.3/tools' make[1]: Leaving directory '/tmp/instance-2/output-1/build/nettle-3.7.3' patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /tmp/instance-2/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /tmp/instance-2/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 1309 (offset -6 lines). Applying 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch using patch: patching file src/patchelf.cc Applying 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch using patch: patching file src/patchelf.cc Applying 0007-fix-adjusting-startPage.patch using patch: patching file src/patchelf.cc Applying 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch using patch: patching file src/patchelf.cc Applying 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch using patch: patching file src/patchelf.cc Applying 0010-Fix-endianness-issues-for-powerpc-PIE.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-2/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /tmp/instance-2/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-2/output-1/host/lib/pkgconfig:/tmp/instance-2/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-2/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-2/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-2/output-1/host/include" LDFLAGS="-L/tmp/instance-2/output-1/host/lib -Wl,-rpath,/tmp/instance-2/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-2/output-1/host/include" LDFLAGS="-L/tmp/instance-2/output-1/host/lib -Wl,-rpath,/tmp/instance-2/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-2/output-1/host" --sysconfdir="/tmp/instance-2/output-1/host/etc" --localstatedir="/tmp/instance-2/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 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 tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-2/output-1/host/lib/pkgconfig:/tmp/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j96 -C /tmp/instance-2/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/tmp/instance-2/output-1/host/include -Wall -O2 -I/tmp/instance-2/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-2/output-1/host/include -L/tmp/instance-2/output-1/host/lib -Wl,-rpath,/tmp/instance-2/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-2/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-2/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-2/output-1/host/lib/pkgconfig:/tmp/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j96 install -C /tmp/instance-2/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/src' /usr/bin/mkdir -p '/tmp/instance-2/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/install -c patchelf '/tmp/instance-2/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/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 '/tmp/instance-2/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-2/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-2/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-2/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 README '/tmp/instance-2/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-2/output-1/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-2/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-2/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-2/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-2/output-1/build/host-patchelf-0.9' org.eclipse.tcf.agent-1.7.0.tar.gz: OK (sha256: 2f8c7be8a0bf7c86c72fd5680bc19a9e8f98792d40c94a0fee30ceb6428b8f33) >>> tcf-agent 1.7.0 Extracting gzip -d -c /tmp/instance-2/dl/tcf-agent/org.eclipse.tcf.agent-1.7.0.tar.gz | tar --strip-components=1 -C /tmp/instance-2/output-1/build/tcf-agent-1.7.0 -xf - >>> tcf-agent 1.7.0 Patching >>> tcf-agent 1.7.0 Configuring (mkdir -p /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent && cd /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent && rm -f CMakeCache.txt && PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /tmp/instance-2/output-1/host/bin/cmake /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-2/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DTCF_MACHINE=microblaze ) -- The C compiler identification is GNU 10.3.0 -- Check for working C compiler: /tmp/instance-2/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -- Check for working C compiler: /tmp/instance-2/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- operating system:GNU/Linux -- machine:microblaze -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent >>> tcf-agent 1.7.0 Building PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 -C /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent make[1]: Entering directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' make[2]: Entering directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' make[3]: Entering directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' Scanning dependencies of target tcf-agent make[3]: Leaving directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' make[3]: Entering directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' [ 1%] Building C object CMakeFiles/tcf-agent.dir/machine/microblaze/tcf/cpudefs-mdep.c.o [ 2%] Building C object CMakeFiles/tcf-agent.dir/machine/microblaze/tcf/disassembler-microblaze.c.o [ 3%] Building C object CMakeFiles/tcf-agent.dir/machine/microblaze/tcf/stack-crawl-microblaze.c.o [ 4%] Building C object CMakeFiles/tcf-agent.dir/system/GNU/Linux/tcf/context-linux.c.o [ 5%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/base64.c.o [ 6%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/asyncreq.c.o [ 7%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/cache.c.o [ 8%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/channel_lws.c.o [ 10%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/channel.c.o [ 11%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/channel_pipe.c.o [ 12%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/channel_tcp.c.o [ 13%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/client.c.o [ 14%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/context-dispatcher.c.o [ 15%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/context.c.o [ 16%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/cpudefs.c.o [ 17%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/errors.c.o [ 19%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/events.c.o [ 20%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/exceptions.c.o [ 21%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/inputbuf.c.o [ 22%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/ip_ifc.c.o [ 23%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/mdep.c.o [ 24%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/json.c.o [ 25%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/myalloc.c.o [ 26%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/outputbuf.c.o [ 28%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/peer.c.o [ 29%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/plugins.c.o [ 30%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/protocol.c.o [ 31%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/proxy.c.o [ 32%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/shutdown.c.o /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent/tcf/framework/myalloc.c: In function 'tmp_printf': /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent/tcf/framework/myalloc.c:193:12: warning: function may return address of local variable [-Wreturn-local-addr] 193 | return buf; | ^~~ /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent/tcf/framework/myalloc.c:171:10: note: declared here 171 | char arr[0x100]; | ^~~ [ 33%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/signames.c.o [ 34%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/sigsets.c.o [ 35%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/streams.c.o /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent/tcf/framework/myalloc.c: In function 'loc_printf': /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent/tcf/framework/myalloc.c:293:12: warning: function may return address of local variable [-Wreturn-local-addr] 293 | return buf; | ^~~ /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent/tcf/framework/myalloc.c:271:10: note: declared here 271 | char arr[0x100]; | ^~~ [ 37%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/trace.c.o [ 38%] Building C object CMakeFiles/tcf-agent.dir/tcf/framework/waitpid.c.o [ 39%] Building C object CMakeFiles/tcf-agent.dir/tcf/main/cmdline.c.o [ 40%] Building C object CMakeFiles/tcf-agent.dir/tcf/main/framework.c.o [ 41%] Building C object CMakeFiles/tcf-agent.dir/tcf/main/gdb-rsp.c.o [ 42%] Building C object CMakeFiles/tcf-agent.dir/tcf/main/logfilter.c.o [ 43%] Building C object CMakeFiles/tcf-agent.dir/tcf/main/server.c.o [ 44%] Building C object CMakeFiles/tcf-agent.dir/tcf/main/services.c.o [ 46%] Building C object CMakeFiles/tcf-agent.dir/tcf/main/test.c.o [ 47%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/breakpoints.c.o [ 48%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/contextquery.c.o [ 49%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/disassembly.c.o [ 50%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/diagnostics.c.o [ 51%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/discovery_udp.c.o [ 52%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/discovery.c.o [ 53%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/dprintf.c.o [ 55%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/dwarfcache.c.o [ 56%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/dwarfecomp.c.o [ 57%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/dwarfexpr.c.o [ 58%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/dwarfframe.c.o [ 59%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/dwarfio.c.o [ 60%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/elf-loader.c.o [ 61%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/dwarfreloc.c.o [ 62%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/elf-symbols.c.o [ 64%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/filesystem.c.o [ 65%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/expressions.c.o [ 66%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/funccall.c.o [ 67%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/linenumbers.c.o [ 68%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/linenumbers_elf.c.o [ 69%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/linenumbers_proxy.c.o [ 70%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/linenumbers_mux.c.o [ 71%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/linenumbers_win32.c.o [ 73%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/memorymap.c.o [ 74%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/memoryservice.c.o [ 75%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/pathmap.c.o [ 76%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/portforward_proxy.c.o [ 77%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/portforward_service.c.o [ 78%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/processes.c.o [ 79%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/profiler.c.o [ 80%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/profiler_sst.c.o [ 82%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/registers.c.o [ 83%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/runctrl.c.o [ 84%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/stacktrace.c.o [ 85%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/streamsservice.c.o [ 86%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/symbols.c.o [ 87%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/symbols_common.c.o [ 88%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/symbols_elf.c.o [ 89%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/symbols_mux.c.o [ 91%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/symbols_proxy.c.o [ 92%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/symbols_win32.c.o [ 93%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/sysmon.c.o [ 94%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/tcf_elf.c.o [ 95%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/terminals.c.o [ 96%] Building C object CMakeFiles/tcf-agent.dir/tcf/services/vm.c.o [ 97%] Linking C static library libtcf-agent.a make[3]: Leaving directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' [ 97%] Built target tcf-agent make[3]: Entering directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' Scanning dependencies of target agent make[3]: Leaving directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' make[3]: Entering directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' [ 98%] Building C object CMakeFiles/agent.dir/tcf/main/main.c.o [100%] Linking C executable tcf-agent make[3]: Leaving directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' [100%] Built target agent make[2]: Leaving directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' make[1]: Leaving directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' >>> tcf-agent 1.7.0 Installing to target PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-2/output-1/target install/fast -C /tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent make[1]: Entering directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-2/output-1/target/usr/sbin/tcf-agent -- Installing: /tmp/instance-2/output-1/target/usr/lib/libtcf-agent.a make[1]: Leaving directory '/tmp/instance-2/output-1/build/tcf-agent-1.7.0/agent' /usr/bin/install -D -m 755 package/tcf-agent/S55tcf-agent /tmp/instance-2/output-1/target/etc/init.d/S55tcf-agent >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-2/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-2/output-1/host/bin/microblazeel-buildroot-linux-uclibc-%g' -e 's%@TARGET_ARCH@%microblaze%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', '-g0'@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', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-2/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-2/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/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' /tmp/instance-2/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/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 #~' /tmp/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-2/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-2/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-2/output-1/target/etc/shells; fi mkdir -p /tmp/instance-2/output-1/target/etc echo "buildroot" > /tmp/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-2/output-1/target/etc/hosts mkdir -p /tmp/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-2/output-1/target/etc/shadow rm -f /tmp/instance-2/output-1/target/bin/sh if [ -x /tmp/instance-2/output-1/target/sbin/swapon -a -x /tmp/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-2/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-2/output-1/build/locales.nopurge for dir in /tmp/instance-2/output-1/target/usr/share/locale /tmp/instance-2/output-1/target/usr/share/X11/locale /tmp/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##*/}" /tmp/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-2/output-1/target/usr/include /tmp/instance-2/output-1/target/usr/share/aclocal \ /tmp/instance-2/output-1/target/usr/lib/pkgconfig /tmp/instance-2/output-1/target/usr/share/pkgconfig \ /tmp/instance-2/output-1/target/usr/lib/cmake /tmp/instance-2/output-1/target/usr/share/cmake \ /tmp/instance-2/output-1/target/usr/doc find /tmp/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-2/output-1/target/lib/ /tmp/instance-2/output-1/target/usr/lib/ /tmp/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-2/output-1/target/usr/share/gdb rm -rf /tmp/instance-2/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-2/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-2/output-1/target/usr/share/zsh rm -rf /tmp/instance-2/output-1/target/usr/man /tmp/instance-2/output-1/target/usr/share/man rm -rf /tmp/instance-2/output-1/target/usr/info /tmp/instance-2/output-1/target/usr/share/info rm -rf /tmp/instance-2/output-1/target/usr/doc /tmp/instance-2/output-1/target/usr/share/doc rm -rf /tmp/instance-2/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-2/output-1/target/lib/debug /tmp/instance-2/output-1/target/usr/lib/debug find /tmp/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 /tmp/instance-2/output-1/host/bin/microblazeel-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-2/output-1/host/bin/microblazeel-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/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 /tmp/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 /tmp/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-928-gde669abcb4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-2/output-1/per-package /tmp/instance-2/buildroot/support/scripts/fix-rpath target touch /tmp/instance-2/output-1/target/usr ln -snf /tmp/instance-2/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot /tmp/instance-2/output-1/staging make: Leaving directory '/tmp/instance-2/buildroot' make: Entering directory '/tmp/instance-2/buildroot' >>> Buildroot 2021.05-928-gde669abcb4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.35.2 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.38 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.13.2 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.36.2 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) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> libexif 0.6.22 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libxcrypt 4.4.18 Collecting legal info LICENSING: OK (sha256: f8198fcc4f002bf54512bac2e68e1e3f04af7d105f4f4f98d7d22cb110e04715) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libzip 1.7.3 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> minissdpd 1.5.20200928 Collecting legal info LICENSE: OK (sha256: 00c8368dd1574b025df65f24f61c32d1297ff9b6dc695fda964b1b1efc7a53d3) >>> mrouted 4.2 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> nanomsg 1.1.5 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> nettle 3.7.3 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tcf-agent 1.7.0 Collecting legal info agent/edl-v10.html: OK (sha256: f82d01b74a513bd3504d08136026a5ac2a7e6ff62ebcde391fa74aa222d11ce0) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-2/output-1/legal-info make: Leaving directory '/tmp/instance-2/buildroot'