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-5/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-5/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-5/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-5/output-1/host/lib/pkgconfig:/tmp/instance-5/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-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-5/output-1/host" --sysconfdir="/tmp/instance-5/output-1/host/etc" --localstatedir="/tmp/instance-5/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-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-5/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-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /usr/bin/make -j96 -C /tmp/instance-5/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-5/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-5/output-1/host/include -Wall -O2 -I/tmp/instance-5/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-5/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-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /usr/bin/make -j96 install -C /tmp/instance-5/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-5/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-5/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-5/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/tmp/instance-5/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-5/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.9' >>> host-pigz 2.6 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-5/output-1/build/.pigz-2.6.tar.gz.xr9AkF/output' 'https://github.com/madler/pigz/archive/v2.6/pigz-2.6.tar.gz' --2021-07-31 01:23:18-- https://github.com/madler/pigz/archive/v2.6/pigz-2.6.tar.gz Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/madler/pigz/tar.gz/v2.6 [following] --2021-07-31 01:23:18-- https://codeload.github.com/madler/pigz/tar.gz/v2.6 Resolving codeload.github.com (codeload.github.com)... 140.82.121.10 Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.pigz-2.6.tar.gz.xr9AkF/output' 0K .......... .......... .......... .......... .......... 3.03M 50K .......... .......... .......... .......... .......... 6.08M 100K .......... 125M=0.02s 2021-07-31 01:23:19 (4.47 MB/s) - '/tmp/instance-5/output-1/build/.pigz-2.6.tar.gz.xr9AkF/output' saved [113522] pigz-2.6.tar.gz: OK (sha256: 577673676cd5c7219f94b236075451220bae3e1ca451cf849947a2998fbf5820) >>> host-pigz 2.6 Extracting gzip -d -c /tmp/instance-5/dl/pigz/pigz-2.6.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-pigz-2.6 -xf - >>> host-pigz 2.6 Patching >>> host-pigz 2.6 Configuring >>> host-pigz 2.6 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-5/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-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /usr/bin/make -j96 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-5/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-5/output-1/host/lib/pkgconfig:/tmp/instance-5/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-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /tmp/instance-5/output-1/build/host-pigz-2.6 make[1]: Entering directory '/tmp/instance-5/output-1/build/host-pigz-2.6' /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -c -o pigz.o pigz.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -c -o yarn.o yarn.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -c -o try.o try.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -c zopfli/src/zopfli/deflate.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -c zopfli/src/zopfli/blocksplitter.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -c zopfli/src/zopfli/tree.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -c zopfli/src/zopfli/lz77.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -c zopfli/src/zopfli/cache.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -c zopfli/src/zopfli/hash.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -c zopfli/src/zopfli/util.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -c zopfli/src/zopfli/squeeze.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -c zopfli/src/zopfli/katajainen.c /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -c zopfli/src/zopfli/symbols.c /usr/bin/gcc -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -o pigz pigz.o yarn.o try.o deflate.o blocksplitter.o tree.o lz77.o cache.o hash.o util.o squeeze.o katajainen.o symbols.o -lm -lpthread -lz ln -f pigz unpigz make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-pigz-2.6' >>> host-pigz 2.6 Installing to host directory /usr/bin/install -D -m 0755 /tmp/instance-5/output-1/build/host-pigz-2.6/pigz /tmp/instance-5/output-1/host/bin/pigz >>> protozero 1.7.0 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-5/output-1/build/.protozero-1.7.0.tar.gz.bMXtng/output' 'https://github.com/mapbox/protozero/archive/v1.7.0/protozero-1.7.0.tar.gz' --2021-07-31 01:23:21-- https://github.com/mapbox/protozero/archive/v1.7.0/protozero-1.7.0.tar.gz Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/mapbox/protozero/tar.gz/v1.7.0 [following] --2021-07-31 01:23:21-- https://codeload.github.com/mapbox/protozero/tar.gz/v1.7.0 Resolving codeload.github.com (codeload.github.com)... 140.82.121.9 Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.protozero-1.7.0.tar.gz.bMXtng/output' 0K .......... .......... .......... .......... .......... 3.06M 50K .......... .......... .......... .......... .......... 6.07M 100K .......... .......... .......... .......... .......... 130M 150K .......... .......... .......... .......... .......... 6.32M 200K .......... .......... .......... .......... .......... 151M 250K .......... .......... .......... .......... .......... 189M 300K .......... .......... .......... .......... .......... 184M 350K .......... .......... .......... .......... .......... 6.64M 400K .......... .......... .......... .......... .......... 183M 450K .......... .......... .......... .......... .......... 406M 500K .......... .......... .......... .......... .......... 401M 550K .......... .......... .......... .......... .......... 365M 600K .......... .......... .......... .......... .......... 433M 650K .......... .......... .......... .......... .......... 446M 700K .......... .......... .......... .......... .......... 205M 750K .......... .......... .......... .......... .......... 6.00M 800K .......... .......... .......... .......... .......... 6.30M 850K .......... .......... .......... .......... .......... 7.70M 900K .......... .......... .......... .......... .......... 15.2M 950K .......... .......... .......... .......... .......... 14.0M 1000K .......... .......... .......... .......... .......... 8.98M 1050K .......... .......... .......... ........ 99.2M=0.08s 2021-07-31 01:23:21 (14.0 MB/s) - '/tmp/instance-5/output-1/build/.protozero-1.7.0.tar.gz.bMXtng/output' saved [1114856] protozero-1.7.0.tar.gz: OK (sha256: beffbdfab060854fd770178a8db9c028b5b6ee4a059a2fed82c46390a85f3f31) >>> protozero 1.7.0 Extracting gzip -d -c /tmp/instance-5/dl/protozero/protozero-1.7.0.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/protozero-1.7.0 -xf - >>> protozero 1.7.0 Patching Applying 0001-CMakeLists.txt-respect-BUILD_TESTING.patch using patch: patching file CMakeLists.txt >>> protozero 1.7.0 Configuring (mkdir -p /tmp/instance-5/output-1/build/protozero-1.7.0/ && cd /tmp/instance-5/output-1/build/protozero-1.7.0/ && rm -f CMakeCache.txt && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /tmp/instance-5/output-1/host/bin/cmake /tmp/instance-5/output-1/build/protozero-1.7.0/ -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-5/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 ) -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /tmp/instance-5/output-1/host/bin/nios2-linux-gcc -- Check for working C compiler: /tmp/instance-5/output-1/host/bin/nios2-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /tmp/instance-5/output-1/host/bin/nios2-linux-g++ -- Check for working CXX compiler: /tmp/instance-5/output-1/host/bin/nios2-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR) -- Looking for clang-tidy -- Looking for clang-tidy - not found -- Build target 'clang-tidy' will not be available. -- Looking for cppcheck -- Looking for cppcheck - not found -- Build target 'cppcheck' will not be available. -- Looking for iwyu -- Looking for iwyu - not found -- Build target 'iwyu' will not be available. -- Configuring documentation -- Looking for doxygen -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Looking for doxygen - not found -- Disabled making of documentation. -- Configuring documentation - done -- 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_TESTS -- Build files have been written to: /tmp/instance-5/output-1/build/protozero-1.7.0 >>> protozero 1.7.0 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/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-5/output-1/build/protozero-1.7.0/ make[1]: Entering directory '/tmp/instance-5/output-1/build/protozero-1.7.0' make[2]: Entering directory '/tmp/instance-5/output-1/build/protozero-1.7.0' make[3]: Entering directory '/tmp/instance-5/output-1/build/protozero-1.7.0' Scanning dependencies of target pbf-decoder make[3]: Leaving directory '/tmp/instance-5/output-1/build/protozero-1.7.0' make[3]: Entering directory '/tmp/instance-5/output-1/build/protozero-1.7.0' [ 50%] Building CXX object tools/CMakeFiles/pbf-decoder.dir/pbf-decoder.cpp.o [100%] Linking CXX executable pbf-decoder make[3]: Leaving directory '/tmp/instance-5/output-1/build/protozero-1.7.0' [100%] Built target pbf-decoder make[2]: Leaving directory '/tmp/instance-5/output-1/build/protozero-1.7.0' make[1]: Leaving directory '/tmp/instance-5/output-1/build/protozero-1.7.0' >>> protozero 1.7.0 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/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-5/output-1/host/nios2-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-5/output-1/build/protozero-1.7.0/ make[1]: Entering directory '/tmp/instance-5/output-1/build/protozero-1.7.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/varint.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/buffer_vector.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/basic_pbf_writer.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/pbf_message.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/pbf_writer.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/byteswap.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/buffer_fixed.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/pbf_builder.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/buffer_string.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/buffer_tmpl.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/iterators.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/config.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/data_view.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/pbf_reader.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/types.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/basic_pbf_builder.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/exception.hpp -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/protozero/version.hpp make[1]: Leaving directory '/tmp/instance-5/output-1/build/protozero-1.7.0' >>> protozero 1.7.0 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-5/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@:/tmp/instance-5/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> protozero 1.7.0 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/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-5/output-1/target install/fast -C /tmp/instance-5/output-1/build/protozero-1.7.0/ make[1]: Entering directory '/tmp/instance-5/output-1/build/protozero-1.7.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/varint.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/buffer_vector.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/basic_pbf_writer.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/pbf_message.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/pbf_writer.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/byteswap.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/buffer_fixed.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/pbf_builder.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/buffer_string.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/buffer_tmpl.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/iterators.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/config.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/data_view.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/pbf_reader.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/types.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/basic_pbf_builder.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/exception.hpp -- Installing: /tmp/instance-5/output-1/target/usr/include/protozero/version.hpp make[1]: Leaving directory '/tmp/instance-5/output-1/build/protozero-1.7.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-5/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-5/output-1/host/bin/nios2-linux-%g' -e 's%@TARGET_ARCH@%nios2%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', '-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', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-5/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-5/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-5/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-5/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-5/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-5/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-5/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-5/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-5/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-5/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-5/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-5/output-1/target/etc/shells; fi mkdir -p /tmp/instance-5/output-1/target/etc echo "buildroot" > /tmp/instance-5/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-5/output-1/target/etc/hosts mkdir -p /tmp/instance-5/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-5/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-5/output-1/target/etc/shadow rm -f /tmp/instance-5/output-1/target/bin/sh if [ -x /tmp/instance-5/output-1/target/sbin/swapon -a -x /tmp/instance-5/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-5/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-5/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-5/output-1/build/locales.nopurge for dir in /tmp/instance-5/output-1/target/usr/share/locale /tmp/instance-5/output-1/target/usr/share/X11/locale /tmp/instance-5/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-5/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-5/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-5/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-5/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-5/output-1/target/usr/include /tmp/instance-5/output-1/target/usr/share/aclocal \ /tmp/instance-5/output-1/target/usr/lib/pkgconfig /tmp/instance-5/output-1/target/usr/share/pkgconfig \ /tmp/instance-5/output-1/target/usr/lib/cmake /tmp/instance-5/output-1/target/usr/share/cmake \ /tmp/instance-5/output-1/target/usr/doc find /tmp/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-5/output-1/target/lib/ /tmp/instance-5/output-1/target/usr/lib/ /tmp/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-5/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-5/output-1/target/usr/share/gdb rm -rf /tmp/instance-5/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-5/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-5/output-1/target/usr/share/zsh rm -rf /tmp/instance-5/output-1/target/usr/man /tmp/instance-5/output-1/target/usr/share/man rm -rf /tmp/instance-5/output-1/target/usr/info /tmp/instance-5/output-1/target/usr/share/info rm -rf /tmp/instance-5/output-1/target/usr/doc /tmp/instance-5/output-1/target/usr/share/doc rm -rf /tmp/instance-5/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-5/output-1/target/lib/debug /tmp/instance-5/output-1/target/usr/lib/debug find /tmp/instance-5/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-5/output-1/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-5/output-1/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-5/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-5/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-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-915-g92f9eb53ba"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-5/output-1/per-package /tmp/instance-5/buildroot/support/scripts/fix-rpath target touch /tmp/instance-5/output-1/target/usr ln -snf /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot /tmp/instance-5/output-1/staging make: Leaving directory '/tmp/instance-5/buildroot' make: Entering directory '/tmp/instance-5/buildroot' >>> Buildroot 2021.05-915-g92f9eb53ba 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-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.7.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> 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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ca-certificates 20210119 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1k 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-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> dnsmasq 2.85 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> eigen 3.3.7 Collecting legal info COPYING.MPL2: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) COPYING.BSD: OK (sha256: 4f877e5ae4672568ef82cfd0023e2cef4a7cf55d867ab249efc9569a7eb9e5b1) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.README: OK (sha256: c83230b770f17ef1386ea1fd3681271dd98aa93646bdbfb5bff3a1b7050fff9d) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-faketime 0.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> fmt 7.1.3 Collecting legal info LICENSE.rst: OK (sha256: 825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8) >>> gerbera 1.8.2 Collecting legal info LICENSE.md: OK (sha256: cae4138373be41fd2be75faf41ce7efbcf49fb17d0e05ad1c51cc01ac335b9b6) >>> libcurl 7.78.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> libnpupnp 4.1.4 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libmicrohttpd 0.9.73 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> pugixml 1.11.4 Collecting legal info LICENSE.md: OK (sha256: ee495f34aeff0c578a99f3350a2050d4e5860d27b2004c03c384a594fa2b0a7a) >>> spdlog 1.8.5 Collecting legal info LICENSE: OK (sha256: a7241a379cb98d37788f82c2fc2e484c3ae85dae881fd3406f0637644850926f) >>> sqlite 3350500 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-gptfdisk 1.0.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-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) >>> initscripts Collecting legal info >>> jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> libmdbx 0.10.0 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libnids 1.24 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libupnpp 0.21.0 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> host-mkpasswd Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.6 Collecting legal info README: OK (sha256: 830b3e1b05cc20f443d89d7d8703a3c63fd64c57ab716f5e81fd178517df1e11) >>> protozero 1.7.0 Collecting legal info LICENSE.md: OK (sha256: 1f4d477e3c2d74d8706c8f05437bd86804abe46853b1f233ce1549a4de76fa49) LICENSE.from_folly: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /tmp/instance-5/output-1/legal-info make: Leaving directory '/tmp/instance-5/buildroot'